users@genericjmsra.java.net

Re: Problem with with SJAS 9 and WebSphere MQ 5.3

From: Binod <Binod.Pg_at_Sun.COM>
Date: Fri, 23 Jun 2006 21:29:09 +0530

Janardhanan, Ajith (AJANARDH) wrote:

>Binod, Thanks for the reply
>
>The problem was to do something with the JNDI provider url setting in
>the JMSAdmin. The file was not getting created and I pointed the url to
>another location. Now I get a different error:
>
>
>
>[#|2006-06-23T15:34:44.986+0000|SEVERE|sun-appserver-pe9.0|javax.enterpr
>ise.system.container.ejb.mdb|_ThreadID=10;_ThreadName=main;_RequestID=fd
>4c0714-b90c-4504-a74b-6c3d656c2cc5;|java.lang.Exception
>java.lang.Exception
> at
>com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(Co
>nnectorMessageBeanClient.java:248)
> at
>com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.
>java:194)
> at
>com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFac
>toryImpl.java:270)
> at
>com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:48
>6)
> at
>com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:158)
> at
>com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
> at
>com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLife
>cycle.java:198)
> at
>com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.
>java:326)
> at
>com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServ
>er.java:112)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
>a:39)
> at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
>Impl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
>Caused by: javax.resource.ResourceException: SupportsXA is configured to
>true , but ConnectionFactory configured is not XA capable.
>
>
As shown in the error message, you have configured a non-xa queue
connection factory in JMSAdmin, but configured resource adapter
as SupportsXA=true.

thanks,
Binod.