You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/09/19 16:57:43 UTC

[jira] Resolved: (CXF-1036) Fault when trying to receive a Map from a service using Aegis

     [ https://issues.apache.org/jira/browse/CXF-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1036.
------------------------------

       Resolution: Invalid
    Fix Version/s: Invalid
         Assignee: Daniel Kulp


The problem is with the test case...  

The server is created with the JAX-WS frontend:
JaxWsServerFactoryBean sf = new JaxWsServerFactoryBean();

but the client is created with the same interface, but the simple frontend:
ClientProxyFactoryBean proxyFac = new ClientProxyFactoryBean();

If you change the client creation to:
ClientProxyFactoryBean proxyFac = new JaxWsProxyFactoryBean();
to use the jaxws frontend, the annotation is used for the namespace and the test fails in the same way as CXF-1037.    Thus, I'm marking this as invalid and we'll track that bug there.





> Fault when trying to receive a Map from a service using Aegis
> -------------------------------------------------------------
>
>                 Key: CXF-1036
>                 URL: https://issues.apache.org/jira/browse/CXF-1036
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.0.2
>         Environment: Initial observation with jdk 1.6.
>            Reporter: benson margulies
>            Assignee: Daniel Kulp
>             Fix For: Invalid
>
>         Attachments: maptest.txt
>
>
> I expanded the test for returning a map to actually send some data around, and it fails with a fault. I will attach the improved test case for a start.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.