Also, I have tried with Tomee embedded adapter. I get below when compiling.
So neither remote (above error) nor embedded (below) are working.
In pom.xml:
<profile>
<id>tomee-embedded</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.plugin.version}</version>
<configuration>
<systemPropertyVariables>
<tomee.classifier>webprofile</tomee.classifier>
<tomee.version>${tomee.version}</tomee.version>
<arquillian.debug>true</arquillian.debug>
<openejb.arquillian.debug>true</openejb.arquillian.debug>
<arquillian.launch>tomee-embedded</arquillian.launch>
<openejb.arquillian.adapter>tomee-embedded</openejb.arquillian.adapter>
</systemPropertyVariables>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>tomee-embedded</artifactId>
<version>${tomee.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>arquillian-tomee-embedded</artifactId>
<version>${tomee.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
[ERROR] Failed to execute goal on project sportivity: Could not resolve
dependencies for project com.sportivity:sportivity:war:1.0.0-SN
APSHOT: The following artifacts could not be resolved:
org.apache.openwebbeans:openwebbeans-jsf:jar:1.1.6-SNAPSHOT,
org.apache.openwebb
eans:openwebbeans-impl:jar:1.1.6-SNAPSHOT,
org.apache.openwebbeans:openwebbeans-spi:jar:1.1.6-SNAPSHOT,
org.apache.openwebbeans:openweb
beans-ejb:jar:1.1.6-SNAPSHOT,
org.apache.openwebbeans:openwebbeans-ee:jar:1.1.6-SNAPSHOT,
org.apache.openwebbeans:openwebbeans-ee-commo
n:jar:1.1.6-SNAPSHOT,
org.apache.openwebbeans:openwebbeans-web:jar:1.1.6-SNAPSHOT: Failure to find
org.apache.openwebbeans:openwebbeans
-jsf:jar:1.1.6-SNAPSHOT in https://oss.sonatype.org/content/groups/public/
was cached in the local repository, resolution will not be r
eattempted until the update interval of sonatype-oss-public has elapsed or
updates are forced -> [Help 1]
--
View this message in context:
http://openejb.979440.n4.nabble.com/Arquillian-tests-on-Tomee-not-working-tp4657658p4657707.html
Sent from the OpenEJB User mailing list archive at Nabble.com.