Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
65 views

The problem is that after adding JAX-WS to my project, specifically to the file that will be generated, I tested the generated file, but nothing related to the interceptor appeared. It seems like I ...
Firas Chebbi's user avatar
0 votes
0 answers
72 views

I want to use the @Schedule annotation to activate a method every 5 seconds. But the scheduler never activates the method. The application runs in Open Liberty. None of the two System.out.println is ...
user2023141's user avatar
  • 1,283
1 vote
0 answers
89 views

Getting intermittent errors on Jboss 5 for POST requests, most requests go through only some run into error. 2024-09-10 11:46:15,389 ERROR [org.jboss.resteasy.core.SynchronousDispatcher] ...
Nivid's user avatar
  • 11
0 votes
0 answers
40 views

I have a java application running on JBOSS EAP 7.3 (Java-ee) jdk1.8 The app needs to send an email (using java.mail) by connecting to a secure mail server which uses certificate and username/login to ...
user3547425's user avatar
1 vote
0 answers
1k views

I searched a lot regarding this matter but unfortunately, I could not find anything helpful. I have an application in JAVA EE deployed in Payara Glassfish server. This application connects with SSL in ...
geminal's user avatar
  • 29
0 votes
1 answer
57 views

I use openFeign to attack the web by sending a Post request with a list of objects as parameters unfortunately the target web service does not understand the json format that I send because it expects ...
fady okana's user avatar
0 votes
1 answer
59 views

i have a query built up by a criteriaset running in payara 5. My problem is that the query always translates the enum i have in my query to an ordinal even though the Type is annotated with @...
Xtroce's user avatar
  • 1,826
0 votes
1 answer
63 views

I am trying to use Redis in Spring project. And I copied some code like this and it works well: @Autowired private RedisTemplate redisTemplate; @Resource(name = "redisTemplate") ...
Sheldon Wei's user avatar
  • 1,262
2 votes
1 answer
4k views

I like best practices. I always try to follow them because I think it is easier for a lot of other developers to work with my code. Now it's about the location of Dockerfiles. I mainly develop in Java/...
Hamburml's user avatar
  • 354
1 vote
0 answers
451 views

I am facing peculiar issue on weblogic the execption says: weblogic 12.4.X Servlet failed with an Exception java.lang.IllegalStateException: Can't reset StackTrace is as below: <[ServletContext@...
Sudheer HS's user avatar
0 votes
1 answer
257 views

I have an array of ids as a String[], and I need to update a table that corresponds to these ids. I implemented a solution using a for loop, but I am not entirely satisfied with it. Are there any ...
Ozodbek's user avatar
0 votes
1 answer
1k views

When the ApplicationScoped beans will be created ? At injection points or when application will be deployed ?
Erik Ghukasyan's user avatar
1 vote
1 answer
2k views

The eclipse foundation has archived the GlassFish Tools 1.0.0 and 1.01. It is no longer possible to install GlassFish Tools either through Eclipse MarketPlace or through Install new Software on the ...
DONGMO BERNARD GERAUD's user avatar
0 votes
0 answers
65 views

WebServlet(name = "category", urlPatterns = {"/category/*"}) public class CategoryController extends HttpServlet { private CategoryDAO categoryaDao; public void init() { ...
Raúl Peñate's user avatar
0 votes
0 answers
127 views

Hi i have a javaEE application with wildfly server i use the library jasypt to encrypt password and at the time to run my server app it throws me this jasypt.StrongPasswordEncryptor class not found ...
Facundo Suarez's user avatar

15 30 50 per page
1
2 3 4 5
134