[jboss-dev-forums] [Design of JBossXB] - Re: xsd:attribute ref unsupported in unmarshaller

alex.loubyansky@jboss.com do-not-reply at jboss.com
Wed Aug 15 02:30:59 EDT 2007


Try defining a namespace prefix for "urn:jboss:security-config:5.0" and using the prefix with the flag attribute.


  | <policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  |          xsi:schemaLocation="urn:jboss:security-config:5.0"
  |          xmlns="urn:jboss:security-config:5.0"
  |          xmlns:ns="urn:jboss:security-config:5.0">
  | ...
  |           <login-module code = "org.jboss.test.TestLoginModule"
  |              ns:flag = "required"> 
  | 

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

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



More information about the jboss-dev-forums mailing list