[arquillian-issues] [JBoss JIRA] (ARQ-299) Create a IN_CONTAINER Exception Proxy

Tair Sabirgaliev (JIRA) jira-events at lists.jboss.org
Sun Nov 11 10:50:18 EST 2012


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

Tair Sabirgaliev commented on ARQ-299:
--------------------------------------

I noticed that despite it was fixed in 1.0.0.Alpha5, yet it shows up in 1.0.0.Final. Upgrading to 1.0.3.Final helped.
                
> Create a IN_CONTAINER Exception Proxy
> -------------------------------------
>
>                 Key: ARQ-299
>                 URL: https://issues.jboss.org/browse/ARQ-299
>             Project: Arquillian
>          Issue Type: Feature Request
>    Affects Versions: 1.0.0.Alpha4
>            Reporter: Aslak Knutsen
>            Assignee: Andy Gibson
>             Fix For: 1.0.0.Alpha5
>
>
> On Exception, the IN_CONTAINER TestRunner tries to serialize the caught Exception back to the Client so it can be displayed as if it was local. The problem is if you don't have the Client lib on Client Classpath or you have the wrong version of it. This results in a Deserialization exception on the Client.
> We probably have to not Serialize the actual Exception, but serialize a Textual representation of it, which we can create a 'proxy' Exception of on the client side and make it 'look' like the original.
>  

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