|
From: <pe...@us...> - 2003-12-11 23:57:32
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/store
In directory sc8-pr-cvs1:/tmp/cvs-serv1620/src/java/org/neuclear/store
Modified Files:
FileStore.java
Log Message:
Trying to test the ReceiverServlet with cactus. Still no luck. Need to return a ElementProxy of some sort.
Cleaned up some missing fluff in the ElementProxy interface. getTagName(), getQName() and getNameSpace() have been killed.
Index: FileStore.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/store/FileStore.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** FileStore.java 10 Dec 2003 23:58:52 -0000 1.17
--- FileStore.java 11 Dec 2003 23:57:29 -0000 1.18
***************
*** 2,5 ****
--- 2,9 ----
* $Id$
* $Log$
+ * Revision 1.18 2003/12/11 23:57:29 pelle
+ * Trying to test the ReceiverServlet with cactus. Still no luck. Need to return a ElementProxy of some sort.
+ * Cleaned up some missing fluff in the ElementProxy interface. getTagName(), getQName() and getNameSpace() have been killed.
+ *
* Revision 1.17 2003/12/10 23:58:52 pelle
* Did some cleaning up in the builders
***************
*** 218,222 ****
}
! // public void store(Document doc) throws InvalidNamedObject,IOException {
// store(new NSDLObject(doc));
// }
--- 222,226 ----
}
! // public void store(Document doc) throws InvalidNamedObjectException,IOException {
// store(new NSDLObject(doc));
// }
|