You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Bruce Snyder (JIRA)" <ji...@apache.org> on 2008/03/27 13:52:32 UTC

[jira] Created: (SM-1293) HttpSoapProviderEndpoint ignores custom marshalers

HttpSoapProviderEndpoint ignores custom marshalers 
---------------------------------------------------

                 Key: SM-1293
                 URL: https://issues.apache.org/activemq/browse/SM-1293
             Project: ServiceMix
          Issue Type: Bug
            Reporter: Bruce Snyder


The HttpSoapProviderEndpoint ignores the marshaler property and will only make use of the default marshaller. 

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


[jira] Updated: (SM-1293) HttpSoapProviderEndpoint ignores custom marshalers

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-1293:
--------------------------------

    Attachment: SM-1293-gnodet.patch.txt

Attach is a patch I think would work better.

> HttpSoapProviderEndpoint ignores custom marshalers 
> ---------------------------------------------------
>
>                 Key: SM-1293
>                 URL: https://issues.apache.org/activemq/browse/SM-1293
>             Project: ServiceMix
>          Issue Type: Bug
>            Reporter: Bruce Snyder
>            Assignee: Bruce Snyder
>         Attachments: SM-1293-gnodet.patch.txt, SM-1293.patch.txt
>
>
> The HttpSoapProviderEndpoint ignores the marshaler property and will only make use of the default marshaller. 

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


[jira] Commented: (SM-1293) HttpSoapProviderEndpoint ignores custom marshalers

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41862#action_41862 ] 

Guillaume Nodet commented on SM-1293:
-------------------------------------

I don't think this patch will work because the validate method is called before start afaik.
And this method needs the marshaler to populate it.
We need to introduce a createDefaultMarshaler() that could be called by getMarshaler() if none has been created yet.
The validate() method would call getMarshaler() instead of creating it.

> HttpSoapProviderEndpoint ignores custom marshalers 
> ---------------------------------------------------
>
>                 Key: SM-1293
>                 URL: https://issues.apache.org/activemq/browse/SM-1293
>             Project: ServiceMix
>          Issue Type: Bug
>            Reporter: Bruce Snyder
>            Assignee: Bruce Snyder
>         Attachments: SM-1293.patch.txt
>
>
> The HttpSoapProviderEndpoint ignores the marshaler property and will only make use of the default marshaller. 

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


[jira] Assigned: (SM-1293) HttpSoapProviderEndpoint ignores custom marshalers

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder reassigned SM-1293:
--------------------------------

    Assignee: Bruce Snyder

> HttpSoapProviderEndpoint ignores custom marshalers 
> ---------------------------------------------------
>
>                 Key: SM-1293
>                 URL: https://issues.apache.org/activemq/browse/SM-1293
>             Project: ServiceMix
>          Issue Type: Bug
>            Reporter: Bruce Snyder
>            Assignee: Bruce Snyder
>         Attachments: SM-1293.patch.txt
>
>
> The HttpSoapProviderEndpoint ignores the marshaler property and will only make use of the default marshaller. 

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


[jira] Updated: (SM-1293) HttpSoapProviderEndpoint ignores custom marshalers

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated SM-1293:
-----------------------------

    Attachment: SM-1293.patch.txt

Attaching patch. This patch has not yet been tested so it still needs verification. 

> HttpSoapProviderEndpoint ignores custom marshalers 
> ---------------------------------------------------
>
>                 Key: SM-1293
>                 URL: https://issues.apache.org/activemq/browse/SM-1293
>             Project: ServiceMix
>          Issue Type: Bug
>            Reporter: Bruce Snyder
>            Assignee: Bruce Snyder
>         Attachments: SM-1293.patch.txt
>
>
> The HttpSoapProviderEndpoint ignores the marshaler property and will only make use of the default marshaller. 

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