Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-936

Allow jboss descriptor entries for unknown bean type

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Critical Critical
    • AS 5.0.0.Beta3
    • 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>

            rhn-engineering-cdewolf Carlo de Wolf
            rhn-engineering-cdewolf Carlo de Wolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: