Mine has problems with the xdoclets and some hibernate, it all compiles fine if I turn that off.
On 4/16/07, Maciej Pietrzak <[EMAIL PROTECTED]> wrote:
Hello I've managed to compile and deploy Ode successfully after some random tweaking. I'm not sure which changes I've made really did fix problems, but it seems that at least failonerror="true" attributes are worth adding, since they helped me a lot to narrow down problems. Maybe my environment is broken, but adding additional dependencies might have solved "class not found" exceptions somewhere. Also I've manually imported two Sun's jars into Maven's repository - jta and j2ee_connector. I don't know if they're really needed (Ode's pages do not mention this). Are javax.synchronization or javax.resource.cci provided somewhere else? I'm attaching patch that makes Ode compile correctly to war that deploys without error into Tomcat (I've tested deployment with Tomcat versions 6.x and 5.x), although I'm not sure which changes are really needed. Best Regards, Maciej