[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Merged ClassInfo annotation view?
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Oct 31 09:47:17 EDT 2008
I finally got this working, but I don't see deployment level annotations visible in the deployment scope metadata:
| <deployment xmlns="urn:jboss:bean-deployer:2.0">
| <annotation>@org.jboss.managed.api.annotation.ManagementDeployment(description="JBossSX Security Beans")</annotation>
|
| <!-- Establish the basic XML Based Configuration-->
| <bean name="XMLLoginConfig" class="org.jboss.security.auth.login.XMLLoginConfig">
| <property name="configResource">login-config.xml</property>
| </bean>
| ...
|
The ManagementDeployment annotation is not visible via the KernelDeployment DeploymentUnit.getMetaData() mdr accessor.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186029#4186029
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186029
More information about the jboss-dev-forums
mailing list