Re: Deploy Webservice

2016-07-26 Thread André Rothe
Hi, Thank you for the hint, I have added a server.wsdd to the Resources folder within the Eclipse project and set there a transport mode "https". You can find some information here: https://en.wikibooks.org/wiki/WebObjects/Web_Services/Common_Pitfalls_and_Troubleshooting I'll check the other WS

Re: Summary of the State of the Community

2016-07-26 Thread Robert Snyder
Chuck, I like your summary of the industry as well as the community.  CheersRobert Sent from Outlook on my iPhone Robert Snyder rsny...@psu.edu On Tue, Jul 26, 2016 at 12:18 AM -0400, "Ricardo Parada" wrote: That is very accurate. :-) > On Jul 13, 2016, at 1:35 PM, Chuck Hill wrote:

Re: Summary of the State of the Community

2016-07-26 Thread Larry Mills-Gahl
Excellent email, but this cutting line (ambiguous as it is) is key. This isn’t a product definition, but it is definitely a values statement that cuts to the core. Thanks Chuck. Well said. On 13 Jul 2016, at 13:35, Chuck Hill wrote: > We know how good things can be and we are not willing to s

Re: ERXGenericRecord and UUID's

2016-07-26 Thread Samuel Pelletier
Hi Tim, > > 1. The new (and very cool) UUID stuff in ERXGenericRecord is NOT opt-in. > :-) I also don’t understand “is NOT opt-in”. To use this, I have to change the prototype of the id column from id to uuid. Of course the migration has to be fixed by ha

Re: ERXGenericRecord and UUID's

2016-07-26 Thread T Worman
On Jul 26, 2016, at 6:56 AM, Samuel Pelletier wrote: > > Hi Tim, > >> >> 1. The new (and very cool) UUID stuff in ERXGenericRecord is NOT opt-in. >> :-) > > I also don’t understand “is NOT opt-in”. To use this, I have to change > the prototype of the id column from id

Generic route for options on ERXRest

2016-07-26 Thread Luiz Alfredo Carrara Bertusso
Hello developers, I've been facing a doubt about creating routes for a Rest API using ERXRest. In the Application I've been working there some APIs for different purposes, but all of them need to access the method "optionsAction()". I have an implementation of this method on an abstract class and a

Re: Generic route for options on ERXRest

2016-07-26 Thread Michael Kondratov
Have you considered creating a subclass? Michael Sent from my iPhone > On Jul 26, 2016, at 12:33 PM, Luiz Alfredo Carrara Bertusso > wrote: > > Hello developers, I've been facing a doubt about creating routes for a Rest > API using ERXRest. > In the Application I've been working there some A