|
From: Stephane B. <ste...@be...> - 2004-07-23 16:14:20
|
I committed a large number of changes related to xdoclet in cvs. We should be close to switch to it. But I would not be surprised it it breaks something. I'm right now in the process of running tests to see if I broke everything. (which should not be surprising) Summary of change is: - xdoclet is now in lib/xdoclet-1.2.1 it will be picked up by your build file. - The build file is generating interfaces and homes INSIDE the source tree, this is still temporary but I used this scheme to easily diff generated files vs previous manual one. In all cases (I hope), Xdoclet generated java files are under CVS - DDs are generated but are not yet picked up for deployement as it may requires more xdoclet tweaking in particular for transaction so old DDs are still used for now. - HardTokenEntityBean has been changed (see the changedlog) to be EJB compliant. It means basically that you won't be able to get your old data as the model has changed ! There is no migration script for now. But I will try to work on it. (The hardtoken DD has of course been changed too) - I plugged the JBoss EJB verifier in the build sequence so that each ejb jar is checked for compliance. I will see later if I can plug the Sun verifier. Sorry for any inconvenience. Stephane |