Questions tagged [jakarta-ee-9]
4 questions
2
votes
1 answer
How to activate my own Jakarta HttpAuthenticationMechanism implementation in Jakarta EE app
I am creating an simple Jakarta EE 9 app. Because of my own reason, I have to implement my own HttpAuthenticationMechanism (I am not using built-in HttpAuthenticationMechanism CDI beans).
I am having an issue with activating my own…

LHA
- 9,398
- 8
- 46
- 85
0
votes
0 answers
Where did the javax.xml.registry.infomodel package from Jakarta EE 8 disappear to in Jakarta EE 9.1?
I would specifically like to use the TelephoneNumber class which I found in the javax.xml.registry.infomodel package in the Jakarta EE 8 javadoc.
Looking in the Jakarta EE 9.1 javadocs, I can't find an equivalent package or TelephoneNumber class. I…

Soup
- 1
- 1
0
votes
0 answers
How to Configure Apache TomEE to use MySQL in the persistence.xml File?
How do I configure Apache TomEE to use MySQL in the persistence.xml file? I'm using Eclipse 4.26.0, JavaSE 19.0, Apache TomEE Plus 8.0.14, and OpenJPA 3.2.2.
Thank you,
James Pedersen

user2279952
- 341
- 1
- 4
- 9
0
votes
0 answers
I am getting exceptions when I have used URL patterns by intercept-url tag after spring security upgrade to 6.0.1
I am using Jakarta EE and deployed on Glassfish 6 (RI implementation for Jakarta EE 9 ). I have updated the version of spring security 3.2.5 to 6.0.1, It is okay when set anyRequest by intercept-url () but when I am using URL patterns by…

shamin
- 11
- 2