[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JDBC insert statement

2006-01-05 Thread ralluri
oracle 9.x View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915829#3915829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915829 --- This SF.net email is sponsored by:

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JDBC insert statement

2006-01-04 Thread ralluri
has anyone seen this issue before ? please advise View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915614#3915614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915614 ---

[JBoss-user] [JBoss Portal] - portal-oracle-ds file

2006-01-04 Thread ralluri
I'm trying to setup portal server instance on app server. I have configured portal-oracle-ds.xml file as below PortalDS jdbc:oracle:thin:@ip-address:1521:dsn >oracle.jdbc.xa.client.OracleXADataSource user pass Is anything wrong here ? Any help is greatly appreciated. A

[JBoss-user] [Security & JAAS/JBoss] - Single Signon

2006-01-03 Thread ralluri
I have been trying to implement single signon between two apps both running on the same app instance. I've added the following line in server/default/conf/jboss-service.xml : Still not working. Am I missing anything. Can some one advise me View the original post : http://www.jboss.com/inde

[JBoss-user] [Security & JAAS/JBoss] - Re: group based authentication

2005-12-27 Thread ralluri
I did look at the code for DataBaseServerLoginModule which calls Util.getRoleSets(...) method. String name = rs.getString(1); String groupName = rs.getString(2); if( groupName == null || groupName.length() == 0 ) groupName = "Roles"; Group g

[JBoss-user] [Security & JAAS/JBoss] - Re: group based authentication

2005-12-27 Thread ralluri
while configuring DatabaseServerLogin module, just curious on why can't the rolesQuery contain rolegroup value ? For example: select Role, RoleGroup from Roles where PrincipalID=? where RoleGroup value could be group1,group2 etc If this is possible, then I may not have to write the custom DB

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JDBC insert statement

2005-12-27 Thread ralluri
Looks like there seems to be a batch update instead of updating/inserting the data instantly. In my application, when I invoke the JDBC insert statement, I don't see the data on DB immediately. Looks like it is taking some 30 min to see the data. Any idea if there is any configuration file I

[JBoss-user] [Security & JAAS/JBoss] - group based authentication

2005-11-23 Thread ralluri
wondering if someone can clarify on this. I need to develop a authentication process where based on the roles & group combination. Each group has certain roles and users can be assigned to the group Here is the data in database: Each group has certain roles in it group1 role1 group1 role2 gr

[JBoss-user] [Security & JAAS/JBoss] - Caching of Authenticated data

2005-10-27 Thread ralluri
I've implemented authentication using DatabaseServerLoginModule. here is my principals query SELECT PWD FROM USERS WHERE upper(USERID)=upper(?) AND ACTIVE='1' Wondering if JBoss caches authentication information for each user who logged into the system. First, When I login as 'employee' with Act

[JBoss-user] [Security & JAAS/JBoss] - Re: FORM BASED LOGIN MODULE FROM DATABASE HELP NEEDED

2005-07-09 Thread ralluri
I've also successsfully implemented form based login using database. However, I'm trying to find a way to log the user out so that the session is invalid and other user can login. Can someone please suggest a way to do it ? View the original post : http://www.jboss.org/index.html?module=bb&op=v