You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2009/09/09 08:17:58 UTC

Re: svn commit: r812783 - in /ofbiz/trunk/framework/service/src/org/ofbiz/service: GenericInvoker.java ModelService.java ModelServiceReader.java ServiceDispatcher.java

doogie@apache.org wrote:
> Author: doogie
> Date: Wed Sep  9 06:15:08 2009
> New Revision: 812783
> 
> URL: http://svn.apache.org/viewvc?rev=812783&view=rev
> Log:
> Service definitions are now wrapped with their filename and line
> number, for easier debugging.

Example:
     [java]
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53)
     [java]
org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:785)
     [java]
_$gen.file_58$.home.adam.code.upstream.ofbiz.new_45$ofbiz_45$svk.applications.accounting.servicedef.services_95$finaccount_46$xml_35$depositWithdrawPayments.runSync(file:/home/adam/code/upstream/ofbiz/new-ofbiz-svk/applications/accounting/servicedef/services_finaccount.xml#depositWithdrawPayments:451)
     [java]
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:392)
     [java]
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:221)

I'll be adding wraps around the implementations at some point as well.