[JBoss-user] [Security JAAS/JBoss] - Re: JBoss 3.2.5 - 4.0.0 migration, principal=null

2004-09-30 Thread daborg
Enabling trace gave me more information: [UsersRolesLoginModule] Bad password for username=null After playing around a bit, it appears that this is something to do with the redirect happening after the form based authentication succeeds. What I've found is that it works just fine _after_

[JBoss-user] [Installation Configuration] - Re: What happened with logging from RC2 to JBoss 4 release?

2004-09-29 Thread daborg
This has something to do with the scoped classloader change in 4.0.0 -- if you use the standard configuration instead of default it works again. I'm not sure why the scoped classloading change causes in-webapp jars not to be found though. Would love to know. View the original post :

[JBoss-user] [Security JAAS/JBoss] - JBoss 3.2.5 - 4.0.0 migration, principal=null

2004-09-29 Thread daborg
Hi, I'm attempting to migrate from JBoss 3.2.5 to 4.0.0, and I'm having a problem with authentication. I'm running my application in the standard configuration to get backwards compatibility. I have downloaded the tomcat50 roles patch. I have a webapp inside an ear which is using form-based

[JBoss-user] [Installation Configuration] - Hibernate stops working when app is redeployed

2004-05-20 Thread daborg
Hi, We have a problem with Hibernate on JBoss 3.2.3. When we redeploy our application, Hibernate stops working. More specifically, we get this error when trying to access Hibernate objects: net.sf.hibernate.MappingException: No persister for: persistent object class To get it working, we have

[JBoss-user] [Installation Configuration] - JBoss doesn't start up when debugging is turned on

2004-05-10 Thread daborg
Hi, I'm trying to run JBoss in debug mode. It seems to work fine - JBoss starts up and deploys everything. Then just before jboss-service.xml would have finished deploying, the VM just crashes/stops/exits and a new one starts up. And JBoss goes through the whole startup procedure again. And