4 Replies Latest reply on Feb 13, 2009 7:07 AM by surajit_surajit.choudhury

    Maven problem building su for Weblogic JMS

    surajit_surajit.choudhury

      I am using Eclipse to build a service-unit reading from an external Weblogic JMS queue. Following the example given in the FUSE docs for reading this Q using JNDI, I have the service unit. However, when building with Maven, there is a problem with instantiating the weblogic.jndi.WLInitialContextFactory class - not found. I installed the Weblogic jars in the Maven repository, and for deployment, I put them in the resources folder. I also put in  tags with these jars in the xbean.xml file.

      What could be the problem and what is the recommended approach? Thanks.