[arquillian-issues] [JBoss JIRA] (ARQ-934) Warp: Reuse manager during whole test

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Jun 18 09:41:20 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782413#comment-12782413 ] 

Lukáš Fryč commented on ARQ-934:
--------------------------------

This issue has introduced ARQ-1367, because the {{RequestContextImpl}} was non-binding and thus it was shared across requests. I have made sure that {{RequestContextImpl}} is bound to request by its identity (hashCode).
                
> Warp: Reuse manager during whole test
> -------------------------------------
>
>                 Key: ARQ-934
>                 URL: https://issues.jboss.org/browse/ARQ-934
>             Project: Arquillian
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>            Reporter: Lukáš Fryč
>            Assignee: Aris Tzoumas
>            Priority: Critical
>             Fix For: warp_1.0.0.Alpha3
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Manager is created for each request independently:
> https://github.com/arquillian/arquillian-extension-warp/blob/master/impl/src/main/java/org/jboss/arquillian/warp/filter/WarpFilter.java#L123
> {quote}
> <aslak> Scopes a bound to ThreadLocals, so you'll need to 'reactivate' application scope pr request
> {quote}

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