I downloaded jboss 4.0.4 GA and jboss-EJB-3.0_RC8-FD.

I installed jboss and ejb3 support than I tryed to modify the standard port 
3873 so I changed the file deploy/ejb3.deployer/META-INF/jboss-service.xml:

   <mbean code="org.jboss.remoting.transport.Connector"
          xmbean-dd="org/jboss/remoting/transport/Connector.xml"
          
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
      jboss.aop:service=AspectDeployer
      socket://${jboss.bind.address}:10009
      
         
            org.jboss.aspects.remoting.AOPRemotingInvocationHandler
         
      
   

While the server listen correctly on new port the client has no chance to 
contact the bean I deployed.
Using strace I figured out that the client ignores the new port and tries to 
contact port 3873 as before RC3 of ejb3 support (while another installation 
with ejb3 rc3 works without problems).

Is this a regression?

Regards.
Andrea

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951748#3951748

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951748


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to