users@glassfish.java.net

Re: Using password alias from command line not working

From: <forums_at_java.net>
Date: Fri, 31 Aug 2012 15:20:13 -0500 (CDT)

Tried with - ...:passwod=\${ALIAS=mypassword}:... Eg: asadmin
create-jdbc-connection-pool --datasourceclassname
com.mysql.jdbc.jdbc2.optional.MysqlXADataSource --restype
javax.sql.XADataSource --property
portNumber=3306:password=\${ALIAS=mypasswd}:user=myuser:server=localhost:database=customer_inventory
--ping MyPool That will just me : remote failure: Invalid property syntax,
"=" in value: password=${ALIAS=mypasswd}Invalid property syntax, "=" in
value: password=${ALIAS=mypasswd} (This is on Linux Bash shell btw...)

--
[Message sent by forum member 'markof19']
View Post: http://forums.java.net/node/889736