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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...