0 Replies Latest reply on Sep 7, 2005 10:15 PM by koganty

    Making a webstart application

    koganty

      We are using EJB3.0 on JBoss 4.0.3RC1.
      And we are trying to build thick webstart based client. And it turns out that the client needs to include jboss-aspect-library-kdk50.jar as it is used by remoting under the scenes.

      And for the client to have complete access on the machine, all the jar files need be signed. However, I cannot sign the jboss-aspect-library-jdk50.jar as it has duplicate files.

      C:\prototype\jboss\server\epicenter\deploy\extreme.war\classes>C:\j
      dk1.5.0_04\bin\jarsigner.exe -keystore mykeystore jboss-aspect-library-jdk50.jar myalias
      Enter Passphrase for keystore: mypass
      jarsigner: unable to sign jar: java.util.zip.ZipException: duplicate entry: org/
      jboss/aspects/patterns/readwritelock/readLockOperation.class

      Is this a bug in the jar file or is there any workaround or I just delete one of the class entries and try my luck.

      Thanks,
      Raju