On 4/23/2013 11:05 PM, Skip wrote:
I am upgrading from Ofbiz 9.x to 12.x.  I have two questions

1.  Do I HAVE to change all all my bsh to groovy.  I know how to do it.  Its
just that I have a thousand or so bsh scripts and would like to do them
later.

No. I think initially we just renamed all the bsh files to groovy, then updated the contents of the files later.


2.  Some time before 10.04.02, many GenericDelegator functions have been
removed.  These include several flavors of findByAnd,
FindListIteratorByCondition, etc.  Can someone tell me where they were
deprecated at to I can look at the comments as to which functions to use as
replacements?

The concrete GenericDelegator class was extracted to the Delegator interface (the original DelegatorInterface was never used). You can look in the interface code for notes like "NOTE 20080502" - these are notes David left when he was refactoring the API. Basically, the cache flavors of the find methods were replaced with a single method that takes a boolean to indicated get from cache or not.

-Adrian

Reply via email to