[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

sfisque do-not-reply at jboss.com
Thu Oct 2 13:10:06 EDT 2008


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#4180112

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180112



More information about the jboss-user mailing list