【发布时间】:2010-11-02 18:46:07
【问题描述】:
一直在尝试使用我的 seam 项目和 Jboss 嵌入式容器进行集成测试,但没有取得多大成功。一直在做大量阅读并一直在尝试this JIRA 中提到的内容,但没有任何运气。
Amy 目前只是试图让 'testproject-master-JBSEAM-2371.zip' 项目工作,但遇到以下异常
ERROR [org.jboss.embedded.DeploymentScanner] Failed to deploy
org.jboss.deployers.spi.DeploymentException: No deployer recognised the structure of vfsfile:/Users/aaron/Development/eclipse_workspaces/workspace_pink/testproject-web/target/test-classes/conf/jboss-service.xml
at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(VFSStructuralDeployersImpl.java:219)
at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:77)
是否有人在使用 maven 而不是 seam-gen 项目的情况下让 Seam 集成测试正常工作?
【问题讨论】:
-
我在集成测试阶段添加了一个部署到 jboss 的示例。
标签: unit-testing maven-2 seam embedded-jboss