cas.serviceRegistry.watcherEnabled=true
cas.serviceRegistry.repeatInterval=120000
cas.serviceRegistry.startDelay=15000
cas.serviceRegistry.initFromJson=true
cas.serviceRegistry.config.location=file:/etc/cas/config/services
cas.serviceRegistry.jpa.url=jdbc:sqlserver://dev-sql06.usd.edu;databaseName=CAS5
cas.serviceRegistry.jpa.user=cas_user
cas.serviceRegistry.jpa.password=super secure password, no peeking!
cas.serviceRegistry.jpa.failFast=true
cas.serviceRegistry.jpa.dialect=org.hibernate.dialect.SQLServerDialect
cas.serviceRegistry.jpa.autocommit=true
cas.serviceRegistry.jpa.ddlAuto=create-drop
Hibernate: alter table RegisteredServiceImpl_Props drop constraint FK1xan7uamsa94y2451jgksjkj4
Hibernate: alter table RegisteredServiceImpl_Props drop constraint FK5ghaknoplphay7reury7n3vcm
Hibernate: drop table hibernate_sequence
Hibernate: drop table RegexRegisteredService
Hibernate: drop table RegexRegisteredServiceProperty
Hibernate: drop table RegisteredServiceImpl_Props
Hibernate: create table hibernate_sequence (next_val numeric(19,0))
Hibernate: insert into hibernate_sequence values ( 1 )
Hibernate: insert into hibernate_sequence values ( 1 )
Hibernate: create table RegexRegisteredService (expression_type VARCHAR(15) DEFAULT 'ant' not null, id numeric(19,0) not null, access_strategy image, attribute_release image, description varchar(255), evaluation_order int not null, informationUrl varchar(255), logo varchar(255), logout_type int, logout_url varchar(255), mfa_policy image, name varchar(255) not null, privacyUrl varchar(255), proxy_policy image, public_key image, required_handlers image, serviceId varchar(255) not null, theme varchar(255), username_attr image, primary key (id))
Hibernate: create table RegexRegisteredServiceProperty (id numeric(19,0) not null, property_values image, primary key (id))
Hibernate: create table RegisteredServiceImpl_Props (AbstractRegisteredService_id numeric(19,0) not null, properties_id numeric(19,0) not null, properties_KEY varchar(255) not null, primary key (AbstractRegisteredService_id, properties_KEY))
Hibernate: alter table RegisteredServiceImpl_Props add constraint UK_i2mjaqjwxpvurc6aefjkx5x97 unique (properties_id)
Hibernate: alter table RegisteredServiceImpl_Props add constraint FK1xan7uamsa94y2451jgksjkj4 foreign key (properties_id) references RegexRegisteredServiceProperty
Hibernate: alter table RegisteredServiceImpl_Props add constraint FK5ghaknoplphay7reury7n3vcm foreign key (AbstractRegisteredService_id) references RegexRegisteredService
2017-07-14 08:45:36,875 INFO [org.apereo.cas.services.DefaultServicesManager] - <Loaded [3] service(s) from [JsonServiceRegistryDao].>
Sounds like it’s ignoring your config location and loading the registry from “default” JSON services that ship with CAS.
--Misagh
--
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/33cbd9ee-3a7e-46b1-a304-e277f08497cf%40apereo.org.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/d3cb5046-e6d6-425e-a682-804b7a751a4f%40apereo.org.To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.