Does Spring framework 2.5.1 supports Object Relational Bridge (OJB). I was trying to use OJB with Spring but its giving an exception. Following is the exception.
java.lang.ClassNotFoundException: org.springframework.orm.ojb.support.LocalOjbConfigurer
I searched in the api also but there is no package with the name
org.springframework.orm.ojb.support. Has spring framework removed its support for ojb in version 2.5.1
Please Help
