You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Michael Simons <mi...@optitool.de> on 2009/11/17 11:31:17 UTC

Geronimo with Hibernate

Hello,

Does anybody know whether you can substitute the ORM OpenJPA used by Geronimo by default with
the Hibernate persistence layer? Is there a documentation how to substitute modules of Geronimo,
generally?

Kind Regards,
Michael

Re: Geronimo with Hibernate

Posted by Quintin Beukes <qu...@skywalk.co.za>.
Have a look at:
http://qbeukes.blogspot.com/2009/09/geronimo-using-hibernate-as-your-jpa.html

If you need help just let me know.

Quintin Beukes



On Tue, Nov 17, 2009 at 4:57 PM, Donald Woods <dw...@apache.org> wrote:
> You would need to create a set of Hibernate plugins that replaces the
> OpenJPA ones provided in Geronimo.
>
> Take a look at how I created the OpenJPA2 plugins to see how it could be
> done -
> https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/branches
>
>
> -Donald
>
> Michael Simons wrote:
>>
>> Hello,
>>
>> Does anybody know whether you can substitute the ORM OpenJPA used by
>> Geronimo by default with
>> the Hibernate persistence layer? Is there a documentation how to
>> substitute modules of Geronimo,
>> generally?
>>
>> Kind Regards,
>> Michael
>>
>

Re: Geronimo with Hibernate

Posted by Donald Woods <dw...@apache.org>.
You would need to create a set of Hibernate plugins that replaces the 
OpenJPA ones provided in Geronimo.

Take a look at how I created the OpenJPA2 plugins to see how it could be 
done -
https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/branches


-Donald

Michael Simons wrote:
> Hello,
> 
> Does anybody know whether you can substitute the ORM OpenJPA used by Geronimo by default with
> the Hibernate persistence layer? Is there a documentation how to substitute modules of Geronimo,
> generally?
> 
> Kind Regards,
> Michael
>