Initial commit from SVN.
This commit is contained in:
13
Foundation Web Test Webapp/metadata.xml
Normal file
13
Foundation Web Test Webapp/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<repository name='APPDB' class='com.foundation.transaction.jdbc.mysql.MySQLRepositoryManager'>
|
||||
<properties user-name='webappdefault' user-password='webserver' database-url='jdbc:mysql://localhost/webtest'/>
|
||||
<class name='com.foundation.web.model.SessionStore' repository-name='SESSION_STORE'>
|
||||
<attribute name='serverId' type='Integer' repository-name='SERVER_ID' repository-type='INT' is-key='true' is-auto-generated='false'/>
|
||||
<attribute name='sessionId' type='Long' repository-name='SESSION_ID' repository-type='BIGINT' is-key='true' is-auto-generated='false'/>
|
||||
<attribute name='sequenceId' type='Short' repository-name='SEQUENCE_ID' repository-type='SMALLINT' is-key='true' is-auto-generated='false'/>
|
||||
<attribute name='sessionData' type='byte[]' repository-name='SESSION_DATA' repository-type='BLOB'/>
|
||||
<attribute name='updateTimestamp' type='java.util.Date' repository-name='UPDATE_TIMESTAMP' repository-type='TIMESTAMP'/>
|
||||
<properties/>
|
||||
</class>
|
||||
</repository>
|
||||
Reference in New Issue
Block a user