I've found how to set breakpoints, it was as simple as with a local app. My problem was that I've left my old SecurityService jar in tomee/lib. I delete it, and now everything is allright.
For people how have trouble with SecurityService migrating from 1.7.1 to 1.7.5, you have to implement "public UUID login(String realmName, String username, String password, final long accessTimeout) throws LoginException". With 1.7.1, there was no "accessTimeout". Thank you very much for your help!!! -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
