Hi everybody,
I just would like to know
what are the conditions for a Home interface
to return a Class type reference? (serialization...)

for example:

...
public interface Character extends EJBObject
{
    public Position getPosition() throws RemoteException;
    ...
}

What does the "Position" class require?

Thanks in advance,
Lo�c Lef�vre


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to