RE: Olingo V4 Java Annotation Processor ?

2016-11-30 Thread Amend, Christian
Hi Claudio, there is currently no Annotation Processor for V4. An approach that does not require this much boilerplate code is the Olingo OData Server Extension for Java. You can find the JARs on the download page: http://olingo.apache.org/doc/odata4/download.html Unfortunately I am not aware

R: Olingo V4 Java Annotation Processor ?

2016-11-30 Thread Claudio Mauri
Hi Christian, thanks so much for your kind answer. As far as you know, isn't an Annotation Processo planned either ? I will have a look at the OData Server Extension at the link you provided, but without any documentation I'm afraid it's going to be very difficult, at least for me, to make

Re: [DISCUSS] V4 JPA contribution

2016-11-30 Thread Carl Mosca
I agree. Carl On Nov 30, 2016 8:25 AM, "Alexandre Desjardins" wrote: > Hi, > > I noticed the discussion about the JPA processor contribution has died > down. The contribution was submitted the 24th of August and at this point I > think adopting an approach is becoming more

Re: [DISCUSS] V4 JPA contribution

2016-11-30 Thread Alexandre Desjardins
Hi, I noticed the discussion about the JPA processor contribution has died down. The contribution was submitted the 24th of August and at this point I think adopting an approach is becoming more important than the approach itself. I think a JPA processor is a really important part of using

[jira] [Created] (OLINGO-1054) Inline Consumer Callback Data handling

2016-11-30 Thread Ramya (JIRA)
Ramya created OLINGO-1054: - Summary: Inline Consumer Callback Data handling Key: OLINGO-1054 URL: https://issues.apache.org/jira/browse/OLINGO-1054 Project: Olingo Issue Type: New Feature

Re: Olingo V4 Java Annotation Processor ?

2016-11-30 Thread Ramesh Reddy
Claudio, It is NO annotation processor, "server-core-ext" framework takes care of much of the boilerplate code, and an example of that can be found here https://github.com/apache/olingo-odata4/blob/master/lib/server-core-ext/src/test/java/org/apache/olingo/server/example/TripPinServiceTest.java