Re: ValueHandlers vs FieldStrategies

2008-11-25 Thread Kevin Sutter
strategies and > handlers, and also it might have been an issue with unqualified classnames / > package-less classnames. > > But in any event, it might be worth changing your test like so: > > @Strategy("org.apache.openjpa...MyCustomFieldStrategy()") > > HTH, >

Re: ValueHandlers vs FieldStrategies

2008-11-25 Thread Patrick Linskey
package-less classnames. But in any event, it might be worth changing your test like so: @Strategy("org.apache.openjpa...MyCustomFieldStrategy()") HTH, -Patrick On Nov 24, 2008, at 11:47 AM, Kevin Sutter wrote: Hi, A question has surfaced about the use of ValueHandlers v

ValueHandlers vs FieldStrategies

2008-11-24 Thread Kevin Sutter
Hi, A question has surfaced about the use of ValueHandlers vs FieldStrategies. According to the OpenJPA documentation [1], a user should be able to specify either a custom ValueHandler implementation or FieldStrategy implementation via the @Strategy annotation. This does not seem to be the case