2 Replies Latest reply on Aug 20, 2012 11:04 AM by wolfc

    How to exclude the dependency on jacorb

    abhilash_u

      I am trying to integrate a Jboss EAR Application to a external vendor poduct which requires its own orb implementation.

      I see by default Jboss AS depends on jacorb and I would like to replace it with vendor api for this particular flow or for all the flows.

      I would like to know the steps to be done so that I can replace the jacorb with vendors orb.

      I have the client classes running in the jboss application server and the required classes are being included into the lib directory of WEBINF.

      Please help