I am attempting to marshal objects for the first time using castor with
a mapping file. On my first attempt, I got the error below:

 

Caused by: java.util.MissingResourceException: Can't find bundle for
base name UnmarshalHandlerMessages, locale en_US

                at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.ja
va:1427)

                at
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)

                at
java.util.ResourceBundle.getBundle(ResourceBundle.java:777)

                at
org.exolab.castor.xml.UnmarshalHandler.<clinit>(UnmarshalHandler.java:11
6)

                ... 32 more

 

I looked through all of the jars for matching properties files and
couldn't find one.

 

Help, please?

Reply via email to