Closed Vanit closed 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.
Fixed by c4c7694a3ed2c40fcfc4e413e9ec710b122e4d6e
jboss-beans.xml file declares duplicate beans to the jss7 installation.
Example:
There's quite a few others in there that will need to be checked.