Hi Ryan,
> Unforunately I'm a victim of MSSQL Server 2000, and I read the > reverse-db tool doesn't work with it. I was wondering if there > was a manual or command-line workaround for it were I give it DDL > from my database it will at least generate the repository_user > file or even the entity bean files as well. sorry, reverse-db only supports reading metadata directly from the database. There is no way putting SQL DDL into reversedb as this would require a SQL parser. > I walked through the tutorial1 and got it running fine with SQL > server, and at the end it hints that you can do this, but I > couldn't find any more info on it: > -------- > Reverse engineering, SQL DDL or a life Database are given, Java > classes and mapping have to be generated. > Call build[.sh] reverse-db to see our reverse engineering tool at work. > ---------- Looks like a documentation bug. regards, Florian > > Also I noticed I have the deadlocking problem in the junit tests, > I'm assuming this is still an outstanding issue? > > Any hints appreciated. > > Ryan Vanderwerf > > -- > To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org> > > -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
