Revision 135:0f13d60f6347

View differences:

resource/com/ib/hibernate/configuration/hibernate.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings 
7
		<property name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
8
		<property name="connection.url">jdbc:sqlserver://demosvr1.penril.net:1433;databaseName=agroib_db-phase2</property>
9
		<property name="connection.username">agroib_user</property>
10
		<property name="connection.password">P@$$w0rd</property>
11
		<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
12
		
13
		
14
		<property name="connection.url">jdbc:oracle:thin:@192.168.1.126:1521:IBSDEMO</property>
15
		-->
16
		<property name="connection.url">jdbc:oracle:thin:@172.31.11.50:1521:ibd</property>
17
		<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
18
		<property name="connection.username">upassdev</property>
19
		<property name="connection.password">upassdev</property>
20
		<property name="dialect">org.hibernate.dialect.OracleDialect</property>
21
						
22
		<!-- Use the C3P0 connection pool provider -->
23
		<!-- 
24
		<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
25
		<property name="hibernate.c3p0.acquire_increment">1</property>
26
		<property name="hibernate.c3p0.min_size">0</property>
27
		<property name="hibernate.c3p0.max_size">500</property>
28
		<property name="hibernate.c3p0.timeout">0</property>
29
		<property name="hibernate.c3p0.max_statements">0</property>
30
		 -->
31
		
32
		<!-- Enable Hibernate's automatic session context management -->
33
		<property name="current_session_context_class">thread</property>
34
		<!-- Disable the second-level cache -->
35
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
36
		<!-- Echo all executed SQL to stdout -->
37
		<property name="show_sql">false</property>
38
		<property name="format_sql">true</property>
39
		<property name="hibernate.hbm2ddl.auto">none</property>
40
		<!-- Mapping files -->
41
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
42
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
43
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
44
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
48
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
49
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
50
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
51
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
52
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
53
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
54
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
55
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
56
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
57
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
58
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
59
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
60
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
61
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
62
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
63
		<mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
64
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
65
		<mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
66
		<mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
67
		<mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
68
		<mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
69

  
70
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
71
		
72
		<mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
73
		<mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
74
		<mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
75
		<mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
76
		<mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
77
		<mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
78
		<mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
79

  
80
		<!-- 
81
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
82
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
83
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
84
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
85
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
86
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
87
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
88
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
89
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
90
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
91
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
92
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
93
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
94
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
95
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
96
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
97
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
98
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
99
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
100
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
101
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
102
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
103
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
104
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
105
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
106
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
107
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
108
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
109
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
110
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
111
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
112
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
113
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
114
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
115
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
116
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
117
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
118
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
119
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" /> 
120
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
121
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
122
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
123
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
124
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
125
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
126
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
127
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
128
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
129
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
130
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
131
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
132
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
133
		 -->
134
		
135
		<!-- Mapping files for Admin User Deletion 
136
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
137
		-->
138
		
139
		<!-- Mapping files for secure mailbox 
140
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
141
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
142
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
143
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
144
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
145
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
146
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
147
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
148
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
149
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
150
		-->
151
		
152
		<!-- Mapping files for bib 
153
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
154
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
155
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
156
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
157
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
158
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
159
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
160
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
161
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
162
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
163
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
164
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
165
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
166
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
167
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
168
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
169
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
170
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
171
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
172
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
173
		
174
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
175
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
176
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
177
  		-->
178
		
179
	</session-factory>
180
</hibernate-configuration>
resource/com/ib/hibernate/configuration/hibernate.dev-penril.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->
7
		<property name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
8
		<property name="connection.url">jdbc:sqlserver://demosvr1.penril.net:1433;databaseName=agroib_db-phase2</property>
9
		<property name="connection.username">agroib_user</property>
10
		<property name="connection.password">P@$$w0rd</property>
11
		<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
12
						
13
		<!-- Use the C3P0 connection pool provider -->
14
		<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
15
		<property name="hibernate.c3p0.acquire_increment">1</property>
16
		<property name="hibernate.c3p0.min_size">0</property>
17
		<property name="hibernate.c3p0.max_size">500</property>
18
		<property name="hibernate.c3p0.timeout">0</property>
19
		<property name="hibernate.c3p0.max_statements">0</property>
20
		
21
		<!-- Enable Hibernate's automatic session context management -->
22
		<property name="current_session_context_class">thread</property>
23
		<!-- Disable the second-level cache -->
24
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
25
		<!-- Echo all executed SQL to stdout -->
26
		<property name="show_sql">false</property>
27
		<property name="format_sql">true</property>
28
		<property name="hibernate.hbm2ddl.auto">none</property>
29
		<!-- Mapping files -->
30
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
31
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
33
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
36
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
37
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
39
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
41
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
42
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
43
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
44
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
48
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
49
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
50
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
51
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
52
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
53
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
54
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
55
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
56
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
57
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
58
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
59
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
60
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
61
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
62
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
63
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
64
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
65
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
66
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
67
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
68
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
69
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
70
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
71
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
72
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
73
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
74
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
75
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
76
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
77
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
78
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" /> 
79
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
80
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
81
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
82
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
83
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
84
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
85
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
86
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
87
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
88
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
89
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
90
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
91
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
92
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
93
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
94
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
95
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
96
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
97
		
98
		<!-- Mapping files for Admin User Deletion -->
99
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
100
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
101
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
102
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
103
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
104
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
105
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
106
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
107
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
108
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
109
		
110
		<!-- Mapping files for secure mailbox -->
111
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
112
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
113
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
114
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
115
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
116
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
117
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
118
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
119
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
120
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
121
		
122
		<!-- Mapping files for bib -->
123
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
124
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
125
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
126
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
127
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
128
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
129
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
130
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
131
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
132
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
133
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
134
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
135
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
136
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
137
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
138
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
139
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
140
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
141
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
142
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
143
		
144
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
145
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
146
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
147
		
148
	</session-factory>
149
</hibernate-configuration>
resource/com/ib/hibernate/configuration/hibernate.maybank-dev.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->
7

  
8
<!--
9
		<property name="connection.url">jdbc:oracle:thin:@172.31.11.50:1521:ibd</property>
10
		<property name="hibernate.connection.username">upassdev</property>
11
		<property name="hibernate.connection.password">upassdev</property>
12
		<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
13
 -->
14

  
15
		<property name="hibernate.connection.datasource">jdbc/UPassDataSource</property>
16
		<property name="hibernate.jndi.url">t3://172.31.20.101:7010</property>
17
		<property name="hibernate.jndi.class">weblogic.jndi.WLInitialContextFactory</property>
18
						
19
		<!-- Database connection settings -->
20
		<!-- SQL dialect -->
21
		<property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
22
		
23
		<!-- Enable Hibernate's automatic session context management -->
24
		<property name="current_session_context_class">thread</property>
25
		<!-- Disable the second-level cache -->
26
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
27
		<!-- Echo all executed SQL to stdout -->
28
		<property name="show_sql">false</property>
29
		<property name="format_sql">true</property>
30
		<property name="hibernate.hbm2ddl.auto">none</property>
31
		<!-- Mapping files -->
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
33
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
36
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
37
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
39
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
41
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
42
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
43
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
44
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
48
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
49
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
50
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
51
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
52
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
53
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
54
		<mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
55
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
56
		<mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
57
		<mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
58
		<mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
59
		<mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
60

  
61
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
62
		
63
		<mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
64
		<mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
65
		<mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
66
		<mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
67
		<mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
68
		<mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
69
		<mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
70

  
71
		<!-- 
72
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
73
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
74
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
75
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
76
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
77
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
78
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
79
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
80
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
81
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
82
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
83
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
84
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
85
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
86
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
87
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
88
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
89
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
90
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
91
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
92
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
93
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
94
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
95
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
96
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
97
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
98
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
99
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
100
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
101
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
102
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
103
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
104
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
105
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
106
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
107
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
108
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
109
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
110
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" /> 
111
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
112
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
113
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
114
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
115
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
116
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
117
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
118
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
119
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
120
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
121
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
122
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
123
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
124
		 -->
125
		
126
		<!-- Mapping files for Admin User Deletion 
127
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
128
		-->
129
		
130
		<!-- Mapping files for secure mailbox 
131
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
132
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
133
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
134
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
135
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
136
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
137
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
138
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
139
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
140
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
141
		-->
142
		
143
		<!-- Mapping files for bib 
144
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
145
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
146
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
147
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
148
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
149
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
150
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
151
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
152
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
153
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
154
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
155
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
156
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
157
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
158
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
159
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
160
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
161
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
162
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
163
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
164
		
165
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
166
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
167
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
168
  		-->
169
		
170
	</session-factory>
171
</hibernate-configuration>
resource/com/ib/hibernate/configuration/hibernate.maybank-prod.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->
7

  
8
		<property name="hibernate.connection.datasource">jdbc/UPassDataSource</property>
9
		<property name="hibernate.jndi.url">t3://172.31.20.101:7010</property>
10
		<property name="hibernate.jndi.class">weblogic.jndi.WLInitialContextFactory</property>
11
						
12
		<!-- Database connection settings -->
13
		<!-- SQL dialect -->
14
		<property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
15
		
16
		<!-- Enable Hibernate's automatic session context management -->
17
		<property name="current_session_context_class">thread</property>
18
		<!-- Disable the second-level cache -->
19
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
20
		<!-- Echo all executed SQL to stdout -->
21
		<property name="show_sql">false</property>
22
		<property name="format_sql">true</property>
23
		<property name="hibernate.hbm2ddl.auto">none</property>
24
		<!-- Mapping files -->
25
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
26
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
27
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
28
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
29
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
30
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
31
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
33
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
36
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
37
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
39
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
41
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
42
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
43
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
44
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
45
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
46
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
47
		<mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
48
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
49
		<mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
50
		<mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
51
		<mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
52
		<mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
53
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
54
		<mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
55
		<mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
56
		<mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
57
		<mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
58
		<mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
59
		<mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
60
		<mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
61
		
62
	</session-factory>
63
</hibernate-configuration>
resource/com/ib/hibernate/configuration/hibernate.staging-ci.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->		
7
		<!-- <property name="connection.url">jdbc:oracle:thin:@localhost:1521:XE</property> -->
8
		<property name="connection.url">jdbc:oracle:thin:@192.168.1.126:1521:IBSDEMO</property>
9
		<property name="hibernate.connection.username">M2U_UPASS_CI</property>
10
		<property name="hibernate.connection.password">ci123</property>		
11
		<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
12
		<!-- SQL dialect -->
13
		<property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
14
		
15
		<!-- Use the C3P0 connection pool provider -->
16
		<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
17
		<property name="hibernate.c3p0.acquire_increment">5</property>
18
		<property name="hibernate.c3p0.min_size">20</property>
19
		<property name="hibernate.c3p0.max_size">50</property>
20
		<property name="hibernate.c3p0.timeout">120</property>
21
		<property name="hibernate.c3p0.max_statements">0</property>
22
		
23
		<!-- Enable Hibernate's automatic session context management -->
24
		<property name="current_session_context_class">thread</property>
25
		<!-- Disable the second-level cache -->
26
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
27
		<!-- Echo all executed SQL to stdout -->
28
		<property name="show_sql">false</property>
29
		<property name="format_sql">true</property>
30
		<property name="hibernate.hbm2ddl.auto">none</property>
31
		<!-- Mapping files -->
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
33
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
36
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
37
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
39
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
41
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
42
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
43
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
44
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
48
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
49
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
50
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
51
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
52
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
53
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
54
		<mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
55
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
56
		<mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
57
		<mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
58
		<mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
59
		<mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
60

  
61
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
62
		
63
		<mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
64
		<mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
65
		<mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
66
		<mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
67
		<mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
68
		<mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
69
		<mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
70

  
71
		<!-- 
72
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
73
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
74
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
75
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
76
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
77
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
78
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
79
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
80
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
81
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
82
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
83
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
84
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
85
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
86
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
87
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
88
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
89
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
90
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
91
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
92
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
93
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
94
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
95
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
96
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
97
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
98
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
99
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
100
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
101
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
102
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
103
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
104
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
105
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
106
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
107
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
108
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
109
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
110
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" /> 
111
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
112
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
113
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
114
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
115
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
116
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
117
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
118
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
119
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
120
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
121
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
122
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
123
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
124
		 -->
125
		
126
		<!-- Mapping files for Admin User Deletion 
127
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
128
		-->
129
		
130
		<!-- Mapping files for secure mailbox 
131
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
132
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
133
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
134
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
135
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
136
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
137
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
138
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
139
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
140
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
141
		-->
142
		
143
		<!-- Mapping files for bib 
144
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
145
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
146
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
147
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
148
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
149
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
150
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
151
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
152
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
153
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
154
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
155
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
156
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
157
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
158
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
159
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
160
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
161
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
162
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
163
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
164
  		
165
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
166
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
167
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
168
  		-->
169
		
170
	</session-factory>
171
</hibernate-configuration>
resource/com/ib/hibernate/configuration/hibernate.staging-penril.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->		
7
		<!-- <property name="connection.url">jdbc:oracle:thin:@localhost:1521:XE</property> -->
8
		<property name="connection.url">jdbc:oracle:thin:@192.168.1.126:1521:IBSDEMO</property>
9
		<property name="hibernate.connection.username">M2U_UPASS_CI</property>
10
		<property name="hibernate.connection.password">ci123</property>		
11
		<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
12
		<!-- SQL dialect -->
13
		<property name="dialect">org.hibernate.dialect.OracleDialect</property>
14
		
15
		<!-- Use the C3P0 connection pool provider -->
16
		<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
17
		<property name="hibernate.c3p0.acquire_increment">5</property>
18
		<property name="hibernate.c3p0.min_size">20</property>
19
		<property name="hibernate.c3p0.max_size">50</property>
20
		<property name="hibernate.c3p0.timeout">120</property>
21
		<property name="hibernate.c3p0.max_statements">0</property>
22
		
23
		<!-- Enable Hibernate's automatic session context management -->
24
		<property name="current_session_context_class">thread</property>
25
		<!-- Disable the second-level cache -->
26
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
27
		<!-- Echo all executed SQL to stdout -->
28
		<property name="show_sql">false</property>
29
		<property name="format_sql">true</property>
30
		<property name="hibernate.hbm2ddl.auto">none</property>
31
		<!-- Mapping files -->
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
33
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
36
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
37
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
39
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
41
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
42
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
43
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
44
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
48
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
49
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
50
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
51
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
52
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
53
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
54
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
55
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
56
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
57
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
58
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
59
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
60
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
61
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
62
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
63
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
64
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
65
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
66
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
67
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
68
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
69
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
70
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
71
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
72
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
73
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
74
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
75
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
76
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
77
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
78
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
79
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
80
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" />
81
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
82
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
83
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
84
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
85
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
86
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
87
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
88
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
89
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
90
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
91
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
92
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
93
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
94
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
95
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
96
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
97
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
98
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
99
		
100
		<!-- Mapping files for Admin User Deletion -->
101
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
102
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
103
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
104
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
105
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
106
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
107
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
108
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
109
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
110
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
111
		
112
		<!-- Mapping files for secure mailbox -->
113
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
114
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
115
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
116
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
117
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
118
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
119
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
120
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
121
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
122
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
123
		
124
		<!-- Mapping files for bib -->
125
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
126
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
127
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
128
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
129
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
130
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
131
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
132
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
133
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
134
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
135
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
136
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
137
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
138
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
139
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
140
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
141
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
142
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
143
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
144
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
145
  		
146
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
147
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
148
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
149
		
150
	</session-factory>
151
</hibernate-configuration>
resource/hibernate.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings 
7
		<property name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
8
		<property name="connection.url">jdbc:sqlserver://demosvr1.penril.net:1433;databaseName=agroib_db-phase2</property>
9
		<property name="connection.username">agroib_user</property>
10
		<property name="connection.password">P@$$w0rd</property>
11
		<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
12
		
13
		
14
		<property name="connection.url">jdbc:oracle:thin:@192.168.1.126:1521:IBSDEMO</property>
15
		-->
16
		<property name="connection.url">jdbc:oracle:thin:@172.31.11.50:1521:ibd</property>
17
		<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
18
		<property name="connection.username">upassdev</property>
19
		<property name="connection.password">upassdev</property>
20
		<property name="dialect">org.hibernate.dialect.OracleDialect</property>
21
						
22
		<!-- Use the C3P0 connection pool provider -->
23
		<!-- 
24
		<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
25
		<property name="hibernate.c3p0.acquire_increment">1</property>
26
		<property name="hibernate.c3p0.min_size">0</property>
27
		<property name="hibernate.c3p0.max_size">500</property>
28
		<property name="hibernate.c3p0.timeout">0</property>
29
		<property name="hibernate.c3p0.max_statements">0</property>
30
		 -->
31
		
32
		<!-- Enable Hibernate's automatic session context management -->
33
		<property name="current_session_context_class">thread</property>
34
		<!-- Disable the second-level cache -->
35
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
36
		<!-- Echo all executed SQL to stdout -->
37
		<property name="show_sql">false</property>
38
		<property name="format_sql">true</property>
39
		<property name="hibernate.hbm2ddl.auto">none</property>
40
		<!-- Mapping files -->
41
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
42
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
43
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
44
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
48
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
49
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
50
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
51
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
52
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
53
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
54
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
55
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
56
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
57
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
58
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
59
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
60
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
61
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
62
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
63
		<mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
64
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
65
		<mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
66
		<mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
67
		<mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
68
		<mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
69

  
70
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
71
		
72
		<mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
73
		<mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
74
		<mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
75
		<mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
76
		<mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
77
		<mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
78
		<mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
79

  
80
		<!-- 
81
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
82
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
83
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
84
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
85
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
86
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
87
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
88
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
89
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
90
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
91
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
92
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
93
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
94
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
95
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
96
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
97
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
98
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
99
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
100
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
101
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
102
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
103
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
104
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
105
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
106
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
107
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
108
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
109
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
110
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
111
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
112
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
113
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
114
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
115
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
116
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
117
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
118
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
119
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" /> 
120
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
121
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
122
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
123
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
124
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
125
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
126
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
127
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
128
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
129
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
130
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
131
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
132
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
133
		 -->
134
		
135
		<!-- Mapping files for Admin User Deletion 
136
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
137
		-->
138
		
139
		<!-- Mapping files for secure mailbox 
140
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
141
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
142
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
143
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
144
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
145
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
146
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
147
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
148
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
149
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
150
		-->
151
		
152
		<!-- Mapping files for bib 
153
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
154
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
155
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
156
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
157
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
158
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
159
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
160
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
161
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
162
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
163
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
164
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
165
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
166
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
167
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
168
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
169
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
170
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
171
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
172
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
173
		
174
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
175
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
176
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
177
  		-->
178
		
179
	</session-factory>
180
</hibernate-configuration>
resource/hibernate.dev-penril.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->
7
		<property name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
8
		<property name="connection.url">jdbc:sqlserver://demosvr1.penril.net:1433;databaseName=agroib_db-phase2</property>
9
		<property name="connection.username">agroib_user</property>
10
		<property name="connection.password">P@$$w0rd</property>
11
		<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
12
						
13
		<!-- Use the C3P0 connection pool provider -->
14
		<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
15
		<property name="hibernate.c3p0.acquire_increment">1</property>
16
		<property name="hibernate.c3p0.min_size">0</property>
17
		<property name="hibernate.c3p0.max_size">500</property>
18
		<property name="hibernate.c3p0.timeout">0</property>
19
		<property name="hibernate.c3p0.max_statements">0</property>
20
		
21
		<!-- Enable Hibernate's automatic session context management -->
22
		<property name="current_session_context_class">thread</property>
23
		<!-- Disable the second-level cache -->
24
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
25
		<!-- Echo all executed SQL to stdout -->
26
		<property name="show_sql">false</property>
27
		<property name="format_sql">true</property>
28
		<property name="hibernate.hbm2ddl.auto">none</property>
29
		<!-- Mapping files -->
30
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
31
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
33
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
36
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
37
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
39
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
41
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
42
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
43
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
44
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
48
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
49
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
50
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
51
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
52
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
53
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
54
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
55
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
56
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
57
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
58
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
59
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
60
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
61
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
62
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
63
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
64
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
65
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
66
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
67
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
68
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
69
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
70
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
71
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
72
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
73
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
74
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
75
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
76
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
77
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
78
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" /> 
79
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
80
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
81
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
82
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
83
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
84
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
85
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
86
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
87
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
88
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
89
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
90
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
91
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
92
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
93
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
94
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
95
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
96
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
97
		
98
		<!-- Mapping files for Admin User Deletion -->
99
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
100
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
101
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
102
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
103
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
104
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
105
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
106
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
107
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
108
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
109
		
110
		<!-- Mapping files for secure mailbox -->
111
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
112
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
113
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
114
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
115
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
116
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
117
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
118
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
119
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
120
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
121
		
122
		<!-- Mapping files for bib -->
123
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
124
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
125
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
126
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
127
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
128
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
129
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
130
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
131
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
132
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
133
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
134
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
135
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
136
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
137
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
138
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
139
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
140
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
141
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
142
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
143
		
144
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
145
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
146
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
147
		
148
	</session-factory>
149
</hibernate-configuration>
resource/hibernate.maybank-dev.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->
7

  
8
<!--
9
		<property name="connection.url">jdbc:oracle:thin:@172.31.11.50:1521:ibd</property>
10
		<property name="hibernate.connection.username">upassdev</property>
11
		<property name="hibernate.connection.password">upassdev</property>
12
		<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
13
 -->
14

  
15
		<property name="hibernate.connection.datasource">jdbc/UPassDataSource</property>
16
		<property name="hibernate.jndi.url">t3://172.31.20.101:7010</property>
17
		<property name="hibernate.jndi.class">weblogic.jndi.WLInitialContextFactory</property>
18
						
19
		<!-- Database connection settings -->
20
		<!-- SQL dialect -->
21
		<property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
22
		
23
		<!-- Enable Hibernate's automatic session context management -->
24
		<property name="current_session_context_class">thread</property>
25
		<!-- Disable the second-level cache -->
26
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
27
		<!-- Echo all executed SQL to stdout -->
28
		<property name="show_sql">false</property>
29
		<property name="format_sql">true</property>
30
		<property name="hibernate.hbm2ddl.auto">none</property>
31
		<!-- Mapping files -->
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
33
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
36
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
37
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
39
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
41
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
42
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
43
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
44
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
48
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
49
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
50
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
51
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
52
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
53
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
54
		<mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
55
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
56
		<mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
57
		<mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
58
		<mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
59
		<mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
60

  
61
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
62
		
63
		<mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
64
		<mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
65
		<mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
66
		<mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
67
		<mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
68
		<mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
69
		<mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
70

  
71
		<!-- 
72
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
73
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
74
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
75
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
76
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
77
		<mapping resource="net/penril/ibss/core/hibernate/IbUserTransactionHistory.hbm.xml" />
78
		<mapping resource="net/penril/ibss/core/hibernate/IbBillPayment.hbm.xml" />
79
		<mapping resource="net/penril/ibss/core/hibernate/IbBlockAtm.hbm.xml" />
80
		<mapping resource="net/penril/ibss/core/hibernate/IbInterbankAccounts.hbm.xml" />
81
		<mapping resource="net/penril/ibss/core/hibernate/IbInterTransfer.hbm.xml" />
82
		<mapping resource="net/penril/ibss/core/hibernate/IbIntrabankAccounts.hbm.xml" />
83
		<mapping resource="net/penril/ibss/core/hibernate/IbIntraTransfer.hbm.xml" />
84
		<mapping resource="net/penril/ibss/core/hibernate/IbMobileReload.hbm.xml" />
85
		<mapping resource="net/penril/ibss/core/hibernate/IbRegisteredPayee.hbm.xml" />
86
		<mapping resource="net/penril/ibss/core/hibernate/IbReqStatement.hbm.xml" />
87
		<mapping resource="net/penril/ibss/core/hibernate/IbSmsNotification.hbm.xml" />
88
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdPlacement.hbm.xml" />
89
		<mapping resource="net/penril/ibss/core/hibernate/IbTcdUpliftment.hbm.xml" />
90
		<mapping resource="net/penril/ibss/core/hibernate/IbTransferLimit.hbm.xml" />
91
		<mapping resource="net/penril/ib/navigation/hibernate/IbGroup.hbm.xml" />
92
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigationGroup.hbm.xml" />
93
		<mapping resource="net/penril/ib/navigation/hibernate/IbNavigation.hbm.xml" />
94
		<mapping resource="net/penril/ib/content/hibernate/IbCheckDigit.hbm.xml" />
95
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetList.hbm.xml" />
96
		<mapping resource="net/penril/ib/content/hibernate/IbBancnetListML.hbm.xml" />
97
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranch.hbm.xml" />
98
		<mapping resource="net/penril/ib/content/hibernate/IbBankBranchML.hbm.xml" />
99
		<mapping resource="net/penril/ib/content/hibernate/IbCurrencyCode.hbm.xml" />
100
		<mapping resource="net/penril/ib/content/hibernate/IbPayee.hbm.xml" />
101
		<mapping resource="net/penril/ib/content/hibernate/IbPayeeML.hbm.xml" />
102
		<mapping resource="net/penril/ib/content/hibernate/IbProductType.hbm.xml" />
103
		<mapping resource="net/penril/ib/content/hibernate/IbProductTypeML.hbm.xml" />
104
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfo.hbm.xml" />
105
		<mapping resource="net/penril/ib/content/hibernate/IbServiceInfoML.hbm.xml"/>
106
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfo.hbm.xml" />
107
		<mapping resource="net/penril/ib/content/hibernate/IbNoticeInfoML.hbm.xml" />
108
		<mapping resource="net/penril/ib/content/hibernate/IbOccupation.hbm.xml" />
109
		<mapping resource="net/penril/ib/content/hibernate/IbOccupationML.hbm.xml" />
110
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRange.hbm.xml" /> 
111
		<mapping resource="net/penril/ib/content/hibernate/IbIncomeRangeML.hbm.xml" /> 
112
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevel.hbm.xml" />
113
		<mapping resource="net/penril/ib/content/hibernate/IbEduLevelML.hbm.xml" />
114
		<mapping resource="net/penril/ib/content/hibernate/IbServiceList.hbm.xml" />
115
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
116
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
117
		<mapping resource="net/penril/ib/content/hibernate/IbITerm.hbm.xml" />
118
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
119
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
120
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
121
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
122
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
123
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
124
		 -->
125
		
126
		<!-- Mapping files for Admin User Deletion 
127
		<mapping resource="net/penril/ibss/core/hibernate/IbUserBackup.hbm.xml" />
128
		-->
129
		
130
		<!-- Mapping files for secure mailbox 
131
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
132
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
133
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
134
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRecipient.hbm.xml" />
135
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubject.hbm.xml" />
136
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailSubjectUser.hbm.xml" />
137
		<mapping resource="net/penril/onlineapps/subscript/domain/MailCategory.hbm.xml" />
138
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
139
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
140
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
141
		-->
142
		
143
		<!-- Mapping files for bib 
144
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
145
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
146
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
147
		<mapping resource="net/penril/bib/BibUser.hbm.xml" />
148
		<mapping resource="net/penril/bib/BibUserSecurity.hbm.xml" />
149
		<mapping resource="net/penril/bib/BibUserAccount.hbm.xml" />
150
		<mapping resource="net/penril/bib/BibApprovalMatrix.hbm.xml" />
151
		<mapping resource="net/penril/bib/BibAccount.hbm.xml" />
152
		<mapping resource="net/penril/bib/BibCompanyToken.hbm.xml" />
153
		<mapping resource="net/penril/bib/BibTransactionHistory.hbm.xml" />
154
		<mapping resource="net/penril/bib/BibBillPaymentHistory.hbm.xml" />
155
		<mapping resource="net/penril/bib/BibBulkPaymentHistory.hbm.xml" />
156
		<mapping resource="net/penril/bib/BibFdPlacementHistory.hbm.xml" />
157
		<mapping resource="net/penril/bib/BibFdUpliftmentHistory.hbm.xml" />
158
		<mapping resource="net/penril/bib/BibInterTransferHistory.hbm.xml" />
159
		<mapping resource="net/penril/bib/BibIntraTransferHistory.hbm.xml" />
160
		<mapping resource="net/penril/bib/BibApproverStatus.hbm.xml" />
161
		<mapping resource="net/penril/bib/BIBUserActivity.hbm.xml" />
162
		<mapping resource="net/penril/bib/BibBulkDirectHistory.hbm.xml" />
163
  		<mapping resource="net/penril/bib/BibBulkPayrollHistory.hbm.xml" />
164
		
165
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
166
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
167
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
168
  		-->
169
		
170
	</session-factory>
171
</hibernate-configuration>
resource/hibernate.maybank-prod.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->
7

  
8
		<property name="hibernate.connection.datasource">jdbc/UPassDataSource</property>
9
		<property name="hibernate.jndi.url">t3://172.31.20.101:7010</property>
10
		<property name="hibernate.jndi.class">weblogic.jndi.WLInitialContextFactory</property>
11
						
12
		<!-- Database connection settings -->
13
		<!-- SQL dialect -->
14
		<property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
15
		
16
		<!-- Enable Hibernate's automatic session context management -->
17
		<property name="current_session_context_class">thread</property>
18
		<!-- Disable the second-level cache -->
19
		<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
20
		<!-- Echo all executed SQL to stdout -->
21
		<property name="show_sql">false</property>
22
		<property name="format_sql">true</property>
23
		<property name="hibernate.hbm2ddl.auto">none</property>
24
		<!-- Mapping files -->
25
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
26
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
27
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
28
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
29
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
30
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
31
		<mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
33
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
34
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
35
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
36
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
37
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
38
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
39
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
40
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
41
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
42
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
43
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
44
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
45
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
46
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
47
		<mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
48
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
49
		<mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
50
		<mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
51
		<mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
52
		<mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
53
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
54
		<mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
55
		<mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
56
		<mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
57
		<mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
58
		<mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
59
		<mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
60
		<mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
61
		
62
	</session-factory>
63
</hibernate-configuration>
resource/hibernate.staging-ci.cfg.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
	<session-factory>
6
		<!-- Database connection settings -->		
7
		<!-- <property name="connection.url">jdbc:oracle:thin:@localhost:1521:XE</property> -->
8
		<property name="connection.url">jdbc:oracle:thin:@192.168.1.126:1521:IBSDEMO</property>
9
		<property name="hibernate.connection.username">M2U_UPASS_CI</property>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff