I'm not sure if I understand this... Do you have your library as a jar file (your-lib.jar) and in there an applicationContext.xml?
And then another applicationContext.xml in your webapp classpath?
If so, then I guess your xml file in the jar gets overwritten by the one in the webapp. I guess you should name the one in the library jar differently, e.g. "my-lib-applicationContext.xml" so you will not run into conflicts like this one...

MARK


Stephane Decleire wrote:
Hi,

I have a library wich used Spring to link Tapestry component to Hibernate backend. When I use this library in my application which also use Spring, my application applicationContext file is used by the library instead of its applicationContext ...
Any idea ???

Thanks in advance.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to