RestComm / gmlc

Restcomm Location Server
http://www.restcomm.com/
GNU Affero General Public License v3.0
17 stars 40 forks source link

GMLC throws deploy exceptions when deployed alongside jss7 suite #29

Closed Vanit closed 8 years ago

Vanit commented 8 years ago

jboss-beans.xml file declares duplicate beans to the jss7 installation.

Example:

<bean name="MAPSS7Service" class="org.mobicents.applications.gmlc.bootstrap.SS7Service">
        <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="org.mobicents.ss7:service=SS7Service",exposedInterface=org.mobicents.applications.gmlc.bootstrap.SS7ServiceMBean.class,registerDirectly=true)
        </annotation>
        <property name="jndiName">java:/restcomm/ss7/map</property>
        <property name="stack">
            <inject bean="GMLC_MapStack" property="MAPProvider" />
        </property>
    </bean>

There's quite a few others in there that will need to be checked.

FerUy commented 8 years ago

Fixed by c4c7694a3ed2c40fcfc4e413e9ec710b122e4d6e