You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2009/07/09 07:05:28 UTC

svn commit: r792400 - in /geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources: systemdatabase.properties systemdatabase_zh.properties

Author: xuhaihong
Date: Thu Jul  9 05:05:27 2009
New Revision: 792400

URL: http://svn.apache.org/viewvc?rev=792400&view=rev
Log:
GERONIMO-4706 DB2 XA properties show crash code in database pool portlet (Patch from Viola.lu and Kan Ogawa)

Modified:
    geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase.properties
    geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase_zh.properties

Modified: geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase.properties?rev=792400&r1=792399&r2=792400&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase.properties (original)
+++ geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase.properties Thu Jul  9 05:05:27 2009
@@ -1,3 +1,4 @@
+#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
 #=====================================================================
 #  Licensed to the Apache Software Foundation (ASF) under one or more
 #  contributor license agreements.  See the NOTICE file distributed with
@@ -148,6 +149,8 @@
 dbwizard.testConnection.title                                      = <b>Create Database Pool</b> -- Step 4: Test Connection
 dbwizard.tranql-connector-db2-xa.DatabaseName                      = Database Name
 dbwizard.tranql-connector-db2-xa.DatabaseNameExp                   = Specifies the name for the database server. This name is used as the database portion of the connection URL.
+dbwizard.tranql-connector-db2-xa.DowngradeHoldCursorsUnderXa       = Downgrade Hold Cursors
+dbwizard.tranql-connector-db2-xa.DowngradeHoldCursorsUnderXaExp    = Specifies whether the lock associated with a hold cursor will be downgraded.
 dbwizard.tranql-connector-db2-xa.DriverType                        = Driver Type
 dbwizard.tranql-connector-db2-xa.DriverTypeExp                     = The driver type to use for connections made on this datasource. Possible values are 2 or 4. Default is Type 4.
 dbwizard.tranql-connector-db2-xa.Password                          = Password
@@ -156,6 +159,8 @@
 dbwizard.tranql-connector-db2-xa.PortNumberExp                     = Specifies the port number the remote database server is listening on for incoming connections. The default for a  DB2 server is 50000.
 dbwizard.tranql-connector-db2-xa.PreparedStatementCacheSize        = PreparedStatement Cache Size
 dbwizard.tranql-connector-db2-xa.PreparedStatementCacheSizeExp     = PreparedStatementCacheSize tells the driver how many prepared statements should be associated with each connection. The default is no statement caching.
+dbwizard.tranql-connector-db2-xa.ResultSetHoldability              = ResultSetHoldability
+dbwizard.tranql-connector-db2-xa.ResultSetHoldabilityExp           = ResultSetHoldability has two possible values: HOLD_CURSORS_OVER_COMMIT and CLOSE_CURSORS_AT_COMMIT. Either of these values can be specified with any valid combination of resultSetConcurrency and resultSetHoldability. The value that you set overrides the default holdability for the connection.<br/><br/>HOLD_CURSORS_OVER_COMMIT = 1<br/>CLOSE_CURSORS_AT_COMMIT  = 2
 dbwizard.tranql-connector-db2-xa.ServerName                        = Server Name
 dbwizard.tranql-connector-db2-xa.ServerNameExp                     = ServerName is the name / IP address of the host which the DB2 driver needs to connect to. There is no default.
 dbwizard.tranql-connector-db2-xa.TraceFile                         = Trace File

Modified: geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase_zh.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase_zh.properties?rev=792400&r1=792399&r2=792400&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase_zh.properties (original)
+++ geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/resources/systemdatabase_zh.properties Thu Jul  9 05:05:27 2009
@@ -1,3 +1,4 @@
+#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
 #=====================================================================
 #  Licensed to the Apache Software Foundation (ASF) under one or more
 #  contributor license agreements.  See the NOTICE file distributed with
@@ -148,6 +149,8 @@
 dbwizard.testConnection.title                                      = <b>\u521B\u5EFA\u6570\u636E\u5E93\u8FDE\u63A5\u6C60</b> -- \u6B65\u9AA44: \u6D4B\u8BD5\u8FDE\u63A5
 dbwizard.tranql-connector-db2-xa.DatabaseName                      = \u6570\u636E\u5E93\u540D\u79F0
 dbwizard.tranql-connector-db2-xa.DatabaseNameExp                   = \u6307\u5B9A\u6570\u636E\u5E93\u670D\u52A1\u5668\u7684\u540D\u79F0\u3002\u8BE5\u540D\u79F0\u4F5C\u4E3A\u8FDE\u63A5URL\u7684\u6570\u636E\u5E93\u90E8\u5206\u3002
+dbwizard.tranql-connector-db2-xa.DowngradeHoldCursorsUnderXa       = Downgrade Hold Cursors
+dbwizard.tranql-connector-db2-xa.DowngradeHoldCursorsUnderXaExp    = \u6307\u5B9A\u4E0E\u6301\u6709\u6307\u9488\u5173\u8054\u7684\u9501\u662F\u5426\u4F1A\u964D\u7EA7
 dbwizard.tranql-connector-db2-xa.DriverType                        = \u9A71\u52A8\u7C7B\u578B
 dbwizard.tranql-connector-db2-xa.DriverTypeExp                     = \u7528\u4E8E\u5EFA\u7ACB\u5230\u8BE5\u6570\u636E\u6E90\u7684\u8FDE\u63A5\u7684\u9A71\u52A8\u7C7B\u578B\u3002\u53EF\u80FD\u7684\u503C\u67092\u548C4.\u9ED8\u8BA4\u503C\u662F\u7C7B\u578B4.
 dbwizard.tranql-connector-db2-xa.Password                          = \u5BC6\u7801
@@ -156,6 +159,8 @@
 dbwizard.tranql-connector-db2-xa.PortNumberExp                     = \u6307\u5B9A\u8FDC\u7AEF\u6570\u636E\u5E93\u4FA6\u542C\u5230\u6765\u8FDE\u63A5\u7684\u7AEF\u53E3\u53F7\u3002DB2\u670D\u52A1\u5668\u9ED8\u8BA4\u4E3A50000.
 dbwizard.tranql-connector-db2-xa.PreparedStatementCacheSize        = PreparedStatement\u7F13\u5B58\u5927\u5C0F
 dbwizard.tranql-connector-db2-xa.PreparedStatementCacheSizeExp     = \u544A\u8BC9\u9A71\u52A8\u6BCF\u4E2A\u8FDE\u63A5\u5E94\u8BE5\u5173\u8054\u591A\u5C11\u4E2APreparedStatement\u3002\u9ED8\u8BA4\u503C\u662F\u4E0D\u4F7F\u7528PreparedStatement\u7F13\u5B58\u3002
+dbwizard.tranql-connector-db2-xa.ResultSetHoldability              = ResultSetHoldability
+dbwizard.tranql-connector-db2-xa.ResultSetHoldabilityExp           = \u7ED3\u679C\u96C6\u7684\u53EF\u4FDD\u5B58\u6027\u6709\u4E24\u4E2A\u53EF\u9009\u503C : HOLD_CURSORS_OVER_COMMIT \u548C CLOSE_CURSORS_AT_COMMIT. \u4EFB\u4F55\u4E00\u4E2A\u503C\u53EF\u4EE5\u901A\u8FC7 resultSetConcurrency \u548C resultSetHoldability \u7684\u6709\u6548\u7EC4\u5408\u8FDB\u884C\u8BBE\u7F6E. \u60A8\u6240\u8BBE\u7F6E\u7684\u503C\u8BB2\u8986\u76D6 Connection \u7684\u9ED8\u8BA4\u503C. <br/><br/>HOLD_CURSORS_OVER_COMMIT = 1<br/>CLOSE_CURSORS_AT_COMMIT  = 2
 dbwizard.tranql-connector-db2-xa.ServerName                        = \u670D\u52A1\u5668\u540D\u79F0
 dbwizard.tranql-connector-db2-xa.ServerNameExp                     = DB2\u9A71\u52A8\u9700\u8981\u8FDE\u63A5\u5230\u7684\u4E3B\u673A\u7684\u540D\u79F0\u6216\u8005IP\u5730\u5740\u3002\u8BE5\u9879\u6CA1\u6709\u9ED8\u8BA4\u503C\u3002
 dbwizard.tranql-connector-db2-xa.TraceFile                         = Trace\u6587\u4EF6