Archive for the 'Solution' Category

Solution: “Specified RequestProcessor not compatible with TilesRequestProcessor”
Friday, May 9th, 2008

When using Struts 1.3 with Tiles and SSLEXT plug-ins, the application server throws an exception while trying to process a request telling you that the specified request processor isn’t compatible with Tiles. Here’s the solution.

Solution: “Could not load a dependent class” when using Ant through Eclipse
Monday, January 21st, 2008

When running an optional Ant task through the Eclipse Ant interface, you get an error saying a dependent class could not be loaded. However, you have found all required dependencies for the tasks you are trying to use and put them in one of the folders as specified. This might be the solution.

Sorted collections in Hibernate
Wednesday, October 3rd, 2007

We want a collection field belonging to an entity object to be sorted. There are two possible solutions.