0 Replies Latest reply on Feb 9, 2007 10:52 AM by clebert.suconic

    JBMESSAGING-759 - Mixing HTTP and Socket in ConnectionFactor

    clebert.suconic

      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.