Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.2S
-
None
Description
The model resource in the tagger is implemented such that it just returns the InputStream for the model file. If the tagger is deployed more than once into the same AE, this leads to an IOException as both instances try to load their model from the same input stream.