Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2907 - 2936 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2907
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...
Gervas Douglas
gervasdouglas
Offline Send Email
May 1, 2003
3:07 pm
2908
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@...
Send Email
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...
Ronald Bourret
xmldbms
Offline Send Email
May 1, 2003
4:39 pm
2910
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]...
ardavan_kanani
Offline Send Email
May 1, 2003
6:03 pm
2911
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...
Ronald Bourret
xmldbms
Offline Send Email
May 1, 2003
7:54 pm
2912
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@...
Send Email
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...
sharadaj2000
Offline Send Email
May 2, 2003
12:23 am
2914
... Hmmm. I looked at the code in DataHandlerBase and ArrayDataSource. DataHandlerBase can use user names and passwords if they are provided, but ...
rpbourret@...
xmldbms
Offline Send Email
May 2, 2003
3:28 pm
2915
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...
sharadaj2000
Offline Send Email
May 2, 2003
4:43 pm
2916
... OK. ... Yes, I understood. Here is the ClassMap for Purchaseorder. The important thing here is the use of OrderColumn in the RelatedClass element for ...
Ronald Bourret
xmldbms
Offline Send Email
May 2, 2003
8:57 pm
2917
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...
tonyseventhson
Offline Send Email
May 3, 2003
5:10 pm
2918
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...
rpbourret@...
xmldbms
Offline Send Email
May 3, 2003
8:12 pm
2919
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...
rpbourret@...
xmldbms
Offline Send Email
May 5, 2003
6:54 pm
2920
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@...
Send Email
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:...
lihongtao
chinalihongtao
Offline Send Email
May 6, 2003
8:15 am
2922
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@...
Send Email
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]...
lihongtao
chinalihongtao
Offline Send Email
May 6, 2003
9:18 am
2924
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@...
Send Email
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 ...
rpbourret@...
xmldbms
Offline Send Email
May 6, 2003
5:11 pm
2926
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@...
Send Email
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...
Ronald Bourret
xmldbms
Offline Send Email
May 7, 2003
5:27 am
2928
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Ronald Bourret
xmldbms
Offline Send Email
May 8, 2003
4:43 am
2932
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....
ASHISH SINGHAL
erashishsinghal
Offline Send Email
May 8, 2003
1:05 pm
2933
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: ...
Ronald Bourret
xmldbms
Offline Send Email
May 9, 2003
4:27 am
2934
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@...
Send Email
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...
lbs_mod
Offline Send Email
May 12, 2003
6:59 pm
2936
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...
Gudmundur Arni Thoris...
mummi@...
Send Email
May 12, 2003
9:24 pm
Messages 2907 - 2936 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help