Revision 4:2b5cf35579af

View differences:

resource/com/ib/hibernate/configuration/hibernate.cfg.xml
3 3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4 4
<hibernate-configuration>
5 5
	<session-factory>
6
		<!-- Database connection settings -->
6
		<!-- Database connection settings 
7 7
		<property name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
8 8
		<property name="connection.url">jdbc:sqlserver://demosvr1.penril.net:1433;databaseName=agroib_db-phase2</property>
9 9
		<property name="connection.username">agroib_user</property>
10 10
		<property name="connection.password">P@$$w0rd</property>
11 11
		<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
12
		-->
13
		
14
		<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
15
		<property name="connection.url">jdbc:oracle:thin:@192.168.1.126:1521:IBSDEMO</property>
16
		<property name="connection.username">M2U_UPASS_CI</property>
17
		<property name="connection.password">ci123</property>
18
		<property name="dialect">org.hibernate.dialect.OracleDialect</property>
12 19
						
13 20
		<!-- Use the C3P0 connection pool provider -->
14 21
		<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
......
27 34
		<property name="format_sql">true</property>
28 35
		<property name="hibernate.hbm2ddl.auto">none</property>
29 36
		<!-- Mapping files -->
30
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
37
		<mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
38
		<mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
31 39
		<mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
32
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
33 40
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
34 41
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
42
		<mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
35 43
		<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" />
44
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
45
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
46
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
47
		<mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
48
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
49
		<mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
38 50
		<mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
51
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
52
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
53
		<mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
54
		<mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
55
		<mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
56
		<mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
57
		<mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
58
		<mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
59
		<mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
60

  
61
		<mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
62

  
63
		<!-- 
39 64
		<mapping resource="net/penril/ibss/core/hibernate/IbUserActivity.hbm.xml" />
40 65
		<mapping resource="net/penril/ibss/core/hibernate/IbUserSecurity.hbm.xml" />
41
		<mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
42 66
		<mapping resource="net/penril/ibss/core/hibernate/IbCustAccounts.hbm.xml" />
43 67
		<mapping resource="net/penril/ibss/core/hibernate/IbRole.hbm.xml" />
44 68
		<mapping resource="net/penril/ibss/core/hibernate/IbOrganization.hbm.xml" />
......
83 107
		<mapping resource="net/penril/ib/content/hibernate/IbServiceType.hbm.xml" />
84 108
		<mapping resource="net/penril/ib/content/hibernate/IbTdTerm.hbm.xml" />
85 109
		<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 110
		<mapping resource="net/penril/ib/content/hibernate/IbTdInfo.hbm.xml" />
90 111
		<mapping resource="net/penril/ib/content/hibernate/IbAccountType.hbm.xml" />
91 112
		<mapping resource="net/penril/ib/content/hibernate/IbSecQues.hbm.xml" />
92 113
		<mapping resource="net/penril/ib/content/hibernate/IbSecQuesML.hbm.xml" />
93
		<mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
94 114
		<mapping resource="net/penril/ibss/core/hibernate/IbRptList.hbm.xml" />
95
		<mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
96 115
		<mapping resource="net/penril/ib/content/hibernate/IbZakatType.hbm.xml" />
116
		 -->
97 117
		
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" />
118
		<!-- Mapping files for Admin User Deletion 
101 119
		<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" />
120
		-->
109 121
		
110
		<!-- Mapping files for secure mailbox -->
122
		<!-- Mapping files for secure mailbox 
111 123
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBox.hbm.xml" />
112 124
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxList.hbm.xml" />
113 125
		<mapping resource="net/penril/onlineapps/securedmailbox/domain/MailBoxRef.hbm.xml" />
......
118 130
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientDetails.hbm.xml" />
119 131
		<mapping resource="net/penril/onlineapps/subscript/domain/RecipientStatus.hbm.xml" />
120 132
		<mapping resource="net/penril/onlineapps/subscript/domain/SubscriptionMessage.hbm.xml" />
133
		-->
121 134
		
122
		<!-- Mapping files for bib -->
135
		<!-- Mapping files for bib 
123 136
		<mapping resource="net/penril/bib/BibCompanyCharges.hbm.xml" />
124 137
		<mapping resource="net/penril/bib/BibCompany.hbm.xml" />
125 138
		<mapping resource="net/penril/bib/BIBCompanyContact.hbm.xml" />
......
144 157
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierCharges.hbm.xml"/>
145 158
  		<mapping resource="net/penril/ibss/core/hibernate/IbTierChargesLVL.hbm.xml"/>
146 159
  		<mapping resource="net/penril/ibss/core/hibernate/MkTrnxMaster.hbm.xml"/>
160
  		-->
147 161
		
148 162
	</session-factory>
149 163
</hibernate-configuration>

Also available in: Unified diff