Anyone?
Here's a simpler question that may help me on my way.
Is it possible to configure a war (outside of an ear) to be reloaded if the ear is
redeployed? I read somewhere else that it's supposedly possible if I put something
like this in my ear's jboss-app.xml:
| <jmx-name>myservice:service=OwnService</jmx-name>
|
and this in my webapps jboss-web.xml:
| <depends>myservice:service=OwnService</depends>
|
I have not been able to make this work though. I get this:
| DEPLOYMENTS MISSING DEPENDENCIES:
| Deployment "jboss.web.deployment:war=/bobTest" is missing the following
dependencies:
| Dependency "myservice:service=OwnService" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'myservice:service=OwnService' **")
|
| DEPLOYMENTS IN ERROR:
| Deployment "myservice:service=OwnService" is in error due to the following
reason(s): ** NOT FOUND Depends on 'myservice:service=OwnService' **
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245074#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...