>String name = invocation.getProxy().getConfig().getPackageName(); returns the >name "secure" for all actions regardless of the package the class is actually >located in. If I now add a third package tag <package name="empty" >extends="default"> that contains no actions at all, String name = >invocation.getProxy().getConfig().getPackageName(); now returns the >string "empty" for all actions in packages "default" and "secure"!
Sorry, but I was premature. With the third package <empty> String name = invocation.getProxy().getConfig().getPackageName(); reports that all actions located in "default" are in "empty" but sucessfully identifies actions that are in "secure". Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]