Re: views created before tables?

2015-11-08 Thread Jeroen van der Wal
Have you tried raising the DN logging levels? log4j.logger.DataNucleus.Datastore.Native=DEBUG, Console log4j.logger.DataNucleus.Datastore.Schema=DEBUG, Console Are all the entities the view uses being registered? Eg: are they in the same package as your AppManifest? On 8 November 2015 at

Re: datanucleus foreign key name

2015-11-08 Thread Stephen Cameron
Hi Andy, Thanks for the feedback. so _OID is to differentiate between class (OID) and element (EID) derived tables. What is an element? Thanks On Mon, Nov 9, 2015 at 5:48 AM, Andy Jefferson wrote: > >> Just interested to know if there is any way to stop DataNucleus adding

Re: views created before tables?

2015-11-08 Thread Stephen Cameron
Some frustration on my part and I apologise for any offence caused. On Mon, Nov 9, 2015 at 8:23 AM, Jeroen van der Wal wrote: > We're always here to help but please stop blaming Datanucleus and Isis > before thorough root cause analysis. > > On 8 November 2015 at 21:45,

Re: datanucleus foreign key name

2015-11-08 Thread Andy Jefferson
>> Just interested to know if there is any way to stop DataNucleus adding _oid >> to the end of all its generated foreign keys, this it with >> @PersistenceCapable( identityType = IdentityType.DATASTORE)? >> It adds _id_oid to the tail of them all so wondering why? > > Don't know why it does it

Re: views created before tables?

2015-11-08 Thread Stephen Cameron
Thanks, I will create a test case and debug it, maybe the issue is I don't have a explicit persistence definition in Isis (do I?) so maybe there is something wrong in Isis. On Mon, Nov 9, 2015 at 5:52 AM, Andy Jefferson wrote: > > I am creating some database views via

Re: views created before tables?

2015-11-08 Thread Jeroen van der Wal
We're always here to help but please stop blaming Datanucleus and Isis before thorough root cause analysis. On 8 November 2015 at 21:45, Stephen Cameron wrote: > On Mon, Nov 9, 2015 at 12:02 AM, Jeroen van der Wal > wrote: > > > Have you tried

Re: views created before tables?

2015-11-08 Thread Stephen Cameron
On Mon, Nov 9, 2015 at 12:02 AM, Jeroen van der Wal wrote: > Have you tried raising the DN logging levels? > > log4j.logger.DataNucleus.Datastore.Native=DEBUG, Console > log4j.logger.DataNucleus.Datastore.Schema=DEBUG, Console > > Are all the entities the view uses being