2

我正在尝试使用 arquillian 和嵌入式 ejb 服务器(glassfish 3.1.2.2)为我的 jee 应用程序编写集成测试。我的应用程序使用 jsr 303 bean 验证。当我尝试执行测试时,我收到:

原因:org.glassfish.embeddable.GlassFishException:PlainTextActionReporterFAILUREorg.jvnet.hk2.config.TransactionFailure:HV000100:无法解析 META-INF/validation.xml。无法更改属性:HV000100:无法解析 META-INF/validation .xml。
    在 com.sun.enterprise.glassfish.bootstrap.ConfiguratorImpl.configure(ConfiguratorImpl.java:71)
    在 com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.configure(GlassFishImpl.java:71)
    在 com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.(GlassFishImpl.java:65)

我在https://java.net/jira/browse/GLASSFISH-17381上发现了同样的问题。有没有人遇到并解决了这个问题?

谢谢

4

0 回答 0