Hi,

I think that I managed how to make de cas client module for Jboss AS 7.1.1.

I created a module named org.jasig.cas.client and created the module.xml as
follow:
--------------->8--------------->8---------------
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.1" name="org.jasig.cas.client">
    <resources>
        <resource-root path="cas-client-core-3.2.1.jar"/>
        <resource-root path="opensaml-1.1b.jar"/>
    </resources>

    <dependencies>
                <module name="javax.api" />
                <module name="javax.servlet.api" />
                <module name="org.apache.santuario.xmlsec" />
                <module name="org.apache.commons.logging" />
                <module name="org.apache.log4j" />
                <module name="org.apache.commons.codec" />
    </dependencies>
</module>
---------------8<---------------8<---------------
Obs.: I'm using saml11 authentication and validation.


Then, in standalone.xml, configured a global module as follow:
--------------->8--------------->8---------------
        <subsystem xmlns="urn:jboss:domain:ee:1.0">
            <global-modules>
                <module name="org.jasig.cas.client" slot="main"/>
            </global-modules>
        </subsystem>
---------------8<---------------8<---------------

Til now this configuration is working for me, really dont know if its all
the necessary dependencies listed. Anyone that want to collaborate with this
configuration fill free to correct me.



Claudio Weiler
  

-----Mensagem original-----
De: Claudio Weiler [mailto:[email protected]] 
Enviada em: terça-feira, 19 de junho de 2012 14:20
Para: [email protected]
Assunto: Re:[cas-user] JBoss 7 client integration

Hi Jeffrey* and All

*Hope that you still reading this list.

>From your messages you succesfull CASify an application for JBoss 7.

I want to know if you succesfully install CAS client libraries as modules in
JBoss or you just put the jars inside each application?


Tx,

Claudio Weiler 
-- 
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




--------
Vote nesta ideia: seja mesário voluntário! Mais informações no site 
www.tre-pr.jus.br

-- 
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