[jboss-user] [Security & JAAS/JBoss] - Re: EJB3 and remote client EJB access

dhartford do-not-reply at jboss.com
Tue Nov 28 09:53:32 EST 2006


so...yeah, problem still not resolved.  The problem occurs when entering incorrect credentials, but the client does NOT get any feedback.

Needless to say, hard to handle credential requests from the client-side when you have no feedback if the credential was incorrect because the server-side swallows it with a NotSerializableException.

Is this a bug? The server side is just EJB3 annotations, hard to do something wrong I would think.


  | @SecurityDomain("testLdap")
  | ....
  | @RolesAllowed("good")
  | public String returnGood(){return "good!";}
  | @RolesAllowed("bad")
  | public String returnBad(){return "this should not work";}
  | 

Please, really stuck here....


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989341#3989341

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989341



More information about the jboss-user mailing list