Hi, I am just having problems posting .. will try again.. see below for the issue
----------actual problem related post -------
Hi,
I have some Java classes which I am able to Marshall and unmarshall using a mapping
file [When I
am doing it as a stand alone test].
However when I deploy my code in Tomcat and start tomcat - then the Unmarshalleris
giving me
problems.
----------------------code -----------
System.out.println("Constructing the Unmarshaller...");
Unmarshaller unmar = new Unmarshaller(Config.getMapping()); // Does not return !
System.out.println(""Done constructing Unmarshaller .......");
-----------------code over ----------
I get the statement "Constructing the Unmarshaller..." but never get "Done constructing
Unmarshaller .......".
"Unmarshaller unmar = new Unmarshaller(Config.getMapping());" does not seem to return !
Please help!
I think the problem is while setting the mapping file because construct using the
Unmarshaller(Class) and then try to set the mapping file - it still does not return.
I get no exception or erros ...
Annu
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev