You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "maomaode (JIRA)" <ji...@apache.org> on 2007/10/26 10:37:50 UTC

[jira] Created: (CXF-1142) BindingType should support features

BindingType should support features
-----------------------------------

                 Key: CXF-1142
                 URL: https://issues.apache.org/jira/browse/CXF-1142
             Project: CXF
          Issue Type: Sub-task
          Components: JAX-WS Runtime
    Affects Versions: 2.1
            Reporter: maomaode
             Fix For: 2.1


 @BindingType(value=SOAPBinding.SOAP11HTTP_BINDING,
             features={
                @Feature(AddressingFeature.ID),
                @Feature(value=MTOMFeature.ID,
                    parameters={@FeatureParameter(name=MTOMFeature.THRESHOLD, value="1000")})
            })

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


[jira] Assigned: (CXF-1142) BindingType should support features

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

maomaode reassigned CXF-1142:
-----------------------------

    Assignee: maomaode

> BindingType should support features
> -----------------------------------
>
>                 Key: CXF-1142
>                 URL: https://issues.apache.org/jira/browse/CXF-1142
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: maomaode
>            Assignee: maomaode
>             Fix For: 2.1
>
>
>  @BindingType(value=SOAPBinding.SOAP11HTTP_BINDING,
>              features={
>                 @Feature(AddressingFeature.ID),
>                 @Feature(value=MTOMFeature.ID,
>                     parameters={@FeatureParameter(name=MTOMFeature.THRESHOLD, value="1000")})
>             })

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


[jira] Resolved: (CXF-1142) BindingType should support features

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1142.
------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 2.1)
                   Invalid
         Assignee: Daniel Kulp  (was: maomaode)


This isn't valid.   The released 2.1 @BindingType annotation doesn't have a "features" parameter so I assume this was from a pre-release version of the spec or something.



> BindingType should support features
> -----------------------------------
>
>                 Key: CXF-1142
>                 URL: https://issues.apache.org/jira/browse/CXF-1142
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: maomaode
>            Assignee: Daniel Kulp
>             Fix For: Invalid
>
>
>  @BindingType(value=SOAPBinding.SOAP11HTTP_BINDING,
>              features={
>                 @Feature(AddressingFeature.ID),
>                 @Feature(value=MTOMFeature.ID,
>                     parameters={@FeatureParameter(name=MTOMFeature.THRESHOLD, value="1000")})
>             })

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