You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2011/01/09 19:25:45 UTC

[jira] Created: (ODE-904) document() function in XSL scripts can not resolve remote documents

document() function in XSL scripts can not resolve remote documents
-------------------------------------------------------------------

                 Key: ODE-904
                 URL: https://issues.apache.org/jira/browse/ODE-904
             Project: ODE
          Issue Type: Improvement
          Components: BPEL Runtime
            Reporter: Tammo van Lessen
            Assignee: Tammo van Lessen
             Fix For: 1.3.5


The document() function is used in XSL script (via doXSLTransform) to load external documents. The current implementation is only considering files in the local file system. In addition it should be able also load resources from HTTP/HTTPS endpoints.

I suggest to convert the URI to an URL and use URL connections to fetch the contents. This covers file:, http:, https and some other internet protocols.

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


[jira] Resolved: (ODE-904) document() function in XSL scripts can not resolve remote documents

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

Tammo van Lessen resolved ODE-904.
----------------------------------

    Resolution: Fixed

> document() function in XSL scripts can not resolve remote documents
> -------------------------------------------------------------------
>
>                 Key: ODE-904
>                 URL: https://issues.apache.org/jira/browse/ODE-904
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>
> The document() function is used in XSL script (via doXSLTransform) to load external documents. The current implementation is only considering files in the local file system. In addition it should be able also load resources from HTTP/HTTPS endpoints.
> I suggest to convert the URI to an URL and use URL connections to fetch the contents. This covers file:, http:, https and some other internet protocols.

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


[jira] Commented: (ODE-904) document() function in XSL scripts can not resolve remote documents

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

Hudson commented on ODE-904:
----------------------------

Integrated in ODE-trunk-jdk6 #391 (See [https://hudson.apache.org/hudson/job/ODE-trunk-jdk6/391/])
    fixes ODE-904: document() in XSLT can now load remote URLs.


> document() function in XSL scripts can not resolve remote documents
> -------------------------------------------------------------------
>
>                 Key: ODE-904
>                 URL: https://issues.apache.org/jira/browse/ODE-904
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>
> The document() function is used in XSL script (via doXSLTransform) to load external documents. The current implementation is only considering files in the local file system. In addition it should be able also load resources from HTTP/HTTPS endpoints.
> I suggest to convert the URI to an URL and use URL connections to fetch the contents. This covers file:, http:, https and some other internet protocols.

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


[jira] Commented: (ODE-904) document() function in XSL scripts can not resolve remote documents

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

Hudson commented on ODE-904:
----------------------------

Integrated in ODE-trunk #404 (See [https://hudson.apache.org/hudson/job/ODE-trunk/404/])
    

> document() function in XSL scripts can not resolve remote documents
> -------------------------------------------------------------------
>
>                 Key: ODE-904
>                 URL: https://issues.apache.org/jira/browse/ODE-904
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>
> The document() function is used in XSL script (via doXSLTransform) to load external documents. The current implementation is only considering files in the local file system. In addition it should be able also load resources from HTTP/HTTPS endpoints.
> I suggest to convert the URI to an URL and use URL connections to fetch the contents. This covers file:, http:, https and some other internet protocols.

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