On Wed, Dec 3, 2008 at 8:26 AM, Marco Piccinni <[EMAIL PROTECTED]> wrote:
> Hi, > I'm sorry but I deleted the wrong hibernate application. I read about a > Resende'post in which discussed about license problems between JPA and > hibernate. > > What I would like to do is a persistance layer amoung differente > datasource. I haven't started yet a new application with JPA, that's was tha > why I'm asking if the are some compatibility problem with Tuscany. > That's all. > > Regards > > Marco Piccinni > > > > > > > > On Wed, Dec 3, 2008 at 8:03 AM, Marco Piccinni <[EMAIL PROTECTED]> > wrote: > > > > > Hello all, > > > > > > I tried to integrate hibernate and Tuscany until I discovered that it > > > wasn't possible...so before starting with a new study, some of you know > if > > > it's possible to integrate it with JPA? > > > > > > thanks > > > > > > Marco Piccinni > > > > > > > > > > Hi Marco > > > > Can you say a little more about what sort of integration you are trying > to > > do and why it's not working for you. If you have a sample application > that > > doesn't work that you could post that would be even better. We can then > look > > at what the problems are. > > > > Regards > > > > Simon > > > > Hi Marco Sorry I got the wrong end of the stick. You're right, Hibernate is licensed under LGPL so is therefore not compatible with Apache projects, see [1]. JPA is a different matter. There is an Apache implementation of JPA, called openJPA [2], and someone a while back started looking at doing some experiments to integrate JPA and tuscany [3]. Not sure what the status of the latter is, it hasn't been included in a release yet. I'm hoping someone else will comment. Regards Simon [1] http://www.apache.org/legal/3party.html [2] http://openjpa.apache.org/ [3] http://svn.apache.org/repos/asf/tuscany/branches/sca-java-1.x/modules/implementation-openjpa/
