Opened 17 years ago
Closed 17 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 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
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.