Hi Adam, > > I've been unable to find any documentation about the > "autobuild" property in > OJB.properties. > > I'm working on a project that would greatly benefit from > being able to create > *all* database schema on the fly. Is this what autobuild allows?
Yes that's the idea. As of now I would regard this feature as *experimental*. Thus there is no documentation... Another caveat: AFAIK the autobuilddb tool relies heavily on the crossdb library. Crossdb does not support all database platforms supported by OJB. But it's rather easy to use. Just set the respective flag in OJB.properties... If OJB sees that you are referring to a table that does not yet exist it simply generates the table by forming a CREATE TABLE statement from the information found in the descriptor repository. cheers, Thomas > Thanks, > > A. > > -- > Adam Sherman > President & Technologist > Tritus CG Inc. > +1 (613) 797-6819 > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
