Hi there,
I am attempting to deploy my GUI app using Java Web start. My app connect to the DB via hibernate.
My jnlp file at the moment contains all the jars that my app requires, including for example the hibernate-2.1.6.jar. Another jar, myApp.jar contains the mapping xml file in the correct directory structure e.g. com.acme.app.archies contains archies.hbm.xml.
When I deploy the application, I get the following message:
net.sf.hibernate.MappingException: Error reading resource: com/acme/app/archies/archies.hbm.xml
even though it is there.
Any ideas on how to get over this problem?
thanks a million.
|