On Mon, Aug 08, 2005 at 10:21:59PM -0600, Lajos Moczar wrote: > David Blevins wrote: > > >On Sun, Aug 07, 2005 at 10:26:33PM +0200, Jacek Laskowski wrote: > > > >>Hi, > >> > >>I remember there were some issues with Tomcat integration that held the > >>1.0 release. I saw some changes in this area by Dave, but don't know > >>what's left before cutting pre-release. Is all already fixed up and > >>ready to cut the 1.0 pre-release? > >> > > > > > >Still a few jira issues pending. The big picture is that webapp > >version of the integration isn't usable quite yet. > > > > What issues are still pending? I remember I started a thread quite a > while back on finishing this, but it seemed we never got any consensus > on the operational requirements. Did they ever get any agreement? > > If not, maybe I'll try to resurrect the issues list. >
Well, it turned out that many things we broken. The app that debugs a tomcat setup no longer worked. The fix we made for 5.5 integration removed our support for everything before 5.5. I discovered JSP support in our webapp-only support won't work unless the ejbs are in WEB-INF/lib or WEB-INF/classes. But actually, you can't put them in WEB-INF/classes as we don't support unpacked ejb jars. Anyway, I've fixed nearly all of it. The last thing I'm doing is adding support for unpacked jars and adding a small sample app for the new webapp integration. I'm nearly done with that. -David
