olingo2 - How to resolve No enum constant found

2019-05-06 Thread Ghosh1, Sandeep
Hi, I am using camel-olingo2 to read row count of my resource. My route is simple .to("olingo2://read/questionAnswers/$count") It is failing with the below exception. Caused by: java.lang.IllegalArgumentException: No enum constant org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind.AllocationO

olingo2 - How to resolve No enum constant found

2019-05-04 Thread Sandeep Ghosh
Hi, I am using camel-olingo2 to read row count of my resource. My route is simple .to("olingo2://read/questionAnswers/$count")It is failing with the exception.  Caused by: java.lang.IllegalArgumentException: No enum constant org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind.AllocationOrderSess