6 Replies Latest reply on Jan 13, 2012 2:33 AM by wdfink

    NumberFormatException For input string "${jboss.domain.master.port:9999}"

    sewatech

      Hi,

       

      I'm testing the domain mode in JBoss AS 7.1 CR1b.

      I change the <local/> domain-controller to a remote one by activating the line in comment :

      <remote host="localhost" port="${jboss.domain.master.port:9999}"/>
      

       

      Than at the startup, this line fails to be loaded :

      java.lang.NumberFormatException: For input string: "${jboss.domain.master.port:9999}"
      

       

      If I put just  port="9999", it's working fine.

       

      So is it a bug or did I miss something ?

       

      Alexis