Hi there<br><br>I&#39;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 &quot;Simbolic Links&quot; for EJBs on Jboss 7.?<br><br>This is a kind of configuration in xxx-service.xml:<br><br>&lt;mbean code=&quot;org.jboss.naming.NamingAlias&quot; 
<br>       name=&quot;jboss.mq:service=NamingAlias,fromName=bbbb/bbbb/bbbbb/RendererRequestManager&quot;&gt;
<br>    &lt;attribute name=&quot;ToName&quot;&gt;./aaaaa/aaaaa/aaaaa/RendererRequestManager&lt;/attribute&gt;
<br>    &lt;attribute name=&quot;FromName&quot;&gt;bbbb/bbbb/bbbbb/RendererRequestManager&lt;/attribute&gt;
<br>&lt;/mbean&gt;<br><br>Thanks<br><br><br>