[
https://issues.jboss.org/browse/ARQ-2194?page=com.atlassian.jira.plugin.s...
]
Matej Novotny updated ARQ-2194:
-------------------------------
Description:
I was trying to run Weld servlet tests on Tomcat 9 embedded utilizing
[
arquillian-container-tomcat|https://github.com/arquillian/arquillian-cont...].
Turns out this doesn't work because starting with Tomcat 9 there are no default
connectors registered (e.g. Tomcat starts up and listens on no port) hence subsequent test
execution fails.
As a fix a one-liner can be added to version 8 codebase - it causes no harm for Tomcat 8
and fixes Tomcat 9. I'll send a PR momentarily.
Just FYI, [link to Tomcat
BZ|https://bz.apache.org/bugzilla/show_bug.cgi?id=60368] which
issued this change.
was:
I was trying to run Weld servlet tests on Tomcat 9 embedded utilizing
[
arquillian-container-tomcat|https://github.com/arquillian/arquillian-cont...].
Turns out this doesn't work because starting with Tomcat 9 there are no default
connectors registered (e.g. Tomcat starts up and listens on no port) hence subsequent test
execution fails.
As a fix a one-liner can be added to version 8 codebase - it causes no harm for Tomcat 8
and fixes Tomcat 9. I'll send a PR momentarily.
Tomcat 9 embedded adapter starts with no connectors
---------------------------------------------------
Key: ARQ-2194
URL:
https://issues.jboss.org/browse/ARQ-2194
Project: Arquillian
Issue Type: Bug
Components: Tomcat Containers
Affects Versions: 1.0.1.Final
Environment: Tomcat 9 embedded
Weld servlet tests
Reporter: Matej Novotny
Assignee: Matej Novotny
I was trying to run Weld servlet tests on Tomcat 9 embedded utilizing
[
arquillian-container-tomcat|https://github.com/arquillian/arquillian-cont...].
Turns out this doesn't work because starting with Tomcat 9 there are no default
connectors registered (e.g. Tomcat starts up and listens on no port) hence subsequent test
execution fails.
As a fix a one-liner can be added to version 8 codebase - it causes no harm for Tomcat 8
and fixes Tomcat 9. I'll send a PR momentarily.
Just FYI, [link to Tomcat
BZ|https://bz.apache.org/bugzilla/show_bug.cgi?id=60368] which
issued this change.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)