Christian -- Thanks for sending me your files. I duplicated your problem here and found the problem. The version of Transfer in the alpha 3 release does not...
Hi dudes, Yeah !! i am new to this group. Can any one explain me to how to install xml-dbms on linux fedora core 2 platform, running MySql Database. Thanks for...
If you haven't already done so, download version 2.0 alpha 3 from: http://www.rpbourret.com/xmldbms/index.htm To install, follow the instructions in section 2...
I ran XMLDBMS sample code GenerateMap.java but I am getting the following exception I am using xerecs-1_4_4 parser and have already set the ODBC connection...
The most likely cause is that you have not specified a classpath when you run GenerateMap. Unless you have set this separately, Java cannot find the Parser...
Hi, where can i get a complete example to use retrieveDocument() per api using DBMSToDOM? something like the orders example in the samples directory... In...
hello, i am working with xml-dbms v1.01 using MS access and xerces1.0.4 parser. when i compile the "GenerateMap.java" file..its giving error saying package...
Ok, everything was fine creating a sample for using xml-dbms. the last step is driving me crazy. although there is(!) one filters.dtd-file in my working dir, i...
Well, some additional question. I was creating some KeyGenerators with: KeyGenerator keyGen = (KeyGenerator)Class.forName(KEYGENERATOR).newInstance(); ...
Make sure your CLASSPATH is set to point to xmldbms.jar, the .jar file for Xerces, and the current directory. For example, if XML-DBMS is installed in...
KeyGenerator is an interface, not a class, so you can't instantiate it. The version 2.0 alpha 3 release does not come with any implementations of the...
Hello, i just wan to create a Map-Object calling createMap() just like this: mf = new MapFactory_Database(conn); XMLDBMSMap map = mf.createMap(?); ? means i...
1) Think of the tables in your database as forming a graph, where tables are linked by primary key / foreign key relationships. MapFactory_Database just starts...
Well, but calling createMap with null-values (eg. createMap(null, null, null, [rootTableArray]) causes following exception: java.lang.IllegalArgumentException:...
Sorry, I wasn't clear about that. If you are using the methods that take array-valued parameters, pass in an array with null-valued entries. I'm not sure what...
here it is! by the way, calling createMap() with null-valued arrays causes a java.sql.SQLException: Base table or view not found, message from server: "Table...
1) I suspect the table is not found because you have not used the correct case. The functions used by MapFactory_Database quote identifiers, so you must use...
Hi Ron! I need to make sure that for EVERY SELECTED DATABASE-TUPLE the PRIMARY KEY is selected during the publishing process. (This is just a requirement of ...
I was wondering how to handle BLOB data types in map file. One of column of my table is of type BLOB so I need to define the same in map file. I would ...
Before I try to answer this question, which has several possible answers, could you explain your application architecture? In particular, I need to know where...
Application architecture: The application is integrating the XML-DBMS middleware. An admin is writing some SQL-Statements or Filters, Mapping etc. A set of...
Hi there, i am working with xml-dbms v1.01 using MS access and xerces1.4.4 parser. i am having problem with GenerateMap application i created xmldbms data...
Just to make sure I understand. Each time a row from the database is retrieved, you want to retrieve the primary key of that row and store it somewhere else in...
OK. Here's some suggestions. For simplicity, I will assume you are using GenericHandler. If not, please adjust accordingly. Map + filter documents ... To...
I don't have time to answer this tonight. In the mean time, search the archives [1] for "binary data". This will return a number of messages that deal with...