Hi,

> Could you please let me know what was the exception you had to modify ?

Of course. Here's the diff, the file is in 
java\sca\samples\calculator-implementation-policies\src\test\java\calculator\

Index: CalculatorTestCase.java
===================================================================
--- CalculatorTestCase.java     (revision 629059)
+++ CalculatorTestCase.java     (working copy)
@@ -38,7 +38,7 @@
         try {
             Configuration secConf = Configuration.getConfiguration();
         } catch ( java.lang.SecurityException e ) {
-            if ( e.getMessage().equals("Unable to locate a login 
configuration") ) {
+            if ( e.getMessage().equals("Anmeldekonfiguration kann nicht 
gefunden werden.") ) {
                 System.setProperty("java.security.auth.login.config", 
"target/classes/CalculatorJass.config");
             } else {
                 throw e;

Cheers,
Jürgen.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to