[jboss-user] [Security JAAS/JBoss] - Different LoginModules for the same SecurityDomain ?

2008-10-08 Thread mpeter
Hi, is it possible to use different LoginModules (with DynamicLoginModule?) for the same SecurityDomain ? I have 2 Applications (1 WAR and 1 EAR) using the same SecurityDomain but they need different code for authentication. I tried to define DynamicLoginModules for each application but due to

[jboss-user] [Security JAAS/JBoss] - Re: JSF DatabaseServerLoginModule Example not working

2008-10-08 Thread mpeter
Hi, you can change the log level for security in conf/log4j.xml: | category name=org.jboss.security |priority value=TRACE class=org.jboss.logging.XLevel/ | /category | category name=org.jboss.web.tomcat.security |priority value=TRACE class=org.jboss.logging.XLevel/ |

[jboss-user] [Javassist user questions] - Re: Javassist PermGen Problem with MyFaces

2007-02-19 Thread mpeter
The newer hibernate version didn't solve the problem. I'll post the problem to the MyFaces forum, too. I can't imagine that no MyFaces user has the same problem ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018998#4018998 Reply to the post :

[jboss-user] [Javassist user questions] - Re: Javassist PermGen Problem with MyFaces

2007-01-24 Thread mpeter
We are already using Javassist 3.4 but Hibernate in Version 3.2.0.GA. I will check the newer Hibernate Version. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005695#4005695 Reply to the post :

[jboss-user] [Javassist user questions] - Javassist PermGen Problem with MyFaces

2007-01-19 Thread mpeter
Hello, we have some problems with Javassist in combination with MyFaces client state saving activated (Server State Saving works without problems): Everytime when a detached EJB3/Hibernate object is restored from Client View, Javassist generates a new proxy for the class. MyFaces uses an