[jboss-user] [Security & JAAS/JBoss] - Re: LdapExtLoginModule.java bug? Blank password login succes

2008-02-04 Thread behmen
its not a bug, its a feature ;-(
you must set this in the loginconfig:

false

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126064
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication?

2008-01-30 Thread behmen
i have tryed this already, calling a page action on the authentication page but 
i get only a message that the session has closed and i am not able to login

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124684
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - How can i disable skipping over the authentication?

2008-01-29 Thread behmen
When i am already authenticated and i dont close the browser and 
open the authentication page again, i am not able to relogin.
Is there a way to login again by going to the authentication page without 
closing the browser?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124673
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen

  | ...
  | 

generates the class UserT.java and not User.java 
is this a bug in seam? 
 
 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118622
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen

 


generates the class UserT.java and not User.java 
is this a bug in seam? 
 
 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118621
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen

   ...


generates the class UserT.java and not User.java
is this a bug in seam?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118620
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Rollback and redirection to input page?

2008-01-09 Thread behmen
my problem is still there in the case when seam tries to commit and the commit 
fails. Is there a way to redirect on commit failure to the input page?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118171
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Rollback and redirection to input page?

2008-01-08 Thread behmen
Sorry for this trivial question, i have solved it now.
Instead of throwing a exception i have to call 
Transaction.instance().setRollbackOnly() and everything works as expected.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117878
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Rollback and redirection to input page?

2008-01-08 Thread behmen
Hello,

is there any way to throw a Applicationexception with Rollbackanotation and 
than redirect to the input page where the user gets a FacesMessage ?

The default behaviour redirects me to the Seam Debug Page, even if i disable 
debug in the component.xml. And the redirect annotation to a error page is not 
a solution, i want go back to the input page.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117872
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user