Skip to main content
0 votes
0 answers
12 views

How to extract incoming data from a http rest request in a service in Moqui?

I want to extract json data from incoming request in a Moqui Service I have created a service in Moqui which processes incoming data, the problem is data comes as a direct json insted of being nested ...
Ayan Farooqui's user avatar
-1 votes
1 answer
34 views

Moqui - How to pick Postgres in "Database Host" in Multi instances mode

I am using Moqui 3.0 I am following this guide: https://www.moqui.org/m/docs/framework/Multi-instance+with+Docker But we want to use Postgres, not My sql. Is there any confirguration?
Rong Nguyen's user avatar
  • 4,191
0 votes
0 answers
29 views

moqui framework config and install?

I have configured and installed the moqui framework application but I do not have experience in editing these codes. I want to change the language to Vietnamese and connect to the phpmyadmin database. ...
Nguyễn Chí Cường's user avatar
0 votes
0 answers
23 views

Database connection moqui issue

I call , it return error: Cannot get connection, transaction not in operable status (Marked Rollback-Only (1)) Some other warnings: Tried to commit transaction but marked rollback only, doing ...
Lê Nhã Tuấn's user avatar
0 votes
0 answers
24 views

Moqui Framework - Error: no matching property definition found for {http://www.jcp.org/jcr/1.0}data

I'm encountering an issue while working with a Java Content Repository (JCR) using Apache Jackrabbit with moqui. When attempting to access or manipulate a property named "data," I receive ...
Mathan's user avatar
  • 1
0 votes
1 answer
52 views

How to override moqui session timeout with transition or service-call

I want to override moqui session timeout on transition execution. moqui default session configured in the web.xml like this <session-config> <!-- session timeout in minutes; note that ...
M.A.M's user avatar
  • 63
0 votes
2 answers
151 views

Some errors when I start Moqui

I am new to Moqui. I start moqui with these commands: $ git clone https://github.com/moqui/moqui-framework.git moqui $ cd moqui $ ./gradlew getComponent -Pcomponent=PopCommerce $ ./gradlew ...
Đình Hiếu Lê's user avatar
0 votes
1 answer
76 views

Enabling https in moqui framework with tomcat

I have a Tomcat server with SSL configured. in server.xml my config is: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" ...
M.A.M's user avatar
  • 63
0 votes
1 answer
47 views

How to deploy multiple moqui wars on Tomcat

I have two war files moquiA.war and moquiB.war. Now I want to access different instances via different URLs say http://localhost:8080/moquiA http://localhost:8080/moquiB When tried deploying both wars,...
Nameet Jain's user avatar
2 votes
1 answer
2k views

How to get total record (X-Total-Count) of request/response by axios?

I have C:\Users\donhuvy>curl -X GET -H "Authorization: Basic am9obi5kb2U6bW9xdWk=" -i http://localhost:8080/rest/s1/mantle/gl/trans HTTP/1.1 200 OK Date: Fri, 17 Sep 2021 10:02:11 GMT Set-...
Vy Do's user avatar
  • 51.4k
1 vote
1 answer
68 views

<render-mode> not working with dynamic Material UI

I use the <render-mode> tag to include some html in my screen: <?xml version="1.0" encoding="UTF-8"?> <screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-...
async8192's user avatar
  • 199
0 votes
1 answer
47 views

What is meaning of field item_type_gl_account.direction in moqui?

When I query select * from item_type_gl_account; What is meaning of field item_type_gl_account.direction in moqui? What is the meaning of O, I, E in item_type_gl_account.direction? Please guide me ...
Vy Do's user avatar
  • 51.4k
0 votes
1 answer
73 views

Disable multiple users login in Moqui

I want to prevent multiple logins with same credentials (from different browsers on the same machine or from different machines) in Moqui. I read about HttpSessionBindingListener, unfortunately it ...
M.A.M's user avatar
  • 63
0 votes
2 answers
153 views

How connect MySQL database to Moqui?

I am new in Moqui and I start learning it so in first step I need configure MySQL database so I read the document in Moqui website and write below code in dev config but the error happen Error ...
m.mahdi_rasouli's user avatar
0 votes
0 answers
104 views

JCR Content using Jackrabbit with Moqui - no matching property definition found for {http://www.jcp.org/jcr/1.0}data):

Moqui Version : 2.1.3 Jackrabbit Version: jackrabbit-standalone-2.20.2.jar I'm trying to use Jackrabbit for content with Moqui, I followed the /moqui/bin/runtime/jackrabbit/README.md guide and ...
Integrin Solutions's user avatar

15 30 50 per page
1
2 3 4 5
15