Hi, Were you able to resolve the problem. Pls share your findings.
regds
Hi, Were you able to resolve the problem. Pls share your findings.
regds
what is your question Vijay?
Am Sorry. I posed it by mistake. Pls ignore.
regards
hello every one.
i'm working on eclipse RCP with Spring and Hibernate, when i run the rcp application, i've got the error:" Cannot find class [org.springframework.orm.hibernate3.LocalSessionFac toryBean]".
Then i added the Spring.jar(which contains the class LocalSessionFactoryBean) to the classpath, but i always got the same error.
Please i need your help
Hi, Can you please copy the full stack trace and if possible code snippet.
regds
it seems to be resolved,I no longer receive this error :"Cannot find class [org.springframework.orm.hibernate3.LocalSessionFac toryBean]".
i retrieved the librairies of Spring and Hibernate and created 2 folder for each one, i added all the jars of Spring(7 jars) and hibernate3 to the class path.
here the classPath, it may help :
<code>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="Hibernate/hibernate3.jar"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.Standar dVMType/JavaSE-1.6"/>
<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="hibernate-config"/>
<classpathentry kind="src" path="spring-config"/>
<classpathentry exported="true" kind="lib" path="Spring/spring.jar"/>
<classpathentry exported="true" kind="lib" path="Spring/aspectjrt.jar"/>
<classpathentry exported="true" kind="lib" path="Spring/aspectjweaver.jar"/>
<classpathentry exported="true" kind="lib" path="Spring/cglib-nodep-2.1_3.jar"/>
<classpathentry exported="true" kind="lib" path="Spring/commons-logging.jar"/>
<classpathentry exported="true" kind="lib" path="Spring/junit-3.8.2.jar"/>
<classpathentry exported="true" kind="lib" path="Spring/log4j-1.2.15.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
</code>
thanks VijayS for your respnse.