[ http://issues.apache.org/jira/browse/JDO-398?page=all ]
Michael Bouschen updated JDO-398:
---------------------------------
Attachment: JDO-398.patch
Attached is a patch JDO-398.patch for review. It adds a new class JDOFilter to
the util20 subproject.
> Add servlet Filter utility class managing a PersistenceManager per request
> --------------------------------------------------------------------------
>
> Key: JDO-398
> URL: http://issues.apache.org/jira/browse/JDO-398
> Project: JDO
> Issue Type: Task
> Components: util20
> Affects Versions: JDO 2 final
> Reporter: Michael Bouschen
> Assigned To: Michael Bouschen
> Priority: Minor
> Fix For: JDO 2 maintenance release 1
>
> Attachments: JDO-398.patch
>
>
> I propose to add a new class JDOFilter implementing a servlet filter
> (interface javax.servlet.Filter) to a new package org.apache.jdo.util.web for
> web support utility classes. The filter init method creates a PMF instance.
> Method doFilter creates a PersistenceManager, stores it as a request
> attribute and then calls the filter chain. It closes the PersistenceManager
> after the chain returns. The PMF is closed in the filter method destroy.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira