hi Amit,
Thanks, I have tried your solution, it works fine.
In fact, I was very close to your solution, only that when I duplicate the
MAPSS7Service, I renamed the bean name to MAPSS7service, but did not change
the
<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="org.mobicen ts.ss7:service=MAPSS7Service",exposedInterface=org.mobicents.ss7.SS7Service MBean.class,registerDirectly=true)
to the correct name.
and I also created two MAP entities as what you said, and now it runs well.
Great!
Just another question about the version jss7 2.0.0 BETA2 with MAP RA
2.0.0-SNAPSHOT, I found that the MAP Stack did not use any more the lib
(typically the TCAP implementation) bundled in MAP RA (which is the case
when I am using MAP RA 1.0.0CR3), it is using the jss7 2.0.0 BETA2 provided
Libs like tcap implementation. Hence, I did not see any more usage that we
always bundle these libs into MAP RA DU. Is that right?
the reason to know which tcap implementation is used is that I modified a
file inside to adapt my test environment, I will raise another post to
avoid confusing.
Many thanks