Skip to content

Commit

Permalink
Fixing annotation exposedInterface for SmppManagement.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLee committed May 24, 2017
1 parent 39b825a commit 4b37895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bootstrap/src/main/config/META-INF/jboss-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
factoryMethod="getInstance">
<parameter>SmppManagement</parameter>
</constructor>
<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="org.restcomm.smpp:name=SmppManagement",exposedInterface=org.restcomm.smpp.SmppManagement.class,registerDirectly=true)</annotation>
<annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="org.restcomm.smpp:name=SmppManagement",exposedInterface=org.restcomm.smpp.SmppManagementMBean.class,registerDirectly=true)</annotation>
<property name="persistDir">${jboss.server.data.dir}</property>
</bean>

Expand Down

0 comments on commit 4b37895

Please sign in to comment.