-
Feature Request
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Allow generic descriptor entries without knowing the bean type. The following could be specified in '<session>', but we don't want to know the actual annotation. So it should possible to use '<ejb>'.
<jboss
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
version="3.0">
<enterprise-beans>
<ejb>
<ejb-name>MyStatelessBean</ejb-name>
<resource-ref>
<res-ref-name>qFactory</res-ref-name>
<jndi-name>ConnectionFactory</jndi-name>
</resource-ref>
</ejb>
</enterprise-beans>
</jboss>
- is related to
-
EJBTHREE-1227 Workaround for JBossGenericBeanMetaData showing up
- Resolved
-
JBMETA-340 Port generic bean <ejb> element
- Resolved