[ https://issues.apache.org/jira/browse/UIMA-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marshall Schor closed UIMA-1499. -------------------------------- Resolution: Fixed Assignee: Marshall Schor > Potential ClassCastException in CasPool > --------------------------------------- > > Key: UIMA-1499 > URL: https://issues.apache.org/jira/browse/UIMA-1499 > Project: UIMA > Issue Type: Bug > Components: Core Java Framework > Affects Versions: 2.3 > Reporter: Jörn Kottmann > Assignee: Marshall Schor > Fix For: 2.3 > > > The CasPool has a constructor > CasPool(int aNumInstances, Collection aComponentDescriptionsOrMetaData, > Properties aPerformanceTuningSettings, ResourceManager > aResourceManager) > where aComponentDescriptionsOrMetaData is a collection which can contain > according > to javadoc "AnalysisEngineDescription, CollectionReaderDescription, > CasConsumerDescription or ProcessingResourceMetaData objects" > A reference of the Collection is passed to fillPool which passes the > Collection > to a CasDefinition constructor which then casts everything to > ProcessingResourceMetaData, > which will result in a ClassCastException in the case of > AnalysisEngineDescription, > CollectionReaderDescription and CasConsumerDescription objects. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.