This content has been marked as final.
Show 6 replies
-
1. Re: run-as-principal is missing in schema
wolfc Jan 8, 2009 2:37 AM (in response to wolfc)Forget to mention: this is in tck5sec unit test.
-
2. Re: run-as-principal is missing in schema
alrubinger Jan 8, 2009 2:54 AM (in response to wolfc)Also schema tests. :)
-
3. Re: run-as-principal is missing in schema
aloubyansky Jan 8, 2009 6:07 AM (in response to wolfc)It's not missing from the schema, AFAICS. There is a required choice before the element.
security-identityType should allow run-as-principal as the only child
https://jira.jboss.org/jira/browse/JBMETA-162 -
4. Re: run-as-principal is missing in schema
alrubinger Jan 11, 2009 7:56 AM (in response to wolfc)So what should be done to:
http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/testsuite/src/test/resources/test/tck5sec/META-INF/jboss.xml ?
S,
ALR -
5. Re: run-as-principal is missing in schema
aloubyansky Jan 13, 2009 3:48 AM (in response to wolfc)Nothing. Upgrade to metadata 1.0.0.CR13 should fix it.
-
6. Re: run-as-principal is missing in schema
wolfc Jan 13, 2009 5:41 AM (in response to wolfc)This is the real culprit.
https://jira.jboss.org/jira/browse/EJBTHREE-1684
There are also some schemas in ejb3-core. These should be removed, although I can't figure out why we have the sun-ejb-jar schema there.