PeterL355 · Stack Overflow

Score of 0

1 answer

59 views

ViewScoped in Omnifaces is not destroyed when using target="_blank"

I'm running on OmniFaces 5.4.1, glassfish/payara with compatible Jakarta EE 11. I found my viewscoped bean will be destroyed every time when I do not click the method that generates a PDF file. With ...

  • reputation score 129

Score of 0

1 answer

121 views

What scope is advised for Hibernate StatelessSession?

I'm using Spring 7 and Hibernate 7 in an application with Jakarta Data repositories. Hibernate generates repository implementations that receive an ObjectProvider<StatelessSession>: @Component @...

  • reputation score 1600

Score of 0

7 answers

281 views

I am trying to learn Java programming but always fall back to basics

I am trying to learn Java web programming and I cannot find reliable resources to learn java. I also just recently tried to learn while staying away from AI, because I do get solutions to problems ...

  • reputation score 1

Score of 0

3 answers

198 views

Is Freemarker 2.3.34 compatible with Jakarta EE11?

As the title says, is FreeMarker 2.3.34 compatible with Jakarta EE11? I'm trying to upgrade a web application from Jakarta EE9 to EE11 and I'm facing some issues.

  • reputation score 1

Score of 2

0 answers

76 views

Getting Jakarta persistence to work in OSGI

I have been trying to get my OSGI persistence bundles updated to the newest libraries. My old structure was Gemini JPA, EclipseLink (2.x) and (thus) the javax libraries, and I am trying to upgrade ...

  • reputation score 341

Score of 2

1 answer

130 views

Container initiated authentication

I’m trieing to implement a very basic example of container initiated authentication. I defined the roles and constraints in web.xml: <security-role> <role-name>VIEW_USER_PAGES</role-...

  • reputation score 163

Score of 0

1 answer

100 views

Accessing enum via Jakarta Expression Language in Pages

According to the official tutorial I should be able to reference an enum class via Expression Language. The example from the mentioned tutorial is as follows: public enum Suit {hearts, spades, ...

  • reputation score 846

Score of 0

4 answers

88 views

Recommendations Java -Jakarta EE New web app - api

I used to do Java back in the day (2013) and I am SCJP. Since then I have been doing mobile. Anyway, I was asked to do an API for someone so I figured I’d get back into it for a bit and everything ...

  • reputation score 714

Score of 0

2 answers

221 views

IBM Liberty JakartaEE11 version artifacts [closed]

Does anybody know if IBM Liberty support Jakarta EE 11? The latest version of maven is for Jakarta EE 10. Any links, hints to artifacts/plans appreciated

  • reputation score 1906

Score of 0

1 answer

172 views

Jakarta Persistence can't find Entity classes [closed]

I'm trying to update my old Java EE project to run on Jakarta EE and I've run into an issue I can't seem to resolve. When I use the persistence for Jakarta the compiler says it can't find the classes ...

  • reputation score 194

Score of 0

5 answers

136 views

Jakarta CDI - Two "Singletons" of the same class

I'm new to injection frameworks. And my question is a contradiction in itself, but - hypothetically - is it possible to have CDI inject exactly 2 different instances of the same class throughout my ...

  • reputation score 185

Read the original on stackoverflow.com ↗