RE: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml

2014-03-03 Thread Oliver Wulff
09:32 To: dev@syncope.apache.org Subject: Re: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml On 24/02/2014 21:13, Oliver Wulff wrote: Hi Francesco I guess that one could rewrite ContentLoader, ContentUpgrader and ContentExporter to work with EntityManager and thus remove

Re: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml

2014-02-25 Thread Francesco Chicchiriccò
. From: Oliver Wulff [owu...@talend.com] Sent: 05 January 2014 14:44 To: dev@syncope.apache.org Subject: RE: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml OpenJPA is initialized via Spring in persistenceContextEMFactory.xml: as you can read from

RE: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml

2014-02-24 Thread Oliver Wulff
From: Oliver Wulff [owu...@talend.com] Sent: 05 January 2014 14:44 To: dev@syncope.apache.org Subject: RE: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml OpenJPA is initialized via Spring in persistenceContextEMFactory.xml: as you can read from

RE: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml

2014-01-03 Thread Oliver Wulff
From: Francesco Chicchiriccò [ilgro...@apache.org] Sent: 31 December 2013 09:14 To: dev@syncope.apache.org Subject: Re: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml On 30/12/2013 21:44, Oliver Wulff wrote: Hi there I'm looking into adding

Re: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml

2014-01-03 Thread Francesco Chicchiriccò
in Syncope, Table Creation, orm.xml, content.xml On 30/12/2013 21:44, Oliver Wulff wrote: Hi there I'm looking into adding a persistence layer to the Apache Fediz Identity Provider and used the persistence layer in Syncope as a good reference. Nevertheless, I got a few questions... Hey, looks

Re: Persistence Layer in Syncope, Table Creation, orm.xml, content.xml

2013-12-31 Thread Francesco Chicchiriccò
On 30/12/2013 21:44, Oliver Wulff wrote: Hi there I'm looking into adding a persistence layer to the Apache Fediz Identity Provider and used the persistence layer in Syncope as a good reference. Nevertheless, I got a few questions... Hey, looks cool :-) 1) JPA creates the tables when the

Persistence Layer in Syncope, Table Creation, orm.xml, content.xml

2013-12-30 Thread Oliver Wulff
Hi there I'm looking into adding a persistence layer to the Apache Fediz Identity Provider and used the persistence layer in Syncope as a good reference. Nevertheless, I got a few questions... 1) JPA creates the tables when the first entity is added - usually triggered by a REST call.