[ https://issues.apache.org/jira/browse/ONAMI-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171373#comment-14171373 ]
Hudson commented on ONAMI-115: ------------------------------ SUCCESS: Integrated in Onami-Persist #27 (See [https://builds.apache.org/job/Onami-Persist/27/]) ONAMI-115: servlet filter must be bound in singleton scope (sclassen: rev 1631832) * /onami/trunk/persist/src/main/java/org/apache/onami/persist/PersistenceModule.java > PersistenceFilter should be bound in Singleton scope > ---------------------------------------------------- > > Key: ONAMI-115 > URL: https://issues.apache.org/jira/browse/ONAMI-115 > Project: Apache Onami > Issue Type: Bug > Reporter: Nick Merlo > Assignee: Stephan Classen > > Guice's servlet module requires that Filter classes be bound in the singleton > scope. PersistenceFilter is currently not bound into such a scope which > causes an exception to be thrown during initialization > The binding should be bound into the scope either in PersistenceModule or by > annotating the PersistenceFilterImpl class with @Singleton -- This message was sent by Atlassian JIRA (v6.3.4#6332)