Hi there<br><br>I'm trying to migrate some .ear application to Jboss 7. The application contain a xxx-service.xml where contains a lot of definitions of MBeans that uses a org.jboss.naming.NamingAlias. I see that NamingAlias was not provided on Jboss 7. How i can do this migation?<br>
<br>Is there other way to create "Simbolic Links" for EJBs on Jboss 7.?<br><br>This is a kind of configuration in xxx-service.xml:<br><br><mbean code="org.jboss.naming.NamingAlias"
<br> name="jboss.mq:service=NamingAlias,fromName=bbbb/bbbb/bbbbb/RendererRequestManager">
<br> <attribute name="ToName">./aaaaa/aaaaa/aaaaa/RendererRequestManager</attribute>
<br> <attribute name="FromName">bbbb/bbbb/bbbbb/RendererRequestManager</attribute>
<br></mbean><br><br>Thanks<br><br><br>