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

[jira] Created: (CXF-835) Investigate JBossWS-CXF samples soapbinding

Investigate JBossWS-CXF samples soapbinding
-------------------------------------------

                 Key: CXF-835
                 URL: https://issues.apache.org/jira/browse/CXF-835
             Project: CXF
          Issue Type: Task
    Affects Versions: 2.0
         Environment: http://jira.jboss.org/jira/browse/JBWS-1757
            Reporter: Thomas Diesler


org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'DocBareService': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation of an SEI.
Caused by:
javax.xml.ws.WebServiceException: Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation of an SEI.
        at org.apache.cxf.jaxws.support.JaxWsImplementorInfo.initialise(JaxWsImplementorInfo.java:279)
        at org.apache.cxf.jaxws.support.JaxWsImplementorInfo.<init>(JaxWsImplementorInfo.java:57)
        at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:239)
        at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:223)
        at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:175)
        at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:329)
        at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585) 

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


[jira] Resolved: (CXF-835) Investigate JBossWS-CXF samples soapbinding

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

Thomas Diesler resolved CXF-835.
--------------------------------

    Resolution: Won't Fix

> Investigate JBossWS-CXF samples soapbinding
> -------------------------------------------
>
>                 Key: CXF-835
>                 URL: https://issues.apache.org/jira/browse/CXF-835
>             Project: CXF
>          Issue Type: Task
>    Affects Versions: 2.0
>         Environment: http://jira.jboss.org/jira/browse/JBWS-1757
>            Reporter: Thomas Diesler
>
> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'DocBareService': Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation of an SEI.
> Caused by:
> javax.xml.ws.WebServiceException: Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation of an SEI.
>         at org.apache.cxf.jaxws.support.JaxWsImplementorInfo.initialise(JaxWsImplementorInfo.java:279)
>         at org.apache.cxf.jaxws.support.JaxWsImplementorInfo.<init>(JaxWsImplementorInfo.java:57)
>         at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:239)
>         at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:223)
>         at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:175)
>         at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:329)
>         at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585) 

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