Web start is not loading ext-download element in jnlp file

Hi,

In the jnlp file, I have an ext-download element apart from the jar :

<resources>

.

.

.

<jar href="nf.fw.jar"/>

<ext-download ext-part="test.properties" download="eager"/>

</resources>

The file : test.properties is in the same directory as the other jars. When I run the webstart and check the jnlp file from the "Java Cache Viewer" in "Java WebStart Application Manager", I do not see the file test.properties being loaded.

Can you please let me know what I am missing?

Thanks

Jaya

[590 byte] By [JayaKa] at [2007-11-27 4:28:32]
# 1

"ext-download" is not a sub-element of resources, but only a sub-element of the "extension" element. The ext-part attributet of it is not a URL or href value but only an identifier of the part name used for the component extension.

See the JNLP spec downloadable from :

http://java.sun.com/products/javawebstart/download-spec.html

/Andy

dietz333a at 2007-7-12 9:37:18 > top of Java-index,Desktop,Deploying...