Ticket #382 (closed enhancement: fixed)

Opened 19 months ago

Last modified 17 months ago

Add support for XML-based jobs.

Reported by: kasper Owned by: kasper
Priority: high Milestone: AnalyzerBeans-0.1
Component: AnalyzerBeans Keywords:
Cc:
Influenced classes:

Description

Attached is a proposed schema file for XML-based analysis jobs. Make it possible to parse an XML instance to create a job, and serialize a job to an XML file.

Attachments

job.xsd Download (4.2 KB) - added by kasper 19 months ago.
Proposed schema for AnalyzerBeans jobs

Change History

Changed 19 months ago by kasper

Proposed schema for AnalyzerBeans jobs

comment:1 Changed 18 months ago by kasper

Added rev. [978] which adds basic JAXB-based unmarshalling and some error handling / validation.

comment:2 Changed 18 months ago by kasper

  • Status changed from new to assigned
  • Owner set to kasper

comment:3 Changed 17 months ago by kasper

This almost works. Just need to add conversion of string literal properties to the corresponding types of the @Configured fields. This includes numbers, dates, booleans and MetaModel-objects like Schema, Table, Column.

comment:4 Changed 17 months ago by kasper

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.