Did you look at the error you were getting:
Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: {urn:jboss:bean-deployer:2.0}mbean not found as a child of {urn:jboss:bean-deployer:2.0}deployment in unordered_sequence: {urn:jboss:bean-deployer:2.0}stop? {urn:jboss:bean-deployer:2.0}destroy? {urn:jboss:bean-deployer:2.0}annotation* {urn:jboss:bean-deployer:2.0}alias* {urn:jboss:bean-deployer:2.0}start? {urn:jboss:bean-deployer:2.0}classloader? {urn:jboss:bean-deployer:2.0}create? {choice}* {sequence}*
Looks like you there are syntax errors in the remoting-jboss-beans.xml file. Did you by any chance place an <mbean> entry in there? You cannot do that - as I pointed out in my first reply, remoting no longer uses JMX. You should read the rmeoting documentation to determine what changes you can make to the file.