Questions tagged [hivemind]
6 questions
2
votes
1 answer
How can I make Eclipse provide more help with Hivemind configuration files?
A project I work on uses Apache Hivemind to do dependency injection for our app. We have various Hivemind configuration files that define service points, configuration points, etc. And if a developer erroneously edits one of these Hivemind config…

Chinnery
- 10,179
- 2
- 23
- 25
1
vote
1 answer
Loading Moqui without Demo Data
I'm new to Moqui/ Hivemind, I have been able to get Hivemind / Moqui up and running with Demo Data, by loading data using
java -jar moqui.war load conf=conf/MoquiDevConf.xml
however, I need to get Hivemind up without Demo Data (i.e only seed data)…

Integrin Solutions
- 79
- 3
1
vote
2 answers
Rails/React/Yarn: How can I run "yarn start" from the root of my application
I'm creating a rails application from scratch using the following blog which needs me to run rails s and then yarn start in the /client folder of the application (where all the JS and React components will live).
The /client/package.json file has…

aarona
- 35,986
- 41
- 138
- 186
0
votes
1 answer
Moqui / PopCommerce: country-specific postal address format profiles?
I'm totally new to Moqui/PopCommerce and my first impressions of it are great.
One thing that I didn't find how to do was country-specific postal address formatting: unfortunately, every country has a different address format, with different…

Denis Weiss
- 26
- 3
0
votes
1 answer
RegistryShutdownListener throws exception
acording to the docs on service lifecycle i should be able to implement RegistryShutdownListener and tidy up my resources (in this case, shutdown a threadpool) however it is throwing an exception and seems to be trying to re-initialise my service in…

pstanton
- 35,033
- 24
- 126
- 168
0
votes
1 answer
Tapestry 4.1 conversation scope. Possible?
Is it somehow possible to use conversational scope in Tapestry 4.1 and Hivemind?
Right now, if user opens same page in two different Tabs, then they use same model which is Injected by Hivemind. So if he submits some data in first page, then in fact…

siim
- 366
- 2
- 8