You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2010/12/07 13:02:11 UTC

[jira] Updated: (SANTUARIO-203) ClassNotFoundException when init the xml security in OSGi plateform

     [ https://issues.apache.org/jira/browse/SANTUARIO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated SANTUARIO-203:
------------------------------------------

    Fix Version/s: Java 1.4.4
         Assignee:     (was: XML Security Developers Mailing List)

> ClassNotFoundException when init the xml security in OSGi plateform
> -------------------------------------------------------------------
>
>                 Key: SANTUARIO-203
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-203
>             Project: Santuario
>          Issue Type: Bug
>          Components: Java
>         Environment: Operating System: Mac OS X 10.4
> Platform: PC
>            Reporter: Willem Jiang
>             Fix For: Java 1.4.4
>
>         Attachments: patch.txt
>
>
> Created an attachment (id=24207)
> The patch introduced a ClassLoaderUtils to try loader the class from thread context classloader , caller classloader, ClassLoaderUtils classloader in the Transform register method.
> Here is the stack trace.
> java.lang.RuntimeException: java.lang.ClassNotFoundException:
> org.apache.xml.security.transforms.implementations.TransformBase64Decode
>     at org.apache.xml.security.transforms.Transform.register(Unknown Source)
>     at org.apache.xml.security.Init.init(Unknown Source)
>     at org.apache.ws.security.WSSConfig.staticInit(WSSConfig.java:279)
>     at org.apache.ws.security.WSSConfig.<init>(WSSConfig.java:304)
>     at org.apache.ws.security.WSSConfig.getNewInstance(WSSConfig.java:313)
>     at org.apache.ws.security.WSSConfig.getDefaultWSConfig(WSSConfig.java:322)
>     at
> org.apache.ws.security.WSSecurityEngine.getWssConfig(WSSecurityEngine.java:155)
>     at com.fusesource.security.Activator.start(Activator.java:17)
> You can find the back ground of this issue here[1]
> [1]http://fusesource.com/issues/browse/ESB-838

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