[ http://issues.apache.org/jira/browse/BEEHIVE-1140?page=all ]
Chad Schoettger reopened BEEHIVE-1140:
--------------------------------------
Assignee: Chad Schoettger (was: Jacob Danner)
My fix for this issue changed the functionality of how (and where) ejb-refs are
inserted into a ejb-jar descriptor file. To maintain prevouis functionality
ejb-refs need to be inserted for each session or entity bean in the ejb-jar
file. My fix changed the behavior to either / or instead of both.
> EJBJarDescriptorHandler does mofdify the deployment descriptor for
> EJBControls pointing to Entity beans
> -------------------------------------------------------------------------------------------------------
>
> Key: BEEHIVE-1140
> URL: http://issues.apache.org/jira/browse/BEEHIVE-1140
> Project: Beehive
> Issue Type: Bug
> Components: System Controls
> Affects Versions: 1.0.1, v.next
> Reporter: Andrew McCulloch
> Assigned To: Chad Schoettger
> Fix For: v.next
>
>
> In EJBJarDeploymentDescriptoHandler.java entity beans are explicitly left
> out...
> ...
> // TODO: support Entity & other bean types
> List sessionArray = DomUtils.getChildElementsByName(entBeansType,
> "session");
> ...
> I am not sure if the same issue is in WebDescriptorHandler.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira