This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Spring and the fly likes  Error 500: Filter [Spring OpenEntityManagerInViewFilter]: could not be loaded Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark " Error 500: Filter [Spring OpenEntityManagerInViewFilter]: could not be loaded " Watch " Error 500: Filter [Spring OpenEntityManagerInViewFilter]: could not be loaded " New topic
Author

Error 500: Filter [Spring OpenEntityManagerInViewFilter]: could not be loaded

Aman Singh
Ranch Hand

Joined: Oct 30, 2008
Posts: 57
hi Experts,

I am trying to deploy a Spring application on WAS 6.0 (JDK 1.4.2). Day back I was getting tons of (Unsupported major.minor version 49.0) errors. I replaced most of the jar files and now I am left with only one error on:

org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter (Unsupported major.minor version 49.0)

what jar file do I need to replace for this? Also when I am running my URL in the browser I am getting the error:

Error 500: Filter [Spring OpenEntityManagerInViewFilter]: could not be loaded

Can you please guide me ,where exactly I am doing wrong. Attached is my Web.xml.

Your help is highly appreciated.

David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter (Unsupported major.minor version 49.0)

what jar file do I need to replace for this?

Whichever jar has the OpenEntityManagerInViewFilter.
Eduardo Bueno
Ranch Hand

Joined: Jun 04, 2009
Posts: 154
The .jar is spring-orm, try replacing it with older versions (I'm assuming newer versions don't work well with jdk 1.4).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error 500: Filter [Spring OpenEntityManagerInViewFilter]: could not be loaded
 
Similar Threads
s:excelExport Exception in PhaseListener
DBUnit, why insert test data, only to delete/re-create tables after?
NoClassDefFoundError: Could not initialize class
error-page for ViewExpiredException ignored by my jsf implementation
web.xml deployment problem