Hi,
I'm attempting to use LazyRealm so that I can inject into my JAAS
LoginModule.
I added what's below to my server.xml, but I get a 500 when I attempt to
access my server.
I've tried turning debugging up, but I'm not seeing anything. At first I
made the mistake of trying to use my LoginModule directly here...
<Realm
className="org.apache.tomee.catalina.realm.LazyRealm"
realClass="org.apache.catalina.realm.JAASRealm"
properties="appName=TestRealm
userClassNames=org.apache.openejb.core.security.AbstractSecurityService$User
roleClassNames=org.apache.openejb.core.security.AbstractSecurityService$Group"
cdi="true">
</Realm>
--
View this message in context:
http://openejb.979440.n4.nabble.com/CDI-JAASRealm-using-LazyRealm-tp4660592.html
Sent from the OpenEJB User mailing list archive at Nabble.com.