[JBoss-user] [EJB 3.0] - Re: problem with ejb3 on jboss4.0.3SP1

2006-04-13 Thread ragsta
Sorry I made a mistake posting the code in the forum.. The real code I used is import javax.ejb.*; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937125#3937125 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937125

[JBoss-user] [EJB 3.0] - Re: problem with ejb3 on jboss4.0.3SP1

2006-04-13 Thread terryhello
I think you are missing jars on the client side. Have another try after you add all jars in client folder to the classpath View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937200#3937200 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: problem with ejb3 on jboss4.0.3SP1

2006-04-06 Thread ragsta
I worked around the problem: installing the EJB-3.0_RC4 and changing the JNDI reference accordingly the sample work ... but I'm still puzzled about the behavior described in the post... 'cause I've not found yet a solution for the old environment. View the original post :

[JBoss-user] [EJB 3.0] - Re: problem with ejb3 on jboss4.0.3SP1

2006-04-06 Thread tim.spears
ragsta wrote : | package com.alblab.ejb3.interfaces; | | // remote interface | | | | import javax.ejb.Local; | | | | @Remote | | public interface RemoteCalculator { | | public double calculate(int a,int b); | | } | It strikes me as strange that you