On Tue, Apr 21, 2009 at 9:50 AM, L. J.W <[email protected]> wrote: > Hi all,how can I process exception in tuscany,for example:service provide > throw BizRuntimeException when process bizMethod,service consumer(don't know > BizRuntimeException at all ) can only receive: > > org.osoa.sca.ServiceRuntimeException: > org.apache.tuscany.sca.interfacedef.util.FaultException: > com.wiscom.tuscany.demo.baseinfo.BizException > > any framework or util to process this common issue? > > Thanks.
Hi It's not clear if you are trying to understand a limitation of the Tuscany runtime or if this is the way that your application is structured. Are you saying that the service is implemented to throw BizRuntimeException but that the service interface, as described to the consumer of the service, can only see BizException? Regards Simon
