[JBoss JIRA] (ARQ-1419) Add support for Jetty 9
by Martin Kouba (JIRA)
[ https://issues.jboss.org/browse/ARQ-1419?page=com.atlassian.jira.plugin.s... ]
Martin Kouba reassigned ARQ-1419:
---------------------------------
Assignee: Martin Kouba
> Add support for Jetty 9
> -----------------------
>
> Key: ARQ-1419
> URL: https://issues.jboss.org/browse/ARQ-1419
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Jetty Containers
> Reporter: Martin Kouba
> Assignee: Martin Kouba
>
> {{arquillian-jetty-embedded-7}} is not compatible with Jetty 9. If used together, the result is: *java.lang.ClassNotFoundException: org.eclipse.jetty.server.nio.SelectChannelConnector*.
> {{SelectChannelConnector}} is used in {{JettyEmbeddedContainer}} and it seems it's no longer part of Jetty 9.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (ARQ-1419) Add support for Jetty 9
by Martin Kouba (JIRA)
[ https://issues.jboss.org/browse/ARQ-1419?page=com.atlassian.jira.plugin.s... ]
Martin Kouba commented on ARQ-1419:
-----------------------------------
Ok, this would mean a new container adapter for Jetty 9. I'll start working on it and consult with Jesse...
> Add support for Jetty 9
> -----------------------
>
> Key: ARQ-1419
> URL: https://issues.jboss.org/browse/ARQ-1419
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Jetty Containers
> Reporter: Martin Kouba
>
> {{arquillian-jetty-embedded-7}} is not compatible with Jetty 9. If used together, the result is: *java.lang.ClassNotFoundException: org.eclipse.jetty.server.nio.SelectChannelConnector*.
> {{SelectChannelConnector}} is used in {{JettyEmbeddedContainer}} and it seems it's no longer part of Jetty 9.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (ARQ-1419) Add support for Jetty 9
by Martin Kouba (JIRA)
Martin Kouba created ARQ-1419:
---------------------------------
Summary: Add support for Jetty 9
Key: ARQ-1419
URL: https://issues.jboss.org/browse/ARQ-1419
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Jetty Containers
Reporter: Martin Kouba
{{arquillian-jetty-embedded-7}} is not compatible with Jetty 9. If used together, the result is: *java.lang.ClassNotFoundException: org.eclipse.jetty.server.nio.SelectChannelConnector*.
{{SelectChannelConnector}} is used in {{JettyEmbeddedContainer}} and it seems it's no longer part of Jetty 9.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (ARQ-1347) Not possible to run a spock test w/o arquillian
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1347?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen closed ARQ-1347.
------------------------------
> Not possible to run a spock test w/o arquillian
> -----------------------------------------------
>
> Key: ARQ-1347
> URL: https://issues.jboss.org/browse/ARQ-1347
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Spock TestRunner
> Affects Versions: spock_1.0.0.Alpha2
> Reporter: Fabian Schwarzer
> Assignee: Bartosz Majsak
> Fix For: spock_1.0.0.Beta1
>
>
> If I use spock to implement my unit tests and my arquillian tests, it is not possible to run spock (unit) tests w/o Arquillian any more. Afaik this is possible if JUnit is used. Annotate them with @Arquillian -> running as Arquillian test; Don't annotate them -> running as "normal" unit tests.
> I would like to have this behaviour with spock as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (ARQ-1072) Artifacts resolved by maven resolver are not allowed by jrebel extension
by Bernard Labno (JIRA)
[ https://issues.jboss.org/browse/ARQ-1072?page=com.atlassian.jira.plugin.s... ]
Bernard Labno edited comment on ARQ-1072 at 6/20/13 7:20 AM:
-------------------------------------------------------------
Karel, this is just a bug in jrebel extension. I guess that rootize method should be smarter.
Probably it should log info that artifacts that are not in allowed locations (project root) will not be included in rebel.xml.
was (Author: blabno):
Karel, this is just a bug in jrebel extension. I guess that rootize method should be smarter.
> Artifacts resolved by maven resolver are not allowed by jrebel extension
> ------------------------------------------------------------------------
>
> Key: ARQ-1072
> URL: https://issues.jboss.org/browse/ARQ-1072
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - JRebel
> Reporter: Bernard Labno
> Assignee: Bernard Labno
> Priority: Blocker
>
> java.lang.IllegalArgumentException: File /home/bernard/.m2/repository/org/jboss/arquillian/extension/arquillian-persistence-impl/1.0.0.Alpha4/arquillian-persistence-impl-1.0.0.Alpha4.jar is not under any allowed root [/home/bernard/projects/yartista/trunk/war/src/main/.svn, /home/bernard/projects/yartista/trunk/war/src/main/java, /home/bernard/projects/yartista/trunk/war/src/main/resources, /home/bernard/projects/yartista/trunk/war/src/main/webapp, /home/bernard/projects/yartista/trunk/war/src/test/.svn, /home/bernard/projects/yartista/trunk/war/src/test/java, /home/bernard/projects/yartista/trunk/war/src/test/resources, /home/bernard/projects/yartista/trunk/war/src/main, /home/bernard/projects/yartista/trunk/war/src/test, /home/bernard/projects/yartista/trunk/war/src, /home/bernard/projects/yartista/trunk/war/target]
> at org.jboss.arquillian.extension.jrebel.RebelXmlHelper.rootize(RebelXmlHelper.java:158)
> at org.jboss.arquillian.extension.jrebel.RebelXmlHelper.createRebelXML(RebelXmlHelper.java:102)
> at org.jboss.arquillian.extension.jrebel.DeploymentInterceptor.addRebelXmlIfNeeded(DeploymentInterceptor.java:136)
> at org.jboss.arquillian.extension.jrebel.DeploymentInterceptor.processArchiveAndProceedWithDeployment(DeploymentInterceptor.java:164)
> at org.jboss.arquillian.extension.jrebel.DeploymentInterceptor.onDeploy(DeploymentInterceptor.java:103)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (ARQ-1072) Artifacts resolved by maven resolver are not allowed by jrebel extension
by Bernard Labno (JIRA)
[ https://issues.jboss.org/browse/ARQ-1072?page=com.atlassian.jira.plugin.s... ]
Bernard Labno commented on ARQ-1072:
------------------------------------
Karel, this is just a bug in jrebel extension. I guess that rootize method should be smarter.
> Artifacts resolved by maven resolver are not allowed by jrebel extension
> ------------------------------------------------------------------------
>
> Key: ARQ-1072
> URL: https://issues.jboss.org/browse/ARQ-1072
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - JRebel
> Reporter: Bernard Labno
> Assignee: Bernard Labno
> Priority: Blocker
>
> java.lang.IllegalArgumentException: File /home/bernard/.m2/repository/org/jboss/arquillian/extension/arquillian-persistence-impl/1.0.0.Alpha4/arquillian-persistence-impl-1.0.0.Alpha4.jar is not under any allowed root [/home/bernard/projects/yartista/trunk/war/src/main/.svn, /home/bernard/projects/yartista/trunk/war/src/main/java, /home/bernard/projects/yartista/trunk/war/src/main/resources, /home/bernard/projects/yartista/trunk/war/src/main/webapp, /home/bernard/projects/yartista/trunk/war/src/test/.svn, /home/bernard/projects/yartista/trunk/war/src/test/java, /home/bernard/projects/yartista/trunk/war/src/test/resources, /home/bernard/projects/yartista/trunk/war/src/main, /home/bernard/projects/yartista/trunk/war/src/test, /home/bernard/projects/yartista/trunk/war/src, /home/bernard/projects/yartista/trunk/war/target]
> at org.jboss.arquillian.extension.jrebel.RebelXmlHelper.rootize(RebelXmlHelper.java:158)
> at org.jboss.arquillian.extension.jrebel.RebelXmlHelper.createRebelXML(RebelXmlHelper.java:102)
> at org.jboss.arquillian.extension.jrebel.DeploymentInterceptor.addRebelXmlIfNeeded(DeploymentInterceptor.java:136)
> at org.jboss.arquillian.extension.jrebel.DeploymentInterceptor.processArchiveAndProceedWithDeployment(DeploymentInterceptor.java:164)
> at org.jboss.arquillian.extension.jrebel.DeploymentInterceptor.onDeploy(DeploymentInterceptor.java:103)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months