Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Grouper Loader

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Grouper Loader


Chronological Thread 
  • From: Chris Hyzer <>
  • To: "Klug, Lawrence" <>, "" <>
  • Subject: [grouper-users] RE: Grouper Loader
  • Date: Fri, 28 Sep 2012 04:50:22 +0000
  • Accept-language: en-US

Is it a hook?  Comment out in grouper.properties

Is it a loader job from group?  Make the cron run not very frequently in the attribute value

Is it a loader job in the grouper-loader.properties?  Comment it out there

 

Thanks,

Chris

 

From: Klug, Lawrence [mailto:]
Sent: Thursday, September 27, 2012 5:37 PM
To: Chris Hyzer;
Subject: RE: Grouper Loader

 

>> Comment it out of the config?

 

Which config and what properties?  It’s not obvious to me.  Is there a “switch”?

 

BTW, the Log messages are coming through, thanks!

 

From: Chris Hyzer []
Sent: Thursday, September 27, 2012 11:50 AM
To: Klug, Lawrence;
Subject: RE: Grouper Loader

 

> I’m developing a ChangeLogConsumer and I’m running into a couple of issues.  Running from command line on windows.

>

> 1.         What is a good way to stop the orgsConfig job from running during testing? – it is clogging the console with messages.

 

Comment it out of the config?

 

> 2.         How do I get my Consumer to Log messages into the event log?

 

Try this:

 

import edu.internet2.middleware.grouper.log.EventLog;

EventLog.info(“Some message”);

 

Thanks,

Chris

 

From: On Behalf Of Klug, Lawrence
Sent: Thursday, September 27, 2012 2:21 PM
To:
Subject: [grouper-users] Grouper Loader

 

I’m developing a ChangeLogConsumer and I’m running into a couple of issues.  Running from command line on windows.

 

1.       What is a good way to stop the orgsConfig job from running during testing? – it is clogging the console with messages.

2.       How do I get my Consumer to Log messages into the event log?

 

Thanks,

 

Lawrence




Archive powered by MHonArc 2.6.16.

Top of Page