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 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

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.

comment:3 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4112]) Fixes #911: Add support for having file validators and meta data extrators in external jar files.

Note: See TracTickets for help on using tickets.