| Author |
Jython and Websphere wsadmin escape issue
|
Vlada Stankovic
Greenhorn
Joined: Feb 18, 2010
Posts: 9
|
|
I have problem setting namespace binding properties from Jython using wsadmin. I read properties from xyz.properties file and set those values to websphere Problem occurs when my .properties file contains special characters like ], [, ", '
Example xyz.properties
vlada2=asd'" vlada3=asd[
WASX7017E: Exception received while running file "blabla.py"; exception information: java.lang.IllegalArgumentException:
java.lang.IllegalArgumentException: WASX7122E: Expected "]" not found.
Attribute=stringToBind had invalid value=asd\ for input parameter=[stringToBind asd\'"] [nameInNameSpace "vlada1"] [name "vlada1"]
Script source code
|
 |
 |
|
|
subject: Jython and Websphere wsadmin escape issue
|
|
|