Hi,
I'm trying to use hibernate with jws.
I've got a problem launching the app. It says that hibernate3.jar is unsigned.
I've got other dependencies jar that are signed the same way that hibernate3.jar is and everyone of them works.
When I check if the hibernate3.jar is signed with jarsigner -verify it says it's OK.
Does anyone have an idea on what's going on ? Or a workaround ?
Thank you
Here is the stacktrace :
Code:
com.sun.deploy.net.JARSigningException: Détection d'une entrée non signée dans la ressource : http://***/lib/hibernate3.jar
at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(Unknown Source)
at com.sun.javaws.security.SigningInfo.check(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)