[jboss-jira] [JBoss JIRA] Commented: (JBAS-6820) MDBs default rar name should be configurable

Tyronne Wickramarathne (JIRA) jira-events at lists.jboss.org
Wed Mar 3 11:34:10 EST 2010


    [ https://jira.jboss.org/jira/browse/JBAS-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12517919#action_12517919 ] 

Tyronne Wickramarathne commented on JBAS-6820:
----------------------------------------------

You can also create your own MDB container configuration and import it in your MDBean :

on ejb3-interceptors-aop.xml :

<domain name="HornetQ Message Driven Bean" extends="Intercepted Bean" inheritBindings="true">
      <bind pointcut="execution(public * *->*(..))"> 
....
....
</domain>


On your MDB :
....
@AspectDomain("HornetQ Message Driven Bean")
....

> MDBs default rar name should be configurable
> --------------------------------------------
>
>                 Key: JBAS-6820
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6820
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: EJB3, JCA service
>    Affects Versions: JBossAS-5.1.0.Beta1
>            Reporter: Clebert Suconic
>            Assignee: Carlo de Wolf
>             Fix For: JBossAS-6.0.0.M3
>
>
> The default rar-name should be configurable.
> Most certainly we could rename jms-ra.rar to jbm-something or whatever name we choose at that point.
> JBM2 will be the default by JBoss6, and I would like to use a different name by then.

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

        



More information about the jboss-jira mailing list