[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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937200


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935486#3935486

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935486


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 import javax.ejb.Local, but not 
javax.ejb.Remote? How does this work anywhere?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935669#3935669

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935669


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user