Re: Tomcat common and webapp classloader

2012-12-21 Thread Antonio Manuel Muñiz Martín
It works! Thank you guys! 2012/12/17 Kris Maker : > yea should work > > On Mon, Dec 17, 2012 at 3:28 PM, Olivier Lamy wrote: > >> 2012/12/17 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

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 wrote: > 2012/12/17 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-centra

Re: Tomcat common and webapp classloader

2012-12-17 Thread Olivier Lamy
2012/12/17 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 de

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. 2012/12/17

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 : > Hello. > > I'm giving a try to tomcat6-maven-plugin. Good work guys, it's great! > > I'm getting some extrange behavior with classloader

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 lev