datasource-derby-sample.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <jeus-system xmlns="http://www.tmaxsoft.com/xml/ns/jeus"
  3. xmlns:ns2="http://java.sun.com/xml/ns/javaee"
  4. xmlns:ns3="http://java.sun.com/xml/ns/persistence">
  5. <resource>
  6. <data-source>
  7. <database>
  8. <vendor>others</vendor>
  9. <export-name>UDDIDB</export-name>
  10. <data-source-class-name>org.apache.derby.jdbc.ClientConnectionPoolDataSource</data-source-class-name>
  11. <data-source-type>ConnectionPoolDataSource</data-source-type>
  12. <property>
  13. <name>ServerName</name>
  14. <type>java.lang.String</type>
  15. <value>localhost</value>
  16. </property>
  17. <property>
  18. <name>PortNumber</name>
  19. <type>java.lang.Integer</type>
  20. <value>1527</value>
  21. </property>
  22. <property>
  23. <name>DatabaseName</name>
  24. <type>java.lang.String</type>
  25. <value>UDDIDB</value>
  26. </property>
  27. <property>
  28. <name>ConnectionAttributes</name>
  29. <type>java.lang.String</type>
  30. <value>;create=true</value>
  31. </property>
  32. <property>
  33. <name>User</name>
  34. <type>java.lang.String</type>
  35. <value>APP</value>
  36. </property>
  37. <property>
  38. <name>Password</name>
  39. <type>java.lang.String</type>
  40. <value>APP</value>
  41. </property>
  42. </database>
  43. </data-source>
  44. </resource>
  45. </jeus-system>