Orion and MySQL config

2001-10-15 Thread Derek Lee
Dear All, Any document can help me to understand how to config the Orion connect to MySQL and create the connection Pool? Or any expert can teach me how to config it? Thanks in advance Derek __This transmission

Short Orion/remote MySQL howto

2001-04-06 Thread Koster, K.J.
Dear All, I've written a short howto on setting up Orion with MySQL on FreeBSD, including some info on how set up privileges to connect to a remote MySQL database. http://kjkoster.org/java/index.jsp?page=content/packages.jspid=hd07 Kees Jan

Re: orion with mysql?

2001-04-05 Thread Armin Michel
[...] We also tried Hypersonic, but it seems that when both Orion and JBuilder communicate with the db the db gets confused. At least the changes we make in JBuilder don't get updated. That's propably because Orion caches data of the DB. If you stop Orion, then update the DB and then

RE: orion with mysql?

2001-04-05 Thread Kiss Tibor
The cause for that could be that MySQL does not support transactions... -Original Message- From: Aaron Tavistock [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 3:28 AM To: Orion-Interest Subject: RE: orion with mysql? You only need a schema if you intend to do CMP

RE: orion with mysql?

2001-04-05 Thread Kemp Randy-W18971
, April 05, 2001 3:31 AM To: Orion-Interest Subject: RE: orion with mysql? The cause for that could be that MySQL does not support transactions... -Original Message- From: Aaron Tavistock [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 3:28 AM To: Orion-Interest Subject: RE

RE: orion with mysql?

2001-04-05 Thread Aaron Tavistock
transactions the way the specification wants them to. -Original Message- From: Kiss Tibor [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 1:31 AM To: Orion-Interest Subject: RE: orion with mysql? The cause for that could be that MySQL does not support transactions... -Original

Re: orion with mysql?

2001-04-05 Thread Rian Schmidt
est. Rian - Original Message - From: Armin Michel [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 12:25 AM Subject: Re: orion with mysql? [...] We also tried Hypersonic, but it seems that when both Orion and JBuilder communicate with the db the db get

Re: orion with mysql?

2001-04-05 Thread peter kua
to option to create transactional tables which can be used with EJBs - Original Message - From: "Kemp Randy-W18971" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 9:09 PM Subject: RE: orion with mysql? I believe the lat

orion with mysql?

2001-04-04 Thread Peter Peltonen
Is it possible to use MySQL with Orion? Does it need a db-schema of it's own? We tried to use PostgreSQL but JBuilder4 didn't cope with it very well (JBuilder isn't able to show Postgre's tables). We also tried Hypersonic, but it seems that when both Orion and JBuilder communicate with the db

Re: orion with mysql?

2001-04-04 Thread Ray Harrison
] wrote: Is it possible to use MySQL with Orion? Does it need a db-schema of it's own? We tried to use PostgreSQL but JBuilder4 didn't cope with it very well (JBuilder isn't able to show Postgre's tables). We also tried Hypersonic, but it seems that when both Orion and JBuilder communicate

Re: orion with mysql?

2001-04-04 Thread Geoff Marshall
Am using MySQL with Orion without it's own db-schema. No problems, yet. Be sure to get the MM.MySQL driver... -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110

RE: orion with mysql?

2001-04-04 Thread Fernando De Leon
I am also using Orion with mySql without the Schema no problems here :D jsut have the jar driver in the lib directory -Original Message- From: Geoff Marshall [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 8:52 AM To: Orion-Interest Subject: Re: orion with mysql? Am using

RE: orion with mysql?

2001-04-04 Thread Aaron Tavistock
inclination is that its the mm.mysql driver itself, and the real problem is just that transaction support is not implimented in a way that complies with the EJB spec (e.g. javax.transaction doesn't occur anywhere in the source). So, while you can use MySQL with Orion you can't do EJB unless you

Orion and mysql: turning autocommit off?

2001-03-19 Thread Henrik Røn (LMD)
to turn off autocommit? Regards Henrik -Original Message- From: Tim Endres [mailto:[EMAIL PROTECTED]] Sent: 30. januar 2001 22:16 To: Orion-Interest Subject: Re: orion and mysql? I found it very easy...I use: http://mmmysql.sourceforge.net/ - jdbc driver http

RE: Orion and mysql: turning autocommit off?

2001-03-19 Thread Aaron Tavistock
and short of it is... I've tried using mySql, it won't work yet. So far as both PostgresSQL and Oracle work very well as alternatives. -Original Message- From: Henrik Rn (LMD) [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 7:58 AM To: Orion-Interest Subject: Orion and mysql: turning

RE: NOVICE Question about orion and mysql

2001-02-21 Thread Dvornikov Victor
Check log files of orion and your database -Original Message- From: Andres Garcia Hourcade [SMTP:[EMAIL PROTECTED]] Sent: 20 2001 16:22 To: Orion-Interest Subject: RE: NOVICE Question about orion and mysql Thanks a lot, i did what you tell me,but i am still getting

RE: NOVICE Question about orion and mysql

2001-02-21 Thread Ray Harrison
[EMAIL PROTECTED] owner-orion-interest@orioncc: server.comSubject: RE: NOVICE Question about orion and

NOVICE Question about orion and mysql

2001-02-20 Thread Andres Garcia Hourcade
server that it must create de addresbookdb, not search it any ideas ? -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de [EMAIL PROTECTED] Enviado el: lunes, 19 de febrero de 2001 13:48 Para: Orion-Interest Asunto: Re: NOVICE Question about orion and mysql

Re: NOVICE Question about orion and mysql

2001-02-20 Thread Brian Wing Shun Chan
TECTED]]En nombre de [EMAIL PROTECTED] Enviado el: lunes, 19 de febrero de 2001 13:48 Para: Orion-Interest Asunto: Re: NOVICE Question about orion and mysql Hi Andres, I have some custom CMP EJBs working with MySQL 3.23. My datasource.xml entry is similar to yours. A couple thoughts: 1

RE: NOVICE Question about orion and mysql

2001-02-20 Thread DSmith
rest@orioncc: server.comSubject: RE: NOVICE Question about orion and

Re: NOVICE Question about orion and mysql

2001-02-19 Thread DSmith
Hi Andres, I have some custom CMP EJBs working with MySQL 3.23. My datasource.xml entry is similar to yours. A couple thoughts: 1. Make sure you have removed the attribute "ejb-location" from the hsql datasource. 2. Make sure you have a schema for mysql in the orion/confi

NOVICE Question about orion and mysql

2001-02-16 Thread Andres Garcia Hourcade
i changed orion-primer-cmp to use mysql 3.22 the mysql server is up and running, the app. works fine with hsql, but in mysql i have to create database and tables manually, because it cannot auto-create them what else may i config, or where i could find any tips ? thanks in advanced attached

Re: orion and mysql?

2001-01-31 Thread Marc Linke
orton" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, January 30, 2001 6:24 PM Subject: Re: orion and mysql? I found it very easy...I use: http://mmmysql.sourceforge.net/ - jdbc driver http://javaexchange.com/ - connection pooling One

RE: orion and mysql?

2001-01-31 Thread Stanislav Maximov
-Interest Subject: RE: orion and mysql? Well then, is there a simple how-to for setting up Interbase with Orion? - Have you got a database schema which works? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Arno Grbac Sent: 30. januar 2001 19:08

Re: orion and mysql?

2001-01-31 Thread Dan Winfield
the standard classpath detailed in the Java Servlet specification. dan - Original Message - From: "Marc Linke" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, January 31, 2001 10:06 AM Subject: Re: orion and mysql? Hi, well, i'm more in need

Re: orion and mysql?

2001-01-30 Thread David Morton
: Hi, is there any simple how-to for setting up mysql with orion available? Or can someone explain me how to do it? thanks

RE: orion and mysql?

2001-01-30 Thread Juan Lorandi (Chile)
not to mention the total lack of transaction support which makes it impossible to be used with CMP AFAIK JP -Original Message- From: Arno Grbac [mailto:[EMAIL PROTECTED]] Sent: Martes, 30 de Enero de 2001 15:08 To: Orion-Interest Subject: RE: orion and mysql? This doesn't answer your

Re: orion and mysql?

2001-01-30 Thread Tim Endres
I found it very easy...I use: http://mmmysql.sourceforge.net/ - jdbc driver http://javaexchange.com/ - connection pooling One variable i had was w/javaexchange's DBBroker, set AutoReconnect=true... so far so good...been using awhile Which mysql are you using? Not all

Re: orion and mysql?

2001-01-30 Thread David Morton
I just switched to latest and greatest of 3.23 tree from the greatest of the 3.22 tree...so far so goodeven updating the working server was easy. It's fantastic for medium size web sitesI haven't played with the Berkeley DB transactions yet.

RE: orion and mysql?

2001-01-30 Thread Randahl Fink Isaksen
] [mailto:[EMAIL PROTECTED]]On Behalf Of Marc Linke Sent: Tuesday, January 30, 2001 11:21 AM To: Orion-Interest Subject: orion and mysql? Hi, is there any simple how-to for setting up mysql with orion available? Or can someone explain me how to do it? thanks

Re: Orion and MySQL

2000-10-10 Thread Shailesh Joshi
Title: Orion and MySQL Hi Dube , Craig . I have deployedan entity bean[CMP] inthe MySQL database. I am specifyingdatabase-schemas\mysql.xml modifications in data-sources.xml as it is. 1]database-schemas\mysql.xml ?xml version="1.0"?!DOCTYPE database-schema PUBLIC &q

Orion and MySQL

2000-10-09 Thread Dube, Craig
Title: Orion and MySQL I am trying to set up orion to use MySQL instead of HypersonicSQL. I'm looking for some advice on how to properly setup Orion to use the MySQL database that I have installed. So far I have used the MySQL admin tool to creat a database called oriondb. I have also