I'm trying to create a map for IFX1.2 and get this error ... de.tudarmstadt.ito.xmldbms.InvalidMapException: More than one property is mapped to the table...
... Does this happen if you are running normal JDBC code? That is, not using XML-DBMS? ... I assume you are using the generated keys? If so, you should be able...
This is a design bug in XML-DBMS. (I think it is fixed in v2.0, but I can't remember.) The problem occurs because CSPRefId contains only PCDATA and occurs with...
Thanks for you quick response ... any idea when v2.0 is due out? Darren. ... From: Ronald Bourret [mailto:rpbourret@...] Sent: Thursday, May 02, 2002...
The reason I ask is because the is of 45 references in this DTD. The workaround is not an option. Love the tool though .. powerful. Thanks. ... From: Ronald...
... If you search the archives, you'll see that I always refuse to answer this question. The current state is alpha 2. I expect alpha 3 (which will add...
I checked the code in v2.0. It currently prohibits multiple properties from sharing the same property table. I'll add this to the list of things to look at in...
Hi there. I am currently working on a project for www.gmptraining.com And I have more products to be offered on the site. I want to update the product list. I...
Hi, I will have a go at answering the questions... (although I may get flamed or corrected later) If you want to use xmldbms you need to use a DTD which...
I have three applications where the incoming XML is only partially significant from a meta-data point of view: Each document consists of an envelope listing...
This is possible -- just map the element type using a PropertyMap instead of a ClassMap. For an example, see the mapping for the Description element type in...
... Ron, In the process of migrating from xml-dbms 1.0 to 2.0 I created a simple xsl stylesheet to convert the .map files. While it is not complete, it might...
... Below is a modified version of Tomohiro TAKAHASHI's code [1]. The new code checks in each SELECT statement before checking out a new SELECT statement. This...
Dear All, OK then we have a working XD Version1 mapbuilder from JDBC GUI thing. What is missing is a "test" facility whereby you can hook together different ...
adam flinton
aflinton@...
May 8, 2002 10:36 am
2241
Ron - Do you want me to put this into the Version 1 code I have? Adam [Non-text portions of this message have been removed]...
adam flinton
aflinton@...
May 8, 2002 10:40 am
2242
No. It is memory intensive -- it reads entire result sets and stores them locally before processing them, rather than reading/processing them one row at a...
Here are some observations about processes and properties: 1) A given process (getting an XML document from JMS, storing an XML document in the database,...
I want to map the following XML file to three tables ... USER, ACCOUNT and TRANSACTION And example of my problem is that I want to place the <RECIEVED> data...
Hello all! I've got a problem retrieving a data from TEXT column. It permanently gives a garbage like "[B@1080f1c0" instead of column value. Inserting is OK....
This isn't possible in version 1.x. It is possible in v2.0 using the InlineMap mapping element. You can find some (largely useless) examples in the CVS tree...
Is TEXT a LONGVARCHAR? If so, I wonder if your JDBC driver is returning an InputStream or similar object instead of a String object. That would account for the...
Thanks, Ron! RB> Is TEXT a LONGVARCHAR? If so, I wonder if your JDBC driver is RB> returning an InputStream or similar object instead of a String RB> object....
Hi All, XML Spy says that the DTD that comes with V2.0 is not valid ... anyone else have this problem? Darren Hill Software Engineer (416) 226-2900 x3326 724...
I have had the same problem with XML Spy, and I am using 4.3. Any other suggestions for validating a 2.0 map against the 2.0 DTD would be great. - Dan ... ...