Re: ERRest embedded relationships

2013-09-19 Thread Jesse Tayler
there’s only going to be one root so you could create a transient entity which has a relationship to each type and return one of those maybe. On Sep 19, 2013, at 8:07 PM, Michael Kondratov wrote: > I did that. But I am still unable to return two types of objects in the same > root node. I ca

Re: ERRest embedded relationships

2013-09-19 Thread Michael Kondratov
I did that. But I am still unable to return two types of objects in the same root node. I can only pass to (response method ) a single object or an array of objects of the same type . Sent from my iPhone > On Sep 19, 2013, at 14:51, Kieran Kelleher wrote: > > One solution might be to create

Re: Anyone using Kepler?

2013-09-19 Thread Henrique Gomes
Thank you for bringing this up, I was using different versions of eclipse for WO and other work (embedded systems, C) because when I tried to work with eclipse 4.x, it crashed with NPE's on the WO editor so I was still using Indigo (3.?) for WO. After trying again with 4.3, I found out that a n

Re: ERRest embedded relationships

2013-09-19 Thread Kieran Kelleher
One solution might be to create a custom er.rest.format.IERXRestWriter implementation and register a new format for ember js in er.rest.format.ERXRestFormat static block where it calls ERXRestFormat.registerFormatNamed repeatedly to provide customized API for different types of clients. On S

ERRest embedded relationships

2013-09-19 Thread Michael Kondratov
Hello, I am working on an Ember.js connector for ERRest. Everything is working beautifully, except embedded relationships. I can't figure out how to generate this style of JSON: { "post": { "id": 1 "title": "Rails is omakase", "comments": ["1", "2"], "_links": {

Re: Anyone using Kepler?

2013-09-19 Thread Timothy Worman
Should we alter Golipse to install 4.3? Tim UCLA GSE&IS On Sep 19, 2013, at 9:10 AM, Henrique Gomes wrote: > Thank you for bringing this up, I was using different versions of eclipse for > WO and other work (embedded systems, C) because when I tried to work with > eclipse 4.x, it crashed with

In-memory EOQualifier evaluation and to-many relations

2013-09-19 Thread Fabian Peters
Hi all, I just tried to write a unit test for a basic qualifying fetch spec. What I found is that the in-memory evaluation fails for key-paths with a to-many, e.g. this: EOQualifier q = Course.EVENTS.dot(CourseEvent.END_DATE_TIME.after(new NSTimestamp())); Debugging the qualifier evaluation

Re: max receive buffer ?

2013-09-19 Thread probert
On Thu, 19 Sep 2013 09:40:30 -0400 Theodore Petrosky wrote: I see this in the console when using ERJgroups: receive buffer of socket java.net.DatagramSocket@2ee5d140 was set to 20MB, but the OS only allocated 5.03MB. This might lead to performance problems. Please set your max receive buffer

max receive buffer ?

2013-09-19 Thread Theodore Petrosky
I see this in the console when using ERJgroups: receive buffer of socket java.net.DatagramSocket@2ee5d140 was set to 20MB, but the OS only allocated 5.03MB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux) this is

Re: JRebel 5.3.2

2013-09-19 Thread Theodore Petrosky
If I go to Eclipse Preferences select JRebel, I get to the JRebel Config Center. I can select which projects I want to have use JRebel by selecting them in the list of Apps. Is this what you are looking for? Ted On Sep 18, 2013, at 11:00 PM, Quinton Dolan wrote: > This is caused by a change