[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: RMI argument in EJB method

2007-07-17 Thread moskvach
Lets see ejb 2.1 specification section 7.11.5 anonymous wrote : | The methods defined in this interface must follow the rules for RMI/IIOP. This means that their argument and return values must be of valid types for RMI/IIOP, and their throws clauses must include the java.rmi.RemoteException

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: RMI argument in EJB method

2007-07-17 Thread moskvach
Big thanks. Could you clarify, why argument type Account is not RMI/IIOP? I've supposed that value has to be passed by reference, but it not so ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064978#4064978 Reply to the post : http://www.jboss.com/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - RMI argument in EJB method

2007-07-17 Thread moskvach
I'm beginner in j2EE, but i suppose that all I do is correct :) JBoss 4.0.5 throws exception for RMI argument in my EJB method during deploying of my application. | 12:59:41,260 WARN [verifier] EJB spec violation: | Bean : AccountSessionEJB | Method : public abstract boolean addAccou