[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - JBMESSAGING-759 - Mixing HTTP and Socket in ConnectionFactor
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Feb 9 10:52:35 EST 2007
This is the thread discussion for:
http://jira.jboss.org/jira/browse/JBMESSAGING-759
I am deploying two connectionFactories for a test I'm writing.
One for HTTP, one for Socket.
For doing that I'm creating a new test configuration (all+http) and I'm refactoring our test framework a little bit. Datasources were being deployed on LocalTestServer, because you need the serverPeer deployed before starting a datasource.
So.. I created a new method startDataSources on ServiceContainer that the LocalServer can use after the ServerPeer is started.
And BTW: As part of this I'm also fixing a ClassCastException while using HTTP for ConnectionFactoryUpdate:
http://jira.jboss.org/jira/browse/JBMESSAGING-820
I didn't commit anything as part of this yet.. I want to run the testcases first to make sure to test framework didn't break anything.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013705#4013705
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013705
More information about the jboss-dev-forums
mailing list