Jean-Baptiste Onofré created KARAF-3875:
-------------------------------------------

             Summary: Karaf scheduler should wrap QuartzException in exported 
SchedulerException
                 Key: KARAF-3875
                 URL: https://issues.apache.org/jira/browse/KARAF-3875
             Project: Karaf
          Issue Type: Bug
          Components: karaf-scheduler
            Reporter: Jean-Baptiste Onofré


I'd like to be able to use the Scheduler service that is registered. 
Unfortunately it's not possible because the schedule method on that service 
throws an org.quartz.Scheduler that is not exported by the Karaf Scheduler 
bundle.

Maybe the exception should be wrapped into a new Exception defined by the 
bundle instead ? Because even if it is re-imported from another bundle I'm 
guessing there will be problems with class loading because the class instance 
will be generated from another class loader.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to