anonymous wrote : so in xml terms you want to be able to zoom in on elements/tagpairs.
That's right. I'll submit a feature request.
Regarding templates... can they be nested too... can a template reference another template? If so, the same idea would apply. It would be nice to have some sort of "open-on" capability where a mouse action in the VPE visual pane "zooms in" to the template, and so on for further nesting. The interesting issue here is when traversing files, how does VPE remember how to zoom back out?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200298#4200298
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200298
Im using LdapExtLoginModule and in the code I can see that it in the validatePassword() method stores the AuthenticationException from failed validation in the super class.
Then in the super class UsernamePasswordLoginModule, the AuthenticationException is retrieved again in the login() method and used as initCause() on the FailedLoginException that is thrown out of login().
The problem seems to be that the original AuthenticationException has a resolvedObject set with LdapCtx which is not serializable, and when the FailedLoginException is serialized to be sent over to the client, it blows up with NotSerializableException.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200293#4200293
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200293