Hi Kevin, I believe this question should rather go to the jena mailing list, as it's about programmatic access to TDB.
TopBraid's .tdb files are *not* Jena assembler files, but SPARQLMotion files - they look similar though. Regards, Holger On Dec 28, 2010, at 1:06 PM, kptyson wrote: > Greetings, > Trying out TDB for the first time, I'm encountering an error probably > due to my lack of experience. > I've created an assembly file using tbc. > I attempt to access that assembly file using the following code > Model model = TDBFactory.assembleModel(assemblerFile); > where assemblerFile is a string containing the file specification of > the .tdb assembler file created manually using tbc. > When the method is executed I get the following error: "Exception in > thread "main" java.lang.NoSuchMethodError: > com.hp.hpl.jena.sparql.util.Context.putAll(Lcom/hp/hpl/jena/sparql/ > util/Context;)V" > I'm using version 0.8.8 of TDB. The only other jar file used is > jargs.jar from gnu. > Any assistance will be greatly appreciated. > TIA, > Kevin > > -- > You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include TopBraid Composer, > TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. > 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-users?hl=en -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. 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-users?hl=en
