Hi everyone, I hope you're all well!
I'm trying to use Soteria[1] with tomee-embedded. I've set it up in
following way
[quote]
<dependency>
<groupId>javax.security</groupId>
<artifactId>javax.security-api</artifactId>
<version>1.0-m01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.glassfish.soteria</groupId>
<artifactId>soteria</artifactId>
<version>1.0-m01-SNAPSHOT</version>
</dependency>
[/quote]
, following the advice of Arjan[2]. But TomEE don't start with it, throwing
some exceptions[3]
Any advice on it?
Regards,
Gilberto
[1] https://github.com/javaee-security-spec/soteria
[2] https://github.com/javaee-security-spec/soteria/issues/4
[3] https://gist.github.com/gilbertoca/f498f1545ae047840512d0ee3e7d0a03
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/First-try-with-Soteria-jsr-375-tp4678375.html
Sent from the TomEE Users mailing list archive at Nabble.com.