... I prefer it too...however I know very little about log4j (though others around me here @ work do as it's out std logger for our internal products). ... Gee...
adam flinton
aflinton@...
Jul 2, 2001 10:05 am
1257
Hi, I can't manage to map an inner class to a result set. All the examples I saw suppose that the result set maps the outer class. Is there a way to solve this...
Tangi Vass
tangivass@...
Jul 3, 2001 9:34 am
1258
Hi, Please Help me where to start xml-dbms and how to proceed to learn more. Awaiting for reply. Thanks Gerald ...
Gerry
mglraj@...
Jul 3, 2001 11:07 am
1259
Download the xmldbms101.zip at http://www.rpbourret.com/xmldbms/index.htm unzip and follow the readme.html. ... Laurent Foret Service developpement ...
Laurent Foret
l.foret@...
Jul 4, 2001 7:22 am
1260
Hi I have created an application that creates XML files based on an SQL query to an Access 2k database on one server and sends these files to an other server...
nkab@...
Jul 4, 2001 2:13 pm
1261
hi i faced same problem when this file saved in a binary format like when you save this xml file in wordpad. try to save this xml file in notepad and run this ...
p venkatesh
sdpvc@...
Jul 5, 2001 6:22 am
1262
Hi, After having struggled a couple of days with the Transfer sample application I finally admit that I need to ask for assistance. I am fairly new with Java...
teme70@...
Jul 5, 2001 11:45 am
1263
The default XML output from JDOM XMLOutputter puts all attributes in one line: <MoveData start_time="5.5" end_time="5000.5" speed="30" altitude="5" ...
huy_thuyha@...
Jul 5, 2001 3:59 pm
1264
Hi, I am a new user of this package. Can you mail me how can I get access to source code of your package. Thanks, Shachi....
Shachi Poddar
shachi_poddar@...
Jul 5, 2001 9:19 pm
1265
Hi. Just to let you know if someone will have any perl related XML-DBMS questions, please, excuse delay in my responses untill July 14 when my vacation ends. ...
Nick Semenov
nsemenov@...
Jul 6, 2001 3:45 am
1266
... If I understand you correctly, this isn't supported. I think what you want to do is pass a result set to DBMSToDOM that applies to an element type mapped...
Ronald Bourret
rpbourret@...
Jul 6, 2001 7:18 am
1267
If you downloaded the .zip file containing version 1.01, the source code is in the src.zip file in the directory you installed XML-DBMS in. You can get the 1.1...
Ronald Bourret
rpbourret@...
Jul 6, 2001 8:33 am
1268
I looked through the Xerces code. It appears this error is returned when there is no closing root element tag. Can you send an XML document that causes this...
Ronald Bourret
rpbourret@...
Jul 6, 2001 8:51 am
1269
Hi I just joined the group and i wanted to know more about xml-dbms Baby ____________________________________________________________ Do You Yahoo!? Get your...
Baby Ashwin Gobin
ash_wing@...
Jul 6, 2001 9:02 am
1270
... result ... Is ... Yes, exactly. ... DBMSToDOM ... the ... Maybe a solution could be to use temp views instead of a result set. ... such ... time ... This...
tangivass@...
Jul 6, 2001 9:17 am
1271
Changed email addreses. nkab@... is now a.bremang@... Sorry...
a.bremang@...
Jul 6, 2001 9:46 am
1272
Hi There are a number of useful links for information and the xmldbms tool set @ http://www.rpbourret.com/xmldbms/index.htm...
Asante Bremang
a.bremang@...
Jul 6, 2001 10:15 am
1273
Dear all, I have completed my WAP portal using wml & jsp and backend Oracle DB. Now I have to convert my application into XML based one and it can able to talk...
jowsaki@...
Jul 6, 2001 12:00 pm
1274
Hi I understabd that XML_DBMS is a middleware for transferring data between XML documents and relational database. I wanted to know whether it involves JSP. ...
Baby Ashwin Gobin
ash_wing@...
Jul 6, 2001 12:17 pm
1275
... It doesn't but (at least with version 1.1) you can use them with it. I've run servlets on Tomcat, WebSphere & Weblogic using XD1.1 Adam...
adam flinton
aflinton@...
Jul 6, 2001 12:36 pm
1276
... Get the 1.1 code from CVS. It has support for XSLT & JMS & will happily run as / within JSP/Servlets. ... Ron & I are just finishing up a couple of HTML...
adam flinton
aflinton@...
Jul 6, 2001 12:38 pm
1277
1) The compilation warning is due to MapFactory_MapDocument using SAX version 1.0, which is now deprecated. This will be fixed in 2.0, but shouldn't cause...
Ronald Bourret
rpbourret@...
Jul 7, 2001 5:53 am
1278
... As long as you use named views, this would work, since SELECT statements shouldn't discriminate between tables and views. ... Good point. I've wondered...
Ronald Bourret
rpbourret@...
Jul 7, 2001 6:20 am
1279
Dear friends, I have developed an enterprise application.Now my next assignment is to develop an xml based interface layer to the above application.I give...
jowsaki@...
Jul 7, 2001 9:38 am
1280
Dear friends, I have developed an enterprise application.Now my next assignment is to develop an xml based interface layer to the above application.I give...
jowsaki@...
Jul 7, 2001 9:49 am
1281
... From: adam flinton <aflinton@...> Reply-To: xml-dbms@yahoogroups.com To: "'xml-dbms@yahoogroups.com'" <xml-dbms@yahoogroups.com> Subject: RE:...
kapil kushwaha
k_kushwaha@...
Jul 9, 2001 3:30 am
1282
Hi friends Well i'm a newcomer and i would really appreciate it if someone could help me. Well i've got to make a portal(HTML code writer also included). I...
Baby Ashwin Gobin
ash_wing@...
Jul 9, 2001 5:51 am
1283
... If you want to transfer data between an XML document and a database, XML-DBMS would be helpful. This would probably relate to your task as follows. Inside...
Ronald Bourret
rpbourret@...
Jul 10, 2001 5:54 am
1285
Hi everybody, this is my first e-mail message. First of all congratulations to Ronald, all his colaborators and all of you for the making of this wonderfull...
JuanJosé Garcia -N...
jgarcinu@...
Jul 10, 2001 1:52 pm
1286
Is There some way to transform resultset(java) to xml document with his own dtd ? I found some classes of XMLSMBD, but I like to use some little different. I...