This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 107670 - Unable to deploy EAR with war and ejb on jboss 4.2
Summary: Unable to deploy EAR with war and ejb on jboss 4.2
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 15:53 UTC by Michal Mocnak
Modified: 2007-06-25 14:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2007-06-21 15:53:50 UTC
Create an ear (1.5) with ejb (3) and war (2.4). Create a session bean and call it from servlet. Ear is not possible to
deploy:

org.jboss.deployment.DeploymentException: Failed to parse WEB-INF/jboss-web.xml; - nested throwable:
(org.jboss.deployment.DeploymentException: ejb-ref NewSessionBean found in jboss-web.xml but not in web.xml)
Comment 1 Michal Mocnak 2007-06-25 14:29:11 UTC
It works for me. It's not problem. I called ejb3 bean from web 2.4 and for that use case the web.xml is not generated.