[jboss-dev-forums] [Design of EJB 3.0] - Re: Ejb3Deployment.resolveMessageDestination
wolfc
do-not-reply at jboss.com
Thu Aug 7 13:04:04 EDT 2008
I'm not too thrilled with this solution. It pollutes both EJB3 and metadata. I would rather see MessageDestinationResolver refactored in the same style as PersistenceUnitDependencyResolver.
interfaces MessageDestinationResolver {
| String resolveMessageDestination(DeploymentUnit unit, String link);
| }
With the default impl returning the resolved jndi name.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169358#4169358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169358
More information about the jboss-dev-forums
mailing list