Hi,
 
I've got some classes like this :
 
package com.a2a.util ;
public interface A2aConstantes
{
  java.util.ResourceBundle props =
java.util.ResourceBundle.getBundle("test");
  public static final String SCHEMA = props.getString("SCHEMA");
  public static final String URL_RACINE = props.getString("URL_RACINE");
}
 
If the SCHEMA property doesnot exist in my test.properties, a jasper
exception
is thrown instead of a "Missing Ressource Property".
So, when I have a jasper exception, I don't know where it comes from and
it is very annoying.
Are there any solution ?
 
Thanks
 
 

Reply via email to