"scott.stark(a)jboss.org" wrote :
| I don't see this if I run the JmsDestinationRestartUnitTestCase after the
JmsDestinationOverrideTestCase when the server is running. The
JmsDestinationRestartUnitTestCase.testQueueTemplate fails if I run the
JmsDestinationOverrideTestCase and then restart the server, so we are loading something
too early it seems.
|
Yes the RestartUnitTestCases need a server restart. That's basically where this
problem occurs.
"scott.stark(a)jboss.org" wrote :
| In general both the mbean and MODefinitions would only be visible to the class loader
of the deployment, so needing these classes visible when the deployers first load is not
correct. We don't processes any persisted attachments unless we see a deployment with
a matching attachments, so it could just be that this is an implicit dependency issue
where the destinations-service.xml is getting processed before the
messaging-jboss-beans.xml during startup.
|
Hmm well we are applying the information in PRE_REAL. As the messaging-beans are also in
deploy/ they are most probably in the same state - so not installed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225726#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...