You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "jimma (JIRA)" <ji...@apache.org> on 2009/03/02 04:21:12 UTC

[jira] Created: (ODE-534) Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import

Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import
-------------------------------------------------------------------------------------

                 Key: ODE-534
                 URL: https://issues.apache.org/jira/browse/ODE-534
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
    Affects Versions: 1.2
            Reporter: jimma


1. Modify the DynPartner sample and publish a DynEndpointWS as an remote webservice :  write the service implementation  and other deployment descriptor to publish the DynEndpointWS in  Metro . 

2.Modify the Dynpartner/deploy.xml   and remove the deployment for DynEndpointWS and remove DynPartenerResonder.bpel.

3.Modify the DynPartnerMain.bpel  and add the wsdl reference to this published remote webservice :
   <import location="http://localhost:8080/DynEndpointWS?wsdl" namespace="http://ode/bpel/responder.wsdl" import type="http://schemas.xmlsoap.rg/wsdl/"/>

4.Change the wsdl import in Main.wsdl . 
   <import namespace="http://ode/bpel/responder.wsdl"  location="http://localhost:8080/DynEndpointWS?wsdl"/>

5. When depoy this process, the ODE engine will report error and this process is failed.  
     ERROR - GeronimoLog.error(104) | openResource: invalid scheme (should be urn:)  http://127.0.0.1:8080/webservice_bpel_ode/DynEndpointWS



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


[jira] Commented: (ODE-534) Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677899#action_12677899 ] 

Alex Boisvert commented on ODE-534:
-----------------------------------

Ode does not currently support WSDL or XSD schema imports using http:// protocol.  Ode currently only supports file-based imports.

> Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import
> -------------------------------------------------------------------------------------
>
>                 Key: ODE-534
>                 URL: https://issues.apache.org/jira/browse/ODE-534
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.2
>            Reporter: jimma
>
> 1. Modify the DynPartner sample and publish a DynEndpointWS as an remote webservice :  write the service implementation  and other deployment descriptor to publish the DynEndpointWS in  Metro . 
> 2.Modify the Dynpartner/deploy.xml   and remove the deployment for DynEndpointWS and remove DynPartenerResonder.bpel.
> 3.Modify the DynPartnerMain.bpel  and add the wsdl reference to this published remote webservice :
>    <import location="http://localhost:8080/DynEndpointWS?wsdl" namespace="http://ode/bpel/responder.wsdl" import type="http://schemas.xmlsoap.rg/wsdl/"/>
> 4.Change the wsdl import in Main.wsdl . 
>    <import namespace="http://ode/bpel/responder.wsdl"  location="http://localhost:8080/DynEndpointWS?wsdl"/>
> 5. When depoy this process, the ODE engine will report error and this process is failed.  
>      ERROR - GeronimoLog.error(104) | openResource: invalid scheme (should be urn:)  http://127.0.0.1:8080/webservice_bpel_ode/DynEndpointWS

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


[jira] Updated: (ODE-534) Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import

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

Tammo van Lessen updated ODE-534:
---------------------------------

    Fix Version/s: 1.3.5

> Error when deploy the wsdl contains "http://localhost:8080/DynEndpointWS?wsdl" import
> -------------------------------------------------------------------------------------
>
>                 Key: ODE-534
>                 URL: https://issues.apache.org/jira/browse/ODE-534
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.2
>            Reporter: jimma
>             Fix For: 1.3.5
>
>
> 1. Modify the DynPartner sample and publish a DynEndpointWS as an remote webservice :  write the service implementation  and other deployment descriptor to publish the DynEndpointWS in  Metro . 
> 2.Modify the Dynpartner/deploy.xml   and remove the deployment for DynEndpointWS and remove DynPartenerResonder.bpel.
> 3.Modify the DynPartnerMain.bpel  and add the wsdl reference to this published remote webservice :
>    <import location="http://localhost:8080/DynEndpointWS?wsdl" namespace="http://ode/bpel/responder.wsdl" import type="http://schemas.xmlsoap.rg/wsdl/"/>
> 4.Change the wsdl import in Main.wsdl . 
>    <import namespace="http://ode/bpel/responder.wsdl"  location="http://localhost:8080/DynEndpointWS?wsdl"/>
> 5. When depoy this process, the ODE engine will report error and this process is failed.  
>      ERROR - GeronimoLog.error(104) | openResource: invalid scheme (should be urn:)  http://127.0.0.1:8080/webservice_bpel_ode/DynEndpointWS

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