[cas-user] User login to different service urls

2015-09-07 Thread Manfredo Hopp
Hello, is there any configuration to login to several urls at the same time. I am trying to avoid Jersey login. Regards Manfredo -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.or

RE: [cas-user] Where is persistence.xml in 4.0.x (JPA Ticket Registry)

2015-09-07 Thread Misagh Moayyed
I don't know which package, but chances are you have transitive dependencies that are pulled in. Take a look at your WEB-INF/lib directory and you likely will find duplicate jars. Remove and exclude them. Also, the JDBC module should automatically pull in the hibernate jar needed. You don't need

Re: [cas-user] Where is persistence.xml in 4.0.x (JPA Ticket Registry)

2015-09-07 Thread Christian Rohmann
Hey Misagh, thanks very much for the quick reply. On 09/07/2015 03:21 PM, Misagh Moayyed wrote: > You have JAR/dependency conflict. Examine your lib directory and > remove/exclude duplicates. Sorry, but I don't quite understand. What package do you believe is in conflict then? Hibernate? What w

[cas-user] Different (login) views via URL paramter (Dynamic-Login-View-Selector) with CAS 4.1.x

2015-09-07 Thread Christian Rohmann
Hey cas-user, for my deployment of CAS 4.1.x I would love create a variant of the default casLoginView with some modifications and be able to select which view is shown either with a service-paramter or simply by using a different URL or using a parameter to switch between the views. I found htt

RE: [cas-user] Where is persistence.xml in 4.0.x (JPA Ticket Registry)

2015-09-07 Thread Misagh Moayyed
You have JAR/dependency conflict. Examine your lib directory and remove/exclude duplicates. From: crohm...@netcologne.de [mailto:crohm...@netcologne.de] Sent: Monday, September 7, 2015 12:40 AM To: cas-user@lists.jasig.org Cc: cas-user@lists.jasig.org; dkopyle...@unicon.net Subject: Re: [cas-us

Re: [cas-user] Where is persistence.xml in 4.0.x (JPA Ticket Registry)

2015-09-07 Thread crohmann
Hey cas-users, Dimitry, On Wednesday, May 27, 2015 at 4:18:54 PM UTC+2, Dmitriy Kopylenko wrote: > > Hibernate 4.3 is the first version to implement the JPA 2.1 spec. And it's > thus expecting the JPA 2.1 API jar on the classpath, not the JPA 2.0 API > jar. Some “dependencies dance” might be req