I literally copied and pasted the ticketRegistry.xml content from the
wiki into my maven overlay at WEB-INF/spring-configuration/ as
indicated on http://www.ja-sig.org/wiki/display/CASUM/JpaTicketRegistry
...this file does contain entityManagerFactory definition

it actually looks like the cause of everything is the
java.io.FileNotFoundException

Caused by: java.io.FileNotFoundException:
C:\Program%20Files\Apache%20Software%20Foundation\tomcat\6.0.18\jvm1\webapps\cas\WEB-INF\lib\cas-server-core-3.3.4.jar
(The system cannot find the path specified)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:114)
        at java.util.jar.JarFile.<init>(JarFile.java:133)
        at java.util.jar.JarFile.<init>(JarFile.java:97)
        at 
org.jboss.util.file.JarArchiveBrowser.<init>(JarArchiveBrowser.java:69)
        ... 64 more

I'm not sure why it thinks the file isn't there because it absolutely
is...I can navigate to the fold and see it myself. Any ideas why it
would claim that the file doesn't exist?

On Fri, Oct 9, 2009 at 2:41 PM, Marvin Addison <[email protected]> wrote:
>> Does the JPA Ticket Registry stuff work for CAS 3.3.4?
>
> It should work fine.  Did you define an entityMangerFactory bean in
> your deployerConfigContext.xml file?  From the log you shared, it
> looks like it's missing.
>
> M
>
> --
> 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
>



-- 
Curtis Garman
Web Programmer
Heartland Community College

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