You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2012/09/28 20:31:07 UTC

[jira] [Created] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

Daniel Kulp created SMX4-1253:
---------------------------------

             Summary: jaxws-api bundle doesn't work in endorsed
                 Key: SMX4-1253
                 URL: https://issues.apache.org/jira/browse/SMX4-1253
             Project: ServiceMix 4
          Issue Type: Bug
          Components: specs
    Affects Versions: specs-2.0.0
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: specs-2.1.0



If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466662#comment-13466662 ] 

Jean-Baptiste Onofré commented on SMX4-1253:
--------------------------------------------

Yes, got it:

commit 1e23dc063fb370fcc2a47932d14bdecf3e028218
Author: J. Daniel Kulp <dk...@apache.org>
Date:   Fri Sep 28 18:29:14 2012 +0000

    [CXF-1253] Fix NPE in jaxws API when stuck in lib/endorsed
    
    
    git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk@1391583 13f79535-47bb-0310-9956-ffa450edef68

                
> jaxws-api bundle doesn't work in endorsed
> -----------------------------------------
>
>                 Key: SMX4-1253
>                 URL: https://issues.apache.org/jira/browse/SMX4-1253
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-2.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: specs-2.1.0
>
>
> If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

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

Jean-Baptiste Onofré resolved SMX4-1253.
----------------------------------------

    Resolution: Fixed
    
> jaxws-api bundle doesn't work in endorsed
> -----------------------------------------
>
>                 Key: SMX4-1253
>                 URL: https://issues.apache.org/jira/browse/SMX4-1253
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-2.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: specs-2.1.0
>
>
> If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

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

Daniel Kulp resolved SMX4-1253.
-------------------------------

    Resolution: Fixed
    
> jaxws-api bundle doesn't work in endorsed
> -----------------------------------------
>
>                 Key: SMX4-1253
>                 URL: https://issues.apache.org/jira/browse/SMX4-1253
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-2.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: specs-2.1.0
>
>
> If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466660#comment-13466660 ] 

Jean-Baptiste Onofré commented on SMX4-1253:
--------------------------------------------

Hmmm, thanks for the update Gert. I try to update my local copy again.
                
> jaxws-api bundle doesn't work in endorsed
> -----------------------------------------
>
>                 Key: SMX4-1253
>                 URL: https://issues.apache.org/jira/browse/SMX4-1253
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-2.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: specs-2.1.0
>
>
> If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466636#comment-13466636 ] 

Jean-Baptiste Onofré commented on SMX4-1253:
--------------------------------------------

Dan, I didn't see any commit related to this issue. Is it fixed ?
                
> jaxws-api bundle doesn't work in endorsed
> -----------------------------------------
>
>                 Key: SMX4-1253
>                 URL: https://issues.apache.org/jira/browse/SMX4-1253
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-2.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: specs-2.1.0
>
>
> If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

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

Jean-Baptiste Onofré reopened SMX4-1253:
----------------------------------------

    
> jaxws-api bundle doesn't work in endorsed
> -----------------------------------------
>
>                 Key: SMX4-1253
>                 URL: https://issues.apache.org/jira/browse/SMX4-1253
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-2.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: specs-2.1.0
>
>
> If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SMX4-1253) jaxws-api bundle doesn't work in endorsed

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

Gert Vanthienen commented on SMX4-1253:
---------------------------------------

It's fixed in http://svn.apache.org/viewvc?view=revision&revision=1391583
                
> jaxws-api bundle doesn't work in endorsed
> -----------------------------------------
>
>                 Key: SMX4-1253
>                 URL: https://issues.apache.org/jira/browse/SMX4-1253
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: specs
>    Affects Versions: specs-2.0.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: specs-2.1.0
>
>
> If the jaxws-api bundle is stuck in lib/endorsed, it fails to find the spiClass du to an NPE and thus drops down to the various classloader searches which generally fail unless the application specifically imports the SPI interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira