>Did you ever find out what "soo10 Invalid Argument in JDBC call " meant? > >Thanks, >Kevin
Xmlblaster couldn't find the ojdbc14.jar file because my classpath wan't defined right. Once I specified the classpath (-cp) on the command line when launching xmlblaster, I was able to connect successfully: java org.xmlBlaster.Main -cp lib/xmlBlaster.jar:lib/ojdbc14.jar -cluster false -cluster.node.id mymom Also after doing this, I discovered that you don't have to add ojdbc14.jar to the manifest.xmlblaster file. Hope this helps.
