Redeployment issue

2015-06-22 Thread hwaastad
- add new app to webapps - start server Is this a known issue? br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Redeployment-issue-tp4675378.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Redeployment issue

2015-06-22 Thread Romain Manni-Bucau
need to clean out work/Catalina/localhost/app aswell. It does'nt help doing: stop server - clean out webapps - add new app to webapps - start server Is this a known issue? br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Redeployment-issue-tp4675378.html

Re: tomee redeployment issue

2014-06-25 Thread hwaastad
org.apache.openejb.bval.BeanValidationAppendixInterceptor aroundInvoke SEVERE: can't find validator Something is happening to the bval when one of the apps undeploys br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670176.html

Re: tomee redeployment issue

2014-06-25 Thread Romain Manni-Bucau
-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670176.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: tomee redeployment issue

2014-06-25 Thread Andy Gumbrecht
org.apache.openejb.bval.BeanValidationAppendixInterceptor aroundInvoke SEVERE: can't find validator Something is happening to the bval when one of the apps undeploys br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670176.html

Re: tomee redeployment issue

2014-06-25 Thread Romain Manni-Bucau
-- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue- tp4670067p4670176.html Sent from the TomEE Users mailing list archive at Nabble.com. -- Andy Gumbrecht http://www.tomitribe.com agumbre...@tomitribe.com https://twitter.com

Re: tomee redeployment issue

2014-06-25 Thread hwaastad
); deployer.undeploy(webapp1); System.out.println(===); System.out.println(); } -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670182.html Sent from the TomEE Users mailing list archive

Re: tomee redeployment issue

2014-06-25 Thread Romain Manni-Bucau
(webapp1); System.out.println(===); System.out.println(); } -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670182.html Sent from the TomEE Users mailing list archive

Re: tomee redeployment issue

2014-06-25 Thread Romain Manni-Bucau
(webapp1); System.out.println(===); System.out.println(); } -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670182.html Sent from the TomEE Users mailing list archive

Re: tomee redeployment issue

2014-06-24 Thread Romain Manni-Bucau
org.apache.openejb.bval.BeanValidationAppendixInterceptor aroundInvoke SEVERE: can't find validator I'll see if I can script something later on br -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670162.html Sent from the TomEE Users mailing

Re: tomee redeployment issue

2014-06-24 Thread hwaastad
Nice, I try your config later on. br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670164.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: tomee redeployment issue

2014-06-23 Thread hwaastad
valid input: jun 24, 2014 7:09:07 AM org.apache.openejb.bval.BeanValidationAppendixInterceptor aroundInvoke SEVERE: can't find validator I'll see if I can script something later on br -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue

Re: tomee redeployment issue

2014-06-21 Thread Romain Manni-Bucau
Well fix it for 1.7.0 since we ll remove it in 2.0.0 cause specification has it in javaee7 Le vendredi 20 juin 2014, Helge Waastad he...@waastad.org a écrit : Hi Andy, I've tried different approaches but the problem still exist. Is this a deployment issue in tomee 1.7.0? Right now I have to

Re: tomee redeployment issue

2014-06-21 Thread hwaastad
Thats great!. If U ping me when its done I'll happily help verifying :-) br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670129.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: tomee redeployment issue

2014-06-20 Thread Helge Waastad
Hi Andy, I've tried different approaches but the problem still exist. Is this a deployment issue in tomee 1.7.0? Right now I have to inject a validator and do the validation manually. Will you have a look or do I have to wait until you start the 2.0 branch? br hw On to., 2014-06-19 at 17:08

Re: tomee redeployment issue

2014-06-19 Thread hwaastad
in context: http://openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670078.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: tomee redeployment issue

2014-06-19 Thread Jean-Louis Monteiro
using this option (1.6.0). br hw -- View this message in context: http://openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670078.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: tomee redeployment issue

2014-06-19 Thread hwaastad
Hi JL, yes I've tried the last tar from tomee (apache-tomee-1.7.0-20140619.041130-29-plus.tar.gz) and the issue is still present. br hw -- View this message in context: http://openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067p4670080.html Sent from the OpenEJB User mailing list

Re: tomee redeployment issue

2014-06-19 Thread Andy Gumbrecht
BeanValidationAppendixInterceptor has changed since 1.6.0 - And looks like it should work now. I'm going to change the exception catch to be more explicit. If you could run this on the snapshot and let me know if it broken that would be cool. I doubt we'd invest time on the 1.6.x path to fix

Re: tomee redeployment issue

2014-06-19 Thread Helge Waastad
Hi Andy, I'll build tomee from source this afternoon and give you feedback. As I mentioned,it's not OK in todays snapshot. Br hw Sendt fra min iPhone Den 19. juni 2014 kl. 12:27 skrev Andy Gumbrecht agumbre...@tomitribe.com: BeanValidationAppendixInterceptor has changed since 1.6.0 - And

Re: tomee redeployment issue

2014-06-19 Thread Helge Waastad
Hi, I've from source now (e2a349b) and the issue is still present. Having only one webapp (using bval) I can redeploy without issues. Having more than one webapp, redeployment fails. br hw On to., 2014-06-19 at 12:27 +0200, Andy Gumbrecht wrote: BeanValidationAppendixInterceptor has changed

Re: tomee redeployment issue

2014-06-19 Thread Andy Gumbrecht
I know it's maybe too much to ask, but can you provide an example/test case project? Andy. On 19/06/2014 16:10, Helge Waastad wrote: Hi, I've from source now (e2a349b) and the issue is still present. Having only one webapp (using bval) I can redeploy without issues. Having more than one

Re: tomee redeployment issue

2014-06-19 Thread Helge Waastad
No, I kind of used to providing test projects :-) https://github.com/hwaastad/BValEvaluation.git I think I've found out whats generating the issue: I have a custom constraintviolationmapper registered in openejb-jar.xml. If I remove this, the applications are deployed as usual. BTW, no tomee

Re: tomee redeployment issue

2014-06-19 Thread Andy Gumbrecht
Helge, It's still really cool that you do! Can't thank you enough for all your input. It helps us an awful lot to track down the issues, but it looks like you have solved this already - I'd like to look at ways of making the resulting error more human readable though. Andy. On 19/06/2014

Re: tomee redeployment issue

2014-06-19 Thread Andy Gumbrecht
Just for your info, DeltaSpike 1.0.0 is out today ;-) Andy -- Andy Gumbrecht http://www.tomitribe.com agumbre...@tomitribe.com https://twitter.com/AndyGeeDe TomEE treibt Tomitribe! | http://tomee.apache.org

Re: tomee redeployment issue

2014-06-19 Thread Helge Waastad
No problem, I'm just glad to help. Regarding solving my issue, I guess I've identified the problem. Not quite sure whats going on. Do you think there is a workaround? DS 1.0.0...nice, I'll have a look :-) br hw On to., 2014-06-19 at 17:02 +0200, Andy Gumbrecht wrote: Helge, It's still

tomee redeployment issue

2014-06-18 Thread hwaastad
. Im curious about the module/Object.. I have'nt tried 1.7.0-SNAPSHOT yet. After a tomee restart its OK again. br hw -- View this message in context: http://openejb.979440.n4.nabble.com/tomee-redeployment-issue-tp4670067.html Sent from the OpenEJB User mailing list archive