You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Raman Gupta (JIRA)" <ji...@apache.org> on 2012/04/27 00:30:47 UTC

[jira] [Created] (SMXCOMP-930) Saxon 9.4.0.1 is missing the edition.properties file

Raman Gupta created SMXCOMP-930:
-----------------------------------

             Summary: Saxon 9.4.0.1 is missing the edition.properties file
                 Key: SMXCOMP-930
                 URL: https://issues.apache.org/jira/browse/SMXCOMP-930
             Project: ServiceMix Components
          Issue Type: Bug
            Reporter: Raman Gupta
            Priority: Trivial


The Saxon-HE 9.4 jar contains edition.properties:

{code}
$ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
    74 Wed Mar 07 16:32:56 EST 2012 edition.properties
{code}

However, the servicemix bundle does not:

{code}
$ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
{code}

This results in errors on System.out/err at runtime, even outside an OSGi environment:

{code}
Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing

Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
{code}


--
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] (SMX4-1127) Saxon 9.4.0.1/saxon-9.3.0.11 bundle is missing the edition.properties file

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

Freeman Fang resolved SMX4-1127.
--------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=1331148&view=rev for saxon 9.4.0.1 bundle
http://svn.apache.org/viewvc?rev=1331150&view=rev for saxon 9.3.0.11 bundle
                
> Saxon 9.4.0.1/saxon-9.3.0.11 bundle is missing the edition.properties file
> --------------------------------------------------------------------------
>
>                 Key: SMX4-1127
>                 URL: https://issues.apache.org/jira/browse/SMX4-1127
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>            Reporter: Raman Gupta
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> The Saxon-HE 9.4 jar contains edition.properties:
> {code}
> $ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
>     74 Wed Mar 07 16:32:56 EST 2012 edition.properties
> {code}
> However, the servicemix bundle does not:
> {code}
> $ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
> {code}
> This results in errors on System.out/err at runtime, even outside an OSGi environment:
> {code}
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> {code}

--
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] (SMX4-1127) Saxon 9.4.0.1 is missing the edition.properties file

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

Freeman Fang commented on SMX4-1127:
------------------------------------

this is actually a bundle issue so move to correct jira instance
                
> Saxon 9.4.0.1 is missing the edition.properties file
> ----------------------------------------------------
>
>                 Key: SMX4-1127
>                 URL: https://issues.apache.org/jira/browse/SMX4-1127
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>            Reporter: Raman Gupta
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> The Saxon-HE 9.4 jar contains edition.properties:
> {code}
> $ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
>     74 Wed Mar 07 16:32:56 EST 2012 edition.properties
> {code}
> However, the servicemix bundle does not:
> {code}
> $ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
> {code}
> This results in errors on System.out/err at runtime, even outside an OSGi environment:
> {code}
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> {code}

--
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] (SMX4-1127) Saxon 9.4.0.1/saxon-9.3.0.11 bundle is missing the edition.properties file

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

Freeman Fang updated SMX4-1127:
-------------------------------

    Summary: Saxon 9.4.0.1/saxon-9.3.0.11 bundle is missing the edition.properties file  (was: Saxon 9.4.0.1 is missing the edition.properties file)
    
> Saxon 9.4.0.1/saxon-9.3.0.11 bundle is missing the edition.properties file
> --------------------------------------------------------------------------
>
>                 Key: SMX4-1127
>                 URL: https://issues.apache.org/jira/browse/SMX4-1127
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>            Reporter: Raman Gupta
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> The Saxon-HE 9.4 jar contains edition.properties:
> {code}
> $ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
>     74 Wed Mar 07 16:32:56 EST 2012 edition.properties
> {code}
> However, the servicemix bundle does not:
> {code}
> $ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
> {code}
> This results in errors on System.out/err at runtime, even outside an OSGi environment:
> {code}
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> {code}

--
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] (SMXCOMP-930) Saxon 9.4.0.1 is missing the edition.properties file

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

Raman Gupta updated SMXCOMP-930:
--------------------------------

    Component/s: servicemix-saxon
    
> Saxon 9.4.0.1 is missing the edition.properties file
> ----------------------------------------------------
>
>                 Key: SMXCOMP-930
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-930
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-saxon
>            Reporter: Raman Gupta
>            Priority: Trivial
>
> The Saxon-HE 9.4 jar contains edition.properties:
> {code}
> $ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
>     74 Wed Mar 07 16:32:56 EST 2012 edition.properties
> {code}
> However, the servicemix bundle does not:
> {code}
> $ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
> {code}
> This results in errors on System.out/err at runtime, even outside an OSGi environment:
> {code}
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> {code}

--
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] [Work started] (SMXCOMP-930) Saxon 9.4.0.1 is missing the edition.properties file

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

Work on SMXCOMP-930 started by Freeman Fang.

> Saxon 9.4.0.1 is missing the edition.properties file
> ----------------------------------------------------
>
>                 Key: SMXCOMP-930
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-930
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-saxon
>            Reporter: Raman Gupta
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> The Saxon-HE 9.4 jar contains edition.properties:
> {code}
> $ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
>     74 Wed Mar 07 16:32:56 EST 2012 edition.properties
> {code}
> However, the servicemix bundle does not:
> {code}
> $ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
> {code}
> This results in errors on System.out/err at runtime, even outside an OSGi environment:
> {code}
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> {code}

--
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] [Assigned] (SMXCOMP-930) Saxon 9.4.0.1 is missing the edition.properties file

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

Freeman Fang reassigned SMXCOMP-930:
------------------------------------

    Assignee: Freeman Fang
    
> Saxon 9.4.0.1 is missing the edition.properties file
> ----------------------------------------------------
>
>                 Key: SMXCOMP-930
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-930
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-saxon
>            Reporter: Raman Gupta
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> The Saxon-HE 9.4 jar contains edition.properties:
> {code}
> $ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
>     74 Wed Mar 07 16:32:56 EST 2012 edition.properties
> {code}
> However, the servicemix bundle does not:
> {code}
> $ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
> {code}
> This results in errors on System.out/err at runtime, even outside an OSGi environment:
> {code}
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> {code}

--
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] [Moved] (SMX4-1127) Saxon 9.4.0.1 is missing the edition.properties file

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

Freeman Fang moved SMXCOMP-930 to SMX4-1127:
--------------------------------------------

    Component/s:     (was: servicemix-saxon)
                 Bundles
            Key: SMX4-1127  (was: SMXCOMP-930)
        Project: ServiceMix 4  (was: ServiceMix Components)
    
> Saxon 9.4.0.1 is missing the edition.properties file
> ----------------------------------------------------
>
>                 Key: SMX4-1127
>                 URL: https://issues.apache.org/jira/browse/SMX4-1127
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>            Reporter: Raman Gupta
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> The Saxon-HE 9.4 jar contains edition.properties:
> {code}
> $ jar tvf /var/tmp/Saxon-HE-9.4.jar | grep edition.properties
>     74 Wed Mar 07 16:32:56 EST 2012 edition.properties
> {code}
> However, the servicemix bundle does not:
> {code}
> $ jar tvf ~/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saxon/9.4.0.1_1/org.apache.servicemix.bundles.saxon-9.4.0.1_1.jar | grep edition.properties
> {code}
> This results in errors on System.out/err at runtime, even outside an OSGi environment:
> {code}
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> Cannot read edition.properties file located using ClassLoader sun.misc.Launcher$AppClassLoader@1978b94 - continuing
> {code}

--
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