Hi,

Can an object be passed by reference to an EJB, filled with data, and than
have that data analyzed in the function that called the EJB?

The problem is, I need to return multiple values from the function.

So I setup an EJB method like such

boolean GetUserData(String username, UserData ud)

the UserData class implements Serializable.

So far, it is not working because after the method call, a null pointer
exception is thrown when accessing the UserData object.

Ivan


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

Reply via email to