[jboss-dev-forums] [Design the new POJO MicroContainer] - Extending jboss-beans.xml schema?

scott.stark@jboss.org do-not-reply at jboss.com
Fri Mar 6 16:09:10 EST 2009


I don't remember what needs to be done to extend the accepted elements for a new bean metadatafactory like this application-policy element:


  | <deployment xmlns="urn:jboss:bean-deployer:2.0">
  | 
  |     <!-- profileservice secureview application-policy definition -->
  |     <application-policy xmlns="urn:jboss:security-beans:1.0" name="profileservice">
  |         <authentication>
  |             <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
  |                 <module-option name="unauthenticatedIdentity">nouser</module-option>
  |                 <module-option name="usersProperties">profileservice-users.properties</module-option>
  |                 <module-option name="rolesProperties">profileservice-roles.properties</module-option>
  |             </login-module>
  |         </authentication>
  |     </application-policy>
  | 

Where does the mapping from urn:jboss:security-beans:1.0 to the associated BeanMetaDataFactory implementation happen?


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215872#4215872

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215872



More information about the jboss-dev-forums mailing list