Tagged Questions

0
votes
1answer
82 views

Jboss order loading problem

Imagine we have 2 wars to deploy. First war should load some data into JCR repository, or any other storage. Second war uses data that is loaded by first war in storage. Now we have situation when ...