[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: Client error



Hi,
I am using Ozone (one of the latest cvs) under windows NT.
I just modified the xml sample client to execute the following 
xupdate:

String document = "<pippo>pluto<pappo>pluto</pappo></pippo>";
 		
//all files and names are hard wired yet
// filename = "address.xml";
qstring = "<lexus:modifications version=\"1.0\" 
xmlns:lexus=\"http://www.xmldb.org/xupdate\">"+
"<lexus:append select=\"/xmlrepository\" child=\"last()\">"+
"<lexus:element name=\"article\">"+
document+
"</lexus:element>"+
"</lexus:append>"+
"</lexus:modifications>"

after that the code is equal to the sample one.

But it gives me the exception:

Exception in thread "main" java.lang.NoClassDefFoundError
at org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:456)
at org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:424)
at org.ozoneDB.ExternalDatabase.invoke(ExternalDatabase.java:704)

I really have no clue, but I think something is broken between ozone and
lexus jars...

Marco