22:15:41,593 ERROR [URLDeploymentScanner] Incomplete Deployment listing:--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@32095aa0 { url=file:/D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/MyEJB.jar/ }
  deployer: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
  status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
  state: FAILED
  watch: file:/D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/MyEJB.jar/META-INF/ejb-jar.xml
  altDD: null
  lastDeployed: 1240582541250
  lastModified: 1240582468000
  mbeans:org.jboss.deployment.DeploymentInfo@4ac7bedc { url=file:/D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/MyWeb.war/ }
  deployer: MBeanProxyExt[jboss.web:service=WebServer]
  status: null
  state: INITIALIZED
  watch: file:/D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/MyWeb.war/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1240582541265
  lastModified: 1240582470000
  mbeans:org.jboss.deployment.DeploymentInfo@21f7a14f { url=file:/D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/ }
  deployer: org.jboss.deployment.EARDeployer@b9b618
  status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
  state: FAILED
  watch: file:/D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/META-INF/application.xml
  altDD: null
  lastDeployed: 1240582541265
  lastModified: 1240579732000
  mbeans:

解决方案 »

  1.   

    以上问题是在JBoss+MySql+MyEclipse里面出现的
      

  2.   

    这是jboss启动时报的错? 4.x的jboss对应的jdk没错吧?
      

  3.   

    D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/MyEJB.jar/META-INF/ejb-jar.xml 
    D:/jboss-4.2.0.GA_test/server/default/deploy/MyProject.ear/META-INF/application.xml
    错误信息已经明确告诉你要查看这两个文件了,是不是因为某种原因破坏了这些文件(如:通过UE编辑导致编码问题、标签不匹配等等) 
      

  4.   

    恩,可能就是你修改系统文件的原因,你在改之前没有备份么,不如在从一个最原始的JBOSS文件中拷贝一个
    这两个配置文件来,覆盖到你的JBOSS配置文件,在试试看.