Skip to content

Instantly share code, notes, and snippets.

@qmx
Created January 22, 2011 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qmx/791142 to your computer and use it in GitHub Desktop.
Save qmx/791142 to your computer and use it in GitHub Desktop.
<filter>
<filter-name>OEMIV</filter-name>
<filter-class>br.com.caelum.financas.util.OpenEntityManagerInView</filter-class>
</filter>
<filter-mapping>
<filter-name>OEMIV</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment