As I remember the geronimo-jms jar has now been integrated into the core. So it should be enough to have it inside lib/core. Sameera please correct me if I am wrong.
Danushka On Wed, Apr 20, 2011 at 9:51 PM, Afkham Azeez <[email protected]> wrote: > Why was this jar in 2 locations? Why can't we have it only within the osgi > framework? > On Apr 20, 2011 4:27 PM, "Rajika Kumarasiri" <[email protected]> wrote: > > To resolve the issue we need to move the > > geronimo-jms_1.1_spec-1.1.0.wso2v1.jar into lib/api from > > lib/core/WEB-INF/lib/ and remove the same jar from > > $CARBON_HOME/repository/component/plugins. We need to fix this in carbon > > core. Removing from the plugin folder will cause troubles for samples, > for > > example ESB's JMS sample depends on that as a class path. > > > > Azeez why did you left behind the geronimo-jms_1.1_spec-1.1.0.wso2v1.jar > > when moving the jars into api folder ? > > > > Rajika > > > > On Wed, Apr 20, 2011 at 3:15 PM, Rajika Kumarasiri <[email protected]> > wrote: > > > >> When I try a JMS sample with a current ESB trunk build I ended up with > the > >> following error. It seems JMS is broken again in the trunk. > >> > >> Rajika > >> > >> 2011-04-20 15:13:00,848] ERROR > {org.apache.synapse.core.axis2.Axis2Sender} > >> - Unexpected error during sending message out > >> org.apache.axis2.transport.base.BaseTransportException: JNDI lookup of > name > >> SimpleStockQuoteService returned a org.apache.qpid.client.AMQQueue while > a > >> interface javax.jms.Destination was expected > >> at > >> > org.apache.axis2.transport.base.BaseUtils.handleException(BaseUtils.java:166) > >> at org.apache.axis2.transport.jms.JMSUtils.lookup(JMSUtils.java:522) > >> at > >> > org.apache.axis2.transport.jms.JMSUtils.lookupDestination(JMSUtils.java:708) > >> at > >> > org.apache.axis2.transport.jms.JMSOutTransportInfo.getDestination(JMSOutTransportInfo.java:184) > >> at > >> > org.apache.axis2.transport.jms.JMSOutTransportInfo.loadConnectionFactoryFromProperties(JMSOutTransportInfo.java:132) > >> at > >> > org.apache.axis2.transport.jms.JMSOutTransportInfo.createJMSSender(JMSOutTransportInfo.java:330) > >> at > >> org.apache.axis2.transport.jms.JMSSender.sendMessage(JMSSender.java:124) > >> at > >> > org.apache.axis2.transport.base.AbstractTransportSender.invoke(AbstractTransportSender.java:112) > >> at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443) > >> at > >> > org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:278) > >> at > >> > org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > >> at > >> > org.apache.synapse.core.axis2.Axis2FlexibleMEPClient.send(Axis2FlexibleMEPClient.java:413) > >> at > >> org.apache.synapse.core.axis2.Axis2Sender.sendOn(Axis2Sender.java:57) > >> at > >> > org.apache.synapse.core.axis2.Axis2SynapseEnvironment.send(Axis2SynapseEnvironment.java:270) > >> at > >> > org.apache.synapse.endpoints.AbstractEndpoint.send(AbstractEndpoint.java:278) > >> at > >> > org.apache.synapse.endpoints.AddressEndpoint.send(AddressEndpoint.java:59) > >> at > >> > org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:175) > >> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181) > >> at > >> > org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172) > >> at > >> > org.apache.synapse.transport.nhttp.ServerWorker.processEntityEnclosingMethod(ServerWorker.java:408) > >> at > >> > org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:259) > >> at > >> > org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:173) > >> at > >> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > >> at > >> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > >> at java.lang.Thread.run(Thread.java:619) > >> > >> > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
