Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

I'm working on a Java EE application where I have created a custom interceptor that extends an existing parent interceptor. My goal is to conditionally skip the invocation of the parent interceptor's ...
Ankit Dhanna's user avatar
1 vote
0 answers
71 views

I am trying to orderby value of a Map that is included in my @Entity as @CollectionTable @ElementCollection. I try to do this using criteriabuilder and eclipselink. I provide below the entity example @...
geminal's user avatar
  • 29
2 votes
1 answer
103 views

My application is deployed on WebSphere Liberty 23.0.0.9. In the following code snippet create method creates timer and cancel method cancels timer. arc represents a value which uniquely identifies ...
Lyss P. Hacker's user avatar
0 votes
1 answer
285 views

I currently maintain a legacy EJB application that is hosted on WebLogic 12c, where it operates smoothly without any issues. Recently, I undertook the task of migrating this application to WebLogic ...
Javad Malekzaseh's user avatar
0 votes
1 answer
154 views

i'm trying to deploy a jdo resource adapter to wildfly 10 with this code: https://github.com/urbandroid/datanucleus-jca-adapter java:/TestDS datasource deployed to server resource adapter must use ...
Ebuzer Taha KANAT's user avatar
0 votes
0 answers
194 views

I'm trying to deploy a simple graphql service to java ee 7 server to prove it can be done. I managed the work for jakarta ee 10 version but java ee 7 one deploys and run but when i test the web ...
Ebuzer Taha KANAT's user avatar
0 votes
1 answer
670 views

When consuming a javax.jms.Message from IBM MQ I want to log the message id and destination it came from like this: Received [ID:...] from [...] For some messages this works fine and looks like this: ...
Jörn's user avatar
  • 171
0 votes
1 answer
33 views

I removed timer from code, but after app started, the timer is still exists in jboss_ejb_timer. It does not start, but maybe it is important to delete it from jboss_ejb_timer too.
Павел Пимуков's user avatar
-5 votes
1 answer
232 views

I am doing a REST API with the Java Resteasy framework (using Jackson as well). I was trying to define two API endpoints almost equal: @POST @Path("/addbook") @Produces(MediaType....
Francesc Roy's user avatar
0 votes
2 answers
619 views

I have an JaxRS API like this : @GET @Path("list") public Response list(@QueryParam("id") Long id) { ... } How can i handle exception when send non digits parameter as id ? ...
mah454's user avatar
  • 1,948
0 votes
0 answers
170 views

I have Java EE app + Glassfish 4.1 + JSF Primefaces + Websockets. Session timeout configured for 30 minutes. It works on some pages. <!-- Session Timeout in min --> <session-config> &...
Bohdan Myslyvchuk's user avatar
0 votes
0 answers
75 views

I am creating a Web using JavaEE + Tomcat, and I would like to know what would be the best way to execute a GNU/Linux Shell command and, if possible, to know if there has been an error in the ...
Ommadawn's user avatar
  • 2,800
0 votes
1 answer
444 views

I try make request using client library javax.ws.rs I'm trying to add a parameter name containing characters [ and ] to query parameters, for encdoded special characters i am used URLEncoder.encode(). ...
Alexander Leonov's user avatar
0 votes
1 answer
176 views

I am on Weblogic 12c + JPA/Hibernate + EJB 3. I wish to simplify my class model as follow: public abstract class AbstractEJBBean { @PersistenceContext(unitName = "myPU") private ...
Antonio Petricca's user avatar
0 votes
1 answer
292 views

I'm trying to implement a custom security realm which access a database for user validation. I want to inject a configured database from the datasource-module. It seems that no dependency injections ...
jsc57x's user avatar
  • 91

15 30 50 per page
1
2 3 4 5
81