[Bug 1733] XML parsing exception when running javaws
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Apr 9 14:42:17 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1733
JiriVanek <jvanek at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jvanek at redhat.com
Resolution|--- |INVALID
--- Comment #2 from JiriVanek <jvanek at redhat.com> ---
Thanx! The jnlp file is really corrupted:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+"
codebase="http://localhost:8080/weld-webstart-war-0.0.1-SNAPSHOT/webstart/"
context="http://localhost:8080/weld-webstart-war-0.0.1-SNAPSHOT"
href="weld-webstart.jnlp">
<information>
<title>Weld Webstart app</title>
<vendor>example.com</vendor>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="weld-webstart-jar.jar" version="0.0.1-SNAPSHOT" main="true"/>
<jar href="weld-se-core.jar" version="1.1.4.Final"/>
<jar href="weld-spi.jar" version="1.1.Final"/>
<jar href="cdi-api.jar" version="1.0-SP4"/>
<jar href="jboss-interceptors-api_1.1_spec.jar" version="1.0.0.Beta1"/>
<jar href="jsr250-api.jar" version="1.0"/>
<jar href="javax.inject.jar" version="1"/>
<jar href="weld-api.jar" version="1.1.Final"/>
<jar href="weld-core.jar" version="1.1.4.Final"/>
<jar href="javassist.jar" version="3.14.0-GA"/>
<jar href="guava.jar" version="r06"/>
<jar href="jboss-interceptor-spi.jar" version="2.0.0.CR1"/>
<jar href="jboss-interceptor-core.jar" version="2.0.0.CR1"/>
<jar href="slf4j-api.jar" version="1.5.10"/>
<jar href="slf4j-ext.jar" version="1.5.10"/>
<jar href="cal10n-api.jar" version="0.7.2"/>
<jar href="weld-build-config.jar" version="1.1.4.Final"/>
<jar href="el-api.jar" version="2.2"/>
<jar href="logback-classic.jar" version="0.9.18"/>
<jar href="logback-core.jar" version="0.9.18"/>
$extensions </resources>
<application-desc main-class="com.example.TestApp"> </application-desc>
</jnlp>
Can you see the
...<jar href="logback-core.jar" version="0.9.18"/>
$extensions </resources>...
?
This macro is unexpanded. Once fixed, itw should work. Please reopen if not.
ps: proprietary javaws is not honouring theirs own specification.... So fact
that they are ignoring, that <resources> is NOT mixed element, is bug in
proprietary javaws....
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140409/c9ab0a26/attachment.html>
More information about the distro-pkg-dev
mailing list