25
Well, that wasn’t hard. I think I have the redeploy issue fixed, and a shared library was the trick.
It appeared that the redeployment issue was due to some odd class loading issue, so I decided to try a shared library. To do that, I create the directory in j2ee/home/shared-lib/hibernate/3.2 and put these jars there:
To be candid, I’m not 100% sure that all of these classes belong in a Hibernate library, but it works and I’m afraid to breathe on it.
To describe the shared library to OC4J, I added the following XML to j2ee/home/config/server.xml:
And that’s it. I created the project and immediately built and deployed, verified that the application worked, then repeatedly redeployed and tested the app without failure. That’s not to say that the archetype is complete or perfect in any way, but it’s Good Enough for Now.
Any fixes/enhancements/etc. are, of course, very welcome.
Technorati Tags: seam, jpa, oc4j, maven2, archetype
Popularity: 78% [?]