Re: [CODI] Does CODI supports to be deployed in a app server that uses multi-classloader for EARs (was: CODI jar in ear/lib with a WAR = fail in WebSphere v8.5)

2013-01-19 Thread Mark Struberg
Does anyone use CODI in such a way? in Glassfish or JBoss maybe? I think TomEE uses a single classloader... Yes, I use it that way. Well, we are not actually using a full EAR but a Tomcat with catalina.sharedLoader set to webapps/lib. This means each WAR gets an own WebAppClassloader and

[CODI] Does CODI supports to be deployed in a app server that uses multi-classloader for EARs (was: CODI jar in ear/lib with a WAR = fail in WebSphere v8.5)

2013-01-18 Thread titou10
Danke schoen Thomas, you answered my question. The key thing here for you is using deployment_xml_classloader_policy: single classloader ( WAR classloader policy =application) which is not supported by IBM. This is what we were using, this was the only way we found to have our apps working

AW: [CODI] Does CODI supports to be deployed in a app server that uses multi-classloader for EARs (was: CODI jar in ear/lib with a WAR = fail in WebSphere v8.5)

2013-01-18 Thread Thomas Herzog
Take a look at this post. I googled a bit and it seems that all of the issues got resolved by application classloader. Maybe this helps you a little bit. http://grokbase.com/p/myfaces/users/12cchrh53c/codi-codi-v1-0-5-websphere-v8-5-0-1-problem