[jboss-jira] [JBoss JIRA] Created: (JBAS-8433) WARs with no classes (but with beans.xml) fail to deploy
Marius Bogoevici (JIRA)
jira-events at lists.jboss.org
Mon Sep 20 00:33:28 EDT 2010
WARs with no classes (but with beans.xml) fail to deploy
--------------------------------------------------------
Key: JBAS-8433
URL: https://jira.jboss.org/browse/JBAS-8433
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Weld/CDI
Reporter: Marius Bogoevici
Assignee: Marius Bogoevici
Priority: Critical
Fix For: 6.0.0.CR1
This currently causes a number of TCK tests to fail, see:
http://hudson.qa.jboss.com/hudson/view/TCK6/job/Weld-tck-dist-incontainer-jboss-6.0.x/lastCompletedBuild/testReport/
The actual error is thrown here:
Caused by: org.jboss.util.NotImplementedException
at org.jboss.weld.integration.deployer.env.ArchiveDiscoveryDeployer.deploy(ArchiveDiscoveryDeployer.java:117)
Basically, the current deployer implementation does not support wars with no CP, but with WB files, although such deployments can exist.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list