hi all,
        i am trying to use a mapping file.
following is my code

Mapping mapping = new Mapping();
String str = "file:d:\\FalcoDevelopment\\mapping.xml";
java.net.URL url = new java.net.URL(str);
System.err.println("loading mapping file...");
mapping.loadMapping(url);
System.err.println("Creating unmarshaller...");
Unmarshaller unmarshaller = new Unmarshaller(mapping);
          
However, my code hangs up at the line mapping.loadMapping(url)


can anyone help me?

thanx in advance and regards
        marco  
            
            

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

Reply via email to