JRun « Development « Spring Q&A





1. Filters, ContextListeners and JRun    forum.springsource.org

I have simple test app that deploys flawlessly on Tomcat 4.0, but tanks on JRun. For each Acegi filter I get an IllegalStateException with the message that a WebApplicationContext wasn't found. ...

2. Spring Tiles problem on Jrun    forum.springsource.org

Spring Tiles problem on Jrun Hi, I am trying to develop a spring-web app with tiles for Jrun server. I got the app deployed successfully, but when I try to access ...

3. Spring Tags and JRun    forum.springsource.org

Spring Tags and JRun I've been implementing validation in my application using the Spring custom tags. Works fine on Tomcat 4, but not so on JRun. Here's part of the trace: ...

4. NativeJdbcExtractor and OracleLobHandler on JRun 4    forum.springsource.org

NativeJdbcExtractor and OracleLobHandler on JRun 4 Has anybody used an OracleLobHandler on JRun 4? If so, which NativeJdbcExtractor implementation did you use? I tried Simple... to no avail. Actually, I wind ...

5. JRun ResourceURLClassLoader    forum.springsource.org

As Spring 2.0.4 has fixed the bug SPR-2598 to deal with Single PersistenceUnit in Multiple persistence.xml files. http://opensource.atlassian.com/proj...rowse/SPR-2598 The suggested code Code: public class CustomPersistenceUnitManager extends DefaultPersistenceUnitManager { protected void postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo ...