[arquillian-issues] [JBoss JIRA] (ARQ-1592) Warp: Wrong command bus uri for multiple context roots

Lukáš Fryč (JIRA) issues at jboss.org
Wed Dec 11 07:44:33 EST 2013


     [ https://issues.jboss.org/browse/ARQ-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated ARQ-1592:
----------------------------

    Fix Version/s: warp_1.0_tracking

    
> Warp: Wrong command bus uri for multiple context roots
> ------------------------------------------------------
>
>                 Key: ARQ-1592
>                 URL: https://issues.jboss.org/browse/ARQ-1592
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>    Affects Versions: warp_1.0.0.Alpha5
>         Environment: JBoss EAP 6.0.1
>            Reporter: Tilmann Kuhn
>             Fix For: warp_1.0_tracking
>
>
> When using warp with an EAR containing multiple WARs (only one marked as testable in the deployment) that have different context roots (e.g. "/foo" and "/bar") then local part of URI for the command event bus is determined as "/" in method CommandBusOnClient.locateCommandEventBusUri. Subsequent calls to the bus fail with HTTP 404 which is unhandled in CommandBusOnClient.execute and thus lead to
> {code}
> java.lang.NullPointerException
> 	at org.jboss.arquillian.warp.impl.client.commandBus.CommandBusOnClient.executeRemotely(CommandBusOnClient.java:163)
> 	at org.jboss.arquillian.warp.impl.client.commandBus.CommandServiceOnClient.execute(CommandServiceOnClient.java:38)
> 	at org.jboss.arquillian.warp.impl.client.commandBus.RemoteSuiteLifecyclePropagation.sendAfter(RemoteSuiteLifecyclePropagation.java:61)
> ...
> {code}

--
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



More information about the arquillian-issues mailing list