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

anil.saldhana@jboss.com do-not-reply at jboss.com
Tue Aug 14 11:48:37 EDT 2007


Alex,  I have a test case for this at :
https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/trunk/

The test is:
https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/config/JBossXBSchemaBindingUnitTestCase.java

The schema file for the test is:
https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/trunk/src/resources/schema/security-config_5_0.xsd

The xml file for the test is:
https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/trunk/src/tests/resources/config/securityConfig5.xml

>From the test, you can see that it is failing at JBossXBSchemaBindingUnitTestCase->testValidateJAASConfiguration()->
assertEquals("Optional expected", AppConfigurationEntry.LoginModuleControlFlag.OPTIONAL,
  |             ace.getControlFlag());

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

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



More information about the jboss-dev-forums mailing list