Scott Battaglia wrote:
> All the logs are saying is that the CAS argument extractor couldn't find
> a service parameter.

Ok, now after a lot of struggling we managed to get this working again by
adding explicit <overlay> section in pom.xml (see <build> section at the end).
This was not necessary in CAS 3.3.5.

Thanks for all the responses.

Ciao, Michael.

---------------------------- snip ----------------------------
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-war-plugin</artifactId>
                <configuration>
                    <warName>mycasad</warName>

<webappDirectory>${project.build.directory}/webapp</webappDirectory>
                                        <overlays>
                                                <overlay>

<groupId>org.jasig.cas</groupId>

<artifactId>cas-server-webapp</artifactId>
                                                </overlay>
                                        </overlays>
                </configuration>
            </plugin>
        </plugins>
    </build>


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to