henrichen / zkcdi

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

Fail to deploy wars of zk and CDI #6

Closed GoogleCodeExporter closed 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. Please take into 
account that there is no need to register or define something regarding weld in 
jboss as 6 since it is embedded into the application server. The week point 
that i see is the ZKWeldExtension.
It eithers fail to deploy anything or stacks since javasssist don't allow 
reloading same class in jvm for altering.The exception is comming at line
88 of  ZKWeldExtension and also from the line 167.

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

Attachments:

GoogleCodeExporter commented 9 years ago

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