[JBoss-user] [JBoss.NET] - JBoss.Net ClassNotFoundException in JBoss 4.0.2

2005-05-24 Thread natebowler
I am trying to use JBoss.Net on JBoss 4.0.2. I have removed the wsee client lib and SAR and replaced them with the JBoss.Net client lib and SAR. This is an application that used to work with JBoss 3.2.6 and I'm trying to get it working on JBoss 4.0.2. JBoss.Net does load. I can go to

[JBoss-user] [Messaging, JMS JBossMQ] - Hypersonic DB become corrupt fairly often, JMS startup fails

2005-02-14 Thread natebowler
I'm using JBoss 4.0.0 for development and JMS with Hypersonic for messaging. I have to delete the contents of my JBOSS_HOME\server\default\data\hypersonic directory at least once a week because JBoss Messaging will not start. It appears that there is data corruption which prevents JBoss

[JBoss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2005-01-28 Thread natebowler
My bean has 4 Maps that are String-String[] mappings, and has 4 other primitives. It has 1 Class instance variable that is transient. Is this the only possible cause for this error? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864015#3864015 Reply to the

[JBoss-user] [EJB/JBoss] - Unable to passivate due to ctx lock

2005-01-14 Thread natebowler
I've got a stateful session bean, and after using it, I see the folling messages repeated in the logs: WARN [AbstractInstanceCache.tryToPassivate()]: Unable to passivate due to ctx lock, id=e3ypkkzl-8 WARN [AbstractInstanceCache.tryToPassivate()]: Unable to passivate due to ctx lock,

[JBoss-user] [Messaging, JMS JBossMQ] - SpyJMSException that continues on JMS failover

2004-11-17 Thread natebowler
Hi, I'm running JDK 1.4.2 and JBoss-4.0.0. I'm using JMS and have a Topic to which a MDB is subscribed to. Everything works great and when the master node in a cluster goes down, the Topic is recreated and the MDB reconnects. However I get the following error repeatedly and I can't figure out

[JBoss-user] [JCA/JBoss] - Re: TopLink (9.0.4-10.1.3) and JBoss (3.2.3-4.0.0) JTS XA in

2004-11-04 Thread natebowler
I think I have found a fix. After looking through the source, I noticed another way to avoid that call was if isTrackByTx() is true. So I added: track-connection-by-txtrue/track-connection-by-tx to my mssql-xa-ds.xml file. And, it appears to have addressed the issue. From reading the docs,

[JBoss-user] [JCA/JBoss] - Re: TopLink (9.0.4-10.1.3) and JBoss (3.2.3-4.0.0) JTS XA in

2004-11-03 Thread natebowler
BTW, The last thread I started in the TopLink support group can be found here. http://forums.oracle.com/forums/thread.jsp?forum=48thread=273031tstart=0trange=30 Their initial response from the Oracle group is that a close() operation should not thrown an exception if already closed per the

[JBoss-user] [JCA/JBoss] - Re: TopLink (9.0.4-10.1.3) and JBoss (3.2.3-4.0.0) JTS XA in

2004-11-02 Thread natebowler
I don't believe there is still a currentTx in afterCompletion(). The incoming status to afterCompletion is 3 (STATUS_COMMITTED). A code snippet from the afterCompletion(int) handler that TopLink provides is as follows (hope this is helpful): public void afterCompletion(int status) {

[JBoss-user] [JBoss.NET] - JBoss.net on 4.0 produces errors

2004-11-01 Thread natebowler
I followed the instructions on how to use JBoss.net on 4.0. I've also built from the JBoss source to see if the problem was related to just the binary version. But I get the same error. I have copied the jboss-net.sar to default/deploy. I have copied jboss-net-client.jar to the /client dir. I

[JBoss-user] [JCA/JBoss] - Re: TopLink (9.0.4-10.1.3) and JBoss (3.2.3-4.0.0) JTS XA in

2004-11-01 Thread natebowler
This is going to sound funny, but I think you've fixed it I made the change you outlined in the source and recompiled JBoss 4.0.0. I don't get the error anymore. The whole test suite for my app just passed including the XA tests. Connections appear to be returning to the pool, etc.

[JBoss-user] [JBoss.NET] - Re: jboss.net deployment fails on JBoss 4.0.0

2004-10-29 Thread natebowler
Are you able to see the jboss-net/services web application? Is there any other step you did to make this work? I posted my problem at another link: http://www.jboss.org/index.html?module=bbop=viewtopict=54303 It doesn't appear to be working for me. View the original post :

[JBoss-user] [JCA/JBoss] - TopLink (9.0.4-10.1.3) and JBoss (3.2.3-4.0.0) JTS XA integr

2004-10-29 Thread natebowler
I've made several posts on different threads, but none seem to get any attention. I've scoured the docs, hit TopLink groups, and personally emailed posters from many of the dead-end threads on these forums. I'm getting nowhere. The fact is, TopLink and JBoss JTS integration does not work. The

[JBoss-user] [JCA/JBoss] - Re: TransactionManager - error in delist; already committed

2004-10-27 Thread natebowler
Could somebody please post what exactly was fixed here? I'm using 3.2.6 final and I'm getting the same error I've always been getting trying to integrate TopLink using JTS and JBoss 3.2.6. The problem is this: In the afterCompletion() event, TopLink closes the DB connections (returns them to

[JBoss-user] [JCA/JBoss] - Re: afterCompletion() database connection closing

2004-10-27 Thread natebowler
This is the exact same problem I am having, but this thread died without an explanation of the fix. What was the trick here? How did you modify the TopLink JTSSynchronizationListener to play nice with JBoss? Nate View the original post :

[JBoss-user] [JCA/JBoss] - Re: TransactionManager - error in delist; already committed

2004-09-28 Thread natebowler
Actually, I just downloaded 3.2.6RC2 and I'm noticing the exact same behavior as in 3.2.3. I get the following exception on virtually every statement. 14:17:14,319 ERROR [TxConnectionManager] Error while closing connection handle!org.jboss.resource.JBossResourceException: Error in delist!; -

[JBoss-user] [JCA/JBoss] - Re: TransactionManager - error in delist; already committed

2004-09-03 Thread natebowler
What is the release date of 3.2.6? I have a problem with integrating TopLink into JBoss and JTS/CMP. This exception being thrown does effect the afterCompletion() callback for my JTSSynchronizationListener causing cache merge to fail. If this error is benign as far as JBoss is concerned, I

[JBoss-user] [JCA/JBoss] - ClassCastException retrieving DataSource on JNDI lookup

2004-04-23 Thread natebowler
This is a little frustrating because I've seen this question asked several times on forums, but none of the threads end with any resolution. This is my problem: I have set up a DataSource for MS SQL, and I can look it up successfully via: Context iniCtx = new InitialContext(); Object o =

[JBoss-user] [JCA/JBoss] - Re: ClassCastException retrieving DataSource on JNDI lookup

2004-04-23 Thread natebowler
OK. I only had it in 2 other places..:) Thanks, Nate View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832170#3832170 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832170