Sounds like soteria adds annotated typeds without an id - it uses null. Excepted it is a bad practise AFAIK it is likely undefined - NPE sounds a possible clean solution - and it doesnt match a default name neither so a lot of ?? for a ee spec ;(.
Maybe Arjan can fix it using "soteria" + type.getName(). Le 6 mai 2016 18:57, "gilbertoca" <[email protected]> a écrit : 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.
