I am using cloudscape DB and J2EE server to generate reports,using queries
in stateless session bean. When ever the result of the query is String,it
gives the following error on client side:
"Exception in thread "main" java.lang.AbstractMethodError
at ProjectClient.main(ProjectClient.java:20)".
If i try to print the string on server side,it prints correctly(so the query
is running fine) but it gives the above error when passed as the return type
to client.
If i try to pass integer as the return type to client it doesn't give any
error.
I guess String is also Serializable.
Thanks
Nishchal
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".