[jboss-dev-forums] [Design of EJB 3.0] - Re: JBMETA-6, JBMETA-25 resolved jndi name
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Apr 24 19:27:42 EDT 2008
The api might as well be in metadata since that is where the impl should be specified and there is a dependency on metadata if its passed in. The impls can be outside.
The policy will apply to all views. When determining the jndi names an ejb has we need to loop over the RemoteBindingMetaData (which @RemoteBinding should map to) and use the jndi-name or the policy to determine a default. We need a resolvedJndiName in the RemoteBindingMetaData as well as a getDefaultRemoteBinding(RemoteBindingMetaData) in DefaultJndiBindingPolicy?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146674#4146674
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146674
More information about the jboss-dev-forums
mailing list