[forge-issues] [JBoss JIRA] (FORGE-610) ejb plugin: provide creation funzionatlity

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Jul 25 10:33:07 EDT 2012


    [ https://issues.jboss.org/browse/FORGE-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707826#comment-12707826 ] 

Lincoln Baxter III commented on FORGE-610:
------------------------------------------

I would start by looking at the BeansPlugin.java as an example - https://github.com/forge/core/blob/master/javaee-impl/src/main/java/org/jboss/forge/spec/javaee/cdi/BeansPlugin.java

You'll notice that the last command allows creating a new bean in a given scope. You could use this, plus also maybe add methods to set up transactional methods or classes, along with the rest of your ideas 
                
> ejb plugin: provide creation funzionatlity
> ------------------------------------------
>
>                 Key: FORGE-610
>                 URL: https://issues.jboss.org/browse/FORGE-610
>             Project: Forge
>          Issue Type: Enhancement
>            Reporter: fiorenzo pizza
>
> it would be useful to add the ejb plugin a creation
>  
> ejb new-ejb --type SINGLETON|STATELESS|STATEFUL --named TestEJB
>  
> jms new-mdb --destinationType QUEUE|TOPIC --destination 'queue/example/Test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list