It's the error likely caused by using "/" (as per Unix) in the temp file
path on Win32 rather then "\".
Weird, because Remy fixed it a month or more ago.
Valeriy Podkolzin
-----Original Message-----
From: Kurapati, Rama [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 1:39 PM
To: [EMAIL PROTECTED]
Subject: JDBCContentStore -error
(org.apache.webdav.lib.methods.PutMethod)
JDBCContentStore works fine with ms-web folders. But with
org.apache.webdav.lib.methods.PutMethod i got the below error.
java.io.IOException: The system cannot find the path specified
at java.io.Win32FileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1174)
at java.io.File.createTempFile(File.java:1262)
at java.io.File.createTempFile(File.java:1299)
at
slidestore.reference.JDBCContentStore.storeContent(JDBCContentStore.java:584
)
at
slidestore.reference.JDBCContentStore.createRevisionContent(JDBCContentStore
.java:445)
at
org.apache.slide.store.AbstractStore.createRevisionContent(AbstractStore.jav
a:955)
at
org.apache.slide.store.StandardStore.createRevisionContent(StandardStore.jav
a:644)
at org.apache.slide.content.ContentImpl.create(ContentImpl.java:508)
at
org.apache.slide.webdav.method.PutMethod.executeRequest(PutMethod.java:350)
I did set the path for putmethod as
pm.setPath("/slide/storescopematch/filename");
Where could i be wrong.
Thanks
Rama Kurapati