Re: [cas-user] phpCAS and CAS plugin for Dokeos

2010-06-14 Thread Joachim Fritschi
Please supply a phpCAS debug log and some more information regarding the error message. To debug the complex login procedure you need all the info you can get ;) The error itself seems to be a dokeos error message and not phpCAS message. This means it is probably a faulty phpCAS integration or

[cas-user] CAS 3.4.2 + persistence.xml + OAS

2010-06-14 Thread Juan José Vidal
Hi, I have problems deploying CAS 3.4.2 (without any changes) over OAS. That's the error: Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit CasPersistence This is the default

Re: [cas-user] cas 3.3.5 / uportal 3.1.2 SQL Server 2005 deadlocking issues

2010-06-14 Thread Marvin Addison
I wanted to update this thread with some further information. We have recently switched database platforms for our JPA ticket registry from Oracle to PostgreSQL. The hardware for the two platforms is significantly different, with PostgreSQL being able to support much higher transaction

Re: [cas-user] CAS 3.4.2 + persistence.xml + OAS

2010-06-14 Thread Marvin Addison
 persistence-unit name=CasPersistence transaction-type=RESOURCE_LOCAL Typically you need to use a JTA data source and JTA-managed transactions when deploying CAS in a JEE container. Following is a sample persistence.xml from one of our JEE apps we deploy in JBoss, which shows how to configure

[cas-user] CCCI ISAPI filter on Windows 2008 (64bit)

2010-06-14 Thread Eric Pierce
Has anyone run the CCCI ISAPI filter ( https://wiki.jasig.org/display/CASC/ISAPI+Filter) on 2008 server - 64bit? Any issues? Does it need to be recompiled to work in a 64bit environment? Thanks, -Eric -- Eric Pierce Identity Management Architect Information Technology University of South

[cas-user] phpCAS - SAML PGT's ?

2010-06-14 Thread Michael Edmonds
Hello, I'm using phpCAS and the SAML protocol in my php app. It's working great for authentication attribute release, however, the application needs to obtain some PT's so it can access some other CAS protected services. It would seem the standard method using phpCAS::retrievePT(...)

Re: [cas-user] Keeping username field populated

2010-06-14 Thread Yuriy Zubarev
This works: on-entry set name=viewScope.commandName value='credentials' / set name=credentials.username value=flowScope.credentials == null ? '' : flowScope.credentials.username / /on-entry I added the second set tag for view-state id=viewLoginForm. Regards, Yuriy On Sun, Jun 13, 2010 at

RE: Re:[cas-user] Need help on Clustering CAS

2010-06-14 Thread Gokula Krishnan P
Thank you, I was able to solve the problem by including relevant jars. Now I am getting the below error. Looks like there is some issue with the /WEB-INF/classes/jbossTicketCacheReplicationConfig.xml (please find the xml below)