Hello,
I have in Eclipse created a project based on JBoss Central | Java EE Web Project.
The web application will work.
The Arquillian tests I have started according to the README.MD.
--- Server ---
::
14:41:01,080 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-1) HHH000230: Schema export complete
14:41:01,080 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment test.war
14:41:01,251 INFO [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /test
14:41:01,314 INFO [org.jboss.as.server] (management-handler-thread - 5) JBAS018559: Deployed "test.war"
--- Console (Maven) ---
::
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ Vebeg2-Prototype ---
[INFO] Compiling 1 source file to c:\projekte\vebeg2-prototype\Vebeg2-Prototype\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ Vebeg2-Prototype ---
[INFO] Surefire report directory: c:\projekte\vebeg2-prototype\Vebeg2-Prototype\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.examples.test.MemberRegistrationTest
---
After "Running org.jboss ...." nothing happens. The test seems easy to stop without ever coming to an end.
Does anyone have an idea why this does not work? Did I forget something?
regards Ronald