Hi, I am using jboss 3.2.5 version and when i starts my jboss it gives following error | javax.naming.NameNotFoundException: XAConnectionFactory not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:503) | at org.jnp.server.NamingServer.getObject(NamingServer.java:509) | at org.jnp.server.NamingServer.lookup(NamingServer.java:282) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:530) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509) | at javax.naming.InitialContext.lookup(InitialContext.java:347) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:686) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:764) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221) | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) |
I am using JMS technology but and the JMS provider is a 3rd party software. My queue is working fine, but still i am getting this error. Checked JMS consile JNDI view see the out put Global JNDI Namespace | | +- HAILXAConnectionFactory[link -> XAConnectionFactory] (class: javax.naming.LinkRef) | Please give a solution to solve the issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213911#4213911 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213911 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
