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,
>
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
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