Hi, > What components are you using? If you wrote your own components, make > sure you are deriving from the base-classes in uimaFIT, not the ones in UIMA > (same names, different packages). Also make sure to call > super.initialize(...) if > you override the initialize method, otherwise uimaFIT is unable to inject the > parameters into the annotated fields.
now that is subltle. You are totally right - the AE was not extending the uimafit base class... ok. Then, spring integration seems to work. Ill do more testing and will update the github project accordingly if it makes sense... best, helt
