| Author |
Urgent: EAR folder structure
|
Vijendra Runwal
Ranch Hand
Joined: Apr 17, 2006
Posts: 52
|
|
Can Anyone give me directory structure for EAR deployment in jboss. Also please explain the following jboss error. java.util.MissingResourceException: Can't find bundle for base name resources/config, locale en_us Thanks in Advance. Vijendra.
|
SCJP 1.4,SCWCD
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
First EaseUp. Have a read through the JBoss tutorial. This includes documnetation about the Duke's Bank sample application which will show you how the application should be structured.
Somewhere in your code you are trying to load a ResourceBundle called 'resources/config' for the Locale en_US which doesn't exist.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Urgent: EAR folder structure
|
|
|