Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Processors often provide Property Descriptors that can be used to modify the classpath. For example, processors may expose a property for specifying .jar files to load, such as JDBC drivers.
When a Processor is terminated, though, and restarted, the Processor no longer has access to those additional classpath resources. The processor must have its properties modified in some way in order to re-establish those classpath resources. Otherwise, we see errors such as ClassNotFoundException being thrown
Attachments
Issue Links
- links to