Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-08-01 Thread BatiG
I'm not sure to understand because how could I configure neo4j server whith
the org.apache.commons.configuration.Configuration?

Wich property do I need to add for having the access to the  port 7575
secured by a password?

Thanks

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3215347.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-28 Thread BatiG
When I use nginx as a proxy and block the access to the port 7474, It seems
that the connection is lost when I'm on the web application...

If I understand, the instance of the neo4j ui server is running on jetty?
Why is not possible to configure jetty like we want?

thanks

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3206212.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-27 Thread BatiG
But it's not possible to use WrappingNeoServerBootstrapper and Nginx?

I can deny or allow some IP address from nginx but the problem is that
WrappingNeoServerBootstrapper runs an instance of Jetty.. So it's not
possible to set nginx over jetty.

And if I create a proxy with nginx, the port 7474 of jetty is still open and
everybody can connect to this port..

Have you an idea?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3203594.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Many Thanks, it works.

I've one questions : 
 - is it possible to create a jar file from the project jo4neo with the
pom.xml?  How do you create a jar file of this project?

Actually, I use eclipse and I don't know how to include the directory
META-INF and jo4neo/message to the jar file.

So, I believe that maybe with maven it's possible to create the jar file
with the both directories inside.

thanks

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3199778.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Perfect!

I'd like to thank you for the great help that you brought to me.

Have a nice day

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3199804.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Could you tell me if using neo4j-server will decrease strongly the
performance/speed of the operations on the graph data base?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3199808.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
My instances of jo4neo and neo4j-server will be on the same server..So it'll
be in local.

I only used neo4j-server to have an easly UI administration web app.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3199846.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
I know it but is it possible to modify the properties of some node with this?
Is it a read-only instance?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3199929.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Does one of you have the last package server-api? I want to avoid building
the source code from the repository to have the
WrappingNeoServerBootstrapper class


Thanks

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3200016.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
The last distribution  community 1.4 current milestone for unix doesn't
contain such class...

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3200051.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Where can I find this class without building from the source of neo4j?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3200119.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Thanks!!

I downlaoded both and imported the both into my project. I only have this
problem : 


The type org.apache.commons.configuration.Configuration cannot be resolved.
It is indirectly referenced from required .class files

With this line : 
config.configuration().setProperty(
Configurator.WEBSERVER_PORT_PROPERTY_KEY, 7575 );

Do you think it's from this new packages or from my local configuration?

Thanks

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3200191.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Many thanks at everybody. It works! It was some missing .jar

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3200323.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-26 Thread BatiG
Does it exit some properties to configure the acces at the web application?
Like a username/password or IP?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3200564.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-25 Thread BatiG
Pending your modification of jo4neo, do you know if it could be possible that
I've one instance of a embedded Graph working on a directory, and running
the neo4j server on this directory?

I know that I'll have an exception because I run 2 instances on the same
directory. But maybe there is a solution to run a neo4j server with the
readonly mode?

I'd like to use neo4j server only for exploring my data.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3196726.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-25 Thread BatiG
The problem with this both solutions is : I have to use the version 1.4 of
neo4j. However, jo4neo is not yet able to use this version of neo4j. So, I
can't use it...

Actually, I use the version 1.2 of neo4j.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3196803.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-25 Thread BatiG
Where I can dowload such version of jo4neo?

Actually, I've the version 0.4.

Maybe you speak about tue source version of jo4neo?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3196835.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-25 Thread BatiG
I'v some problem with the source code of jo4neo. Maybe you could help me...

I downloaded the source code with the command line : svn checkout
http://jo4neo.googlecode.com/svn/trunk/ jo4neo-read-only

Then, I imported the project (only the directory jo4neo-read-only/jo4neo)
into Eclipse. My eclipse has the plugin maven.

After that, in the pom.xml, I've an error with this part : 
parent
artifactIdparent-pom/artifactId
groupIdorg.neo4j/groupId
version8-SNAPSHOT/version
/parent

Where could I find this artifact id?

Many thanks


--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3197730.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-25 Thread BatiG
Thanks. Now the project has no more error. However, I'll use this project
into an another project, so I make an export of jo4neo project
(Right-click-export-jar file  into eclipse).

If I run this code into the the project : 
GraphDatabaseService gds = new RestGraphDatabase(new
URI(http://localhost:7474/db/data;));
ObjectGraph graph  = ObjectGraphFactory.instance().get(gds);

I got this error : 

Exception in thread main java.lang.NullPointerException
at jo4neo.ObjectGraphFactory.get(ObjectGraphFactory.java:36)


I assume that I can not export the project jo4neo as I did...

Could you help me?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3197787.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-22 Thread BatiG
Hi everybody,

I'd like to download the version 1.3 of neo4j. Where could I find the URL to
download it?

By the way, does someone know jo4neo? Because I'm trying to use jo4neo and
neo4j-server but without success. Maybe someone have a great advise for me
to use the both together.

Many thanks,

Bat

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3191002.html
Sent from the Neo4J Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-22 Thread BatiG
You mean that Jo4neo is dead and It has been replaced by Spring Data Graph?

Is Sping Data graph stable? 

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3191081.html
Sent from the Neo4J Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-22 Thread BatiG
Do you know an another framework that makes POJO as jo4neo or Spring Data
Graph?
I'd like to test everything before choosing.

Thanks

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3191250.html
Sent from the Neo4J Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-22 Thread BatiG
Spring Graph Database is not really what I want. And It could be very hard to
deploy that on BlazeDS [
http://opensource.adobe.com/wiki/display/blazeds/BlazeDS
http://opensource.adobe.com/wiki/display/blazeds/BlazeDS ].

Do you know the developpers of jo4neo? Is it possible to help them to
upgrade jo4neo?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3191573.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] How to download neo4j 1.3 [for using jo4Neo]

2011-07-22 Thread BatiG
You could look into the code of jo4neo? It could be very usefull and
powerfull for everybody!!

I mean, with jo4neo, you can create very easly withtout configuration a
Graph Database and we could have the web administration. With Spring, you
need to configure a lof of files and for myself, I've already a web
application running on my server. So it means that, if I use Spring, the
both applications shall communicate together... It could be very difficult
to deploy that...

However, with jo4neo, I can include the code using jo4neo as a library
(.jar) in my running web application : very easy!


Thanks

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/How-to-download-neo4j-1-3-for-using-jo4Neo-tp3191002p3191611.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] Online Backup : wich package?

2010-06-08 Thread BatiG

Hi,


I want to use the tool Online backup. I've read the topic about backup on
the website of Neo4j. The topic tell us that we have to use the class
Neo4jBackup. However, I don't know where I can find the package containing
this class. I've tried with :
 - online-backup-0.4-20100113.100552-1.jar  == but it doesn't know the
class
 - the SVN deposit (https://svn.neo4j.org/components/online-backup/trunk/),
it contains this class, but I'm not able to compile the code. I obtain this
error : The method getFileName(long) is undefined for the type XaDataSource

My question is : where is the right package to use Online backup?

Many thanks,

Bati 
-- 
View this message in context: 
http://neo4j-user-list.438527.n3.nabble.com/Online-Backup-wich-package-tp878706p878706.html
Sent from the Neo4J User List mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Online Backup : wich package?

2010-06-08 Thread BatiG

Thanks for the package.

But I still have a problem and I assume that is from your package.

With this code : 
EmbeddedGraphDatabase neo = GraphJo4neo.getGraphDatabaseService();
EmbeddedGraphDatabase backupGraphDb = new EmbeddedGraphDatabase(
CONSTANTS.DEV_GRAPH_BACKUP_PATH );
IndexService backupIndexService = new LuceneIndexService( 
backupGraphDb );
Backup backup = new Neo4jBackup( neo, backupGraphDb,
new ArrayListString()
{
{
add( nioneodb );
add( lucene );
}
} );
try {
backup.doBackup();
}

I obtain this error : 
java.lang.NoSuchMethodError: org.neo4j.onlinebackup.Abstra
ctResource.init(Lorg/neo4j/kernel/impl/transaction/xaframework/XaDataSource;)V
at
org.neo4j.onlinebackup.EmbeddedGraphDatabaseResource.init(EmbeddedGraphDatabaseResource.java:31)
at org.neo4j.onlinebackup.Neo4jBackup.doBackup(Neo4jBackup.java:164)
at Util.BackupNeo4j.run(BackupNeo4j.java:44)

Do you have an idea?
-- 
View this message in context: 
http://neo4j-user-list.438527.n3.nabble.com/Online-Backup-wich-package-tp878706p879175.html
Sent from the Neo4J User List mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Online Backup : wich package?

2010-06-08 Thread BatiG

I've tried with :
 - neo4j-kernel-1.0-rc.jar
 - neo4j-kernel-1.0.jar

And I've the same error in the both cases.
-- 
View this message in context: 
http://neo4j-user-list.438527.n3.nabble.com/Online-Backup-wich-package-tp878706p879410.html
Sent from the Neo4J User List mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user