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 WEB-INF/classes/META-INF/persistence.xml I found in
my target dir after build CAS with a maven overlay (the simplest one)

<persistence xmlns="http://java.sun.com/xml/ns/persistence";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd";
        version="2.0">

        <persistence-unit name="CasPersistence"
transaction-type="RESOURCE_LOCAL">
        <class>org.jasig.cas.services.RegisteredServiceImpl</class>
        <class>org.jasig.cas.ticket.TicketGrantingTicketImpl</class>
        <class>org.jasig.cas.ticket.ServiceTicketImpl</class>
        </persistence-unit>
</persistence>


Thanks in advance!


-- 
Juan José Vidal Agustín
ATICA - Sección de Telemática
Universidad de Murcia
Tlf: +34 868888742
Fax: +34 868888337
[email protected]


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