Hi,
I am using stateless session beans to run queries on a cloudscape DB and
give the result back to client.I am using J2EE server but apparently
whenever i try to return to the client a String or ResultSet (as a return
type of the method executing the query) it gives me the following error on
run time:
Exception in thread "main" java.lang.AbstractMethodError
at ProjectClient.main(ProjectClient.java:20)
A little while ago i posted the message where i said about String return
type giving error but now its resultset also.
The only data type that the bean returns to the client without any error is
integer(that's all i have tested).
Any ideas or help will be greatly appreciated.
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".