Re: [Neo] getReferenceNode

2009-09-04 Thread Neil Ellis
http://components.neo4j.org/index-util/

On 5 Sep 2009, at 02:09, Todd Stavish wrote:

> Cool. Thanks guys, I have it know. Have you given thought to just
> having a global persistent hash map to find root objects? That way,
> you could have several root objects that were easily retrievable, and
> then you could start your navigation / traversal from there.
>
> Thanks again,
> Todd
>
>
>
> On Fri, Sep 4, 2009 at 6:25 PM, Anders Nawroth  > wrote:
>> Hi!
>>
>> Just one small addition to this: don't assume that the reference node
>> will always have an id of 0. To check if a node is the reference  
>> node,
>> use the equals() method to compare the nodes!
>>
>> /anders
>>
>> Dan Heaver:
>>> Todd, the reference node is node 0
>>>
>>> It's there even if you have an empty graph.
>>>
>>> You don't set it it's just there from the start...
>>>
>>> Dan
>>>
>>> On 4 Sep 2009, at 23:00, Todd Stavish  wrote:
>>>
>>>
 How do you set a reference node? Or create a root node? Is the
 examples.NeoclipseExample package published somewhere?


 Thanks,
 Todd
 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

>>> ___
>>> Neo mailing list
>>> User@lists.neo4j.org
>>> https://lists.neo4j.org/mailman/listinfo/user
>>>
>>
>>
>> --
>> Anders Nawroth [and...@neotechnology.com]
>> GTalk, Skype: anders.nawroth
>> Phone: +46 737 894 163
>> http://twitter.com/nawroth
>> http://blog.nawroth.com/
>>
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] getReferenceNode

2009-09-04 Thread Neil Ellis
Hey Todd

Take a look on the wiki for the IndexService stuff . that's what  
you're looking for.

All the best
Neil
On 5 Sep 2009, at 02:09, Todd Stavish wrote:

> Cool. Thanks guys, I have it know. Have you given thought to just
> having a global persistent hash map to find root objects? That way,
> you could have several root objects that were easily retrievable, and
> then you could start your navigation / traversal from there.
>
> Thanks again,
> Todd
>
>
>
> On Fri, Sep 4, 2009 at 6:25 PM, Anders Nawroth  > wrote:
>> Hi!
>>
>> Just one small addition to this: don't assume that the reference node
>> will always have an id of 0. To check if a node is the reference  
>> node,
>> use the equals() method to compare the nodes!
>>
>> /anders
>>
>> Dan Heaver:
>>> Todd, the reference node is node 0
>>>
>>> It's there even if you have an empty graph.
>>>
>>> You don't set it it's just there from the start...
>>>
>>> Dan
>>>
>>> On 4 Sep 2009, at 23:00, Todd Stavish  wrote:
>>>
>>>
 How do you set a reference node? Or create a root node? Is the
 examples.NeoclipseExample package published somewhere?


 Thanks,
 Todd
 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

>>> ___
>>> Neo mailing list
>>> User@lists.neo4j.org
>>> https://lists.neo4j.org/mailman/listinfo/user
>>>
>>
>>
>> --
>> Anders Nawroth [and...@neotechnology.com]
>> GTalk, Skype: anders.nawroth
>> Phone: +46 737 894 163
>> http://twitter.com/nawroth
>> http://blog.nawroth.com/
>>
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] getReferenceNode

2009-09-04 Thread Todd Stavish
Cool. Thanks guys, I have it know. Have you given thought to just
having a global persistent hash map to find root objects? That way,
you could have several root objects that were easily retrievable, and
then you could start your navigation / traversal from there.

Thanks again,
Todd



On Fri, Sep 4, 2009 at 6:25 PM, Anders Nawroth  wrote:
> Hi!
>
> Just one small addition to this: don't assume that the reference node
> will always have an id of 0. To check if a node is the reference node,
> use the equals() method to compare the nodes!
>
> /anders
>
> Dan Heaver:
>> Todd, the reference node is node 0
>>
>> It's there even if you have an empty graph.
>>
>> You don't set it it's just there from the start...
>>
>> Dan
>>
>> On 4 Sep 2009, at 23:00, Todd Stavish  wrote:
>>
>>
>>> How do you set a reference node? Or create a root node? Is the
>>> examples.NeoclipseExample package published somewhere?
>>>
>>>
>>> Thanks,
>>> Todd
>>> ___
>>> Neo mailing list
>>> User@lists.neo4j.org
>>> https://lists.neo4j.org/mailman/listinfo/user
>>>
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
>
>
> --
> Anders Nawroth [and...@neotechnology.com]
> GTalk, Skype: anders.nawroth
> Phone: +46 737 894 163
> http://twitter.com/nawroth
> http://blog.nawroth.com/
>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] getReferenceNode

2009-09-04 Thread Anders Nawroth
Hi!

Just one small addition to this: don't assume that the reference node 
will always have an id of 0. To check if a node is the reference node, 
use the equals() method to compare the nodes!

/anders

Dan Heaver:
> Todd, the reference node is node 0
>
> It's there even if you have an empty graph.
>
> You don't set it it's just there from the start...
>
> Dan
>
> On 4 Sep 2009, at 23:00, Todd Stavish  wrote:
>
>   
>> How do you set a reference node? Or create a root node? Is the
>> examples.NeoclipseExample package published somewhere?
>>
>>
>> Thanks,
>> Todd
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>> 
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>   


-- 
Anders Nawroth [and...@neotechnology.com]
GTalk, Skype: anders.nawroth
Phone: +46 737 894 163
http://twitter.com/nawroth
http://blog.nawroth.com/

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] getReferenceNode

2009-09-04 Thread Anders Nawroth
Hi Todd!

> How do you set a reference node? Or create a root node?

You can't set it, at least not with the current Neo4j version.

If you need something like that, add a relationship från the reference 
node to your subreference node.
Or use the handy method for it in the neo-utils package:
http://components.neo4j.org/neo-utils/apidocs/org/neo4j/util/NeoUtil.html#getOrCreateSubReferenceNode%28org.neo4j.api.core.RelationshipType%29
Search for "reference" on this page:
http://components.neo4j.org/neo-utils/

>  Is the
> examples.NeoclipseExample package published somewhere?
>   

No, the intention is to publish them separetely, but for now they only 
exist in the Neoclipse source code:
https://svn.neo4j.org/components/neoclipse/trunk/org.neo4j.neoclipse/src/test/java/

The examples are documented here:
http://wiki.neo4j.org/content/Domain_Modeling_Gallery

Other examples are found in the Neo4j Apoc download.


/anders

-- 
Anders Nawroth [and...@neotechnology.com]
GTalk, Skype: anders.nawroth
Phone: +46 737 894 163
http://twitter.com/nawroth
http://blog.nawroth.com/

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] getReferenceNode

2009-09-04 Thread Dan Heaver
Todd, the reference node is node 0

It's there even if you have an empty graph.

You don't set it it's just there from the start...

Dan

On 4 Sep 2009, at 23:00, Todd Stavish  wrote:

> How do you set a reference node? Or create a root node? Is the
> examples.NeoclipseExample package published somewhere?
>
>
> Thanks,
> Todd
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo] getReferenceNode

2009-09-04 Thread Todd Stavish
How do you set a reference node? Or create a root node? Is the
examples.NeoclipseExample package published somewhere?


Thanks,
Todd
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] UI with neo backend

2009-09-04 Thread Rob Challen
I've been working on a UI template layer that can be exposed through a
servlet container. It basically lets you define a layout which can include
(optionally recursive) path queries on the graph, and some widgets that let
you display the properties on resulting nodes or relationships.

I've been trying to work up some examples but got a couple of other things
on the go. It is all available at http://snosled.sourceforge.net but need a
bit more doumentation / examples. The packages that you would be interested
in are the neoutils.rendering packages.

Rob.

On Fri, Sep 4, 2009 at 4:20 PM, Ajay Sharma  wrote:

> Thanks peter...has anyonne implemented anything close to real life
> problem...something like that railways system.
> i just want to see how to integrate UI along with the NEO.
>
> forgive my naiveness.
>
>
>
> On Fri, Sep 4, 2009 at 8:41 PM, Peter Neubauer  >wrote:
>
> > Hi Ajay,
> > for a basic generic UI, look at the Neoclipse project,
> > http://wiki.neo4j.org/content/Neoclipse_Guide for a starting point ...
> >
> > /peter
> >
> > GTalk:  neubauer.peter
> > Skype   peter.neubauer
> > Phone   +46 704 106975
> > LinkedIn   http://www.linkedin.com/in/neubauer
> > Twitter  http://twitter.com/peterneubauer
> >
> > http://www.neo4j.org- Relations count.
> > http://www.oredev.se- The best thing since the wall came
> > down.
> > http://www.linkedprocess.org   - Distributed computing on LinkedData
> scale
> >
> >
> >
> > On Fri, Sep 4, 2009 at 5:03 PM, Ajay Sharma wrote:
> > > hello all,
> > >
> > > i been playing with neo for sometime now.
> > >  am able to consume basic neo webservice through .net and an UI layer
> > above
> > > that.
> > >
> > > but not able to use the real power of neohas anyone done any
> project
> > > which include UI layer over the neo.
> > > (preferrably in java or ruby)
> > >
> > >
> > > Regards
> > >
> > > --
> > > Ajay Sharma
> > > ___
> > > Neo mailing list
> > > User@lists.neo4j.org
> > > https://lists.neo4j.org/mailman/listinfo/user
> > >
> > ___
> > Neo mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
>
>
>
> --
> Ajay Sharma
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] UI with neo backend

2009-09-04 Thread Ajay Sharma
Thanks peter...has anyonne implemented anything close to real life
problem...something like that railways system.
i just want to see how to integrate UI along with the NEO.

forgive my naiveness.



On Fri, Sep 4, 2009 at 8:41 PM, Peter Neubauer wrote:

> Hi Ajay,
> for a basic generic UI, look at the Neoclipse project,
> http://wiki.neo4j.org/content/Neoclipse_Guide for a starting point ...
>
> /peter
>
> GTalk:  neubauer.peter
> Skype   peter.neubauer
> Phone   +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter  http://twitter.com/peterneubauer
>
> http://www.neo4j.org- Relations count.
> http://www.oredev.se- The best thing since the wall came
> down.
> http://www.linkedprocess.org   - Distributed computing on LinkedData scale
>
>
>
> On Fri, Sep 4, 2009 at 5:03 PM, Ajay Sharma wrote:
> > hello all,
> >
> > i been playing with neo for sometime now.
> >  am able to consume basic neo webservice through .net and an UI layer
> above
> > that.
> >
> > but not able to use the real power of neohas anyone done any project
> > which include UI layer over the neo.
> > (preferrably in java or ruby)
> >
> >
> > Regards
> >
> > --
> > Ajay Sharma
> > ___
> > Neo mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Ajay Sharma
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] JTA Classes

2009-09-04 Thread Peter Neubauer
Well,
you could even generate the graph outside Neo4j in something like
GraphML, and then load it with the batchinserter utility,
http://wiki.neo4j.org/content/Batch_Insert

/peter

GTalk:  neubauer.peter
Skype   peter.neubauer
Phone   +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org- Relations count.
http://www.oredev.se- The best thing since the wall came down.
http://www.linkedprocess.org   - Distributed computing on LinkedData scale



On Fri, Sep 4, 2009 at 4:51 PM, Todd Stavish wrote:
> I am writing a prototype to link the relationships between people
> based on cell call records.  I was hoping someone had a large graph
> sample that dynamically generated 100M nodes \ people. Even if it was
> something entirely different like a massive social graph ala linkin \
> facebook, I could just add in the phone number property and my own
> traversal code.
>
> -Todd
>
>
> On Fri, Sep 4, 2009 at 10:42 AM, Dan Heaver wrote:
>> Todd, what are you trying to achieve?
>> lots of us have large graphs and code that works with them. can you be more
>> specific?
>>
>> Dan
>>
>> On Fri, Sep 4, 2009 at 3:40 PM, Todd Stavish  wrote:
>>
>>> Thanks Andreas.  Worked like a charm. Does anyone have any sample code
>>> that does larger graphs? Like 100M or 1B nodes?
>>>
>>> Thanks,
>>> Todd
>>>
>>>
>>>
>>> On Fri, Sep 4, 2009 at 9:47 AM, Andreas
>>> Kollegger wrote:
>>> > Add this to your pom:
>>> >
>>> > 
>>> >     org.apache.geronimo.specs
>>> >     geronimo-jta_1.1_spec
>>> >     1.1.1
>>> > 
>>> >
>>> >
>>> >
>>> > On Sep 4, 2009, at 9:41 AM, Todd Stavish wrote:
>>> >
>>> >> Hello,
>>> >>
>>> >> Sun's website is down. Not sure, maybe Oracle isn't paying the bill.
>>> >> Anyway, can someone please email me the JTA classes. I used Maven to
>>> >> download Neo / APOC, but no JTA in the repositories.
>>> >>
>>> >> Thanks,
>>> >> -Todd
>>> >> ___
>>> >> Neo mailing list
>>> >> User@lists.neo4j.org
>>> >> https://lists.neo4j.org/mailman/listinfo/user
>>> >
>>> > ___
>>> > Neo mailing list
>>> > User@lists.neo4j.org
>>> > https://lists.neo4j.org/mailman/listinfo/user
>>> >
>>> ___
>>> Neo mailing list
>>> User@lists.neo4j.org
>>> https://lists.neo4j.org/mailman/listinfo/user
>>>
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] UI with neo backend

2009-09-04 Thread Peter Neubauer
Hi Ajay,
for a basic generic UI, look at the Neoclipse project,
http://wiki.neo4j.org/content/Neoclipse_Guide for a starting point ...

/peter

GTalk:  neubauer.peter
Skype   peter.neubauer
Phone   +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org- Relations count.
http://www.oredev.se- The best thing since the wall came down.
http://www.linkedprocess.org   - Distributed computing on LinkedData scale



On Fri, Sep 4, 2009 at 5:03 PM, Ajay Sharma wrote:
> hello all,
>
> i been playing with neo for sometime now.
>  am able to consume basic neo webservice through .net and an UI layer above
> that.
>
> but not able to use the real power of neohas anyone done any project
> which include UI layer over the neo.
> (preferrably in java or ruby)
>
>
> Regards
>
> --
> Ajay Sharma
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo] UI with neo backend

2009-09-04 Thread Ajay Sharma
hello all,

i been playing with neo for sometime now.
 am able to consume basic neo webservice through .net and an UI layer above
that.

but not able to use the real power of neohas anyone done any project
which include UI layer over the neo.
(preferrably in java or ruby)


Regards

-- 
Ajay Sharma
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] JTA Classes

2009-09-04 Thread Dan Heaver
Todd - go read the docs.
The API is pretty small and you should be able to knock something up in
about 20 mins...
Dan

On Fri, Sep 4, 2009 at 3:51 PM, Todd Stavish  wrote:

> I am writing a prototype to link the relationships between people
> based on cell call records.  I was hoping someone had a large graph
> sample that dynamically generated 100M nodes \ people. Even if it was
> something entirely different like a massive social graph ala linkin \
> facebook, I could just add in the phone number property and my own
> traversal code.
>
> -Todd
>
>
> On Fri, Sep 4, 2009 at 10:42 AM, Dan Heaver wrote:
> > Todd, what are you trying to achieve?
> > lots of us have large graphs and code that works with them. can you be
> more
> > specific?
> >
> > Dan
> >
> > On Fri, Sep 4, 2009 at 3:40 PM, Todd Stavish 
> wrote:
> >
> >> Thanks Andreas.  Worked like a charm. Does anyone have any sample code
> >> that does larger graphs? Like 100M or 1B nodes?
> >>
> >> Thanks,
> >> Todd
> >>
> >>
> >>
> >> On Fri, Sep 4, 2009 at 9:47 AM, Andreas
> >> Kollegger wrote:
> >> > Add this to your pom:
> >> >
> >> > 
> >> > org.apache.geronimo.specs
> >> > geronimo-jta_1.1_spec
> >> > 1.1.1
> >> > 
> >> >
> >> >
> >> >
> >> > On Sep 4, 2009, at 9:41 AM, Todd Stavish wrote:
> >> >
> >> >> Hello,
> >> >>
> >> >> Sun's website is down. Not sure, maybe Oracle isn't paying the bill.
> >> >> Anyway, can someone please email me the JTA classes. I used Maven to
> >> >> download Neo / APOC, but no JTA in the repositories.
> >> >>
> >> >> Thanks,
> >> >> -Todd
> >> >> ___
> >> >> Neo mailing list
> >> >> User@lists.neo4j.org
> >> >> https://lists.neo4j.org/mailman/listinfo/user
> >> >
> >> > ___
> >> > Neo mailing list
> >> > User@lists.neo4j.org
> >> > https://lists.neo4j.org/mailman/listinfo/user
> >> >
> >> ___
> >> Neo mailing list
> >> User@lists.neo4j.org
> >> https://lists.neo4j.org/mailman/listinfo/user
> >>
> > ___
> > Neo mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] JTA Classes

2009-09-04 Thread Todd Stavish
I am writing a prototype to link the relationships between people
based on cell call records.  I was hoping someone had a large graph
sample that dynamically generated 100M nodes \ people. Even if it was
something entirely different like a massive social graph ala linkin \
facebook, I could just add in the phone number property and my own
traversal code.

-Todd


On Fri, Sep 4, 2009 at 10:42 AM, Dan Heaver wrote:
> Todd, what are you trying to achieve?
> lots of us have large graphs and code that works with them. can you be more
> specific?
>
> Dan
>
> On Fri, Sep 4, 2009 at 3:40 PM, Todd Stavish  wrote:
>
>> Thanks Andreas.  Worked like a charm. Does anyone have any sample code
>> that does larger graphs? Like 100M or 1B nodes?
>>
>> Thanks,
>> Todd
>>
>>
>>
>> On Fri, Sep 4, 2009 at 9:47 AM, Andreas
>> Kollegger wrote:
>> > Add this to your pom:
>> >
>> > 
>> >     org.apache.geronimo.specs
>> >     geronimo-jta_1.1_spec
>> >     1.1.1
>> > 
>> >
>> >
>> >
>> > On Sep 4, 2009, at 9:41 AM, Todd Stavish wrote:
>> >
>> >> Hello,
>> >>
>> >> Sun's website is down. Not sure, maybe Oracle isn't paying the bill.
>> >> Anyway, can someone please email me the JTA classes. I used Maven to
>> >> download Neo / APOC, but no JTA in the repositories.
>> >>
>> >> Thanks,
>> >> -Todd
>> >> ___
>> >> Neo mailing list
>> >> User@lists.neo4j.org
>> >> https://lists.neo4j.org/mailman/listinfo/user
>> >
>> > ___
>> > Neo mailing list
>> > User@lists.neo4j.org
>> > https://lists.neo4j.org/mailman/listinfo/user
>> >
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] JTA Classes

2009-09-04 Thread Anders Nawroth
Todd Stavish:
> Thanks Andreas.  Worked like a charm. Does anyone have any sample code
> that does larger graphs? Like 100M or 1B nodes?
>   

If what you are asking for is code to generate graphs there may be 
something useful in here:
https://svn.neo4j.org/components/graph-algo/trunk/src/benchmark/graphgeneration/

/anders

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] JTA Classes

2009-09-04 Thread Dan Heaver
Todd, what are you trying to achieve?
lots of us have large graphs and code that works with them. can you be more
specific?

Dan

On Fri, Sep 4, 2009 at 3:40 PM, Todd Stavish  wrote:

> Thanks Andreas.  Worked like a charm. Does anyone have any sample code
> that does larger graphs? Like 100M or 1B nodes?
>
> Thanks,
> Todd
>
>
>
> On Fri, Sep 4, 2009 at 9:47 AM, Andreas
> Kollegger wrote:
> > Add this to your pom:
> >
> > 
> > org.apache.geronimo.specs
> > geronimo-jta_1.1_spec
> > 1.1.1
> > 
> >
> >
> >
> > On Sep 4, 2009, at 9:41 AM, Todd Stavish wrote:
> >
> >> Hello,
> >>
> >> Sun's website is down. Not sure, maybe Oracle isn't paying the bill.
> >> Anyway, can someone please email me the JTA classes. I used Maven to
> >> download Neo / APOC, but no JTA in the repositories.
> >>
> >> Thanks,
> >> -Todd
> >> ___
> >> Neo mailing list
> >> User@lists.neo4j.org
> >> https://lists.neo4j.org/mailman/listinfo/user
> >
> > ___
> > Neo mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] JTA Classes

2009-09-04 Thread Todd Stavish
Thanks Andreas.  Worked like a charm. Does anyone have any sample code
that does larger graphs? Like 100M or 1B nodes?

Thanks,
Todd



On Fri, Sep 4, 2009 at 9:47 AM, Andreas
Kollegger wrote:
> Add this to your pom:
>
> 
>     org.apache.geronimo.specs
>     geronimo-jta_1.1_spec
>     1.1.1
> 
>
>
>
> On Sep 4, 2009, at 9:41 AM, Todd Stavish wrote:
>
>> Hello,
>>
>> Sun's website is down. Not sure, maybe Oracle isn't paying the bill.
>> Anyway, can someone please email me the JTA classes. I used Maven to
>> download Neo / APOC, but no JTA in the repositories.
>>
>> Thanks,
>> -Todd
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] JTA Classes

2009-09-04 Thread Andreas Kollegger
Add this to your pom:


 org.apache.geronimo.specs
 geronimo-jta_1.1_spec
 1.1.1




On Sep 4, 2009, at 9:41 AM, Todd Stavish wrote:

> Hello,
>
> Sun's website is down. Not sure, maybe Oracle isn't paying the bill.
> Anyway, can someone please email me the JTA classes. I used Maven to
> download Neo / APOC, but no JTA in the repositories.
>
> Thanks,
> -Todd
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo] JTA Classes

2009-09-04 Thread Todd Stavish
Hello,

Sun's website is down. Not sure, maybe Oracle isn't paying the bill.
Anyway, can someone please email me the JTA classes. I used Maven to
download Neo / APOC, but no JTA in the repositories.

Thanks,
-Todd
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user