Russell > Check your data for apaostrophies, quotes, ampersands, greater-than or > less-than symbols - any of these create invalid xml from datadump. This > is fixed in current cvs.
The data xml file appears to be valid. I don't think this is it. Here's the velocity.log for the datasql target. 2002-09-23 20:30:33,173 - SimpleLog4JLogSystem initialized using logfile 'velocity.log' 2002-09-23 20:30:33,179 - ************************************************************** 2002-09-23 20:30:33,179 - Starting Jakarta Velocity v1.3 2002-09-23 20:30:33,179 - RuntimeInstance initializing. 2002-09-23 20:30:33,180 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties 2002-09-23 20:30:33,180 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogSystem 2002-09-23 20:30:33,180 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogSystem or necessary supporting classes in classpath. Exception : java.lang.NoClassDefFoundError: org/apache/log/format/Formatter 2002-09-23 20:30:33,181 - Trying to use logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem 2002-09-23 20:30:33,181 - Using logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem 2002-09-23 20:30:33,214 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl) 2002-09-23 20:30:33,276 - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader 2002-09-23 20:30:33,279 - FileResourceLoader : initialization starting. 2002-09-23 20:30:33,280 - FileResourceLoader : adding path '/home/eemminger/Documents/torque-3.0-b5-dev/templates' 2002-09-23 20:30:33,280 - FileResourceLoader : initialization complete. 2002-09-23 20:30:33,298 - ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl) 2002-09-23 20:30:33,299 - Default ResourceManager initialization complete. 2002-09-23 20:30:33,324 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2002-09-23 20:30:33,336 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2002-09-23 20:30:33,353 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2002-09-23 20:30:33,375 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2002-09-23 20:30:33,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2002-09-23 20:30:34,350 - Created: 20 parsers. 2002-09-23 20:30:34,351 - Velocimacro : initialization starting. 2002-09-23 20:30:34,352 - Velocimacro : adding VMs from VM library template : VM_global_library.vm 2002-09-23 20:30:34,372 - ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. 2002-09-23 20:30:34,373 - Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm' 2002-09-23 20:30:34,373 - Velocimacro : VM library template macro registration complete. 2002-09-23 20:30:34,374 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2002-09-23 20:30:34,374 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2002-09-23 20:30:34,375 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2002-09-23 20:30:34,375 - Velocimacro : messages on : VM system will output logging messages 2002-09-23 20:30:34,376 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2002-09-23 20:30:34,376 - Velocimacro : initialization complete. 2002-09-23 20:30:34,376 - Velocity successfully started. Is the missing 'VM_global_library.vm' a problem? Any ideas? Eric -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
