You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eric Pederson (JIRA)" <ji...@apache.org> on 2010/08/16 23:22:17 UTC

[jira] Created: (CXF-2945) jaxws:endpoint publish="false" ignored

jaxws:endpoint publish="false" ignored
--------------------------------------

                 Key: CXF-2945
                 URL: https://issues.apache.org/jira/browse/CXF-2945
             Project: CXF
          Issue Type: Bug
            Reporter: Eric Pederson


jaxws:endpoint publish="false" attribute is ignored.

Confirmed by Daniel on the user's list:

This definitely looks like a bug.   Can you log it?

Looking at the code in the EndpointDefinitionParser, I just see:

       if (!isAbstract) {
           bean.setInitMethodName("publish");
           bean.setDestroyMethodName("stop");
       }
       // We don't want to delay the registration of our Server
       bean.setLazyInit(false);


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


[jira] Updated: (CXF-2945) jaxws:endpoint publish="false" ignored

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

Eric Pederson updated CXF-2945:
-------------------------------

    Attachment: Add_support_for_publish_to_jaxws_endpoint.patch

Attached patch for this bug.   The patch is against the 2.2.x-fixes branch.

> jaxws:endpoint publish="false" ignored
> --------------------------------------
>
>                 Key: CXF-2945
>                 URL: https://issues.apache.org/jira/browse/CXF-2945
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.2.9
>            Reporter: Eric Pederson
>            Priority: Minor
>         Attachments: Add_support_for_publish_to_jaxws_endpoint.patch
>
>
> jaxws:endpoint publish="false" attribute is ignored.
> Confirmed by Daniel on the user's list:
> This definitely looks like a bug.   Can you log it?
> Looking at the code in the EndpointDefinitionParser, I just see:
>        if (!isAbstract) {
>            bean.setInitMethodName("publish");
>            bean.setDestroyMethodName("stop");
>        }
>        // We don't want to delay the registration of our Server
>        bean.setLazyInit(false);

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


[jira] Updated: (CXF-2945) jaxws:endpoint publish="false" ignored

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

Eric Pederson updated CXF-2945:
-------------------------------

    Affects Version/s: 2.2.9
             Priority: Minor  (was: Major)
          Component/s: JAX-WS Runtime

> jaxws:endpoint publish="false" ignored
> --------------------------------------
>
>                 Key: CXF-2945
>                 URL: https://issues.apache.org/jira/browse/CXF-2945
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.2.9
>            Reporter: Eric Pederson
>            Priority: Minor
>
> jaxws:endpoint publish="false" attribute is ignored.
> Confirmed by Daniel on the user's list:
> This definitely looks like a bug.   Can you log it?
> Looking at the code in the EndpointDefinitionParser, I just see:
>        if (!isAbstract) {
>            bean.setInitMethodName("publish");
>            bean.setDestroyMethodName("stop");
>        }
>        // We don't want to delay the registration of our Server
>        bean.setLazyInit(false);

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


[jira] Resolved: (CXF-2945) jaxws:endpoint publish="false" ignored

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

Daniel Kulp resolved CXF-2945.
------------------------------

         Assignee: Daniel Kulp
    Fix Version/s: 2.2.11
       Resolution: Fixed



Patch applied.  Thanks!

> jaxws:endpoint publish="false" ignored
> --------------------------------------
>
>                 Key: CXF-2945
>                 URL: https://issues.apache.org/jira/browse/CXF-2945
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.2.9
>            Reporter: Eric Pederson
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.2.11
>
>         Attachments: Add_support_for_publish_to_jaxws_endpoint.patch
>
>
> jaxws:endpoint publish="false" attribute is ignored.
> Confirmed by Daniel on the user's list:
> This definitely looks like a bug.   Can you log it?
> Looking at the code in the EndpointDefinitionParser, I just see:
>        if (!isAbstract) {
>            bean.setInitMethodName("publish");
>            bean.setDestroyMethodName("stop");
>        }
>        // We don't want to delay the registration of our Server
>        bean.setLazyInit(false);

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