In the remote method declaration, I'm creating to CachedRowSet object and I'm using
 
return crset1;
return crset2;
 
to send them to the client, but I receive following error message during the compilation;
 
ReisImpl.java:63:unreachable statement
            return crset2;
            ^
1 error
 
How can I return two CachedRowSet object to the servlet?

Reply via email to