I'm using Windows XP SP3 Home Edition, Glassfish V3, NetBeans 6.8,
java 1.6.0_17
I make Enterprise Application project, and this project has an
EJB module, an WEB project, and an Application Client
I set Application Client configuration file like this so that I can use my client using Web Start.
application-client.xml:
sun-application-client.xml:
When i tried to access to /admin/unitinfo , I got this exception from Java Web Start.
com.sun.deploy.et.JARSigningException: Found unsigned entry in resource: file:/C:/glassfishv3/glassfish/domains/domain1/generated/xml/Intac/UnitInfoManager_jar/UnitInfoManager.jar
Question:
1) What means "unsigned entry"?
2) How can I treat this exception?
ps) I'm not sure if this problem is related with either Java Web Start or Glassfish....