Using different database provider settings in production

2016-06-30 Thread Jan-Willem Gmelig Meyling
Hi all, Say I want to use a different configuration in development and production, and want to switch between the two easily, so that my IDE just works out of the box with the development settings, and with a simple Maven command I am able to create a functioning WAR. Lots of the properties

Re: error 500

2016-06-08 Thread Jan-Willem Gmelig Meyling
Hi Arturo, Are you using a proxy server? I have seen this error with grunt-connect-proxy, when I fire two requests simultanuously. Maybe it is related to Cookie header parameters not correctly being passed from one end to another. Cheers, Jan-Willem > Op 8 jun. 2016 om 17:28 heeft Arturo

Action that takes an enum set?

2016-05-29 Thread Jan-Willem Gmelig Meyling
Hey all, I've been wondering how I could nicely implement a collection of Enums as input for an Action. The values do not come from an persisted entity, as it would be part of as I imagine it to be a request POJO. I know that HTTP headers allow a path parameter to be defined multiple times.