Ignore:
Timestamp:
08/28/10 23:54:43 (21 months ago)
Author:
kasper
Message:

Ticket #382: Improved testing and examples. Added classpath scanning and more to configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/job/JaxbJobFactory.java

    r982 r983  
    268268 
    269269                                        InputColumn<?> inputColumn = inputColumns.get(ref); 
     270                                        if (inputColumn == null) { 
     271                                                throw new IllegalStateException( 
     272                                                                "No such input column: " + ref); 
     273                                        } 
    270274                                        analyzerJobBuilder.addInputColumn(inputColumn); 
    271275                                } 
Note: See TracChangeset for help on using the changeset viewer.