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

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

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 --

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 probably fairly

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 jdbc

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 empty schema voice; inside of it, I expected the tablkes list, but I got nothing

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: [EMAIL

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 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 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.

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

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 than

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 need. I

Re: reverse-db and reversedb2

2003-08-14 Thread Danilo Tommasina
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 freedom on the model generation process

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

AW: reverse-db no suitable driver

2003-07-31 Thread Florian Bruckner
: [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 Have mysql-connector-java-3.0.7-stable-bin.jar

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 are loaded

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

2003-03-03 Thread 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 properly if field indexes begin with 0

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 the field id in the proper way. If you

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/locks

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: reverse-db I have

RE : reverse-db

2003-02-27 Thread Emmanuel Dupont
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. However, as soon

RE: RE : reverse-db

2003-02-27 Thread Ebersole, Steven
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 expression to match schemas

Re: RE : RE : reverse-db

2003-02-27 Thread Robert S. Sfeir
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 point. The catalogs and schema entries would

RE: RE : RE : reverse-db

2003-02-27 Thread Ebersole, Steven
] |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 database are you using? | | ||-Original

RE : RE : RE : reverse-db

2003-02-27 Thread Emmanuel Dupont
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 mysql-connector-java-3.0.6

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

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 jdbc driver. I don't manage to see my database tables

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 names I found reverse

Re: reverse-db (yet again)

2003-02-10 Thread Robert S. Sfeir
' 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. Here is all I can get the reverse

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

2003-02-07 Thread Jeremy
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, Thanks for the info, extremely helpful. One