Re: Tomcat common and webapp classloader

2012-12-17 Thread Olivier Lamy
Any sample project you could share ? Attach it in a new jira issue. That will help for debugging your use case. Thanks 2012/12/16 Antonio Manuel Muñiz Martín amu...@klicap.es: Hello. I'm giving a try to tomcat6-maven-plugin. Good work guys, it's great! I'm getting some extrange behavior with

Re: Tomcat common and webapp classloader

2012-12-17 Thread Antonio Manuel Muñiz Martín
Hi Olivier, My fault, I found the problem, I had two spring versions in my dependencies. However I have another question, could I use dependencies from non-central repository in the plugin dependencies? It seems like the plugin only search for dependencies at central. Thanks, Antonio.

Re: Tomcat common and webapp classloader

2012-12-17 Thread Olivier Lamy
2012/12/17 Antonio Manuel Muñiz Martín amu...@klicap.es: Hi Olivier, My fault, I found the problem, I had two spring versions in my dependencies. However I have another question, could I use dependencies from non-central repository in the plugin dependencies? It seems like the plugin only

Re: Tomcat common and webapp classloader

2012-12-17 Thread Kris Maker
yea should work On Mon, Dec 17, 2012 at 3:28 PM, Olivier Lamy ol...@apache.org wrote: 2012/12/17 Antonio Manuel Muñiz Martín amu...@klicap.es: Hi Olivier, My fault, I found the problem, I had two spring versions in my dependencies. However I have another question, could I use

Tomcat common and webapp classloader

2012-12-16 Thread Antonio Manuel Muñiz Martín
Hello. I'm giving a try to tomcat6-maven-plugin. Good work guys, it's great! I'm getting some extrange behavior with classloaders, I think that tomcat common classloader is interfering in webapp classloader. I have Spring 2.5.5 artifacts at tomcat level (tomcat lib) and Spring 3.1.1 at webapp