[jboss-user] [J2EE Design Patterns] - Exception handling in Bulk calls

kapil.singhal do-not-reply at jboss.com
Tue Jan 30 00:53:01 EST 2007


Hello,

I am using JBoss 4.0.05GA and JBossWS 1.0.3. 

I have created a Web Service and I am exposing various methods at the client-end. I have provided custimozed SOAP API Exception to be thrown at the client-end in the form of code, actor, text etc. When ever any method/call is failed, an excpetion is raised. 

But if a call is returning 100 values in one method (bulk call) and an exception is being raised when 90 values have been returned to the client, then how to handle the exception as I want that 90 values fetched should be returned to the client. Since in a normal scenario the values fetched does not get retained at the client-end till the method is not executed completely. 

I want to retain those values which were fetched before the exception has been raised. 

For e.g: The method is getting the 100 names from a database and after 90 names have been fetched, some problem occurs on the database server. The client will receive the exception as "Internal Error has occurred", but it should also get the 90 values fetched from the server.

Any help will be appreciated.

Kindly suggest.

Thanks & Regards,
Kapil

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008135#4008135

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008135



More information about the jboss-user mailing list