Thankd for your answers guys,

Yes I know that. I recently automatically refactored all links at r765798
http://markmail.org/message/xe6a7zdpwwewxnxy

Actually I was trying to follow David's suggestion from his answer to Ashish
http://markmail.org/message/to2jynvgthh6j756

I was not sure to clearly understand his suggestion though, and I think now my interpretation is totally wrong. Could you please explain your idea David ?

Thanks

Jacques
PS: BTW I found some links I did not refactor even at r765808 where I already 
said
One more time caught by a file edited in Eclipse and not saved during S/R 
(related to r765798)
Fixed at r767060

From: "Ashish Vijaywargiya" <vijaywargiya.ash...@gmail.com>
+1

--
Ashish

On Tue, Apr 21, 2009 at 9:01 AM, Adrian Crum <adrian.c...@yahoo.com> wrote:


I think the answer Jacques is looking for is: Yes, you did something wrong.

The correct component:// URL is:

<event type="simple"
path="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodEvents.xml"
invoke="updateCreditCard"/>

The correct classpath is:

<event type="simple"
path="org/ofbiz/accounting/payment/PaymentMethodEvents.xml"
invoke="updateCreditCard"/>

From what I recall, the component:// version has a more efficient lookup
algorithm - and as David mentioned, it is generally better to use.

-Adrian






Reply via email to