Hi guys!
Bit'o'problem, here's the code:
(applicationContext-security.xml is under WEB-INF)Code:<beans:bean id="sesFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean"> <beans:property name="configLocation"> <beans:value>file:C:\Users\Dingles\Documents\NetBeansProjects\TestingClass\src\java\hibernate.cfg.xml</beans:value> </beans:property> </beans:bean>
I want to make this file path relative, but I'm having no luckI keep it under /src/ currently 'cause hibernate configure won't take in a relative path for me either :/
edit:fixed with classpath: relative file point


I keep it under /src/ currently 'cause hibernate configure won't take in a relative path for me either :/
Reply With Quote
roperty name="configLocation">