does jboss support "partial descriptors", wherein, i can just put:
| <session>
| <ejb-name>MyBean</ejb-name>
| <jndi-name>context_name/ejb_binding_name</jndi-name>
| </session>
|
and jboss would do the expected ejb3 auto-deploy magic for the remainder of the attributes
(injecting from the annotations or defaults), or is it "all or nothing",
wherein, if i use ejb-jar.xml, i have to do the full specification for each bean
deployed?
thank you for your input on this.
== stanton
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180112#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...