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