Re: Accessing to two (or more) relational databases at the same time

2015-06-08 Thread Dan Haywood
Sounds ok... though what approach are you taking for transaction management? Normally Isis does the xactn mgmt for free. I guess you are doing that stuff yourself? And (since we don't provide any hooks) presumably there is no 2PC/XA stuff, so there are possibilities of data being committed to

Re: Property validation

2015-06-08 Thread Dan Haywood
I'm steadily working through the site and converting to use asciidoc... so this typo should be fixed soon. thx On 6 June 2015 at 19:22, James Agada james.ag...@cwg-plc.com wrote: In the howto. I've fixed this. Sent from my iPhone On Jun 6, 2015, at 5:45 PM, Martin Grigorov

Re: Modifying SimpleApp

2015-06-08 Thread Dan Haywood
On 28 May 2015 at 04:40, Stephen Cameron steve.cameron...@gmail.com wrote: A question: I have a collection inside an entity, can I via the Wicket viewer show an action that creates a new entity member of the collection? In my case I have Activities and these have 0:N Clients as

Re: Accessing to two (or more) relational databases at the same time

2015-06-08 Thread Vladimir Nišević
Hi, comments are inlined br,Vladimir Am 08.06.2015 um 08:22 schrieb Dan Haywood d...@haywood-associates.co.uk: Sounds ok... though what approach are you taking for transaction management? I manage transactions to other databases manually, in case of any exception, I use process entity