Advertisement
PJF16

web.xml

Apr 27th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
  3.   <persistence-unit name="ffswebadministrationPU" transaction-type="JTA">
  4.     <jta-data-source>ffsdata</jta-data-source>
  5.     <exclude-unlisted-classes>false</exclude-unlisted-classes>
  6.     <shared-cache-mode>NONE</shared-cache-mode>
  7.     <properties>
  8.       <property name="eclipselink.cache.shared.default" value="false"/>
  9.     </properties>
  10.   </persistence-unit>
  11. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement