Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0-incubating
-
None
Description
The descriptor is created by uimaFIT, so it's not just necessarily editing and checking in the descriptor for the long term fix.
I noticed this while I was running
mvn -PrunCVD compile
and tried to load the relation extractor aggregate.
Just loading it gives an error about aggregate name is null
To fix, replace this line
<name/>
with this
<name>RelationExtractorAggregate</name>