Using org.apache.ojb.tools.mapping.reversedb.Main

2004-10-27 Thread Philip DONAGHY
Hello everybody, I am using ojb tools v1.0.1 to reverse an existing database. I use the "Save XML" and "Generate Java" features as shown here. Click on "Connect to Database" and enter the following parameters Set "JDBC Driver Class" to "oracle.jdbc.driver.OracleDriver" Set "JDBC URL" to "jdbc:ora

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: Converting ReverseDb repository.dtd to repository.xsd for XMLBeans

2004-07-07 Thread Philip DONAGHY
I found the solution. One must execute xmlbeans using the -noupa flag. The tool dtd2xs-2_0 from syntext.com was used to convert the dtd to an xsd. Thanks everyone, Phil Philip DONAGHY a écrit : > Hello, > > I am pleased with the xml file and Java beans that ReverseDB has > generat

Converting ReverseDb repository.dtd to repository.xsd for XMLBeans

2004-07-07 Thread Philip DONAGHY
Hello, I am pleased with the xml file and Java beans that ReverseDB has generated for me. I am trying to avoid writing a xml parser for this file and I like the way that XMLBeans does this. So I am looking for a repository.xsd file. I have tried using some tools to convert a dtd to an xml schema