Re: OJB/JBoss "depends on me" startup problem - but redeployment works fine!

2003-06-18 Thread David Jencks
after the ejbs? thanks david jencks On 2003.06.18 01:44 Armin Waibel wrote: > Hi Alex, > > I can confirm this. With JBoss 3.0.6 all works fine, changing > to JBoss 3.2.1 get the described problems when deploying > the beans. Redepolying the beans, all get deployed without > p

Re: Ant build.xml using XDoclet JDO module to automatically enhance class files

2003-02-27 Thread David Jencks
has a wrapper ant task that figures out the dependencies and feeds the files in the correct order to the reference enhancer all at once. My experience is that it is about 100 times faster than one-at-a-time. david jencks On 2003.02.27 15:41 Sebastian Thomschke wrote: > Since I didn't

RE: automatic generation of XML mapping files from Java codebase

2003-02-20 Thread David Jencks
any use of xdoclet, running the xml generation as part of the build assures that it is up to date. In the future we will probably see this kind of metadata stored directly in class files rather than external xml files, but I think it will still be generated from javadoc tags in the source. david