[Ejtools-developers] [ ejtools-Bugs-800687 ] MissingResourceException
Brought to you by:
letiemble
From: SourceForge.net <no...@so...> - 2003-11-27 00:50:06
|
Bugs item #800687, was opened at 2003-09-04 22:07 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=800687&group_id=49088 Category: JNDI Browser (Swing) Group: 1.0.2 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Steven Ostrowski (alchemista) Assigned to: Laurent Etiemble (letiemble) Summary: MissingResourceException Initial Comment: I receive a MissingResourceException when loading the JNDI browser, selecting New, and choosing a supported profile (this happens on any of them). I looked in the ejtools-jndi..jar and did not see a .properties file in the package it is looking for. The main exception is: Caused by: java.util.MissingResourceException: Can't find bundle for base name org.ejtools.jndi.browser.model.ServerBeanInfo, locale en_US The stack trace is attached. ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-11-27 01:50 Message: Logged In: YES user_id=437455 The Maven build file has been fixed in HEAD. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2003-09-05 13:16 Message: Logged In: YES user_id=437455 Before the 1.0.2 was released, I have upgraded to Maven 1.0b10. It seems that the resources are no more properly copied if the directory is not ${basedir}. Must have checked it :( . As for functionnality, the 1.0.2 was a maintenance release for the Web part and doesn't affect the Swing part. That means that you can use the 1.0.1. Thanks for your interest. ---------------------------------------------------------------------- Comment By: Steven Ostrowski (alchemista) Date: 2003-09-04 22:09 Message: Logged In: YES user_id=552047 I noticed in your other bug replies, you want more information: Using: Sun JDK 1.4.2 Weblogic 8.1 (weblogic.jar), also tried JBoss. I don't think this has to do with anything though, since it's not even getting to the point of being able to connect. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=800687&group_id=49088 |