Re: [Neo] Object binding using annotations?

2008-08-15 Thread Jonas Bergvall
As I happen to like annotations I wonder if there is anybody out there looking into e.g. using JPA annotations to do this, perhaps with some additional Neo specific annotations? I think Emil and I talked about this months ago offline. //Jonas -Ursprungligt meddelande- Från: [EMAIL PROTECT

Re: [Neo] Neo4j as a XA source

2008-08-14 Thread Jonas Bergvall
:02 PM, Jonas Bergvall <[EMAIL PROTECTED]> wrote: > Do you have an estimate when that would be? > Sometime next week. > Currently I'm looking into using Neo's TM and injecting XA resources into it > instead. Is there any example of how to do that? > You need to setup

[Neo] Neo4j as a XA source

2008-08-14 Thread Jonas Bergvall
o be done is to inject the TransactionManager for Neo to use. This would not be that hard to achieve but there may be some minor issues to get it working. I am currently busy with the b7 release of Neo but could take a look at this when b7 has been released. -Johan On Thu, Aug 14, 2008 at 12:34 PM,

[Neo] Neo4j as a XA source

2008-08-14 Thread Jonas Bergvall
Hi all, Has anybody an example of how to configure Atomikos or JOTM to use Neo as a XA source (in Spring). The scenario is to use Neo in parallel with an old JDBC DB. //Jonas Chief Architect FlexToll AB [EMAIL PROTECTED] M: +46 (0) 708 - 94 67 67 _

SV: SV: [Neo] Crash course in Maven+Neo

2008-04-28 Thread Jonas Bergvall
Thanks for the link! //Jonas -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Anders Nawroth Skickat: den 28 april 2008 16:02 Till: Neo user discussions Ämne: Re: SV: [Neo] Crash course in Maven+Neo hi! Jonas Bergvall skrev: > I recommend reading &quo

SV: [Neo] Crash course in Maven+Neo

2008-04-28 Thread Jonas Bergvall
I recommend reading "Better Builds With Maven", a free book about Maven 2 with a good quick start. Google for it. The latest version of the is 1.3.1 I think, but unfortunately the company hosting the original PDF has been purchased and the old link doesn't work any more (http://www.devzuz.com/web

[Neo] (no subject)

2008-03-14 Thread Jonas Bergvall
Hi all! I regularly get this exception below, caused by the final delete() in the following code snippet (part of a linked list implemented using Neo) Relationship lastItemRel = rootNode.getSingleRelationship(relType, Direction.INCOMING); if (lastItemRel != null) { lastItem = lastItem

RE: [Neo] JTA dependency in Maven failing

2008-01-09 Thread Jonas Bergvall
Thanks! That resolved the issue. What was the change? //Jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emil Eifrem Sent: den 9 januari 2008 11:59 To: Neo user discussions Subject: Re: [Neo] JTA dependency in Maven failing On 1/9/08, Jonas

[Neo] JTA dependency in Maven failing

2008-01-09 Thread Jonas Bergvall
Hi all, When rebuilding my project on a clean machine I get an error saying it can't find the JTA version 1.0.1 dependency. In http://repo1.maven.org/maven2/javax/transaction/jta/ I only find "1.0.1B", but Neo requires "1.0.1". But it looks like it's been this way for some time. Any idea why I g

RE: [Neo] [ticket] #24: Fix multiple Neo instances in the same JVM

2007-11-21 Thread Jonas Bergvall
Good. I was actually thinking of this yesterday, in order to partition data and hence minimize/simplify data replication. But then, I haven'¨t looked into replication of a Neo instance so I might be off. //Jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

RE: [Neo] Re: [ticket] #21: Neo holds on to transaction log file after shutdown

2007-11-21 Thread Jonas Bergvall
That solved the problem. Great! //Jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of neo4j.org Sent: den 21 november 2007 20:46 Cc: user@lists.neo4j.org Subject: [Neo] Re: [ticket] #21: Neo holds on to transaction log file after shutdown #21: Neo hol

RE: [Neo] Neo 1.0b6 released under GNU Affero General Public License

2007-11-20 Thread Jonas Bergvall
Great news! Congratulations! And Trinity is already adopted to the new release. :) //Jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emil Eifrem Sent: den 20 november 2007 05:19 To: Neo user discussions Subject: [Neo] Neo 1.0b6 released under GNU

RE: [Neo] Re: [ticket] #19: Read only transactions

2007-11-08 Thread Jonas Bergvall
What we are looking for is if Neo can detect the issue and log it. In Spring's hibernate template classes this read-only flag is used to optimize things (no flush to db). But for hibernate it also causes and an exception if any write operations are performed (see http://forum.springframework.org/