Hi Kevin, we are removing support for the old .jenadb. Please look into Jena SDB or TDB as alternatives, and both have dedicated SPARQLMotion modules.
Regarding the error message with MultiUnion, please send the complete stack trace (from the Error Log?). Thanks, Holger On Sep 28, 2009, at 11:48 AM, Kevin Matthews wrote: > > I am trying to write a SparqlMotion script that constructs some new > triples and inserts them into a Jena database that is running on our > network, but I am having problems doing so. > > Right now I have a very simple SparqlMotion script that contains one > module that constructs a test triple connected to one module that > attempts to insert that triple into my ontology on a Jena database. > When the second module is of type ExportToRDFFile, I get this error: > > Could not write to /CIEDETS_OWL/Databases/CIEDETS.jenadb: > java.lang.ClassCastException: com.hp.hpl.jena.graph.compose.MultiUnion > > When the second module is of type ExportToOracleRDFDatabase, I get > this error: > > Invalid Oracle URL. > > It seems there are export modules for Oracle, Sesame, text files, and > spreadsheets, but none for Jena. What am I missing? > > > Thanks, > > Kev > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
