Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

[09:57:24 CDT(-0500)] <serac> Eric – got a couple min to talk about Jasig EC2 instance?
[12:52:36 CDT(-0500)] <beav_> Is there anyone available to help with a spring-tx issue?
[13:00:29 CDT(-0500)] <serac> I'll try. Looks like a lot of back and forth with you on Scott on the list without much movement.
[13:08:32 CDT(-0500)] <beav_> Essentailly I am trying to have the services persist via a mysql database. Is this the only method for services persistence or is there another method that I am missing?
[13:09:32 CDT(-0500)] <serac> There's an LDAP impl, but that's probably more work.
[13:10:04 CDT(-0500)] <serac> If you don't care about the GUI, which is to say services don't change often, you can always specify them in the Spring context XML.
[13:10:16 CDT(-0500)] <serac> (But then changes via the GUI are ephemeral.)
[13:11:30 CDT(-0500)] <beav_> Gotcha - ok - I will try the Spring context xml. Could you direct me to the exact name of the file?
[13:12:40 CDT(-0500)] <serac> It's the following entry in deployerConfigContex.xml:
[13:12:41 CDT(-0500)] <serac> <bean
[13:12:41 CDT(-0500)] <serac> id="serviceRegistryDao"
[13:12:41 CDT(-0500)] <serac> class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl">

  • No labels