Can shale-clay be used as a shared library?

2007-08-03 Thread Ryan Wynn
I am attempting to move shale-clay.jar outside the of the web application into a shared library. It looks to me from the code that this is probably not supported. I am guessing that multiple applications would clash because the ConfigBeanFactory would not be able to distinguish which application

Re: Can shale-clay be used as a shared library?

2007-08-03 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I am attempting to move shale-clay.jar outside the of the web application into a shared library. It looks to me from the code that this is probably not supported. I am guessing that multiple applications would clash because the ConfigBeanFactory would not

Re: Can shale-clay be used as a shared library?

2007-08-03 Thread Ryan Wynn
So you're saying there's a chance. Well, it turns out it might not be a problem for us. IBM Portal has a mechanism to attach a shared library to every application classloader. So each app will get it's own version of those factories, without having to have clay packaged inside each war.