[ http://issues.apache.org/jira/browse/BEEHIVE-1140?page=comments#action_12443106 ] Chris Lemper commented on BEEHIVE-1140: ---------------------------------------
I have attached a patch to o.a.b.c.s.e.i.EJBJarDescriptorHandler that adds the appropriate ejb refs to all entity beans, both session and entity, in the ejb-jar file. > 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 > > Attachments: BEEHIVE-1140-patch.txt > > > 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
