Re: Vertical inheritance with relationships

2012-10-08 Thread Ramiro Aparicio
I found another error in this case, if Session has a couple of attributes and a relationship on his own, you can not recover Session from the related entities. In my case Session it is related to ActivityLog so what I am doing here is just calling activityLog.getToSession() and this raises an i

Re: Vertical inheritance with relationships

2012-10-08 Thread Andrus Adamchik
> > In our model the session table is a MYSQL autoincrement field so it is marked > as database generated on Session table, but as sessionWeb and sessionClient > rely on Session id they have PK strategy as default, but on commit I get an > error creating the sessionWeb row as id is null. The f

Re: Vertical inheritance with relationships

2012-10-08 Thread Ramiro Aparicio
Hi Andrus, First of all thank you for all the effort and the fast reply time, I really appreciate your help with this issue. Then the bad news after some decompiling to understand how to load modules on web containers I was able to configure everything but it seemed that still did not want to

Re: Cayenne OSGi

2012-10-08 Thread Andrus Adamchik
Great news ! :) The software grant process that we'll need to follow is outlined here: http://incubator.apache.org/ip-clearance/index.html We'll guide you through all the formalities. In short: 1. Abodata may post the code to be submitted to Cayenne in some publicly accessible form (a GitHub r

Cayenne OSGi

2012-10-08 Thread Cristiano Ghersi
Good morning, My company (Abodata, www.abodata.com) has ported Cayenne into OSGi environment, and we would like to contribute to Cayenne project with this enhancement. So, I'd like to know which is the process of certification and submission of software into Cayenne repository. Thank you very mu