Re: Antwort: Re: JDK6 and xmlsec-1.4.2 issue (unsupported signature algorithm)

2009-09-08 Thread Sean Mullan
Hi Torsten, Our JDK release schedule was changed a little and this will now be fixed in JDK 6u18. See http://bugs.sun.com/view_bug.do?bug_id=6845600 It should be fixed in the 6u18 early access release, available here: http://download.java.net/jdk6/ --Sean torsten.reinh...@gi-de.com wrote:

Antwort: Re: JDK6 and xmlsec-1.4.2 issue (unsupported signature algorithm)

2009-09-08 Thread torsten . reinhard
Hi Sean and all others, JDK6u16 is out now since a while, but I still get java.lang.RuntimeException: javax.xml.crypto.MarshalException: unsupported signature algorithm: http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 => Are the stronger algorithms SHA256-RSA re-targeted to another Update of

Re: Re: JDK6 and xmlsec-1.4.2 issue (unsupported signature algorithm)

2009-09-08 Thread Gerardo Nevárez Moorillón
Hello Torsten, Besides Sean reply before (which is good!), maybe the issue is also related to the application server your app is using. I'm still on Java5, but I use the Metro WS Stack, and it includes XmlSec as well, so I faced a similar problem (although related to classpath library order). In

Logging issue with XMLSec, commons-logging, and Metro

2009-09-08 Thread Gerardo Nevárez Moorillón
Hi all, Related to Torsten issue, I'm using Java5 with Tomcat as App Server, and I use the Metro WS Stack in the WEB-INF/lib folder as well (v 1.4). I have to use Canonicalization (sp?) 1.1, to sign data inside a WS operation (not using WSS though), I pushed for1.0 Excl, but it wasn't my call (gov

Re: JDK6 and xmlsec-1.4.2 issue (unsupported signature algorithm)

2009-09-08 Thread Sean Mullan
Gerardo Nevárez Moorillón wrote: Hello Torsten, Besides Sean reply before (which is good!), maybe the issue is also related to the application server your app is using. I'm still on Java5, but I use the Metro WS Stack, and it includes XmlSec as well, so I faced a similar problem (although re