[
https://issues.jboss.org/browse/FORGE-610?page=com.atlassian.jira.plugin....
]
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/j...
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