Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-04 Thread Adrian Brock
My bad sorry!!! :-( I can't just copy the source from head because it has incompatible changes that need to be fixed. I guess this was also the problem with the build timeout Ryan and Brian were looking at concurrently? On Fri, 2006-02-03 at 22:01, Bill Burke wrote: JMSDestinationManager had

[JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
My MDB tests seem to be hanging, Can't figure out why. I do a thread dump and got the following... Any clues? Did somebody recently change JMS on Branch_4_0? Thanks RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 nid=0xc78 runnable [0x285fc000..0x285ffd68] at

Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
Let me expand on this. When deploying an MDB3, it just hangs on deployment. Thread dump shows this. Same EJB 3.0 code (same dist). MDB runs fine on 4.0.3SP1. I also see that the MDB EJB3 tests are passing in HEAD as well from nightly build from like 5 hours ago. I haven't gotten a

Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
JMSDestinationManager had typo. it should be a null check instead of a != null check. Typo from backmerge. I guess if you put down the code for awhile you see it! /** * Gets the ID attribute of the JMSServer object * * @return The ID value */ public String getID()