On Mon, Mar 10, 2008 at 3:47 PM, John Langan <[EMAIL PROTECTED]> wrote:
> How did you manage to replace openjpa-0.9.7 with openjpa-1.0.2
> without code changes?
> I tried this and edited properties.xmlf with
> <property name="tools.jpa" value="${ro.tools}/apache-openjpa-1.0.2" />
>
> When I tried to compile I got the error:
> org.apache.openjpa.util.GeneralException: An error occurred while enhancing
> org.apache.roller.weblogger.pojos.WeblogPermission. Exception message: null.
>
> What have I missed?
Moving from 0.9.7 to JPA will almost certainly require some code
changes. That is why we did not do it before 4.0 was released, 1.0
caused unit tests to break and it was too late in the release cycle.
- Dave