You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Brecht Yperman (JIRA)" <ji...@apache.org> on 2006/11/29 09:09:21 UTC

[jira] Created: (AXIS2-1786) Wsdl references schema that references schema bug

Wsdl references schema that references schema bug
-------------------------------------------------

                 Key: AXIS2-1786
                 URL: http://issues.apache.org/jira/browse/AXIS2-1786
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.1
            Reporter: Brecht Yperman


When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar

I get an exception in the logging, when starting up the server.
2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd

This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.


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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1786) Wsdl references schema that references schema bug

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

Davanum Srinivas resolved AXIS2-1786.
-------------------------------------

    Resolution: Incomplete

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1786) Wsdl references schema that references schema bug

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

Brecht Yperman updated AXIS2-1786:
----------------------------------

    Attachment: TestService.aar

Simpler webservice with the same problem

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>         Attachments: TestService.aar, XbiService.aar
>
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1786) Wsdl references schema that references schema bug

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508894 ] 

Davanum Srinivas commented on AXIS2-1786:
-----------------------------------------

Can't get to the aar file. closing as incomplete.

thanks,
dims

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1786) Wsdl references schema that references schema bug

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

Davanum Srinivas updated AXIS2-1786:
------------------------------------

    Assignee: Deepal Jayasinghe

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>         Assigned To: Deepal Jayasinghe
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1786) Wsdl references schema that references schema bug

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

Brecht Yperman updated AXIS2-1786:
----------------------------------

    Attachment: XbiService.aar

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>         Attachments: XbiService.aar
>
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1786) Wsdl references schema that references schema bug

Posted by "Andrew Shuttlewood (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559871#action_12559871 ] 

Andrew Shuttlewood commented on AXIS2-1786:
-------------------------------------------

We've hit this same problem

Basically, we have a wsdl that references an XSD for operations. That XSD then references another XSD.

The WSDL contains a referenced link to the xsd (service?xsd=service.xsd), however the sub-xsd is not manipulated in the samw way which means that it just contains the original information.

?wsdl2 works fine however

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>         Attachments: XbiService.aar
>
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1786) Wsdl references schema that references schema bug

Posted by "Peter Kipping (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564109#action_12564109 ] 

Peter Kipping commented on AXIS2-1786:
--------------------------------------

I ran into this issues as well.  Any ideas when it will be resolved?

Thanks,
Peter

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>         Attachments: TestService.aar, XbiService.aar
>
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Reopened: (AXIS2-1786) Wsdl references schema that references schema bug

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

Brecht Yperman reopened AXIS2-1786:
-----------------------------------


Sorry, I lost track of this.

I'll attach it to this ticket.

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1786) Wsdl references schema that references schema bug

Posted by "Brecht Yperman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559945#action_12559945 ] 

Brecht Yperman commented on AXIS2-1786:
---------------------------------------

I have added this simpler webservice because this is becoming more and more a problem for me...

> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>            Assignee: Deepal Jayasinghe
>         Attachments: TestService.aar, XbiService.aar
>
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1786) Wsdl references schema that references schema bug

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471218 ] 

Deepal Jayasinghe commented on AXIS2-1786:
------------------------------------------

Hi ;
I tried to download the service aar file but I couldn't , so can you please attach the service.

Thanks
Deepal


> Wsdl references schema that references schema bug
> -------------------------------------------------
>
>                 Key: AXIS2-1786
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1786
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1
>            Reporter: Brecht Yperman
>         Assigned To: Deepal Jayasinghe
>
> When deploying the following service using Axis2 1.1 http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO  org.apache.axis2.deployment.resolver.AARFileBasedURIResolver  - AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the directory OrderConfirmation. This schema references another Schema in the same directory, but as this schema has got no directory prefix, the resolver starts looking in the meta-inf directory, instead of in the meta-inf/OrderConfirmation directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org