Basically, I need to initialise a LocalSessionFactoryBean using it's mappingJarLocations property. I find using a url of the file:// scheme works if I specify an absolute path to the jar. I need to specify a relative path though. I am unable to figure out what the pathname needs to be relative to to find the jar though. Can anyone help?
Thanks in advance.
