You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (Created) (JIRA)" <ji...@apache.org> on 2012/01/18 05:36:39 UTC

[jira] [Created] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Upgrade saxon version to 9.3.0.11
---------------------------------

                 Key: CAMEL-4910
                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
             Project: Camel
          Issue Type: Task
          Components: camel-saxon
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.10.0


We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Babak Vahdat (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189754#comment-13189754 ] 

Babak Vahdat commented on CAMEL-4910:
-------------------------------------

That's already clear to me ;-)

My concern is the CI-Server *itself*. I assume the Jenkins builds for *all* of the Apache projects on the CI-Server use *the same m2 cache* (maybe somewhere along the path /home/jenkins/.m2/repository). Now:

- The newest fulltest run was at Jan 20, 2012 6:01:25 AM: https://builds.apache.org/job/Camel.trunk.fulltest/665/
- The newest notest run was at Jan 20, 2012 8:29:25 AM: https://builds.apache.org/job/Camel.trunk.notest/1442/

And now what I don't get is that if the fulltest run could successfully resolve the saxon9he dependency, how is it possible that the notest run 2.5 hours later could not resolve that anymore, as at that time the saxon9he should have been already available inside the m2 cache of the user "jenkins"!
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Willem Jiang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198512#comment-13198512 ] 

Willem Jiang commented on CAMEL-4910:
-------------------------------------

@Babak,
There are lots of CI-Servers running in the Apache build fram. I don't think they are sharing the same m2 cache. It will cause lots of problem when different build try to install the same artifacts at the same time.
 
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Babak Vahdat (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198590#comment-13198590 ] 

Babak Vahdat commented on CAMEL-4910:
-------------------------------------

The whole INFRA Jenkins/Maven setup is somehow not much clear to me and we have currently also really *wired* behaviour on the Window builds as well [1] about which nobody from INFRA could resolve the problem til now.

What also seems to be really odd to me is that why INFRA makes use of a *SNAPSHOT* version (1.447-SNAPSHOT) of Jenkins! 

[1] https://issues.apache.org/jira/browse/INFRA-4272

                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Claus Ibsen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189742#comment-13189742 ] 

Claus Ibsen commented on CAMEL-4910:
------------------------------------

You should try deleting/moving your local m2 repo

~/.m2/repository

So maven will have to download all the JARs again. Then you may see if any JARs is missing
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Claus Ibsen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189722#comment-13189722 ] 

Claus Ibsen commented on CAMEL-4910:
------------------------------------

Ah great. There seems to be some examples or whatnot that will fail missing this dep

See console output from
https://builds.apache.org/job/Camel.trunk.notest/1442/

I guess adding that sxm repo will fix that.
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] [Issue Comment Edited] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Babak Vahdat (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189730#comment-13189730 ] 

Babak Vahdat edited comment on CAMEL-4910 at 1/20/12 10:54 AM:
---------------------------------------------------------------

But then I don't get it why the newest build [1] of today morning with *full test* did pass!

[1] https://builds.apache.org/job/Camel.trunk.fulltest/665/
                
      was (Author: bvahdat):
    But then I don't get it why the newest build [1] of today morning with *full test* did pass!

However there's still one failed test there which has to do with CAMEL-4794 and the regression failure reported by CAMEL-4900.

[1] https://builds.apache.org/job/Camel.trunk.fulltest/665/
                  
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-4910.
---------------------------------

    Resolution: Fixed

Applied patch into trunk
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-4910.
---------------------------------

    Resolution: Fixed

Patch was applied by Christian.
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>         Attachments: saxon-bundle-upgrade.patch
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] [Reopened] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Raul Kripalani (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raul Kripalani reopened CAMEL-4910:
-----------------------------------


The Saxon bundle version in the features.xml is no longer valid. It refers to a SNAPSHOT which has already been released. Kindly apply the attached patch.
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] [Issue Comment Edited] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Babak Vahdat (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189730#comment-13189730 ] 

Babak Vahdat edited comment on CAMEL-4910 at 1/20/12 11:16 AM:
---------------------------------------------------------------

But then I don't get it why the newest build [1] of today morning with *full test* did pass concerning this dependency!

[1] https://builds.apache.org/job/Camel.trunk.fulltest/665/
                
      was (Author: bvahdat):
    But then I don't get it why the newest build [1] of today morning with *full test* did pass!

[1] https://builds.apache.org/job/Camel.trunk.fulltest/665/
                  
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Willem Jiang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189721#comment-13189721 ] 

Willem Jiang commented on CAMEL-4910:
-------------------------------------

The maven repo is here
http://svn.apache.org/repos/asf/servicemix/m2-repo


                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Claus Ibsen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189719#comment-13189719 ] 

Claus Ibsen commented on CAMEL-4910:
------------------------------------

Willem, in which maven repo is saxon9he located? 

The CI servers may not be able to find it, from a clean build with no m2 cache.
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

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

Raul Kripalani updated CAMEL-4910:
----------------------------------

    Attachment: saxon-bundle-upgrade.patch
    
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>         Attachments: saxon-bundle-upgrade.patch
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

--
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] (CAMEL-4910) Upgrade saxon version to 9.3.0.11

Posted by "Babak Vahdat (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189730#comment-13189730 ] 

Babak Vahdat commented on CAMEL-4910:
-------------------------------------

But then I don't get it why the newest build [1] of today morning with *full test* did pass!

However there's still one failed test there which has to do with CAMEL-4794 and the regression failure reported by CAMEL-4900.

[1] https://builds.apache.org/job/Camel.trunk.fulltest/665/
                
> Upgrade saxon version to 9.3.0.11
> ---------------------------------
>
>                 Key: CAMEL-4910
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4910
>             Project: Camel
>          Issue Type: Task
>          Components: camel-saxon
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.10.0
>
>
> We need to pick up the saxon 9.3.0.11 with some bug fixing and enhancements.

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