RE: Working on a branch with latest datanucleus

2014-12-31 Thread Branham, Jeremy [HR]
4j, that I realized what I had done. Doh! Jeremy D. Branham Tel: **DOTNET -Original Message- From: Branham, Jeremy [HR] Sent: Wednesday, December 31, 2014 6:04 AM To: users@isis.apache.org Subject: RE: Working on a branch with latest datanucleus I've now added another facet to re

RE: Working on a branch with latest datanucleus

2014-12-31 Thread Branham, Jeremy [HR]
table creation strategy has changed in DN 4. Should there be an explicit table creation added somewhere in the fixture setups? Jeremy D. Branham Tel: **DOTNET -Original Message- From: Dan Haywood [mailto:d...@haywood-associates.co.uk] Sent: Wednesday, December 31, 2014 12:27 AM T

Re: Working on a branch with latest datanucleus

2014-12-30 Thread Dan Haywood
eUpdate(Unknown Source) > at > org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:210) > at > org.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:210) > at > org.apache.isi

RE: Working on a branch with latest datanucleus

2014-12-30 Thread Branham, Jeremy [HR]
.datanucleus.store.rdbms.datasource.dbcp.DelegatingStatement.executeUpdate(DelegatingStatement.java:210) at org.apache.isis.objectstore.jdo.datanucleus.service.support.IsisJdoSupportImpl.executeUpdate(IsisJdoSupportImpl.java:142) Jeremy D. Branham Tel: **DOTNET -Original Message- From: Dan Haywood [mailto:d...@haywood-associates.co.uk] Sent: Tuesday, De

Re: Working on a branch with latest datanucleus

2014-12-30 Thread Dan Haywood
ixtureScript.run(FixtureScript.java:504) > at > org.apache.isis.applib.fixturescripts.FixtureScripts.runFixtureScript(FixtureScripts.java:266) > at > fixture.todo.ToDoItemsFixturesService.runFixtureScript(ToDoItemsFixturesService.java:58) > at > integration.tests.ToDoItem

RE: Working on a branch with latest datanucleus

2014-12-30 Thread Branham, Jeremy [HR]
you can attach the debugger 2) run the failing test directly from the IDE Thanks for helping us with this! Have fun! > > > Jeremy D. Branham > Tel: **DOTNET > > > -----Original Message- > From: Branham, Jeremy [HR] > Sent: Monday, December 29, 2014 4:47 PM > To: u

RE: Working on a branch with latest datanucleus

2014-12-29 Thread Martin Grigorov
s with this! Have fun! > > > Jeremy D. Branham > Tel: **DOTNET > > > -Original Message- > From: Branham, Jeremy [HR] > Sent: Monday, December 29, 2014 4:47 PM > To: users@isis.apache.org > Subject: RE: Working on a branch with latest datanucleus > > >

RE: Working on a branch with latest datanucleus

2014-12-29 Thread Branham, Jeremy [HR]
x27;m curious what other folks are using. Eclipse, IDEA, other? Jeremy D. Branham Tel: **DOTNET -Original Message- From: Branham, Jeremy [HR] Sent: Monday, December 29, 2014 4:47 PM To: users@isis.apache.org Subject: RE: Working on a branch with latest datanucleus I

RE: Working on a branch with latest datanucleus

2014-12-29 Thread Branham, Jeremy [HR]
DEBUG] CREATE TABLE "ToDoItemDependencies" ( "dependingId" BIGINT NOT NULL, "dependentId" BIGINT NOT NULL, CONSTRAINT "ToDoItemDependencies_PK" PRIMARY KEY ("dependingId","dependentId") ) Jeremy D. Branham Tel:

RE: Working on a branch with latest datanucleus

2014-12-29 Thread Branham, Jeremy [HR]
nt: Monday, December 29, 2014 3:26 PM To: users@isis.apache.org Subject: RE: Working on a branch with latest datanucleus Thanks, that has got me started. For now I am just working with the RDMS capable statemanager, and will focus on the Neo4j compatibility later. I&#x

RE: Working on a branch with latest datanucleus

2014-12-29 Thread Branham, Jeremy [HR]
} Is there still something wrong with the method filtering? Or is this a different issue? Jeremy D. Branham Tel: **DOTNET -Original Message- From: Dan Haywood [mailto:d...@haywood-associates.co.uk] Sent: Monday, December 29, 2014 11:33 AM To: users Subject: Re: Working on

Re: Working on a branch with latest datanucleus

2014-12-29 Thread Dan Haywood
SO - > > http://stackoverflow.com/questions/27692754/is-referentialjdostatemanager-not-used-in-datanucleus-4-x > > > > > Jeremy D. Branham > Tel: **DOTNET > > > -Original

RE: Working on a branch with latest datanucleus

2014-12-29 Thread Branham, Jeremy [HR]
ge- From: Dan Haywood [mailto:d...@haywood-associates.co.uk] Sent: Friday, December 26, 2014 1:42 AM To: users Subject: Re: Working on a branch with latest datanucleus With Isis we have: org.apache.isis.core.metamodel.facets.object.ignore.jdo.RemoveJdoEnhancementTypesFacetFactory that ensures that

Re: Working on a branch with latest datanucleus

2014-12-25 Thread Dan Haywood
tsupport.IsisSystemForTest.setUpSystem(IsisSystemForTest.java:314) > > > Jeremy D. Branham > Tel: **DOTNET > > > -Original Message- > From: Dan Haywood [mailto:d...@haywood-associates.co.uk] > Sent: Wednesday, December 24, 2014 12:05 PM > To: users > Subject:

RE: Working on a branch with latest datanucleus

2014-12-24 Thread Branham, Jeremy [HR]
--Original Message- From: Dan Haywood [mailto:d...@haywood-associates.co.uk] Sent: Wednesday, December 24, 2014 12:05 PM To: users Subject: Re: Working on a branch with latest datanucleus Hi Jeremy, sorry, it's not clear to me if you had an issue but then resolved it, or whether there is s

Re: Working on a branch with latest datanucleus

2014-12-24 Thread Dan Haywood
heck that solved the issue, but the code running hadn't > picked up the change yet. > > > Jeremy D. Branham > Tel: **DOTNET > > > -Original Message- > From: Branham, Jeremy [HR] > Sent: Tuesday, December 23, 2014 11:04 PM > To: users@isis.apache.org > Su

Re: Working on a branch with latest datanucleus

2014-12-24 Thread Martin Grigorov
gt; > > Jeremy D. Branham > Tel: **DOTNET > > > -Original Message- > From: Branham, Jeremy [HR] > Sent: Tuesday, December 23, 2014 11:04 PM > To: users@isis.apache.org > Subject: Working on a branch with latest datanucleus > > Sorry for the massive stack trac

RE: Working on a branch with latest datanucleus

2014-12-23 Thread Branham, Jeremy [HR]
t: Tuesday, December 23, 2014 11:04 PM To: users@isis.apache.org Subject: Working on a branch with latest datanucleus Sorry for the massive stack trace, but I was looking for some pointers on what might be happing here. I'm having a bit of difficulty debugging because the line numbers reported

Working on a branch with latest datanucleus

2014-12-23 Thread Branham, Jeremy [HR]
Sorry for the massive stack trace, but I was looking for some pointers on what might be happing here. I'm having a bit of difficulty debugging because the line numbers reported don't seem to match the source files, and even when stepping through the code. [maybe something wrong in my dev env] I