Re: [orientdb] Nodes and Edges

2014-06-09 Thread Thomas Kennedy
The Root Node is #11:0 But I need both Class's V and E returned. And I only need the edge connect. select outE('connects') from A It also sees to only go one level. I need all the connected edges of the tree returned. On Monday, 9 June 2014 00:09:27 UTC+1, Lvc@ wrote: Hi, Where do you

[orientdb] problem retrieve records using limit -1

2014-06-09 Thread jaya raj
hi, *query:* select * from pages where is_deleted = 0 limit -1 i have used above query in RESTful HTTP protocol for retrieve all the records in a class but it response only 20 records. -- --- You received this message because you are subscribed to the Google Groups OrientDB group. To

Re: [orientdb] Re: Orientdb 1.7.1 errors windows

2014-06-09 Thread Andrey Lomakin
Hi, Good to know. I will look on this. On Mon, Jun 9, 2014 at 4:59 AM, mmm mmm mgra...@gmail.com wrote: I think it must have something to do with the server shutdown .bat file, I'm currently using ctrl-c to shut it down now without any issues. thanks, Mark. -- --- You received this

Re: [orientdb] problem retrieve records using limit -1

2014-06-09 Thread Enrico Risa
Hi , which api did you use? query with GET http:// server:[port]/query/database/language/query-text[/limit][/fetchPlan] or command with POST ? http:// server:[port]/command/database/language[/command-text][/limit][/fetchPlan] 2014-06-09 9:51 GMT+02:00 jaya raj jackrajfurious1...@gmail.com:

Re: [orientdb] Storage was not closed properly

2014-06-09 Thread Fabrizio Fortino
Done. https://github.com/orientechnologies/orientdb/issues/2450 On Sunday, June 8, 2014 6:37:10 PM UTC+1, Andrey Lomakin wrote: Could you open issue , so we will be able to work on it ? On Sun, Jun 8, 2014 at 8:36 PM, Andrey Lomakin lomakin...@gmail.com javascript: wrote: HI, No it is

Re: [orientdb] Storage was not closed properly

2014-06-09 Thread Andrey Lomakin
Thank you ! On Mon, Jun 9, 2014 at 11:16 AM, Fabrizio Fortino fabrizio.fort...@gmail.com wrote: Done. https://github.com/orientechnologies/orientdb/issues/2450 On Sunday, June 8, 2014 6:37:10 PM UTC+1, Andrey Lomakin wrote: Could you open issue , so we will be able to work on it ? On

Re: [orientdb] problem retrieve records using limit -1

2014-06-09 Thread jaya raj
hi enrico, Thanks for your response its really working fine -- --- You received this message because you are subscribed to the Google Groups OrientDB group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com.

Re: [orientdb] OLockException: Not more resources available in pool

2014-06-09 Thread Andi Egloff
Was there any consensus/resolution based on that test? Thanks Andi On Wednesday, April 9, 2014 9:22:29 PM UTC+2, Denis Wilson Souza Rosa wrote: Hi! The problem seems to be related to the size of the pool x Number of threads. I mean, like you cannot have more threads trying to do something

Re: [orientdb] OLockException: Not more resources available in pool

2014-06-09 Thread Luca Garulli
So the key to avoid pauses is to have the pool size bigger than the concurrent threads. Lvc@ On 9 June 2014 14:18, Andrey Lomakin lomakin.and...@gmail.com wrote: Hi, Actually it is absolutely normal all connections are pulled off and no free one. If you think it is still an issue you can

[orientdb] Re: javax.validation.ValidationException in Play after OrientDB upgrade

2014-06-09 Thread Carlo Polisini
I upgraded to OrientDB 1.7.1 but still I have this problem. I realized that is due to the fact that OrientDB now come with JPA 2.0 support and Play is trying to use this interface, the exception is raised when any Validation on a Bean is performed by Play Framework through the

Re: [orientdb] Nodes and Edges

2014-06-09 Thread Thomas Kennedy
Can anybody help here? On Monday, 9 June 2014 08:17:20 UTC+1, Thomas Kennedy wrote: The Root Node is #11:0 But I need both Class's V and E returned. And I only need the edge connect. select outE('connects') from A It also sees to only go one level. I need all the connected edges of the

[orientdb] Re: javax.validation.ValidationException in Play after OrientDB upgrade

2014-06-09 Thread alexander anguiano
I'm having this problem too. How do i fix it? i don't use jpa2 On Monday, June 9, 2014 11:14:33 AM UTC-5, Carlo Polisini wrote: I upgraded to OrientDB 1.7.1 but still I have this problem. I realized that is due to the fact that OrientDB now come with JPA 2.0 support and Play is trying to

Re: [orientdb] Nodes and Edges

2014-06-09 Thread Luca Garulli
Hi Thomas, May you post here, given that domain, what's te result you want in terms of output? Lvc@ On 9 June 2014 20:20, Thomas Kennedy tomais.kenn...@gmail.com wrote: Can anybody help here? On Monday, 9 June 2014 08:17:20 UTC+1, Thomas Kennedy wrote: The Root Node is #11:0 But I

Re: [orientdb] $path returns only one record. How come?

2014-06-09 Thread Bokyum Kim
O are nodes. Their names are not important. Let's just call them node x, y. 2014년 6월 9일 월요일 오전 8시 3분 20초 UTC+9, Lvc@ 님의 말: Hi, The picture is not clear to me. Do you have O and O as nodes? Can you name the node in different way? Or O are edges? Lvc@ On 8 June 2014 10:11, Bokyum Kim

[orientdb] Does anyone have 1.7.2 working with dropwizard, play or jpa?

2014-06-09 Thread alexander anguiano
Does anyone have 1.7.2 working with dropwizard, play or jpa? Also, I create a single jar and with 1.6.4 my jar was 13meg. With 1.7.4 it jumped up to 25.5 meg. (Sorry for the redundancy , there are several threads in the forum with no solutions. ) Here's the stack trace i get with

[orientdb] Re: Step-by-step instructions for using rexster with 1.7

2014-06-09 Thread tfillmor
Hi - Been out of town else would have tested this earlier... Using the binary download of Orient 1.7 and the suggested config did not work as expected - however, downloading orient and compiling from source did (compiling time: 32 seconds). * Rexster + binary download of Orient 1.7 produced