Re: OGNL and OpenJPA proxies

2009-02-16 Thread Musachy Barroso
I don't know how the proxy generation works, but in your getter method you could return a wrapper to the proxy, which implements List, and delegates to the proxy. //a wrapper around a proxy sounds really wrong musachy On Mon, Feb 16, 2009 at 11:42 AM, Adam Hardy wrote: > More bad news to report

Re: OGNL and OpenJPA proxies

2009-02-16 Thread Adam Hardy
More bad news to report. My fix for the XWorkCollectionPropertyAccessor allowed OGNL to handle the list as a collection. That was simple and good but short-sighted in hindsight. The property being set on the entity bean is a list with indexed access, and for that it needs the XWorkListPropert