If I look to the logfiles the application deploy fails because of a wrong deploment descriptor:
14:37:06,340 ERROR [MainDeployer] Could not create deployment: file:/C:/JBoss4.0/jboss-4.0.5.GA/server/default/deploy/CalculationAppeals_ejb.jar
org.jboss.deployment.DeploymentException: Error in jboss.xml for Bean jmx/ejb/Adaptor: found in jboss.xml but not in ejb-jar.xml
Your ejb-jar.xml declare other stuff than jboss.xml.
If I look into the weblogic-ejb.jar.xml this looks better.
Correct the jboss.xml file that the application deploy is correct without any ERROR.