Re: REST Tutorial Not Working on Latest Version 16.11 Released

2017-08-16 Thread Lanzjess
orMessage(result)).build(); > > > } > > > > // shouldn't ever get here ... should we? > > throw new RuntimeException("Invalid "); > > } > > } > > > > > > > > -- > > View this message in context: http:

Re: REST Tutorial Not Working on Latest Version 16.11 Released

2017-08-11 Thread Michael Brohl
Hi Allan, the mentioned tutorial is deprecated as stated in the information box on top of the article. Apache Wink is retired and there were several API changes recently. It is not recommended to follow this tuturial. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 10.08.17

REST Tutorial Not Working on Latest Version 16.11 Released

2017-08-10 Thread Lanzjess
I am following the REST tutorial https://cwiki.apache.org/confluence/display/OFBIZ/Export+service+using+REST but still fails for Latest Version 16.11 Released. LocalDispatcher dispatcher = *GenericDispatcher*.getLocalDispatcher("default",delegator); The above code in class PingResource