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 205512 - integrated FXML login demo fails to launch in jnlp/plugin mode due to not working configuration
Summary: integrated FXML login demo fails to launch in jnlp/plugin mode due to not wor...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-24 09:59 UTC by Petr Somol
Modified: 2011-11-25 16:21 UTC (History)
2 users (show)

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 Petr Somol 2011-11-24 09:59:22 UTC
According to new JIRA issue
http://javafx-jira.kenai.com/browse/RT-18180
the current (2.0.2) JavaFX RT still fails to
run unsigned FXML applications in WebStart or browser plugin.
NetBeans applied the workaround of enabling signing by default
for FXML applications as filed here:
http://netbeans.org/bugzilla/show_bug.cgi?id=202615
But this has not propagated specifically to
the FXML-login sample (the same as addressed in the JIRA issue).
This sample will thus fail to run in WebStart or browser plugin
unless we switch signing on for it by default.
The fix is trivial and well localized to
only the .properties file of the affected sample.
Comment 1 Petr Somol 2011-11-24 10:04:10 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/1b6f5edf17a4
Comment 2 Petr Somol 2011-11-24 15:19:11 UTC
follow-up: FXML-login demo also fails when BSS (binary CSS) is enabled. This is another bug in JavaFX RT. From NetBeans point of view it is equivalent to the disabled signing problem so I report it as part of it. The workaround is equivalent too - disabling the buggy feature. The user experience is not negatively affected by this as both workarounds just make FXML-login sample run possible. Without them the sample fails to run in WebStart/browser plugin.

Fixed in jetmain
http://hg.netbeans.org/jet-main/rev/f2fe4082145a
Comment 3 Stepan Zebra 2011-11-24 16:36:19 UTC
both fixes verified in trunk, please continue with integration into release71 branch
Comment 5 Quality Engineering 2011-11-25 06:17:27 UTC
Integrated into 'releases'
Changeset: http://hg.netbeans.org/releases/rev/0845e53258a4
User: Petr Somol <psomol@netbeans.org>
Log: #205512 (follow-up) FXML-login demo fails with binary CSS
Comment 6 Stepan Zebra 2011-11-25 11:28:55 UTC
verified in rc1 build 201111242103
Comment 7 Quality Engineering 2011-11-25 16:21:55 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/f2fe4082145a
User: Petr Somol <psomol@netbeans.org>
Log: #205512 (follow-up) FXML-login demo fails with binary CSS