Hello,
When retrieving a singleton class in a java flow handler i receive the error:
Message: Instruction INVOKEVIRTUAL constraint violated: Class 'com.security.SecurityFactory' is referenced, but cannot be loaded and resolved: 'VERIFIED_REJECTED Number of LocalVariableTable attributes of Code attribute '' (method 'public static com.security.SecurityFactory getInstance()') exceeds number of local variable slots '0' ('There may be no more than one LocalVariableTable attribute per local variable in the Code attribute.'). '. InstructionHandle: 61: invokevirtual[182](3) 55 Execution Frame: Local Variables: 0: com.security.AuthenticationHandler 1: java.lang.String 2: java.lang.String 3: OperandStack: Slots used: 1 MaxStack: 3. com.....
Snippet from sitemap.xml:: <map:call function="protect"
Called method in AuthenticationHandler::
public void doProtect() {
...
SecurityFactory.getInstance().login(...);
...
}Anyone got a clue?
Cheers, Johan
_________________________________________________________________ MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
