Re: [basex-talk] Distributing service as EAR

2018-06-29 Thread Christian Grün
Hi Mauro, The WAR package is built by running "mvn war:war" in the basex-api project directory [1]. There are no specific settings for WAR deployment in the pom.xml file, which is why all libraries and BaseX classes and are bundled without further modifications. I guess it shouldn’t cause any

[basex-talk] Distributing service as EAR

2018-06-27 Thread Mauro Mugnaini
Hi All, We are used to implement and deploy services into containers (Tomcat, JBoss, Wildfly, ...) as single WAR and for this kind of work we always implement starting from the BaseX WAR distribution. Now, looking in depth into the structure of the WAR, we noted that all the third party JARs,