summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/jdbc-store
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-08-16 15:03:21 +0000
committerKeith Wall <kwall@apache.org>2014-08-16 15:03:21 +0000
commita22fa634fe3a3f51d1a27078e17cba82e48fcf46 (patch)
treed2a04b686bae034f2172b64a388726eb40c2538b /qpid/java/broker-plugins/jdbc-store
parent1b0754c1ab44c56bc966b3e170d071a050f3cc2a (diff)
downloadqpid-python-a22fa634fe3a3f51d1a27078e17cba82e48fcf46.tar.gz
QPID-6006: [Java Broker] UI to expose attribute defaults during create and edit workflows
* Metadata service now used to discover the attributes for each category instance type. * Create/edit dialogues now have promptMessages to provide a fuller description of the field's purpose * If the attribute has a default, the default is interpolated into the promptMessage in a standard way. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins/jdbc-store')
-rw-r--r--qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhostnode/jdbc/add.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhostnode/jdbc/add.html b/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhostnode/jdbc/add.html
index f60f54e7d8..f9561d4c51 100644
--- a/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhostnode/jdbc/add.html
+++ b/qpid/java/broker-plugins/jdbc-store/src/main/java/resources/virtualhostnode/jdbc/add.html
@@ -28,7 +28,7 @@
name: 'connectionUrl',
placeHolder: 'jdbc:provider:info',
required: true,
- missingMessage: 'JDBC URL must be supplied',
+ promptMessage: 'JDBC URL specifying the connection to the database',
title: 'Enter JDBC URL'"/>
</div>
</div>
@@ -41,7 +41,7 @@
name: 'username',
placeHolder: 'username',
required: true,
- missingMessage: 'Username must be supplied',
+ promptMessage: 'Database user name',
title: 'Enter username'" />
</div>
</div>
@@ -54,7 +54,7 @@
name: 'password',
placeHolder: 'password',
required: true,
- missingMessage: 'Password must be supplied',
+ promptMessage: 'Database password',
title: 'Enter password'" />
</div>
</div>
@@ -66,8 +66,8 @@
data-dojo-props="
name: 'connectionPoolType',
required: true,
- missingMessage: 'Connection Pool type must be supplied',
- title: 'Select Connection Pool',
+ promptMessage: 'Connection pool type to use when connecting to the database',
+ title: 'Select the connection pool type',
placeHolder: 'Select pool type'" />
</div>
</div>