Hi,
I am trying move our fat-swing-client from traditional install to webstart and I am encountering a strange problem:
The mapping files are packed in a jar and configured via Configuration.addInputStream
This works perfectly fine when running the locally.
Through webstart the following messages are logged:
org.hibernate.util.DTDEntityResolver - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd]
org.hibernate.util.DTDEntityResolver - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
org.hibernate.util.DTDEntityResolver - unable to locate [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] on classpath
de.webjazz.pleasure.backend.persistence.HibernateConnector - Could not parse mapping document in input stream
I believe the DTD ist usually pulled from the hibernate3.jar, but fails here for some reason.
The webstart is configured with:
<security>
<all-permissions/>
</security>
so this should not be an issue.
Any ideas, hints ... ?
Thank you in advance,
Alex
|