Questions tagged [moqui]

Moqui Ecosystem is a set of free and open source software projects for building enterprise automation applications such as eCommerce, ERP, CRM, SCM, MRP, EAM, POS, etc.

Moqui Ecosystem is a set of free and open source software projects for building enterprise automation applications such as eCommerce, ERP, CRM, SCM, MRP, EAM, POS, etc.

  • Moqui Framework: Synergistic tools for efficient and flexible application building
  • Mantle Business Artifacts: Universal business artifacts to make your applications easier to build and implicitly integrated with other apps built on Moqui and Mantle
  • Universal Data Model (UDM)
  • Universal Service Library (USL)
  • Universal Business Process Library (UBPL)
  • Moqui Applications: Complete applications
  • Moqui Add-ons: Add-on themes, tool integrations, applications, etc

While useful for developing a wide variety of applications the primary audiences for these projects are developers, architects, designers, and analysts in:

  • Organizations needing custom software, from existing system augmentation to complete end-to-end systems
  • Commercial software vendors looking for a reliable and flexible foundation to allow them to focus on differentiating features
  • Open source projects who need to maximize the results of development time
  • Custom software consulting and system integration who need the tools to efficiently build anything a client might want

To interact with the Moqui community use:

221 questions
0
votes
2 answers

How can the Bitronix transaction timeout value be increased in MOQUI?

While developing application in Moqui framework(1.4.1), a frustrating issue regarding the bitronix transaction timeout occurs. I am not able to understand the reason why this happens and the only solution to this is that I have to restart my…
adityazoso
  • 514
  • 5
  • 15
0
votes
1 answer

In updatePostalAddress, why does entity-set not have set-if-empty set

in line 357-358 of ContactServices.updatePostalAddress: In my case, address2 had a value in origPostalAddress and…
Al B
  • 101
  • 2
  • 4
0
votes
1 answer

How to put a component's classes dir in classpath

I am building groovy classes under my src/main/groovy dir and I build them and the .class files are under build/classes, but when I run the code it does not see those classes. What do I have to do to make those files be seen?
Al B
  • 101
  • 2
  • 4
0
votes
0 answers

How to extend ScreenRender

The ScreenRender is initialised with ScreenRenderImpl in ScreenFacadeImpl.makeRender, while ScreenFacade is initialised in ExcecutionContextFactoryImpl. In some cases, I would like to add more functions in ScreenRender that can be invoked in Macro…
Jimmy Shen
  • 240
  • 1
  • 12
0
votes
1 answer

How to handle error in xml-script within transition

If I try to call a service in xml-script that has missing required input parameters, a ServiceException is thrown and the call returns to the browser with a 200 status. I don't see how I am supposed to catch the error or otherwise deal with it. Do I…
Al Byers
  • 53
  • 3
0
votes
0 answers

Getting error in sendEmailTemplate

I rigged up a test of sendEmailTemplate by putting this in a transition:
Al Byers
  • 53
  • 3
0
votes
0 answers

Pass parameters in transition to default-response

It is strange when defining parameters in default-response The parameters defined within default-response are not passed to the target url as below:
Jimmy Shen
  • 240
  • 1
  • 12
0
votes
2 answers

How to return JSON in a file upload operation

I am uploading a file and everything uploads fine. I want to return a JSON object with the primary key defined, so I do this: ec.web.sendJsonResponse( "{offerId: '${offer.offerId}'}") which packages things the way my javascript receiving code…
Al Byers
  • 53
  • 3
0
votes
2 answers

value of fromDate field in a linkFormForm is in format of "2014-02-27 06:36:09.956" rather than plain string like "1393454169956"

When use link inside of a form-list for delete a record, the fromDate which is a date-time field keeps a formatted value in hidden form as below. In the example of demo.moqui.org, it is a plain string like "1393454169956". The formatted one has…
Jimmy Shen
  • 240
  • 1
  • 12
0
votes
1 answer

How to update a field which is part of primary keys in Moqui?

Many entities in moqui have primary key of combination of several fields. In some scenarios people may want to update one of field in primary keys. e.g. for product images that is store in ProductContent entity which has primary keys of productId,…
Jimmy Shen
  • 240
  • 1
  • 12
0
votes
1 answer

How to set screen transaction timeout

I am doing some development inside a long running screen transaction and it is timing out with: --- 1761034 [-task-scheduler] WARN bitronix.tm.BitronixTransaction transaction timed out: a Bitronix Transaction with GTRID…
Al Byers
  • 53
  • 3
0
votes
1 answer

What makes records immutable?

I was loading the Mantle data and I get the error below saying that the record is create-only (immutable). I don't think it will affect me, but I thought it might be something worth answering. Loading entity data from…
Al Byers
  • 53
  • 3
0
votes
1 answer

How to set application and session attributes in moqui

Where would be the places to set application and session attributes in moqui so that they are available for all transition, service and script code to use? In this instance, where would I initialize an AwsS3Client so that it could be reused?
Al Byers
  • 53
  • 3
0
votes
1 answer

Work around to POST requirement

I need to be able give users a link to my site with a parameter that will control their experience on the destination page, but, of course, Moqui does not allow parameters to be passed as a GET transaction. What are ways that I can work around that?…
Al Byers
  • 53
  • 3
0
votes
1 answer

How to handle logs when deploying via war files

When I deploy moqui in tomcat6 by dropping in a war file, I get: java.io.FileNotFoundException: /log/moqui.log (Permission denied) Same with error.log. I start tomcat with: sudo /etc/init.d/tomcat6 start Is that where the log files should go in the…
Al Byers
  • 53
  • 3
1 2 3
14
15