You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jack (Created) (JIRA)" <ji...@apache.org> on 2012/04/20 11:32:40 UTC

[jira] [Created] (CXF-4253) How could CXF not to intercept the ws-Service request?

How could CXF not to intercept the ws-Service request?
------------------------------------------------------

                 Key: CXF-4253
                 URL: https://issues.apache.org/jira/browse/CXF-4253
             Project: CXF
          Issue Type: Task
          Components: Core
    Affects Versions: 2.5.3
         Environment: jdk1.6,sping3.0,cxf2.53
            Reporter: jack
            Priority: Critical
             Fix For: 2.5.3


I had used cxf in spring to create a web service(server) without any problems,but when I visited others' WSDL,the problems happened.(I could not use it)
After some testing, I got the reason.
Whenever I created a javax.xml.ws.Service object in the spring framework,the attribute(ServiceDelegate) was created by CXF's org.apache.cxf.jaxws.spi.ProviderImpl,not by javax.xml.ws.spi.Provider. The ServiceDelegate object was different. 
Because other's WSDL had its specific,he offered me a main function(public static void main(String[] args)) and I succeed to use it.
But I could not use it in my project.
How could CXF not to automatically intercept the visiting(WSDL)?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (CXF-4253) How could CXF not to intercept the ws-Service request?

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

Daniel Kulp resolved CXF-4253.
------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: NeedMoreInfo)
                   Invalid


Resolving as it has a confusing description and no updates for a month.
                
> How could CXF not to intercept the ws-Service request?
> ------------------------------------------------------
>
>                 Key: CXF-4253
>                 URL: https://issues.apache.org/jira/browse/CXF-4253
>             Project: CXF
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 2.5.3
>         Environment: jdk1.6,sping3.0,cxf2.53
>            Reporter: jack
>            Priority: Critical
>             Fix For: Invalid
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> I had used cxf in spring to create a web service(server) without any problems,but when I visited others' WSDL,the problems happened.(I could not use it)
> After some testing, I got the reason.
> Whenever I created a javax.xml.ws.Service object in the spring framework,the attribute(ServiceDelegate) was created by CXF's org.apache.cxf.jaxws.spi.ProviderImpl,not by javax.xml.ws.spi.Provider. The ServiceDelegate object was different. 
> Because other's WSDL had its specific,he offered me a main function(public static void main(String[] args)) and I succeed to use it.
> But I could not use it in my project.
> How could CXF not to automatically intercept the visiting(WSDL)?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CXF-4253) How could CXF not to intercept the ws-Service request?

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

jack updated CXF-4253:
----------------------

    Remaining Estimate: 120h  (was: 48h)
     Original Estimate: 120h  (was: 48h)
    
> How could CXF not to intercept the ws-Service request?
> ------------------------------------------------------
>
>                 Key: CXF-4253
>                 URL: https://issues.apache.org/jira/browse/CXF-4253
>             Project: CXF
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 2.5.3
>         Environment: jdk1.6,sping3.0,cxf2.53
>            Reporter: jack
>            Priority: Critical
>             Fix For: 2.5.3
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> I had used cxf in spring to create a web service(server) without any problems,but when I visited others' WSDL,the problems happened.(I could not use it)
> After some testing, I got the reason.
> Whenever I created a javax.xml.ws.Service object in the spring framework,the attribute(ServiceDelegate) was created by CXF's org.apache.cxf.jaxws.spi.ProviderImpl,not by javax.xml.ws.spi.Provider. The ServiceDelegate object was different. 
> Because other's WSDL had its specific,he offered me a main function(public static void main(String[] args)) and I succeed to use it.
> But I could not use it in my project.
> How could CXF not to automatically intercept the visiting(WSDL)?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (CXF-4253) How could CXF not to intercept the ws-Service request?

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260310#comment-13260310 ] 

Freeman Fang commented on CXF-4253:
-----------------------------------

Hi Jack,

You really should post your questions on CXF users mailling list but not create a jira directly.
Elaborate your question clearly is the best way to get help quickly.

Btw, if you're Chinese speaker(I assume you're as you use 163 mailbox for you jira account) and feel more comfortable with using Chinese to post questions, we actually have a Chinese google group[1] for cxf. But I do encourage you to use CXF users mailling list(You must use English on this list) which you have more audience and more expert here.

[1]http://groups.google.com/group/cxf-zh

Freeman


                
> How could CXF not to intercept the ws-Service request?
> ------------------------------------------------------
>
>                 Key: CXF-4253
>                 URL: https://issues.apache.org/jira/browse/CXF-4253
>             Project: CXF
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 2.5.3
>         Environment: jdk1.6,sping3.0,cxf2.53
>            Reporter: jack
>            Priority: Critical
>             Fix For: NeedMoreInfo
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> I had used cxf in spring to create a web service(server) without any problems,but when I visited others' WSDL,the problems happened.(I could not use it)
> After some testing, I got the reason.
> Whenever I created a javax.xml.ws.Service object in the spring framework,the attribute(ServiceDelegate) was created by CXF's org.apache.cxf.jaxws.spi.ProviderImpl,not by javax.xml.ws.spi.Provider. The ServiceDelegate object was different. 
> Because other's WSDL had its specific,he offered me a main function(public static void main(String[] args)) and I succeed to use it.
> But I could not use it in my project.
> How could CXF not to automatically intercept the visiting(WSDL)?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (CXF-4253) How could CXF not to intercept the ws-Service request?

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

Daniel Kulp updated CXF-4253:
-----------------------------

    Fix Version/s:     (was: 2.5.3)
                   NeedMoreInfo


I really have no idea what the above description is trying to describe?   Is there a stack trace of an error?   What didn't work?  
                
> How could CXF not to intercept the ws-Service request?
> ------------------------------------------------------
>
>                 Key: CXF-4253
>                 URL: https://issues.apache.org/jira/browse/CXF-4253
>             Project: CXF
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 2.5.3
>         Environment: jdk1.6,sping3.0,cxf2.53
>            Reporter: jack
>            Priority: Critical
>             Fix For: NeedMoreInfo
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> I had used cxf in spring to create a web service(server) without any problems,but when I visited others' WSDL,the problems happened.(I could not use it)
> After some testing, I got the reason.
> Whenever I created a javax.xml.ws.Service object in the spring framework,the attribute(ServiceDelegate) was created by CXF's org.apache.cxf.jaxws.spi.ProviderImpl,not by javax.xml.ws.spi.Provider. The ServiceDelegate object was different. 
> Because other's WSDL had its specific,he offered me a main function(public static void main(String[] args)) and I succeed to use it.
> But I could not use it in my project.
> How could CXF not to automatically intercept the visiting(WSDL)?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira