Re: [deepamehta-devel] Transactions

2016-09-19 Thread Robert Schuster
Hi Joerg, ok, I have to confess I am not allto versed with all the JAX RS annotations. After I wrote this code I saw a JAX RS example that had "Transactional" in it and I was thinking "Hm, I probably should use that instead of creating that Transaction object manually". :-) Best regards Robert Am

Re: [deepamehta-devel] JSON deserialization

2016-09-19 Thread Robert Schuster
Hi Joerg, thanks for picking up questions before I even post them ;-) Am 16.09.2016 um 17:58 schrieb Jörg Richter: > public void updateEditablePerson(@PathParam("personId") long personId, > String editablePersonJSON) { > ... > } > > > This would make a better business AP