[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2008-06-24 Thread vickyk
PeterJ wrote : There is no such class as org.jboss.resource.connectionmanager.LocalTxConnectionManager. Try using org.jboss.resource.connectionmanager.TxConnectionManager instead. | I don't see why the EAR should be using the LocalTXConnectionManager , the JCA ConnectionManager is

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2008-06-23 Thread srikar
Hi, After placing the .ear file in jboss-4.0.4.GA i got the following error. error:- - org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.resource.connectionmanager.LocalTxConnectionManager Following is the log file message.

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2008-06-23 Thread PeterJ
There is no such class as org.jboss.resource.connectionmanager.LocalTxConnectionManager. Try using org.jboss.resource.connectionmanager.TxConnectionManager instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4160047#4160047 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2007-02-08 Thread dobrik
May be I should move this question to JBossTransactions or TransactionManager forum? Greetings View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012888#4012888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012888

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2007-02-08 Thread [EMAIL PROTECTED]
Use a -ds.xml then you don't have to worry about implementation changes between releases. http://wiki.jboss.org/wiki/Wiki.jsp?page=DSdotXML View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013043#4013043 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2007-02-07 Thread dobrik
I found out that org.jboss.resource.connectionmanager.LocalTxConnectionManager is available into JBoss AS distribution version 3.2.7. Then it disappear from the versions after 3.2.7. I succeeded to start the example, but I am interested if LocalTxConnectionManager is replaced by another class