Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
2.9
-
None
-
None
-
Ubuntu 10.04 LTS
Description
Some time ago we experienced a strange issue after creating eclipse project files from the eclipse plugin (I do not have dates for this exactly). After importing projects and running with our inhouse (contextPath=/pays webInfDir=src/main/webapp port=8080) JettyStart.java from within eclipse our web app would fail with the included stack trace (Basically fails with this: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.hibernate.cfg.AnnotationConfiguration.add(Lorg/hibernate/util/xml/XmlDocument;)V.
However running the same plugin under eclipse profile in maven, somehow creates different eclipse project files, that resolves the problem and the webapp starts and runs ok.
After upgrading to ver 2.9 of the plugin, usage of the -Peclipse profile, has no effect and consequently the webapp fails to run. If we revert back to the 2.8 ver of the plugin, rerun with -Peclipse -> import -> rerun -> ok. So basically all usage of the 2.9 plugin "fails" for us and forces usage of the 2.8 version with an eclipse profile.
What is the consequence of running this plugin under eclipse profile? How does ver 2.8 differ from ver 2.9 when running under eclipse profile?
Do you need anymore input data do not hesitate to contact me.