Since Web Services (WS) was launched we have heard a lot about service-orientated architecture or SOA. No doubt many of you were involved with SOA projects...
Thanks for the pointed to that other driver, Ron, and for quick reply. Here's a more detailed description of the problem, or what we think is a problem: the...
Gudmundur Arni Thoris...
mummi@...
May 1, 2003 3:16 pm
2909
I, too, looked at the XML-DBMS code (DOMToDBMS and DataHandlerBase) and don't see any obvious problems. To check if there is a driver bug, please run a trace...
Ron, Here is the output from the dbtest program: 2003-05-01 14:00:01 [27335] DEBUG: BackendStartup: forked pid=9475 socket=8 2003-05-01 14:00:01 [9475]...
This appears to be a driver bug. Regardless of auto-commit mode, drivers are always required to start a transaction when a new transaction is needed. In...
OK. Thanks a lot for the help, Ron, we appreciate it. We'll let you know how it goes with the other driver you pointed out to us, once Ardi gets that thing to...
Gudmundur Arni Thoris...
mummi@...
May 1, 2003 8:05 pm
2913
Hi, Iam not using Transfer class.Iam using ArrayDatasource and passing connection to DBMSTODOM.connection is retrieved from datasource.Iam still getting the...
Hi, yeah,as u said that is the problem with apaches datasource.i got rid of those messages. Regarding the second question,I think iam not clear explaining what...
... OK. ... Yes, I understood. Here is the ClassMap for Purchaseorder. The important thing here is the use of OrderColumn in the RelatedClass element for ...
I purchased the new jBuilder enterprise edition and used the transfer.java logic in an application Im writting. I receive a deprecated warning for the "static...
There nothing to do. You get the warning because yoiur XML parser implements SAX 2.0 and the version of XML-DBMS that ships with JBuilder uses SAX 1.0. (It was...
I've been talking to a company that has a mapping technology similar to XML-DBMS and they said something that intrigued me. They claim that customers use their...
Now I am trying to transfer an XML file(orders.xml in Samples) to database . The Transfer sample worked well. But when I use the Mapmanager to generate a map...
刘璐莹
lly@...
May 6, 2003 7:48 am
2921
You can check the cvs and get the lastest version of xmldbms, the MapManager in the cvs is perfect. ... From: 刘璐莹 To: xml-dbms@yahoogroups.com Sent:...
I am using XML-DBMS, Java version 2.0 (Alpha 3) now . Is it not good enough? ... From: "lihongtao" <lihongt@...> To: <xml-dbms@yahoogroups.com> Sent:...
刘璐莹
lly@...
May 6, 2003 9:14 am
2923
CVS version of xmldbms has some bugfix of alpha 3. ... From: 刘璐莹 To: xml-dbms@yahoogroups.com Sent: Tuesday, May 06, 2003 5:16 PM Subject: Re: [xml-dbms]...
I have some difficulties in getting the right to download the file.Could you tell me the method or mail me the file (it's just about 1MB). Thanks a lot! ... ...
刘璐莹
lly@...
May 6, 2003 12:18 pm
2925
1) The bug fixes in the CVS tree won't change the behavior you are seeing. 2) MapManager generates a different map than samples/order.map because of ...
Ron. Are there significant differences between the v2 Alpha3 and the live CVS-repository? If so, could you briefly list them? Thanks. Mummi, CSHL On Tuesday,...
Gudmundur Arni Thoris...
mummi@...
May 6, 2003 7:03 pm
2927
... Here's what I've done so far. Most of the changes are internal cleanup and bug fixes, but there are some changes that will affect applications that use...
Cool. Thanks a lot. We are actually good at the moment, so we'll use what we have until we unearth some additional bugs! Ardavan, my associate, did the...
Gudmundur Arni Thoris...
mummi@...
May 7, 2003 1:11 pm
2929
... Going both ways is certainly the main reason why we want to use XML-DBMS and not one of the one-way solutions out there. We couldn't find anything more...
Gudmundur Arni Thoris...
mummi@...
May 7, 2003 1:39 pm
2930
1) I have corrected some errors in the Map file.But as I know ,someone use the MapManager without big problems as I meet .Does it mean I have done something...
刘璐莹
lly@...
May 8, 2003 2:04 am
2931
... The behavior you saw was not an error. It was correct. The problem is that the MapManager cannot predict things that a human knows, such as which element...
Hiii I want to parse a DTD with SAX parser. I m using MSXML Parser. While parsing an Element declaration in DTD we get a normalized string for content model....
I don't know of any DTD parsers that produce events, but I don't know all DTD parsers. The following DTD parser builds a set of objects that model the DTD: ...
I would like to report to this newsgroup our preliminary results from using the SAXDOMIX framework that Ron suggests as a workaround for the 'out of memory'...
Gudmundur Arni Thoris...
mummi@...
May 9, 2003 4:37 pm
2935
Hi, SV_RFID (http://groups.yahoo.com/group/sv_rfid/) is a Yahoo group that aims to gather together those who have common interest in RFID, not only as just a...
I have not done much retrieving from our current XML-DBMS/MySQL setup so far, but will need to do so real soon. I have however encountered a problem that is...