[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-31 Thread burdeasa
Thanks for the responses everyone. I think I have found a solution. I added debug code to testcase RequestReplyQueue and noticed that the test was receiving the following message text on the queue: High Priority Persistent message. This message text is placed on the queue by the previous testc

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-27 Thread clebert.suco...@jboss.com
(or of course, someone should find a proper fix, to make sure the test is only started after the deployment is finished). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221684#4221684 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-27 Thread clebert.suco...@jboss.com
There's probably a race on deployment for that test. I wouldn't bother too much about it... But if you want to fix it.. you probably need a sleep on setup(). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221683#4221683 Reply to the post : http://www.jbos

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-26 Thread timfox
I asked Phillip from QA who posted that original JIRA what the problem was. He said it as a configuration issue on his side, but couldn't remember the details. Those tests are the JBoss AS integration tests. In JBM we have our own tests. The AS integration tests are run successfully before each

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-24 Thread burdeasa
Just to clarify: The test I am running is not a test that I wrote. I am running the test org.jboss.test.jbossmessaging.test.JBossJMSUnitTestCase that comes with the JBoss Application Server source code. To run the test, I run the provided ant script which automatically sets up the classpath fo

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-24 Thread timfox
This is probably an AOP problem caused by not having the correct libraries on the client side. Please check you have the correct libraries on the classpath as specified in the user guide. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220634#4220634 Reply t

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-24 Thread gaohoward
Can you give more about your test here? for example the code you use to create the producer. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220631#4220631 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220631