123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <jeus-system xmlns="http://www.tmaxsoft.com/xml/ns/jeus"
- xmlns:ns2="http://java.sun.com/xml/ns/javaee"
- xmlns:ns3="http://java.sun.com/xml/ns/persistence">
- <resource>
- <data-source>
- <database>
- <vendor>others</vendor>
- <export-name>UDDIDB</export-name>
- <data-source-class-name>org.apache.derby.jdbc.ClientConnectionPoolDataSource</data-source-class-name>
- <data-source-type>ConnectionPoolDataSource</data-source-type>
- <property>
- <name>ServerName</name>
- <type>java.lang.String</type>
- <value>localhost</value>
- </property>
- <property>
- <name>PortNumber</name>
- <type>java.lang.Integer</type>
- <value>1527</value>
- </property>
- <property>
- <name>DatabaseName</name>
- <type>java.lang.String</type>
- <value>UDDIDB</value>
- </property>
- <property>
- <name>ConnectionAttributes</name>
- <type>java.lang.String</type>
- <value>;create=true</value>
- </property>
- <property>
- <name>User</name>
- <type>java.lang.String</type>
- <value>APP</value>
- </property>
- <property>
- <name>Password</name>
- <type>java.lang.String</type>
- <value>APP</value>
- </property>
- </database>
- </data-source>
- </resource>
- </jeus-system>
|