reverse-db ant task

2004-10-12 Thread Philip DONAGHY
Hi all, I am using the obj-tools package to reverse my db. Currently I am using the graphical interface but seek a sample reverse-db ant task that takes all the same options as the gui. Does this exist? Sincerely, Philip Mark Donaghy

Re: reverse db app ideas, needs review

2004-08-24 Thread Jason Pyeron
Since some people have attachement blockers on their system, here is a link: http://www.pyerotechnics.com/AutoBase.tgz On Tue, 24 Aug 2004, Jason Pyeron wrote: > > modify dump.bat for your needs. > > will post web site soon > > -jp > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

reverse db app ideas, needs review

2004-08-24 Thread Jason Pyeron
modify dump.bat for your needs. will post web site soon -jp -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron http://www.pyerotechnics.com - - Partner & Sr. Manager P

Re: Mysql JDBC driver and reverse-db

2004-06-02 Thread Armin Waibel
Hi, Martin is right. Currently there is no active development on reverseDB and reverseDB2. But all help will be welcome (it's not a problem to check in patches and enhancements ;-)). regards, Armin Martin Kalén wrote: Paolo Salvan wrote: Have anyone tried to use reverse-db with last mysql

Re: Mysql JDBC driver and reverse-db

2004-06-02 Thread Martin Kalén
Paolo Salvan wrote: Have anyone tried to use reverse-db with last mysql jdbc driver? Judging from the OJB issue-list in Scarab, where all open issues re. reverse-db have been closed with comments like.. OJB157: "There is active development on a reverse-db replacement, so this bug is pro

Mysql JDBC driver and reverse-db

2004-06-01 Thread Paolo Salvan
Hi! Have anyone tried to use reverse-db with last mysql jdbc driver? I tried to connect to my db with the jdbc driver 3.0.14, I can connect to the DB server and get the db list; if I enter inside aby DB, I get a "" voice; inside of it, I expected the tablkes list, but I got nothing.

RE: reverse-db

2004-02-12 Thread Yerra Kalyani
When you downloaded the OJB you have it. You can run it by using the ANT At the command prompt C:\OJB>ant reverse-db then a GUI Client launches and you will be a happy camper. Thanks, Kalyani -Original Message- From: Muhammad Aa

Re: reverse-db

2004-02-12 Thread Armin Waibel
Hi Muhammad, Muhammad Aamir wrote: I understand there is a tool to generate OJB mappings (repository.xml), named reverse-db ? From where can I download it ? It is included in OJB distro and can be started with bin\build.bat reverse-db or bin/build.sh reverse-db There are several tools support OJB

reverse-db

2004-02-12 Thread Muhammad Aamir
I understand there is a tool to generate OJB mappings (repository.xml), named reverse-db ? >From where can I download it ? Muhammad Aamir Senior Software Engineer Information Resource Dept. Karachi International Container Terminal Tel: (9221) 2316401-20 Fax: (9221) 2313816 E-mail: [EM

reverse-db issue:

2003-09-13 Thread Jason Pyeron
any one get this before? this was after the read button was pushed. [EMAIL PROTECTED] db-ojb-1.0.rc4]$ ant reverse-db Buildfile: build.xml reverse-db: [reversedb] Using MySQL-AB JDBC Driver 3.0.8-stable ( $Date: 2003/05/19 00:57:19 $, $Revision: 1.27.2.18 $ ) [reversedb

reverse-db status

2003-08-20 Thread Brian McCallister
What is the status of reverse-db? I seem to be unable to make it work with PostgreSQL still =/ -Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: reverse-db and reversedb2

2003-08-14 Thread Danilo Tommasina
o success. We are also using reverse engineering, our db model is very large and complex and we have a good db-design tool, so we prefere to adopt this way... I got a look to reverse-db tools, however i have the impression they are still too 'young' and doesn't give me enough freedo

Re: reverse-db and reversedb2

2003-08-14 Thread Danilo Tommasina
little remark :) > I could not get either reverse-db version working using our MSSqlServer 7 > databases. But I did come across this an OJB tool for eclipse that looks > promising (http://www.impart.ch/download.htm). It seems to generate the > repository*.xml and java files that I n

Antwort: reverse-db and reversedb2

2003-08-14 Thread lasse . lambrecht
Hello, I tried both tools. reverse-db can generate some xml data but has problems with combined foreign keys and doesn't generate any java code (the button seems not to work, at least nothing happens). reversedb2 is strange, it can read my tables from the database but it does nothing else

RE: reverse-db and reversedb2

2003-08-14 Thread Daniel . B . Brown
I could not get either reverse-db version working using our MSSqlServer 7 databases. But I did come across this an OJB tool for eclipse that looks promising (http://www.impart.ch/download.htm). It seems to generate the repository*.xml and java files that I need. I will be testing it today to

reverse-db and reversedb2

2003-08-14 Thread Daniel . B . Brown
All, I noticed these targets in the build.xml file. Do these applications work in that I can select tables from my existing database and have it generate the initial XML config file for OJB? If so, which one is best? I have tried to play with them with no success. > _

AW: reverse-db no suitable driver

2003-07-31 Thread Florian Bruckner
t; Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 31. Juli 2003 14:49 > An: OJB Users List > Betreff: reverse-db no suitable driver > > > Can't get a connection to DB from reverse-db console > > using > > JDBC Driver: org.gjt.mm.mysql.Driver &

reverse-db no suitable driver

2003-07-31 Thread ross
Can't get a connection to DB from reverse-db console using JDBC Driver: org.gjt.mm.mysql.Driver Have mysql-connector-java-3.0.7-stable-bin.jar in classpath ?? Regards Ross - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: repository_user.xml, reverse-db and field indexes

2003-03-03 Thread Anthony Kong
Hi, Ricardo, Currently I am still using 0.9.8. In 0.9.8 the first field id must start with "1" and no hole should be allowed in the numbering of the field id's. (i.e. must be "1, 2, 3, 4" instead of "0, 12, 23, 14"). The reverse-db currently cannot generating

RE: repository_user.xml, reverse-db and field indexes

2003-03-03 Thread Ricardo Tercero Lozano
nal- De: Ricardo Tercero Lozano [mailto:[EMAIL PROTECTED] Enviado el: lunes, 03 de marzo de 2003 18:24 Para: [EMAIL PROTECTED] Asunto: repository_user.xml, reverse-db and field indexes I found than if list of field descriptors inside a class descriptor in repository_user.xml don't work

Re: repository_user.xml, reverse-db and field indexes

2003-03-03 Thread Thomas Mahler
uot;0" (as generated by reverse-db) and reference descriptors are defined for some fields. Key values were loaded right, but some associated beans are loaded and some not. This behavior was found for a table with 4 references to another table (4 types of users of class UserBean).

repository_user.xml, reverse-db and field indexes

2003-03-03 Thread Ricardo Tercero Lozano
I found than if list of field descriptors inside a class descriptor in repository_user.xml don't work properly if field indexes begin with "0" (as generated by reverse-db) and reference descriptors are defined for some fields. Key values were loaded right, but some associated beans

[reverse-db] regular expressions (was: reverse-db)

2003-02-28 Thread Florian Bruckner
ially with large oracle databases, where reading can take its time. regards, Florian > -Ursprüngliche Nachricht- > Von: Emmanuel Dupont [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 27. Februar 2003 18:26 > An: 'OJB Users List' > Betreff: RE : RE : RE : revers

Re: RE : reverse-db

2003-02-27 Thread Jeremy
- Original Message - From: "Emmanuel Dupont" <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 8:41 AM Subject: RE : RE : reverse-db > Mysql with "mysql-connector-java-3.0.6-stable"

RE: reverse-db

2003-02-27 Thread Ebersole, Steven
Haha |-Original Message- |From: Dennis Ryan [mailto:[EMAIL PROTECTED] |Sent: Thursday, February 27, 2003 1:08 PM |To: OJB Users List |Subject: Re: reverse-db | | | |I let it run overnight before I decided it was quicker and |easier to do it |by

Re: reverse-db

2003-02-27 Thread Dennis Ryan
3 10:29 AM > |To: 'OJB Users List' > |Subject: RE: reverse-db > | > | > |Thanks a bunch. I'll just let it sit for a bit then. > | > ||-Original Message- > ||From: Mahler Thomas [mailto:[EMAIL PROTECTED] > ||Sent:

RE: reverse-db

2003-02-27 Thread Ebersole, Steven
Is 3 hours too long? LOL |-Original Message- |From: Ebersole, Steven [mailto:[EMAIL PROTECTED] |Sent: Thursday, February 27, 2003 10:29 AM |To: 'OJB Users List' |Subject: RE: reverse-db | | |Thanks a bunch. I'll just let it sit

RE : RE : RE : reverse-db

2003-02-27 Thread Emmanuel Dupont
OJB Users List Objet : Re: RE : RE : reverse-db If I remember right, the first popup put the name of your db, the second leave blank. If that doesn't work flip the info, blank first db name second. On Thursday, Feb 27, 2003, at 11:41 US/Eastern, Emmanuel Dupont wrote: > Mysql with &quo

RE: RE : RE : reverse-db

2003-02-27 Thread Ebersole, Steven
e : Ebersole, Steven [mailto:[EMAIL PROTECTED] |Envoyé : jeudi 27 février 2003 17:30 |À : 'OJB Users List' |Objet : RE: RE : reverse-db | |I never even got to that point. The catalogs and schema |entries would be |for RDBMSs supporting those concepts. What data

Re: RE : RE : reverse-db

2003-02-27 Thread Robert S. Sfeir
ver. I don't manage to see my database tables in the window What can I do ? -Message d'origine- De : Ebersole, Steven [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 février 2003 17:30 À : 'OJB Users List' Objet : RE: RE : reverse-db I never even got to that poin

RE : RE : reverse-db

2003-02-27 Thread Emmanuel Dupont
sers List' Objet : RE: RE : reverse-db I never even got to that point. The catalogs and schema entries would be for RDBMSs supporting those concepts. What database are you using? |-Original Message- |From: Emmanuel Dupont |[mailto:[EMAIL PROTECTED] |Sent: Thursday, Febr

RE: RE : reverse-db

2003-02-27 Thread Ebersole, Steven
7;OJB Users List' |Subject: RE : reverse-db | | |I have the same trouble but my database is not large. | |In fact I didn't' understood what I have to put in the fields : | |Enter regular expression to match catalogs | |Enter regular express

RE: reverse-db

2003-02-27 Thread Ebersole, Steven
Thanks a bunch. I'll just let it sit for a bit then. |-Original Message- |From: Mahler Thomas [mailto:[EMAIL PROTECTED] |Sent: Thursday, February 27, 2003 10:27 AM |To: 'OJB Users List' |Subject: RE: reverse-db | | |Reading the metadata of

RE : reverse-db

2003-02-27 Thread Emmanuel Dupont
lto:[EMAIL PROTECTED] Envoyé : jeudi 27 février 2003 17:17 À : OJB Users List (E-mail) Objet : reverse-db I have a pretty large database which a need to map, and was hoping to use the reverse-db tool to at least get an initial working copy. So I launch the tool, and connect to my database fine. Howeve

RE: reverse-db

2003-02-27 Thread Mahler Thomas
Reading the metadata of a DB can take a *very* long time. 15 minutes for Oracle is not long... cheers, Thomas > -Original Message- > From: Ebersole, Steven [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 5:17 PM > To: OJB Users List (E-mail) > Subject: rever

reverse-db

2003-02-27 Thread Ebersole, Steven
I have a pretty large database which a need to map, and was hoping to use the reverse-db tool to at least get an initial working copy. So I launch the tool, and connect to my database fine. However, as soon as I hit "read" (which I believe is the next step), the generator just hangs/l

AW: reverse-db isn't able to change attribute names

2003-02-21 Thread Florian Bruckner
Hi Ricardo, this problem is fixed in CVS. regards, Florian > -Ursprüngliche Nachricht- > Von: Ricardo Tercero Lozano [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 14. Februar 2003 13:19 > An: [EMAIL PROTECTED] > Betreff: reverse-db isn't able to change attribute n

Re: reverse-db (yet again)

2003-02-17 Thread Jeremy
Ricardo Tercero Lozano wrote: Hi Jeremy, I got it working yesterday. I am using MySQL 4.0.9 and connector 2.0.14. Just drop connector jar on lib directory and executed reverse-db tool. All works fine, beans and xml was generated successfully. Ricardo. Wow, I did same thing, dropped

AW: reverse-db isn't able to change attribute names

2003-02-14 Thread Florian Bruckner
a bug, I'll have a look at it. regards, Florian > -Ursprüngliche Nachricht- > Von: Ricardo Tercero Lozano [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 14. Februar 2003 13:19 > An: [EMAIL PROTECTED] > Betreff: reverse-db isn't able to change attribute names &

reverse-db isn't able to change attribute names

2003-02-14 Thread Ricardo Tercero Lozano
I found reverse-db app is not able to change attribute and bean class names. When I change an attribute name an then select another one, the first table field modifications are lost. Is it a bug, or a to-do?? Thanks, -- -- Ricardo Tercero

AW: reverse-db (yet again)

2003-02-11 Thread Florian Bruckner
ED] [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 11. Februar 2003 17:54 > An: [EMAIL PROTECTED] > Betreff: AW: reverse-db (yet again) > > > Hi, > do you know the eclipse plugin for OJB on http://www.impart.ch/download/? > this plugin is based on reverse-db. You >

AW: reverse-db (yet again)

2003-02-11 Thread Matthias . Roth
Hi, do you know the eclipse plugin for OJB on http://www.impart.ch/download/? this plugin is based on reverse-db. You can also use it with out eclipse(Start com.impart.ojbgenerator.Main). The Source Code is also includet. In the ImpartOJBGenerator.properties you have some samples to connect to

AW: reverse-db (yet again)

2003-02-11 Thread Florian Bruckner
Hi Jeremy, I've tested the reverse engineering part of reverse-db with the following database/JDBC driver combinations: - Informix IDS 9 with Informix JDBC (9.21JC2, 9.21JC3) - Oracle 8.1.7 and 9.2.0 with Oracle JDBC (9.2.0) - IBM DB2 UDB 7.2 with IBM Type 3 JDBC driver (7.02) - Mysql 3.23

RE: reverse-db (yet again)

2003-02-11 Thread Ricardo Tercero Lozano
Hi Jeremy, I got it working yesterday. I am using MySQL 4.0.9 and connector 2.0.14. Just drop connector jar on lib directory and executed reverse-db tool. All works fine, beans and xml was generated successfully. Ricardo. -Mensaje original- De: Jeremy [mailto:[EMAIL PROTECTED

Re: reverse-db (yet again)

2003-02-10 Thread Robert S. Sfeir
'Generate Java' doesn't seem to be generating anything at all. I must be missing something very obvious. I am using MySQL 4.0.7 gamma and mysql-connector-java-2.0.14-bin.jar (RH7.3, OJB 0.9.9, J2sdk1.4.1). I am trying to generate the mapping and java classes for an existing db. Her

Re: reverse-db (yet again)

2003-02-10 Thread Jason McKerr
I > am trying to generate the mapping and java classes for an existing db. > > Here is all I can get the reverse-db tool to accomplish: > > > > > jcd-alias="default" > default-connection="true" > platform="

Re: reverse-db (yet again)

2003-02-10 Thread Robert S. Sfeir
Jeremy, I tried reverse-db with various DBs, and finally gave up on it. By the time you try to figure out how to do things, chances are you've already mapped the DB manually. it's a shame it doesn't really work with DBs like SQL Server, My SQL, and Postgresql. It would in fact

reverse-db (yet again)

2003-02-10 Thread Jeremy
H7.3, OJB 0.9.9, J2sdk1.4.1). I am trying to generate the mapping and java classes for an existing db. Here is all I can get the reverse-db tool to accomplish: jcd-alias="default" default-connection="true" platform="" jdbc-level="1.0"

Re: reverse-db

2003-02-08 Thread Jeremy
.. - Original Message - From: "Jeremy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 2:54 PM Subject: reverse-db > Hi, > I am trying to utilize the reverse-db build of the ojb package to > create a schema from an existing mysql d

reverse-db

2003-02-08 Thread Jeremy
Hi, I am trying to utilize the reverse-db build of the ojb package to create a schema from an existing mysql db and am not having any luck. I was wondering if there was more documentation on implementation of this. It appears that when I modify the mysql.profile and build.properties to use the

AW: AW: reverse-db (reverse-db2)

2003-02-07 Thread Florian Bruckner
to be dbo, it just ususally is because most people don't care about defining different schemas within MSSQL). regards, Florian > -Ursprungliche Nachricht- > Von: Jeremy [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 07. Februar 2003 21:59 > An: OJB Users List > Betre

Re: AW: reverse-db (reverse-db2)

2003-02-07 Thread Jeremy
riday, February 07, 2003 6:16 PM To: OJB Users List Subject: Re: AW: reverse-db (reverse-db2) Thanks David, now I just need to find the name for a Mysql schema Any clues, anyone? I guess I can find the definitions for this in the jdbc class somewhere. - Again, thanks a bunch for the help...Jeremy

RE: AW: reverse-db (reverse-db2)

2003-02-07 Thread David Mitchell
try the name of the database user...? or maybe % which is a wildcard for some databases... -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 6:16 PM To: OJB Users List Subject: Re: AW: reverse-db (reverse-db2) Thanks David, now I just need to

Re: AW: reverse-db (reverse-db2)

2003-02-07 Thread Jeremy
regardless of who I log in as. "catalog" on the other hand, seems to map to the name of the database. -dave -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 2:59 PM To: OJB Users List Subject: Re: AW: reverse-db (reverse-db2) Florian,

RE: AW: reverse-db (reverse-db2)

2003-02-07 Thread David Mitchell
tabases, but for SQL server it always seems to be "dbo", regardless of who I log in as. "catalog" on the other hand, seems to map to the name of the database. -dave -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 2:59 PM To: OJ

Re: AW: reverse-db (reverse-db2)

2003-02-07 Thread Jeremy
ead Schema" button. This is nothing to worry about. HTH, Florian -Ursprungliche Nachricht- Von: Jeremy [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 07. Februar 2003 18:52 An: [EMAIL PROTECTED] Betreff: reverse-db (reverse-db2) Hello, I have been banging my head against how t

AW: reverse-db (reverse-db2)

2003-02-07 Thread Florian Bruckner
Hi Jeremy, reverse-db2 is not usable yet, this is work in progress and it just does reverse engineering of the database, but even this is incomplete and generating repository.xml is not working. Concerning your problem with reverse-db, this is a known issue with MySQL. This has been fixed in CVS

reverse-db (reverse-db2)

2003-02-07 Thread Jeremy
f the reverse-db component, I thought that connecting to a database was all that was necessary (using mysql:jdbc), as it would then read in the database tables and values, then create a schema or map of the database. When I connect to the database, I get no message as to whether it connects o