On Wednesday, July 14, 2004, at 07:52 PM, David Farb wrote:
I have checked out the CVS source on OpenEJB and tried building it with
Maven on a Windows 2000 with Java 1.4.2_04/05. I ran into some problems but
I am not sure if I should file issues on these or not, maybe its my bad:
1. tranql-1.0-SNAPSHOT.jar from the server seems to be out of date to build
openejb. At least the class org.tranql.query.CollectionResultHandler is
missing. I checked out tranql and built it locally with maven, that seems to
work. So I guess the .jar on the server needs a refresh.
dunno about this one
2. A couple of tests in test -> org.openejb.deployment and org.openejb.mdb
fail (EJBConfigBuilderTest and BasicMDBContainerTest). I deleted the files.
Actually I think someone is fixing these, it went from three failures to
two... BasicCMPEntityContainerTest did fail before but now works.
3. There are number of configuration files in assembly/src/plan (openejb/modules/assembly/src/plan/deployer-system-plan.xml, openejb/modules/assembly/src/plan/j2ee-server-plan.xml and openejb/modules/assembly/src/plan/system-plan.xml) that have upper case attribute names, most of these fail and should be lower case.
4. Two GBeans: GeronimoWorkManager and BootstrapContext are not setup to
take attributes, so the settings fail. (j2ee-server-plan.xml) I commented
them out and at least it builds successfully.
I think I've fixed problems 2-4. please update geronimo and openejb and let us know of your results.
thanks david jencks
When I get more confident that I actually know what I am doing, I will submit changes. Are changes done via Jira as with Geronimo?
yes. http://jira.codehaus.org/secure/BrowseProject.jspa?id=10401
Thanks David Farb
