ObjectServiceFactory does not works with a voidOneWay configuration
-------------------------------------------------------------------

                 Key: XFIRE-763
                 URL: http://jira.codehaus.org/browse/XFIRE-763
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.2
            Reporter: francois-xavier brun
         Assigned To: Dan Diephouse


Using the followng configuration 

<bean id="xfire.serviceFactory"
        class="org.codehaus.xfire.service.binding.ObjectServiceFactory"
        singleton="true">
        <constructor-arg index="0" ref="xfire.transportManager"/>
        <constructor-arg index="1" ref="xfire.aegisBindingProvider"/>
        <property name="voidOneWay" value="true"/>
</bean> 

Throws exception every invocation of a service with return void methods

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to