python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TomEE: Debug JWT Login
I would very much appreciate a little pointer to some TomEE/OpenEjb class for debugging my JWT rest service.
I'm facing the problem that TomEE rejects access (403) to my test service despite having a ...
Marcus
Votes: 0
Answers: 1
Calling JUnit test with TomEE's Application Composer throws RuntimeException: unable to load properties from jar: /.../jbossts-properties.xml
I have this simple service class:
@ApplicationScoped
@Transactional
public class MyService {
public String myTransactionalMethod(){
return "hello";
}
}
With this simple ...
cidra
Votes: 0
Answers: 1