[JBoss JIRA] (ARQ-688) Arquillian can't start EAP 5.1
by Tomáš Schlosser (Created) (JIRA)
Arquillian can't start EAP 5.1
------------------------------
Key: ARQ-688
URL: https://issues.jboss.org/browse/ARQ-688
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: Arquillian 1.0.0.CR6
JBoss EAP 5.1.1
Reporter: Tomáš Schlosser
When using JBoss container in manual mode and try to start it, the command throw exception because JBoss EAP does not start within 30 seconds.
No command response within timeout of 30000 ms.
org.jboss.arquillian.protocol.servlet.runner.ServletCommandService.execute(ServletCommandService.java:60)
at org.jboss.arquillian.container.test.impl.client.container.ContainerContainerController.start(ContainerContainerController.java:45)
at org.jboss.qa.brms.bre.container.TransactionsTest.foo(TransactionsTest.java:16)
98 lines not shown
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (ARQ-748) Update Arquillian test dependencies to be able to do a clean build against Maven Central
by Karel Piwko (JIRA)
Karel Piwko created ARQ-748:
-------------------------------
Summary: Update Arquillian test dependencies to be able to do a clean build against Maven Central
Key: ARQ-748
URL: https://issues.jboss.org/browse/ARQ-748
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build Infrastructure
Affects Versions: 1.0.0.CR7
Reporter: Karel Piwko
Assignee: Karel Piwko
* CDI TestEnricher
Current version 1.1.0.Final is not available in Maven Central.
Note that the change would require an update to related slf4j bindings to 1.6.1.
* Servlet Protocol
jboss.web:servlet-api:jar:3.0.0.alpha-25 in not available in Maven Central
to be replaced with
{code:xml}
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<version>1.0.0.Final</version>
</dependency>
{code}
* Arquillian Example Domain/JUnit/TestNG
same as protocol and org.jboss.ejb3:jboss-ejb3-api:jar:3.1.0 replaced with
{code:xml}
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.1_spec</artifactId>
<version>1.0.1.Final</version>
</dependency>
{code}
and javax.jms:jms with
{code:xml}
<dependency>
<groupId>org.jboss.spec.javax.jms</groupId>
<artifactId>jboss-jms-api_1.1_spec</artifactId>
<version>1.0.0.Final</version>
</dependency>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months