• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile

 
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
Hi, I created a java maven web project in Netbeans and I've defined in pom.xml the dependencies for hibernate core and some other the problem is that the hibernate  is not recognized I'm receiving an error in maven-compiler-plugin. I already changed the version of maven-war-plugin many times but the problem is the same.
Hibernate dependences:

plugins:

Error received:

I don't have any idea to solve this problem.
Thanks and best regards.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
I generated this entity using netbeans and I'm in doubt about the import javax.xml.bind.annotation.XmlRootElement;
Entity:

My DAO generated by Netbeans too.

But this line in getNamedQuery appear as deprecated:

 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
I made a mistake I wrote the class EspecialidadesDAO.
 
Bartender
Posts: 2421
13
  • Number of slices to send:
    Optional 'thank-you' note:
I am curious. What mistake you made?
Also, recently, javax.persistence is renamed into jakarta.persistence in some newer version of JDK such as JDK 17.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
I said that the netbeans didn't generated the class EspecialidadesDAO.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
What to should I do to solve this problem?
 
Himai Minh
Bartender
Posts: 2421
13
  • Number of slices to send:
    Optional 'thank-you' note:
It seems like the javax package no longer exist. Can you replace them with jakarta package? Are you using the later versions of JDK? If so, you may need to update your code what import javax packages.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
I am learning Jakarta EE how you said to change my application.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
Now I've the following environment JDK 20 installed and Apache Tomcat 9.0, I changed my imports from javax to jakarta but I am receiving an error in the execution of my application.
Pom file:

web.xml file:

Error received:
 
Saloon Keeper
Posts: 15608
366
  • Number of slices to send:
    Optional 'thank-you' note:
Remove ALL the Jakarta dependencies from your POM, except for these:

Make sure the versions match those that I have written.

Set the scope of all your other dependencies to runtime.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
With only this two dependency Ive receiving this errors.
 
Stephan van Hulst
Saloon Keeper
Posts: 15608
366
  • Number of slices to send:
    Optional 'thank-you' note:
Add the following dependency:


Replace your weld-servlet dependency with the following:


After this, you will probably still get some compilation errors that say that the packages jakarta.enterprise.context, jakarta.annotation and jakarta.inject don't exist. Revert them back to their javax.* equivalents.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
After last change I'm receiving same error:

I don't understand last msg, what is javax.* equivalents?
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
My dependences in pom:

Log error:
 
Stephan van Hulst
Saloon Keeper
Posts: 15608
366
  • Number of slices to send:
    Optional 'thank-you' note:
In your Java source files, whenever it says that jakarta.enterprise.context doesn't exist, change it to javax.enterprise.context. Do the same with all other package names it complains about.

Even though you're using Jakarta EE instead of Java EE, in Jakarta EE 8, not all package names have been changed from javax to jakarta yet. That's why, when using Jakarta EE 8, the packages that you use in your application wil be a mix of javax and jakarta packages.

When you at some point start using Jakarta EE 9 or Jakarta EE 10, then all Jakarta package names should start with jakarta.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
I don't have any reference of jakarta in my source files, I have this classes below created by netbeans when I created my application.


 
Stephan van Hulst
Saloon Keeper
Posts: 15608
366
  • Number of slices to send:
    Optional 'thank-you' note:
The compilation error very clearly shows that itc.systems.beans.EspecialidadesMB references jakarta.annotation, jakarta.enterprise.context and jakarta.inject.

Also, why did you add the cdi-api, javax.annotation-api, javax.inject and jaxb-runtime dependencies to your POM? Remove them.

Give the MySQL, JBoss and Hibernate dependencies runtime scope.

Follow my instructions carefully.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
After following your instructions carefully the errors disappear now I must to make my jsf work.
Thanks and best regards.
 
Cezar Apulchro
Ranch Hand
Posts: 675
3
  • Number of slices to send:
    Optional 'thank-you' note:
How to close this topic?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic
vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |