JDK-8031490 : Broken Java SE 7 jnlp samples (app2 and app3)
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-01-10
  • Updated: 2014-10-15
  • Resolved: 2014-02-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u72Fixed 8u20Fixed 9Fixed
Description
Cannot deploy app2 and app3 because of missing jnlp-servlet.jar   in war file packaging.  Root cause is the build.xml files for   app2 and app3.  
Comments
SQE is ok to take the fix in PSU14_04.
29-05-2014

http://sa.us.oracle.com/projects/deployment_data/7u-dev/8031490.1 this is the fix for broken build in JDK7
31-03-2014

Is there a JDK 8u and JDK 9 port required here ? If so, create backport records. If not, add 8-na
19-03-2014

Fix is out for review: http://sa.us.oracle.com/projects/deployment_data/7u-dev/8031490.0
15-01-2014

The property name defined for jnlp-servlet.jar in build.xml file is different from the name referenced later on in build process, lead to the jnlp-servlet.jar file not packed in the war file as expected. Fix property name in build.xml: <property name="jnlp_servlet_jar" and run the ant build for both app2 and app3, jnlp-servlet.jar is packed correctly under lib directory in war file.
10-01-2014