henrichen / zkcdi

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

Fail to deploy wars of zk #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a project with the default dependencies.
2. Start application server and then deploy application. You get a 
noclassdeffound exception in the AbstractMapContext. When you remove the war 
and redeploy the error changes to frozen class.That come from javassist which 
can't change an already deployed class. If you try to add web-core to bypass 
problem of the noclassdef then you get errors regarding the slf4j in jboss.
3. The war is never deployed successfully.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
zkcdi rc 1.0 in jboss 6.0 As final on linux os ubuntu

Please provide any additional information below.
Please find attached the web.xml and pom.xml of my project.

Original issue reported on code.google.com by mpal...@gmail.com on 7 Feb 2011 at 11:55

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 6 has been merged into this issue.

Original comment by ashish.dasnurkar on 26 May 2011 at 6:59

GoogleCodeExporter commented 9 years ago
Any time lines by which this issue is expected to be resolved ? Really keen to 
use ZK with CDI and this seems to be the only integration project for the two.

Original comment by lastbenc...@gmail.com on 23 Sep 2011 at 7:06

GoogleCodeExporter commented 9 years ago
what CDI version and implementation are you on?

Original comment by ash...@potix.com on 26 Sep 2011 at 2:00

GoogleCodeExporter commented 9 years ago
I am using cdi weld implementation version 1.1.2.Final on JBoss AS 6

Original comment by lastbenc...@gmail.com on 26 Sep 2011 at 8:58