Hi Jonathan

I have recreated your problem and found the solution.

Using Roller rc2 on Geronimo (tomcat) with derby (on a ubuntu linux 686 system) I can recreate the problem you describe by removing the hidden-classes directive I have found usefull from the geronimo plan file. Adding the filters back again resolves the problem. Unfortunately I don't have time to check which filter you really need as I am on my way out of the door to the airport for a holiday trip (I wont be able to respond on any comments for a couple of weeks ether so I hope my solution makes sense and works for you). You need to add one or more (or throw the all in to be on the safe side ;) ) of the filters below to you geronimo plan. I would try the spring and the openjpa filters first.
Hope this helps!
regards
  Peter Petersson

<dep:environment>
      :
   <dep:hidden-classes>
     <dep:filter>org.springframework</dep:filter>
     <dep:filter>META-INF/spring</dep:filter>
     <dep:filter>org.apache.commons.digester</dep:filter>
     <dep:filter>commons-digester</dep:filter>
     <dep:filter>jdom</dep:filter>
     <dep:filter>commons-collections</dep:filter>
     <dep:filter>commons-lang</dep:filter>
     <dep:filter>org.apache.openjpa</dep:filter>
     <dep:filter>commons-beanutils</dep:filter>
     <dep:filter>antlr</dep:filter>
   </dep:hidden-classes>
   :
</dep:environment>

Jonathan Chen wrote:
Hi Dave,

It's a fresh installation, running on Windows + Geronimo2. I'll take
another look and see if I can track down the problem next week.

Cheers.

Reply via email to