[jboss-user] [Installation, Configuration & Deployment] - Re: Classcast exception when multiple deployments of same ap
mhassel
do-not-reply at jboss.com
Thu May 10 19:44:25 EDT 2007
One additional piece of information (even though this should not be an issue?):
The remote interfaces all have the same JNDI name across applications (of course interface a and b have different JNDI names, but interface a in ear X has the same name as interface a in ear Y):
@Stateless
| @RemoteBinding jndiBinding="somename/ejb/RemoteDispatchDataManagerBean")
| public class Somebean implements SomeRemoteInterface {
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044855#4044855
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044855
More information about the jboss-user
mailing list