Re: ERRest embedded relationships

2013-09-20 Thread Kieran Kelleher
From your email below, it looks like you are returning one post object and them returning the to-many array of related comment objects. So it is not just randomly different objects per se. ERRest can do this today in a nested format by using ERXKeyFilter to include the toMany relationship. I

Re: Anyone using Kepler?

2013-09-20 Thread Þór Sigurðsson
How about the EOModeller trouble ( data types meing mangled when you alter the model) ? I had enough trouble with EOModeller in Eclipse 4.2 to go back to 3.7/8. I really wish to hear about people's experiences since 3.x is an aging platform... And 4.x has proven troublesome for

Re: In-memory EOQualifier evaluation and to-many relations

2013-09-20 Thread Samuel Pelletier
Hi Fabian, The problem with too many qualifier is the fact you traverse a too many. There is no way to answer to the question watch do you want?, do you want the Course where there is at least one event after now of course where all events are after now? You need to be more precise. Try add

Re: Anyone using Kepler?

2013-09-20 Thread Johnny Miller
Hi Por, I have a couple of other things I wanted to do first but I would be interested in participating on an IntelliJ plugin. I was looking at the documentation, and I could be off on this, but I believe we could use the community edition of their platform (read free) and build our own

Re: In-memory EOQualifier evaluation and to-many relations

2013-09-20 Thread Fabian Peters
Hi Samuel, Am 20.09.2013 um 16:42 schrieb Samuel Pelletier: Hi Fabian, The problem with too many qualifier is the fact you traverse a too many. There is no way to answer to the question watch do you want?, do you want the Course where there is at least one event after now of course where

ERGroupware changes

2013-09-20 Thread Pascal Robert
Hi, At WOWODC, I said that I wanted to use another library for CalDAV and use it into ERGroupware. Well, I found that other library, in fact I wrote 75% of the code in that library. https://github.com/Kerio/cdav-connector If you wish to try ERGroupware with that library, get the source of