henrichen / zkcdi

Automatically exported from code.google.com/p/zkcdi
0 stars 0 forks source link

AbstractZKContext is extending 'deprecated' AbstractMapContext #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using zkcdi.jar with Weld 1.1.0 (weld-servlet-1.1.0.Final.jar) on Tomcat 
7, the server complaints that it cannot find the class
org.jboss.weld.context.AbstractMapContext

This is due to the fact that class AbstractMapContext no longer exists in 1.1.0.

I tried to fallback to 1.0.1 of Weld, but there seem to be a ton more issues. 
And all the ppl from JBoss are moving on to 1.1.0.

I would sugguest zkcdi-defined contexts to extend a base context class other 
than AbstractMapContext?

Original issue reported on code.google.com by gaoyuxi...@gmail.com on 28 May 2011 at 1:41

GoogleCodeExporter commented 9 years ago
I have the same problem while trying to deploy a war in JBoss 6 AS, any 
workaround available ?

Original comment by lastbenc...@gmail.com on 22 Sep 2011 at 6:57