If I start composer.jnlp with jre1.6.0_6 there is an exception “Unsigned Resource”

A workaround is to comment this line in composer.jnlp

<jar href=”lib/ext/wstx-api.jar” />

like this line

&lt!– jar href=”lib/ext/wstx-api.jar” / –>

This jar file is an empty jar file and will not be needed, and can not be signed.

But after a restart of compsoer server the comments are removed!

Is there anyone who know what happend during restart composer server?

continue reading.....