[jboss-dev-forums] [Design of POJO Server] - Russian Doll Ordering
anil.saldhana@jboss.com
do-not-reply at jboss.com
Tue Oct 9 10:45:53 EDT 2007
I am not sure what the official take on this issue is at the moment. I remember Scott telling me that we will need to add explicit dependencies (or such) to make the russian doll ordering to work.
For example, I have a situation in the test suite as follows:
| org.jboss.test.security.test.DeepCopySubjectUnitTestCase
|
This test uses an ear called as deepcopy.ear that internally contains a war file and has a xxx-service.xml inside that is specified in the jboss-app.xml
The issue I see at the moment is the following:
| Caused by: java.lang.IllegalStateException: jboss.security.tests:service=DynamicLoginConfigDeepCopyTest is already installed.
| at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
| oller.java:525)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
| oller.java:398)
| at org.jboss.system.ServiceController.doInstall(ServiceController.java:6
| 41)
|
I am unsure if the SecurityDeployer is influencing this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093068#4093068
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093068
More information about the jboss-dev-forums
mailing list