开发者

How to monitor ejb deployments in jboss6

开发者 https://www.devze.com 2023-01-28 08:30 出处:网络
In Jboss4, I used to have an MDB listening to deployment messages for dynamically registering components in a system. I used the approach described at http://community.jboss.org/wi开发者_JAVA技巧ki/Ex

In Jboss4, I used to have an MDB listening to deployment messages for dynamically registering components in a system. I used the approach described at http://community.jboss.org/wi开发者_JAVA技巧ki/ExampleMinimalNotificationListener.

Apparently, this mechanism doesn't help anymore in JBoss 6.

So how can I get notified after an EJB has been deployed or before it gets undeployed?

0

精彩评论

暂无评论...
验证码 换一张
取 消