Hi!
Has somebody figured out how to test bean security on the client side with
JUnit? My problem is that I want to test whether security works as it should
for certain beans' methods (by the business rules). In case access is denied
to client with particular roles/principal how do I know (in the client code)
whether RemoteException is connected to security or to other problems? Can I
somehow differentiate between these two types of remote exceptions caught on
the client side without parsing exception text?
Alexander Klyubin