Comment #16 on issue 598 by [email protected]: Persist Extension: PersistService.start() cannot be called multiple times
https://code.google.com/p/google-guice/issues/detail?id=598

Hi all,
I have the same problem.

I must have some code executed and using persistence on application startup.
The first request to my system then tries to configure the PersistFilter, and this one starts the PersistService I already started on application start.

How can I achieve this? Or avoid a new PersistService start?

Can someone paste a piece of code, to do this?
#8 [email protected]

In the meantime, what I do is bind an interceptor around PersistService.class which >swallows IllegalStateExceptions...

kind regards
Patrick

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to