[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-05-04 Thread lwalter
I've read the config & admin document for AS, the JBM doco and the JTM doco. However I wasn't able to find any solutions. NB that this code works fine in Weblogic 8.1, so you could classify this as a migration problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-05-03 Thread gaohoward
Have you downloaded and read the AS documents from jboss.org? It should be a good thing to start with. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228200#4228200 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=422820

[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-05-03 Thread lwalter
Perhaps I should ask a different question - where's a good place to find doco that might help out here? I'm not a J2EE expert either (in case it wasn't obvious!) so perhaps I need to learn some more general stuff about that to solve these kind of problems. View the original post : http://www.j

[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-05-02 Thread lwalter
Thanks for the quick response. I was under the impression I needed JCA for transactional JMS. I've removed the tx-connection-factory and now the code snippet I posted works. However.. I now get an error like this: | 2009-04-30 19:15:11,619 ERROR [org.jboss.messaging.util.ExceptionUtil] Conn

[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-04-28 Thread gaohoward
Hi , jms-ds.xml is for JCA use. If you use JCA, then use the JCA API. You can't cast it to JBM connection factory. To get a JBM connection factory, you need to configure the connection-factories-service.xml. It's under deploy/messaging, take a look and you will know it. View the original po

[jboss-user] [JBoss Messaging] - Re: Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory re

2009-04-28 Thread lwalter
Sorry, that subject should read "Porting WLS8.1 to JBoss5 - JNDI lookup for XA factory returns wrong class" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227104#4227104 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42