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

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


"sfisque" wrote : 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)
  | 

Yes, it does support partial descriptors. You can have a jboss.xml for the jndi-name and the rest can be configured through annotations.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180116#4180116

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



More information about the jboss-user mailing list