[JBoss JIRA] (ARQ-997) Provide Arquillian Core functionality as OSGi Bundle
by Thomas Diesler (JIRA)
Thomas Diesler created ARQ-997:
----------------------------------
Summary: Provide Arquillian Core functionality as OSGi Bundle
Key: ARQ-997
URL: https://issues.jboss.org/browse/ARQ-997
Project: Arquillian
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Base Implementation, OSGi Containers
Reporter: Thomas Diesler
Assignee: Thomas Diesler
(10:06:40 AM) tdiesler: mgoldmann, lets talk about the individual sub task. Embedded ARQ Core functionality for example. Instead of embedding the jars arq-osgi could include the *.class files. I suppose that is equally unacceptable, right?
(10:07:22 AM) akurtakov: tdiesler: if they are not built from source yes
(10:07:27 AM) mgoldmann: yes, classes are unpcettable too, you can embed what you just build (arq-osgi jars)
(10:08:19 AM) tdiesler: mgoldmann, but arq core was build by some other process - noi?
(10:08:53 AM) mgoldmann: yes, so we cannot embed it
(10:09:13 AM) mgoldmann: but we can bundle arq-core in a jar at the time of building arq-core
(10:09:15 AM) tdiesler: mgoldmann, that process could make an aggregated bundle that arq-osgi could use (i.e. import packages from)
--
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, 2 months
[JBoss JIRA] (ARQ-982) Response header size exceeded in Warp tests.
by Jakub Narloch (JIRA)
Jakub Narloch created ARQ-982:
---------------------------------
Summary: Response header size exceeded in Warp tests.
Key: ARQ-982
URL: https://issues.jboss.org/browse/ARQ-982
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha1
Environment: JBoss AS 7.1.1
Reporter: Jakub Narloch
This can be reproduced in remote JBoss AS 7 by moving in PhaserBasicTest(phaser-ftest module) the {code}@ArquillianResource URL contextPath;{code} into the ServerAssertion. This ends in exceeding the maximum size of the response header:
{code}
16:55:05,703 ERROR [org.apache.catalina.connector.CoyoteAdapter] (http--127.0.0.
1-8080-1) An exception or error occurred in the container during the request processing: java.lang.ArrayIndexOutOfBoundsException: 8192
at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:698) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:607) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.InternalOutputBuffer.sendHeader(InternalOutputBuffer.java:479) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1648) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:998) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:335) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:301) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.Response.finishResponse(Response.java:479) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:395) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb 7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0]
{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, 2 months