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 Nicklas Nordborg

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 Changed 16 years ago by Nicklas Nordborg

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

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.