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 206641 - Cannot set project to run with WebStart with not-upgraded jnlp-impl.xml
Summary: Cannot set project to run with WebStart with not-upgraded jnlp-impl.xml
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Java Webstart (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on: 200218
Blocks:
  Show dependency tree
 
Reported: 2011-12-22 14:03 UTC by Stepan Zebra
Modified: 2012-10-25 09:24 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 Stepan Zebra 2011-12-22 14:03:15 UTC
The use case is to have a WebStart configured project from older IDE version and open it in a newer IDE version. At this point, the jnlp-impl.xml is outdated, but everything is still ok and configuration correctly runs the project with WebStart.

The problem is triggered when project Properties are opened and then OK is pushed (even without making any changes). Since now, the project is set to <default config> with "Run with Java Web Start" option in Run panel untick, and resets back to this state on every attempt to change the Properties to run with WebStart.

The previous Webstart configuration can still be successfully used by selecting it in the combo-box on main IDE toolbar, but it's reset back to the unwanted state every time OK is pushed in the Properties manager.

After the semi-automatic jnlp-impl.xml upgrade, the problem is gone. So after issue 200218 is fixed, this problem will be affecting only users, who are intentionally using non-upgraded or modified jnlp-impl.xml files.
Comment 1 Tomas Danek 2012-10-25 09:24:24 UTC
as noted, fix of 200218 fixes this usecase.