Witajcie!

  What I know now is:
        <xsp:structure>
                <xsp:include>org.apache.cocoon.components.cron.*</xsp:include>
                <xsp:include>org.apache.cocoon.*</xsp:include>
        </xsp:structure>
  and:
  JobScheduler scheduler =
  (JobScheduler)Cocoon.getComponentManager().getComponentHandler(...).get();

  And now I have some problems:
  String role, // "org.apache.cocoon.components.cron.JobScheduler" ???
  Class componentClass, // JobScheduler.class ???
  // i have no idea with rest of parameters
  Configuration configuration,
  Context context,
  RoleManager roleManager,
  LogkitLoggerManager logkitManager

  From where can I get them?

-- 
Pozdrowienia,
 Grzegorz                          mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to