You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Andrus Adamchik <an...@objectstyle.org> on 2006/07/13 01:33:33 UTC

Pointers needed - Adding JPA provider to OpenEJB

Any pointers on how to stick a JPA provider in OpenEJB?

I built OpenEJB3 locally (many thanks to Mohammad in documenting all  
his woes). So where to look next?

Thanks!
Andrus

Re: Pointers needed - Adding JPA provider to OpenEJB

Posted by Andrus Adamchik <an...@objectstyle.org>.
Cool. Looks simple. I'll experiment with it a bit.

Andrus


On Jul 12, 2006, at 7:38 PM, Jeff Genender wrote:
> The persistence component should allow you to load your provider and
> will shove it in a JNDI location. Look at the unit tests for the
> persistence module and you should see how to do it.
>
> Let me know if you run into any issues and I can help.
>
> Jeff
>
> Andrus Adamchik wrote:
>> Any pointers on how to stick a JPA provider in OpenEJB?
>>
>> I built OpenEJB3 locally (many thanks to Mohammad in documenting  
>> all his
>> woes). So where to look next?
>>
>> Thanks!
>> Andrus
>


Re: Pointers needed - Adding JPA provider to OpenEJB

Posted by Jeff Genender <jg...@apache.org>.
The persistence component should allow you to load your provider and
will shove it in a JNDI location. Look at the unit tests for the
persistence module and you should see how to do it.

Let me know if you run into any issues and I can help.

Jeff

Andrus Adamchik wrote:
> Any pointers on how to stick a JPA provider in OpenEJB?
> 
> I built OpenEJB3 locally (many thanks to Mohammad in documenting all his
> woes). So where to look next?
> 
> Thanks!
> Andrus