Hi tranchida, I have already added weblogic.jar to the classpath and <servicemix_home>/lib. I have even added it to the optional folder. It just kept giving me the same error.........
tranchida wrote: > > > You have to add the weblogic.jar to your classpath and in > <servicemix_home>/lib > > From my experience, the best way is to generate and add the jar > wlfullclient.jar from Weblogic 10 server. > > please follow instruction from here : > http://edocs.bea.com/wls/docs100/client/jarbuilder.html#wp1077742 > > poc is the namespace for the service, you can add something like this in > the beans tag > > <beans xmlns:jms="http://servicemix.apache.org/jms/1.0" > xmlns="http://www.springframework.org/schema/beans" > > xmlns:poc="http://www.test.com/poc" > > xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://servicemix.apache.org/jms/1.0 > http://servicemix.apache.org/schema/servicemix-jms-3.2.2.xsd > http://activemq.org/config/1.0 > http://activemq.apache.org/schema/core/activemq-core-4.1.1.xsd > http://www.springframework.org/schema/beans > http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> > > -- View this message in context: http://www.nabble.com/ServiceMix-3.2.2-and-JMS-queue-in-Weblogic-server-tp20159390p20216159.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
