[jboss-jira] [JBoss JIRA] Assigned: (EJBTHREE-936) Allow jboss descriptor entries for unknown bean type

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Tue Apr 3 07:00:09 EDT 2007


     [ http://jira.jboss.com/jira/browse/EJBTHREE-936?page=all ]

Carlo de Wolf reassigned EJBTHREE-936:
--------------------------------------

    Assignee: Carlo de Wolf

> Allow jboss descriptor entries for unknown bean type
> ----------------------------------------------------
>
>                 Key: EJBTHREE-936
>                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-936
>             Project: EJB 3.0
>          Issue Type: Feature Request
>            Reporter: Carlo de Wolf
>         Assigned To: Carlo de Wolf
>            Priority: Critical
>             Fix For: EJB 3.0 RC11 - FD
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list