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:
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
---
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
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
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
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
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
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
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
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
10 matches
Mail list logo