Webstart CD install not working in jdk 1.6

I tried to create a CD install for webstart as stated in the documentation and it didn磘 work. This is the command line that I used:

javaws -shortcut -codebase file:[my local folder with the instalation] -import [my jnlp].

Aparentely it install from the local folder that I informed in the command line, it show in the cache that it was installed from my local source, but when I click in the created shortcut, it install again from the remote server, showing two equal application in the cache, one installed from the local source, and other installed from the remote source. The OS that I磎 using is Windows XP Professional. It is a bug, or am I doing something wrong?

[687 byte] By [ricameloa] at [2007-11-26 21:43:55]
# 1
Look at this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6507009. Probably you'll find an answer...Bye
@Theo@a at 2007-7-10 3:31:18 > top of Java-index,Desktop,Deploying...
# 2

I've just tried the lastest build of jre (jre-6u1-ea-bin-b03-linux-i586-19_jan_2007) on Linux and everything just worked as expected as in jre 1.5.

The problem has been solved so you can execute a command like:

javaws -import -codebase file://<resources-folder> file://<jnlp-file>

@Theo@a at 2007-7-10 3:31:18 > top of Java-index,Desktop,Deploying...