Hi javax.security.jacc.policy.provider and javax.security.jacc.PolicyConfigurationFactory.provider are used but with container loader (ie did you put your jar in tomee/lib?)
If you want to debug it is here org.apache.openejb.core.security.AbstractSecurityService#installJacc Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-03 14:04 GMT+01:00 gfolch <[email protected]>: > Hi, > > I'm developing my own JACC Provider and I want to use it in TomEE. > How can I setup TomEE to use it? > Based on JACC specs I have to setup some system variables like: > -Djavax.security.jacc.policy.provider=com.example.jacc.YourPolicy > -Djavax.security.jacc.PolicyConfigurationFactory.provider=com.example.jacc.YourPolicyConfigurationFactory > > But it's not working in my case. What I'm missing? > > Thanks in advance > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/How-can-I-enable-JACC-in-TomEE-tp4673113.html > Sent from the TomEE Users mailing list archive at Nabble.com.
