[hidden email] 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.