i have a project, that uses vss. lately i added hibernate to it it works perfect locally, but when i run it on a tomcat server, on a remote server, after getting the project from vss, i get an exception when i run it:
ClassNotFoundException co.il.discountbank.entities.sybase.vssver2 at org.apache.catalina.loader.WebappClassLoaderBase.loadClass (webbappClassLoaderBase.jave:1309)
co.il.discountbank.entities.sybase is the package i put my hibernate entities. vssver2 is not part of my project... any help?