has anyone ever used Castor XML in an application which is run using 
Java Web Start?

i am having trouble loading a mapping from a .JAR file specified as a 
Java Web Start resource, using the following code:

URL mappingURL = 
getClass().getClassLoader().getResource("mapping.xml");

Mapping mapping = new Mapping(getClass().getClassLoader());
mapping.loadMapping(mappingURL);

No exception is thrown, but the code does not proceed any further, 
and simply hangs.

Other resources (java classes) are loaded without any problems from 
the same .JAR file.

any tips are appreciated...
aleem.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to