Skip to main content

All Questions

Tagged with
0 votes
1 answer
22 views

JavaFX cannot consume API

I created a JavaFX17 app with JakartaEE10 using Maven Shade. It runs correctly on NetBeans>run, but when double click on the shaded.jar it runs but I cannot login. I use nonce for logging in. It ...
A.P.'s user avatar
  • 11
2 votes
0 answers
91 views

Maven enforcer rule for finding dependencies that mix Java EE and Jakarta EE

When starting to convert apps and libraries to Jakarta EE, is there any Maven enforcer rule or way to check the build time classpath for dependencies that might be mixing the old Java EE APIs? I know ...
Jim Sellers's user avatar
1 vote
2 answers
176 views

TomEE Plus 9.1 - Jakarta EE Platform Maven Project - How to exclude geronimo-mail jar

I have an Email class that uses the following imports: import jakarta.activation.DataHandler; import jakarta.activation.DataSource; import jakarta.activation.FileDataSource; import jakarta.faces....
Ted Spradley's user avatar
  • 3,436
2 votes
2 answers
527 views

glassfish 7 + jakarta ee 10 + hibernate entity manager java.lang.NoClassDefFoundError: org/hibernate/annotations/common/reflection/ReflectionManager

I am trying to get hibernate working with glassfish 7 jdbc. I got the configuration of the pool right and ping is a success. I have put mysql-connector-j-8.0.33.jar and hibernate-core-6.2.6.Final.jar ...
Hendrik's user avatar
  • 73
0 votes
2 answers
207 views

Web service on Wildfly27 with jakarta.jakartaee-api10 . Successful deployment but can't get junit test to run successfully

I successfully deployed a Web Service on Wildfly 27 with jakarta.jakartaee-api 10.0.0. But I just can't get a junit test to access the web service. I can call the wsdl via the browser and already ...
ranxero's user avatar
0 votes
0 answers
864 views

Getting jakarta.ws.rs.NotFoundException: HTTP 404 Not Found error when attempting to navigate to JSP page from index

POM XL dependencies <dependencies> <!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-server --> <dependency> <groupId>org.glassfish....
Charanjot Singh's user avatar
1 vote
1 answer
428 views

Configuring Apache Derby dependency in Open Liberty Maven project

I'm trying to connect a Derby database with my Open Liberty application, but I can't get it to work. I don't think I understood the process correctly. Here's what I did. I downloaded db-derby-10.15.2....
stitch123's user avatar
  • 307
0 votes
3 answers
2k views

Cannot start Open Liberty server: Failed to execute goal io.openliberty.tools:liberty-maven-plugin:3.7.1:dev

I'm trying to run an Open Liberty server on Ubuntu 18.04, but getting the following error when when executing mvn liberty:dev: Failed to execute goal io.openliberty.tools:liberty-maven-plugin:3.7.1:...
stitch123's user avatar
  • 307
1 vote
0 answers
63 views

How to avoid duplicate jakarta classes with fat jakartaee-api jar and individual api jars like ws.rs-api?

Most 3rd party libraries I've seen pull in individual API spec artifacts, like jakarta.ws.rs:jakarta.ws.rs-api. Some however depend on jakartaee-api (or similar) "fat" jars, that package the ...
Leprechaun's user avatar
0 votes
1 answer
51 views

How can I sort string values from DB in repository in functional Queries?

How can I sort a string values from DB in repository layer in functional Query? Exception the query that can be utilized
Praneeth Mopuri's user avatar
0 votes
1 answer
91 views

java.lang.NoClassDefFoundError when deploying to Glassfish application server

I have created a simple demo rest service which queries Ethereum to get basic information. I am using the Web3j library version 5.0.0 https://mvnrepository.com/artifact/org.web3j/core/5.0.0 I have ...
CathalMF's user avatar
  • 9,965
0 votes
0 answers
88 views

How do I display a custom view with Spring MVC in IntelliJ?

I am trying to create a simple Jakarta EE demo application in IntelliJ using Maven as my build system, Spring's MVC framework, and Tomcat 9.0.70.0 as my local deployment server. The application comes ...
liberlux's user avatar
1 vote
0 answers
31 views

Maven modules that require versioning

I created a new project with the org.wildfly.archetype:wildfly-jakartaee-ear-archetype:27.0.0.Final-SNAPSHOT archetype and then added a library module to get the following project structure: project +-...
Dobbo's user avatar
  • 1,198
0 votes
2 answers
385 views

is it possible to use tomcat 10 for JEE and tomcat 9 for spring on one laptop?

is it possible to use tomcat 10 for JEE and tomcat 9 for spring on one laptop? if yes can you ask for instructions on how to do this
M Jakubowski's user avatar
0 votes
1 answer
447 views

What dependencies to create and use SOAP Web Services should I add to the POM if I am working with Widfly 26.1.1, JDK 11 and JEE 8?

I'm trying to create SOAP Web Services with Wildfly 26.1.1, JDK 11 and JEE 8 on Apache NetBeans 12.6, and I get this error (I had previously created NetBeans 8.2 with JEE 7 without problem): Deploying ...
Gleiston Guerrero's user avatar

15 30 50 per page
1
2 3 4 5
76