Skip to content

Commit d72ccb1

Browse files
author
Joerg Huber
committed
Local changes.
1 parent 25d7722 commit d72ccb1

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

SIF3InfraREST/SIF3Demo/sif3-demo-web/src/test/java/sif3/test/infra/rest/consumer/TestConsumerLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
public class TestConsumerLoader
2929
{
3030
// Local
31-
// private static final String CONSUMER_ID = "StudentConsumer";
31+
private static final String CONSUMER_ID = "StudentConsumer";
3232
// private static final String CONSUMER_ID = "RicOneConsumer";
3333

3434
// Broker
3535
// private static final String CONSUMER_ID = "BrokeredAttTrackerConsumer";
36-
private static final String CONSUMER_ID = "QueueTestConsumer";
36+
// private static final String CONSUMER_ID = "QueueTestConsumer";
3737

3838

3939
public void stopService(String serviceID)

SIF3InfraREST/src/test/resources/config/consumers/StudentConsumer.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ env.existing.environmentURI=http://localhost:9080/SIF3InfraREST/sif3/environment
117117
#
118118
env.create.conflictIsError=false
119119

120-
121120
#---------------------------------#
122121
# Event related properties
123122
#---------------------------------#

SIF3InfraREST/src/test/resources/config/log4j.properties

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,14 @@ log4j.logger.sif3.infra=DEBUG
2727
log4j.logger.sif3.infra.rest.client.ClientConfigMgr=DEBUG
2828
log4j.logger.sif3.infra.rest.client.MessageClient=DEBUG
2929
log4j.logger.sif3.infra.rest.client.EventClient=DEBUG
30+
log4j.logger.sif3.infra.rest.queue.LocalConsumerQueue=INFO
31+
log4j.logger.sif3.infra.rest.queue.LocalMessageConsumer=INFO
3032
log4j.logger.sif3.infra.rest.queue.RemoteMessageQueueReader=INFO
3133

3234
#log4j.logger.sif3.infra.rest.resource.BaseResource=DEBUG
3335
log4j.logger.sif3.infra.rest.resource.DataModelResource=DEBUG
3436
log4j.logger.sif3.common.utils.JAXBUtils=DEBUG
3537

36-
## JSF Stuff
37-
#log4j.logger.javax.faces = ERROR
38-
#log4j.logger.org.ajax4jsf=ERROR
39-
#log4j.logger.catalog = ERROR
4038

4139
## Debug for connection pool
4240

@@ -56,7 +54,7 @@ log4j.logger.sif3.common.utils.JAXBUtils=DEBUG
5654
#log4j.logger.org.hibernate.pretty=ERROR
5755
#log4j.logger.org.hibernate.event=ERROR
5856
#log4j.logger.org.hibernate.engine=DEBUG
59-
log4j.logger.org.hibernate=ERROR
57+
log4j.logger.org.hibernate=INFO
6058
#log4j.logger.org.hibernate.cfg.HbmBinder=INFO
6159

6260
#log4j.logger.org.hibernate.SQL=INFO
@@ -67,7 +65,7 @@ log4j.logger.org.hibernate=ERROR
6765

6866

6967
## Debug for C3P0 connection pool
70-
log4j.logger.com.mchange.v2=ERROR
68+
log4j.logger.com.mchange.v2=INFO
7169

7270
# JDBC Stuff
7371
log4j.logger.au.com.systemic.framework.dao.sql=ERROR
@@ -76,4 +74,7 @@ log4j.logger.au.com.systemic.framework.dao.sql=ERROR
7674
#log4j.logger.org.apache.commons=ERROR
7775
#log4j.logger.org.apache.commons.httpclient=INFO
7876
#log4j.logger.httpclient.wire=INFO
77+
78+
#Quartz Stuff
79+
log4j.logger.org.quartz=ERROR
7980

SIF3InfraREST/src/test/resources/config/providers/StudentProvider.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ adapter.id=StudentProvider
1313
# Turn on (true) or off (false) ACL checks on provider. Default = true
1414
adapter.checkACL=true
1515

16+
# External security service shall be used if Bearer Token is used.
17+
#adapter.security.service=
18+
1619
# Fully qualified name of the audit service implementation class to be used by this adapter. The class listed here must implement Auditor interface. If no
1720
# class is listed then it is assumed that audit logging is not enabled.
1821
#adapter.audit.service=systemic.sif3.demo.audit.LogAuditor
@@ -33,7 +36,6 @@ adapter.default.accessToken.authentication.method=SIF_HMACSHA256
3336
# Default: false
3437
adapter.authTokenOnURL.allowed=true
3538

36-
3739
# Optional generator ID. Can be used as an identifier of the provider. This value is provided as a HTTP header field
3840
# in each event that is sent to the broker. The broker will pass this HTTP header field on to the consumer as is.
3941
#adapter.generator.id=sis-nsw
@@ -235,7 +237,7 @@ job.endStates=
235237
# I.e. job.event.includeConsumerRequested.RolloverStudents=true. The <serviceName> is the name of the service
236238
# as defined by the functional Service URL and not the class name of the implementation class.
237239
# Default: false
238-
job.event.includeConsumerRequested=true
240+
job.event.includeConsumerRequested=false
239241

240242
# This property lists a number of zone|context for which a functional service event must be published, regardless
241243
# of the originator (consumer) who created the job. Generally events are only sent to the originator of the job but the

0 commit comments

Comments
 (0)