Re: Webapps not started in Tomcat after upgrade to Tomee7.0.2

2017-11-16 Thread Romain Manni-Bucau
Hi try to use jar instead of dir, dir will deploy apps inside the folder (like foo/*) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn 2017-11-16 18:06 GMT+01:00 alan.murra...@lexisnexis.com : > I'm upgrading an application dev environment to Tomee7.0.2. > > We used to hav

Webapps not started in Tomcat after upgrade to Tomee7.0.2

2017-11-16 Thread alan.murra...@lexisnexis.com
I'm upgrading an application dev environment to Tomee7.0.2. We used to have a webapps/tomee.war which parsed the tomee.xml file and deployed the apps. Now, I see the tomee.xml file being processed by seeing the logs and classes scanned by the app class loaders created during Tomcat startup, but t

Webapps not seen, but not starting in Tomee7.0.2

2017-11-16 Thread alan.murra...@lexisnexis.com
I'm trying to upgrade an app with an EAR and 3 WARs to Tomee7.0.2+ using the bundled version. When starting TomEE (bin/startup.bat), I see the webapps in the log files being processed, but they don't start- hitting them gives HTTP 404s- and TomEE starts too quickly for the app(s) to be kick starte

Re: TomEE and validation-api-1.1.0

2017-11-16 Thread Matthew Broadhead
Which TomEE are you using?  (e.g. plus, plume etc)  Plus is OpenJPA which is only JPA2.0 On 16/11/2017 15:14, brayann36 wrote: Hi i have the same issue and been wracking my brains since a week. I am using spring boot version 1.3.0 and the war works fine on local tomcat server. Issue is when i d

Re: TomEE and validation-api-1.1.0

2017-11-16 Thread brayann36
Hi i have the same issue and been wracking my brains since a week. I am using spring boot version 1.3.0 and the war works fine on local tomcat server. Issue is when i deploy it to external TOMEE 1.7.4 server. i receive the following error Caused by: java.lang.NoSuchMethodError: javax.validation.sp