Axis2 SAAJ implementation in Geronimo - possible class cast bug when unmarshalling?

2007-10-08 Thread Paul ANDERSON
I've hit trouble moving my JAXB-unmarshalled web service (based on Spring Web Services 1.0.0) from Tomcat 5.5.23 to Geronimo 2.0.1; stack trace below. I used JDK6 on Linux for both TC and Geronimo. I stripped the .war down to use dummy empty implementations of everything, with no extra jar's, so

Geronimo 1.1.1 and Liferay 4, memory problems on startup and hot deployment

2006-12-20 Thread Paul ANDERSON
We have had trouble deploying Liferay 4.2.0 on Geronimo 1.1.1 out of the box with Liferay distro where they are prepacked together. I tried the 4.1.2 pro WAR file too and had the same memory problems. We immediately get PermGen memory use errors on Java 1.5.09 on RHEL 3, 4 and Windows XP even

RE: Geronimo 1.1.1 and Liferay 4, memory problems on startup and hot deployment

2006-12-20 Thread Paul ANDERSON
it on the Mac. Paul, Have you tried upping the permgen memory parameter on boot? Try adding this to JAVA_OPTS: -XX:MaxPermSize=128m Jeff Paul ANDERSON wrote: We have had trouble deploying Liferay 4.2.0 on Geronimo 1.1.1 out of the box with Liferay distro where they are prepacked together