[jboss-user] [EJB/JBoss] - Re: Unable to get remote interface for bean[jboss 4.2.1]

b_rv21 do-not-reply at jboss.com
Fri Sep 21 07:38:07 EDT 2007


I was able to solve this problem
My ejb was compiled on jdk1.4 and put in jboss4.2.1 which uses jdk1.5
My client code was compiled on jdk1.4

What I did was...

1) compiled ejb classes on jdk1.5 and deployed into jboss
2) compiled client code on jdk1.5 and invoked the bean


IT WORKED!!

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

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



More information about the jboss-user mailing list