[JBoss-user] [EJB/JBoss] - Re: DeploymentException: Generation only supported with sing

2005-04-18 Thread ousie
I managed to get this fixed. Evidently I had a table with multiple primary keys on it, the error that Jboss printed didn't show on the correct table though. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874378#3874378 Reply to the post : http://www.jboss.

[JBoss-user] [EJB/JBoss] - DeploymentException: Generation only supported with single P

2005-04-16 Thread ousie
I have a serious issue on hand: I get the "Generation only supported with single PK field" exception when deploying on a table which definitely only has one primary key field. I do have the "" in the "defaults" section of my jbosscmp-jdbc.xml file. When I take this out I don't have the deploy

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule Authenticates once only

2004-08-13 Thread ousie
Hi, I have the following problem: the DBSLM reads the login principals from the database only once, ie. if I change the password and I restart my appilcation, ie. initialize a new clientside LoginContext the old password is still valid(and the new not). When I restart the server the new passwor