| Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE sun-ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN' 'http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd'> |
| 3 | <!-- |
| 4 | |
| 5 | Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. |
| 6 | |
| 7 | This program and the accompanying materials are made available under the |
| 8 | terms of the Eclipse Public License v. 2.0, which is available at |
| 9 | http://www.eclipse.org/legal/epl-2.0. |
| 10 | |
| 11 | This Source Code may also be made available under the following Secondary |
| 12 | Licenses when the conditions for such availability set forth in the |
| 13 | Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| 14 | version 2 with the GNU Classpath Exception, which is available at |
| 15 | https://www.gnu.org/software/classpath/license.html. |
| 16 | |
| 17 | SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| 18 | |
| 19 | --> |
| 20 | |
| 21 | <sun-ejb-jar> |
| 22 | <enterprise-beans> |
| 23 | <unique-id>656565</unique-id> |
| 24 | <ejb> |
| 25 | <ejb-name>LeagueEJB</ejb-name> |
| 26 | <jndi-name>MyLeague</jndi-name> |
| 27 | <refresh-period-in-seconds>600</refresh-period-in-seconds> |
| 28 | <bean-cache> |
| 29 | <max-cache-size>60</max-cache-size> |
| 30 | <is-cache-overflow-allowed>true</is-cache-overflow-allowed> |
| 31 | <cache-idle-timeout-in-seconds>600</cache-idle-timeout-in-seconds> |
| 32 | <removal-timeout-in-seconds>6000</removal-timeout-in-seconds> |
| 33 | <victim-selection-policy>FIFO</victim-selection-policy> |
| 34 | </bean-cache> |
| 35 | </ejb> |
| 36 | <ejb> |
| 37 | <ejb-name>PlayerEJB</ejb-name> |
| 38 | <jndi-name>MyPlayer</jndi-name> |
| 39 | <refresh-period-in-seconds>600</refresh-period-in-seconds> |
| 40 | <bean-cache> |
| 41 | <max-cache-size>60</max-cache-size> |
| 42 | <is-cache-overflow-allowed>true</is-cache-overflow-allowed> |
| 43 | <cache-idle-timeout-in-seconds>600</cache-idle-timeout-in-seconds> |
| 44 | <removal-timeout-in-seconds>6000</removal-timeout-in-seconds> |
| 45 | <victim-selection-policy>FIFO</victim-selection-policy> |
| 46 | </bean-cache> |
| 47 | </ejb> |
| 48 | <ejb> |
| 49 | <ejb-name>TeamEJB</ejb-name> |
| 50 | <jndi-name>MyTeam</jndi-name> |
| 51 | <refresh-period-in-seconds>600</refresh-period-in-seconds> |
| 52 | <bean-cache> |
| 53 | <max-cache-size>60</max-cache-size> |
| 54 | <is-cache-overflow-allowed>true</is-cache-overflow-allowed> |
| 55 | <cache-idle-timeout-in-seconds>600</cache-idle-timeout-in-seconds> |
| 56 | <removal-timeout-in-seconds>6000</removal-timeout-in-seconds> |
| 57 | <victim-selection-policy>FIFO</victim-selection-policy> |
| 58 | </bean-cache> |
| 59 | </ejb> |
| 60 | <pm-descriptors> |
| 61 | <pm-descriptor> |
| 62 | <pm-identifier>IPLANET</pm-identifier> |
| 63 | <pm-version>1.0</pm-version> |
| 64 | <pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator> |
| 65 | <pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory> |
| 66 | </pm-descriptor> |
| 67 | <pm-inuse> |
| 68 | <pm-identifier>IPLANET</pm-identifier> |
| 69 | <pm-version>1.0</pm-version> |
| 70 | </pm-inuse> |
| 71 | </pm-descriptors> |
| 72 | <cmp-resource> |
| 73 | <jndi-name>jdo/pmf</jndi-name> |
| 74 | </cmp-resource> |
| 75 | </enterprise-beans> |
| 76 | </sun-ejb-jar> |