New reply on DataCleaner's online discussion forum 
(http://datacleaner.org/forum):

Kasper Sørensen replied to subject 'datacleaner monitor extension'

-------------------

Hi Mashud,

I am guessing this is probably because your component is placed in a 
package/namespace which is not scanned by default by DataCleaner.

There are two ways to change that:

 * You can change the packages that are scanned by default. To do this:
  * Open the file 'WEB-INF/classes/context/application-context.xml' in your 
webapp.
  * Locate the bean 'configurationFactory' that is defined like this:
{{{
        <bean name="configurationFactory" lazy-init="false"
                
class="org.datacleaner.monitor.configuration.ConfigurationFactory">
                <property name="scannedPackages">
                        <list>
                                <value>org.datacleaner</value>
                                <value>com.hi</value>
                                <value>com.neopost.cim</value>
                        </list>
                </property>
                <property name="numThreads" value="30" />
                <property name="scanWebInfFolder" value="true" />
        </bean>
}}}
  * Add another <value> entry in this bean to represent your package.
 * You can change your extension so that it uses one of the default packages. 
Use any package name that starts with 'com.hi', 'org.datacleaner' or 
'com.neopost.cim'.

-------------------

View the topic online to reply - go to 
http://datacleaner.org/topic/1097/datacleaner-monitor-extension

-- 
You received this message because you are subscribed to the Google Groups 
"DataCleaner-notify" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/datacleaner-notify.
For more options, visit https://groups.google.com/d/optout.

Reply via email to