I'm not an OC4J expert, but the Java EE 5 spec requires that the
persistence provider be pluggable. So, you should be able to just put
a provider line into your persistence.xml file:

    <provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>

-Patrick

On 8/21/07, Nat Gross <[EMAIL PROTECTED]> wrote:
> Hi;
> Can openjpa replace toplink as the persistence manager on OC4J 11?
>
> Thanks,
> natG
>


-- 
Patrick Linskey
202 669 5907

Reply via email to