This content has been marked as final.
Show 3 replies
-
1. Re: Property: javax.security.jacc.PolicyConfigurationFactory
alrubinger Jun 12, 2009 1:47 AM (in response to alrubinger)Explicitly setting the property in Embedded (as a hack) circumvents the error:
System.setProperty("javax.security.jacc.PolicyConfigurationFactory.provider", "org.jboss.security.jacc.JBossPolicyConfigurationFactory");
And yes, I know that's not in a priv block. ;)
So what I'm looking for is where in AS we set this property so I can determine why it's not available to me in Embedded.
S,
ALR -
2. Re: Property: javax.security.jacc.PolicyConfigurationFactory
jaikiran Jun 12, 2009 6:46 AM (in response to alrubinger)Looks like it's set in jboss-ejb3-core. Found this http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/core/src/main/java/org/jboss/ejb3/security/Ejb3PolicyConfigurationFactory.java
-
3. Re: Property: javax.security.jacc.PolicyConfigurationFactory
alrubinger Jul 1, 2009 4:06 PM (in response to alrubinger)Looks like this one is another casualty resolved by:
http://lists.jboss.org/pipermail/jboss-development/2009-July/014679.html
S,
ALR