You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Gary Eberhart <ge...@cmcflex.com> on 2003/03/25 17:31:14 UTC

com.sun.jdori.common.Bundle not found

Hello,

> I'm getting the following exception when running the OBJ JDO example
> UCListAllProducts.
>

    [java] ERROR ADF: java.lang.ExceptionInInitializerErrornull
....
    [java] Caused by: java.util.MissingResourceException: Can't find bundle
for
base name com.sun.jdori.common.Bundle, locale en_US
    [java]     at
java.util.ResourceBundle.throwMissingResourceException(Resour
eBundle.java:804)
    [java]     at
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:77
)
    [java]     at
java.util.ResourceBundle.getBundle(ResourceBundle.java:538)
    [java]     at javax.jdo.I18NHelper.loadBundle(Unknown Source)
    [java]     at javax.jdo.I18NHelper.<init>(Unknown Source)
    [java]     at javax.jdo.I18NHelper.getInstance(Unknown Source)
    [java]     at
com.sun.jdori.common.PersistenceManagerFactoryImpl.<clinit>(U

Thanks in advance for the help!

Gary