[JBoss-user] [Messaging, JMS JBossMQ] - Re: Connecting jboss (bean, mdb, etc) to remote weblogic jms

2006-05-01 Thread rcarragher
We've been using the WebLogic bridge, with some success. The only recommendation is to use as few of them as possible (i.e. use a limited number of destinations), because WebLogic seems to fall over when the number of destinations gets above 30 or so. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Firebird as JMS Persistence

2006-05-01 Thread rcarragher
I'm having some problems configuring Firebird as the JBoss MQ persistence, JBoss 3.2.7, using the Firebird RAR. I think it's my connection factory deployment, and how that gets referenced in the state-service and jdbc2-service xmls. My connection factory looks like this: connection-factories

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Firebird as JMS Persistence

2006-05-01 Thread rcarragher
When I added xa-transaction/ to the connection factory definition it worked. In the Wiki, it says that JBoss does not need an XA connection for JMS persistence, so I didn't add it. Is this (another) limitation of Firebird's JCA adapter? View the original post :

[JBoss-user] [JCA/JBoss] - Re: track-connection-by-tx

2006-03-01 Thread rcarragher
I communicated with the author of the Firebird JCA adapter, and he indicated that track-connection-by-tx/ is a required setting for Firebird. Does it make sense to update the FirebirdDS.xml example in the JBoss distribution? View the original post :

[JBoss-user] [JCA/JBoss] - track-connection-by-tx

2006-02-23 Thread rcarragher
I'm using JBoss 3.2.7 with an older Firebird JCA adapter (1.5.0 beta3) which I'm looking to upgrade immediately. The big problem with it is that after it runs for a while, I get Failure to delist resource exceptions when attempting to get a connection from the pool. It's an xa connection

[JBoss-user] [Messaging, JMS JBossMQ] - Sending JMS Message to a 2nd Instance

2005-06-24 Thread rcarragher
I'm trying to test sending a JMS message from one JBoss Server (3.2.7) to another, while both servers are on the same machine (I used ports-binding.xml to sort the two instances out). The two servers run exactly the same ear, and have the same exact JMS destinations. An EJB is sending the

[JBoss-user] [Installation Configuration] - Re: Isolated Classloaders and XML Parsers

2005-04-27 Thread rcarragher
Still working on this. I was able to upgrade to 3.2.7, but I'm still seeing the same problem. I think that deploying the xml jars in my ear is wrong, so I'm trying to pursue why I'm getting the following: anonymous wrote : 2005-04-27 15:50:09,583 ERROR [org.jboss.web.localhost.Engine]

[JBoss-user] [Installation Configuration] - Re: Isolated Classloaders and XML Parsers

2005-04-27 Thread rcarragher
Ok, I'm the jerk. There was a rogue utility jar (one of about 50) in my deployment that had org.w3c.dom.* in it. I removed those classes from the jar, redeployed the app, and Voila! Problem solved. View the original post :

[JBoss-user] [Installation Configuration] - Isolated Classloaders and XML Parsers

2005-04-26 Thread rcarragher
I followed the instructions on the wiki to use scoped and isolated classloaders for log4j separation. I am stuck on the following problem, and I can't seem to get around it...any help would be much appreciated. I'm using JBoss 3.2.3 (have to use this version, unfortunately) on WinXp. My