-
Bug
-
Resolution: Done
-
Major
-
1.0.0-Beta11
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.), Interactive Demo/Tutorial
The xml equivalent of @Management and @Service(objectName="blah:blah=blah") doesn't work:
<service>
<ejb-name>ServiceOne</ejb-name>
<ejb-class>org.jboss.tutorial.service_deployment_descriptor.bean.ServiceOne</ejb-class>
<!-- Does not work -->
<object-name>tutorial:service=serviceOne</object-name>
<management>org.jboss.tutorial.service_deployment_descriptor.bean.ServiceOneManagement</management>
</service>
This is resulting in the "service_deployment_descriptor" tutorial failing against JBoss-5.0 GA.
The ServiceContainer.registerManagementInterface relies on the getAnnotation method to check for the management interface and the objectName, which causes this issue.
- blocks
-
EJBTHREE-1607 Update tutorials
- Resolved