Hello.I'm sorry by poor English.
I
Environment:
JBOSS4.0.3 + jboss-EJB-3.0_RC5-PFD
jdk1.5.0_06
Remote Interface:
package sample;
import javax.ejb.Remote;
@Remote
public interface Sample{
void func();
}
Stateless Session Bean Class:
package sample;
import javax.ejb.Stateless;
@Stateless
public class SampleBean implements Sample{
public void func() {
System.out.println("execute func.");
}
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931605#3931605
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931605
-------------------------------------------------------
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=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user