John D. Ament created GERONIMO-6573:
---------------------------------------
Summary: Geronimo Config fails on OWB 2
Key: GERONIMO-6573
URL: https://issues.apache.org/jira/browse/GERONIMO-6573
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Reporter: John D. Ament
The stack at https://paste.apache.org/QQbk occurs when running the tests on OWB
2, with the following changes:
{code}
Index: impl/pom.xml
===================================================================
--- impl/pom.xml (revision 1803351)
+++ impl/pom.xml (working copy)
@@ -128,7 +128,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jcdi_1.1_spec</artifactId>
+ <artifactId>geronimo-jcdi_2.0_spec</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
@@ -178,7 +178,7 @@
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-embedded</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0.Beta4</version>
<scope>test</scope>
</dependency>
<dependency>
Index: pom.xml
===================================================================
--- pom.xml (revision 1803351)
+++ pom.xml (working copy)
@@ -51,25 +51,10 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<microprofile-config.version>1.0</microprofile-config.version>
- <owb.version>1.7.3</owb.version>
+ <owb.version>2.0.1-SNAPSHOT</owb.version>
<arquillian.version>1.1.13.Final</arquillian.version>
</properties>
- <repositories>
- <repository>
- <id>microprofile-snapshots</id>
- <releases><enabled>false</enabled></releases>
- <snapshots><enabled>true</enabled></snapshots>
- <url>https://repo.eclipse.org/content/groups/microprofile/</url>
- </repository>
- <repository>
- <id>microprofile-releases</id>
- <releases><enabled>true</enabled></releases>
- <snapshots><enabled>false</enabled></snapshots>
-
<url>https://repo.eclipse.org/content/repositories/microprofile-releases</url>
- </repository>
- </repositories>
-
<modules>
<module>impl</module>
</modules>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)