RE: Error with temporary files

2007-10-18 Thread Jean-François Daune
PROTECTED] Envoyé : mercredi 17 octobre 2007 16:35 À : cxf-user@incubator.apache.org Cc : Jean-François Daune Objet : Re: Error with temporary files Hmm Caused by: java.io.IOException: No such file or directory at java.io.WinNTFileSystem.createFileExclusively(Native Method

Re: Error with temporary files

2007-10-18 Thread Willem Jiang
feature off is a workaround. I can live with it. I'll wait for 2.0.3 release. J-F -Message d'origine- De : Daniel Kulp [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 octobre 2007 16:35 À : cxf-user@incubator.apache.org Cc : Jean-François Daune Objet : Re: Error with temporary files Hmm

Re: Error with temporary files

2007-10-17 Thread James Mao
Hi, I guess it's been fixed by DanK recently , so you should try with the trunk in svn or the 2.0.3 snapshots, or wait the 2.0.3 final release Regards, James Hi, I got this error in some of my tests. I use version 2.0.1. The problem seems to relate more to Woodstox than CXF. Any idea?

Re: Error with temporary files

2007-10-17 Thread Daniel Kulp
Hmm Caused by: java.io.IOException: No such file or directory at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1345) at java.io.File.createTempFile(File.java:1434) at