Opened 16 years ago
Closed 16 years ago
#911 closed enhancement (fixed)
Add support for having file validators and meta data extrators in external jar files.
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.6 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It should not be very difficult. Just add another field with the JAR path to the DataFileType? class. The instances are created from DataFileType?.getValidator() and DataFileType?.getMetadataReader().
Change History (3)
comment:1 Changed 16 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hmmm... there might be a problem if running on a job agent were the JAR path is not the same... On the other hand the validator/metadata extractor is mainly used in the web interface.
Ticket #913 may be the solution to this problem.