After looking at what's going on in MySQL (using MySQL Query Browser), it looks like TBC may always be trying to find the specified model at the default model location, instead of the named model that I specify in the SDB dialog. Is there some option to tell it to look for a named model, not the default model in the SDB database?
i.e. it looks like it's using SDBFactory.connectDefaultModel Instead of SDBFactory.connectNamedModel That's just a guess based on the fact that in the prefixes table, the ':' prefix uri always changes to whatever the last model URI I tried to connect to using TBC. I'm assuming the ':' prefix represents the default model prefix. Jeff Work: 314-232-1997 Cell: 636-448-5990 > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Schmitz, Jeffrey A > Sent: Tuesday, December 08, 2009 12:48 PM > To: [email protected] > Subject: RE: [tbc-users] Anyone using Jena RDB database? > > Just noticed this after upgrading to the latest TBC. I'm > moving to using the SDB database, and have actually got it > working with our app (although SPARQL queries are MUCH slower > right now), but I still can't create a SDB model in TBC that > will connect to existing SDB models in my MySQL database. > When I create a model I get no errors, but it shows the model > being empty when it's not. Are there any tricks to creating > an SDB model? What about specification of layout? > > Jeff > > > > > -----Original Message----- > > From: Holger Knublauch [mailto:[email protected]] > > Sent: Monday, August 03, 2009 3:37 PM > > To: [email protected] > > Subject: [tbc-users] Anyone using Jena RDB database? > > > > > > Dear users, > > > > TopBraid has been supporting the "old" Jena RDB database for many > > years now, but with 3.1 we have also started to support the next > > generation of RDB, called SDB. In order to simplify maintenance and > > reduce the number of TopBraid plugins, we are considering > to drop RDB > > support from the next major release (3.2). > > > > For those users still using RDB, we recommend upgrading to SDB if > > possible. If this is impossible for you, please contact me > and we can > > discuss continuing RDB support for longer. > > > > Thanks, > > Holger > > > > > > --~--~---------~--~----~------------~-------~--~----~ > > 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 > > -~----------~----~----~----~------~----~------~--~--- > > > > > > -- > > 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. > > > -- 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.
