-
I am trying to use a APM glowroot with Moqui.
It works fine for glowroot v0.9.24, but from the v0.9.25, it always throw excpetions cause by Bitronix when Moqui init the datasource.
below is the li…
-
https://github.com/moqui/moqui-framework/blob/c0f656b92d1392d3e64bc1e916a08ee91b41450f/framework/service/org/moqui/impl/ServerServices.xml#L55
Can you please provide an alternative for this.
-
This is a feature request.
Moqui framework currently generates two cookies `moqui.visitor` and `JSESSIONID`. the name of `JSESSIONID` can be configured in `web.xml` as below
```
…
-
Moqui 2.1.0
At mysql 5.5、5.6、5.7、8.0,First load successfully completed. But second load is report:
` Error in JDBC update for SQL UPDATE USER_LOGIN_HISTORY SET SUCCESSFUL_LOGIN=?, LAST_UPDATED_STAMP…
-
I've found that, in a `view-entity` with a `member-entity` set to be handled as a sub select, the aggregation functions will not work appropriately. The "GROUP BY" clause is not generated at all.
T…
-
is there any property to make a field unique in entity ?
-
Getting No response When attempting to view swagger ui for Orders & Shipments.
![moqui swagger ui orders](https://user-images.githubusercontent.com/4814380/44389614-eef40d00-a548-11e8-84d6-8635e8…
-
while using frontend frameworks to make rest call to rest/s1, no matter GET or POST, Moqui will return 405 error, OPTIONS method not supported. This feature is needed if work with frontend frameworks,…
-
Database using Oracle 11G,50 users tested,date of discovery changed.Later modified the calendar get method,this problem is solved.
My current way is to get a new calendar object every time.
Is there…
-
I check out the [latest demo version](https://github.com/moqui/moqui-framework/releases/tag/v2.1.0)
Then install the moqui-hazelcast module
> ./gradlew getComponent -Pcomponent=moqui-hazelcast
…