This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 168436 - Incorrect JNLP documents generated
Summary: Incorrect JNLP documents generated
Status: VERIFIED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2009-07-11 17:49 UTC by _ tboudreau
Modified: 2009-10-02 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2009-07-11 17:49:24 UTC
The JNLP files generated into the dist dir of a JavaFX application contain unclosed tags for <param> and <update>.

This appears not to be a problem for running them directly, but does cause problems when you embed them in a web
application.
Comment 1 Adam Sotona 2009-07-13 09:00:54 UTC
this issue is handled by JavaFX Packager in http://javafx-jira.kenai.com/browse/RT-4843
Comment 2 _ tboudreau 2009-07-13 12:11:02 UTC
I cannot access this issue, so I have no idea what it is about, or what the JavaFX packager is:
http://javafx-jira.kenai.com/browse/RT-4843

But in the meantime, how hard is it to add a / to two XML tags, so that server software that expects to serve correct XML can serve the files?  Two minutes?  
Three?
Comment 3 Adam Sotona 2009-10-01 15:03:37 UTC
The JNLP is generated by JavaFX Pacakger and we do not provide any tasks to patch them.
The fix is simple for the packager and will be included in the next release.
Comment 4 Alexandr Scherbatiy 2009-10-02 09:34:11 UTC
See the JavaFX runtime issue: JNLP file generated by javafxpackager contains unterminated update XML element
http://javafx-jira.kenai.com/browse/RT-4843