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
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