David E. Jones
David E. Jones
On a side note on this topic, part of the idea of XML Actions is to be more configuration than code, to enable less experienced people to put together certain...
This isn't enough information to diagnose, but one possibility is you haven't added moqui.local to the /etc/hosts file (mapping to 127.0.0.1), ie this sentence in that doc: "To resolve the...
What is it that you are trying to achieve? MoquiStart does not have any plugin mechanisms, and that would be tough since this is part of a pre app server...
In general caching UserAccount data is an anti-pattern because of the general rule for caching where only records that will be read MANY times more than they are written, and...
One more thought about database load in this case (also included in an email reply to you and some others you work with): On the performance side of things with...
If I'm reading this correctly then my answer is: don't do that. If you do things manually with transactions then you have to do it correctly or it will not...
Because of the nature of databases, JDBC, JTA, and implementations of JTA like Bitronix (and others like it), there is no guarantee of a valid state of connections from a...
On a side note, this is outside the scope of moqui-framework, the issue should be filed under mantle-udm or mantle-usl where the data model and services are, or perhaps SimpleScreens...
I haven't looked into this before, does the tool support some sort of better output with progress and such?
I don't understand, what is the behavior you are seeing and how is it different from what you expect or would prefer? Specific examples are often helpful to make it...