Hibernate integration

View: New views
2 Messages — Rating Filter:   Alert me  

Hibernate integration

by deniskulik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,

Does anyone have any positive experience in integrating hibernate with openejb? I have been looking at this possibility for the last couple of days and my best shot so far is to make hibernate fetch data from the database. The interesting thing is that when I try to modify data (persist/update/delete) nothing happens. I can think of several potential reasons for that, but wonder if anyone has a solution to this problem. I recon that ability to use hibernate with openejb would be very helpful.

cheers

Re: Hibernate integration

by David Blevins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Aug 30, 2007, at 6:06 AM, deniskulik wrote:

>
> Hi guys,
>
> Does anyone have any positive experience in integrating hibernate with
> openejb?

I haven't tried it but it should be possible.  In fact I haven't  
tried hibernate at all, but it is a JPA implementation so it should  
work.

> I have been looking at this possibility for the last couple of days
> and my best shot so far is to make hibernate fetch data from the  
> database.
> The interesting thing is that when I try to modify data
> (persist/update/delete) nothing happens. I can think of several  
> potential
> reasons for that, but wonder if anyone has a solution to this  
> problem. I
> recon that ability to use hibernate with openejb would be very  
> helpful.

Yea, it would be really great.  In general, it'd be great to have  
examples of OpenEJB using things like Ant, Hibernate, or Derby aside  
from just Maven, OpenJPA, and HSQLDB.

You can post your configs/errors if you want to, maybe something  
might jump out.

-David