[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate exceptions and container managed transaction

2006-06-14 Thread joris77
An interceptor in JBoss is a possible solution. Joris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950965#3950965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950965 __

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate exceptions and container managed transaction

2006-06-03 Thread joris77
Hi, In our applications we use JDK-1.4.2, Hibernate 3.1.2 and jboss 4.0.2. Hibernate is configured to join the transactions of the EJB container in which it runs. The DAO's are executed in SessionBeans. In my DAO methods I have catch statements that catch all HibernateExceptions. In this catch

[JBoss-user] [Advanced Documentation] - Re: jta transaction doesnt rollback hibernate update in case

2006-06-03 Thread joris77
I think it is not rolling back because you catch the exception. } catch (Exception e) { | e.printStackTrace(); | } and not rethrow it. Joris wijlens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948868#3948868 Reply to the post : http://www.jboss.co

[JBoss-user] [Security & JAAS/JBoss] - Use cases

2006-06-03 Thread joris77
Anil as you have asked some thoughts about Single Sign On requirements. Requirements: The possibility to register partner applications (web applications on the same Jboss cluster) with Single Sign On and exclude other applications from SSO. | Central customizable login screen that comes with J

[JBoss-user] [Security & JAAS/JBoss] - SSO with tomcat valve

2006-05-26 Thread joris77
Hi, At our company we would like to implement single sign on for most of our web applications. We have a cluster of jboss servers. We prefer not to use any other frameworks. So I think we can use the ClusteredSingleSignOn valve. But as far as I understand we then have to add a login screen into

[JBoss-user] [Security & JAAS/JBoss] - Re: Auditing on authentication

2006-05-10 Thread joris77
Sorry I used the wrong button. Ignore this post. Joris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942590#3942590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942590 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Audit Facilities

2006-05-10 Thread joris77
What we see is the auditing on the CRUD activities. But what we also would like to see who is logged in when and for how long. Joris Wijlens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942588#3942588 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [Security & JAAS/JBoss] - Auditing on authentication

2006-05-10 Thread joris77
What we see is also the auditing on the CRUD activities. But what we also would like to see who is logged in when and for how long. Joris Wijlens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942587#3942587 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [Security & JAAS/JBoss] - Re: Identity/Access Management/SSO UseCases

2006-05-10 Thread joris77
Hi, What we need at our site is an interceptor intercepts requests to multiple web applications. This in combination with the SSO feature of tomcat so that we don't have to build a login screen for every application we deploy. I have the assignment to build this component for our department bec

[JBoss-user] [Security & JAAS/JBoss] - Re: authentication via ldap and role via database.

2006-01-23 Thread joris77
I'm not an expert but, I think you have to write your own custom loginmodule and after you have authenticated with LDAP call the database for the roles with the user id. Regards, Joris Wijlens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919105#3919105 R

[JBoss-user] [Security & JAAS/JBoss] - Re: Single login page for whole server/cluster with singlesi

2006-01-18 Thread joris77
Thanks for the reply, I could imagine us having a home page with all the links to the separate webapps. But then again we have to update that page for every new deployment. We develop in a 24 * 7 environment so I can't interfere with live applications. The troubles to put a login screen in ever

[JBoss-user] [Security & JAAS/JBoss] - Single login page for whole server/cluster with singlesignon

2006-01-15 Thread joris77
Hi, I have got singlesignon working in jboss. I use the LDAP login module. And from several web applications I use that. But my problem is that I have to include the login page with every web appl. I want to use form as my authentication method. I first wanted to use apache in front of jboss

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - oracle-table-sequence entity command broken?

2005-08-23 Thread joris77
Hi, I'm trying to use the entity command oracle-table-sequence to use sequences for my entity beans. I work with the following components: Windows XP Jboss 4.0.2 Sun JVM 1.4.2 XDoclet 1.2.3 Oracle database 9.2.0.6 My jbosscmp file looks like this: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_4