RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Jain slee build always insert the standalone.xml configuration. #104

Closed duyanh030 closed 7 years ago

duyanh030 commented 7 years ago

Whenever we do "ant build-core" in RestComm/jain-slee repository. It's always insert the jain-slee configuration in standalone.xml as below: <subsystem xmlns="urn:restcomm:slee-container:3.0"> ..... ...... </subsystem>

This is the reason that make standalone server start failed because duplicated configuration for jain-slee. It's better to insert above lines if the jainslee configuration is not there.

deruelle commented 7 years ago

@duyanh030 wanna contribute a fix for that ?

duyanh030 commented 7 years ago

@deruelle Ok. I will prepare a fix for it. :)

deruelle commented 7 years ago

@duyanh030 awesome