I have a filter class (for the JMX-Console) in an ear-file (test_xxx.ear) which is dynamically named. Now I have the following line in the jboss-web.xml of the jmx-console:
| <depends>jboss.j2ee:service=EARDeployment,url='test_xxx.ear'</depends> | The problem is: the ear-file has a dynamically-given name (like test_010.ear, test_020.ear,...) I tried an url with an wildcard and a directory, but the result is the same: I get a warning-message like: MBeans waiting for other MBeans... What can I do? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262481#4262481 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262481 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
