| Commit | Date | |
|---|---|---|
| 2012-09-18 21:23:57 | Tree | |
| 2012-09-18 21:21:01 | Tree | |
|
[r6355]
by
saravanan1181
Fixed the coed to accept the json field properties with and without single and double quots. Example Inputs: {part:{operator:'Equals',values:['TESTPART']}} {"part":{"operator":"Equals","values":["TESTPART"]}} |
2012-09-17 14:04:29 | Tree |
|
[r6354]
by
prudhvireddy
Bug 27198: Added condition to not call doAutoSelect when a record is selected from finder combo grid lookup. |
2012-09-17 06:33:21 | Tree |
| 2012-09-14 20:51:27 | Tree | |
| 2012-09-14 20:09:49 | Tree | |
| 2012-09-14 19:55:33 | Tree | |
|
[r6350]
by
saravanan1181
1) Modified the wsTestUtil.jsp to use the jackson lib for 'json to java' and 'java to json' conversion.Since the modification on contract first web service changed the |
2012-09-14 14:01:39 | Tree |
|
[r6349]
by
saravanan1181
Added functionality to handle the Collection generic type parameters and return type. The existing code only had the functionality to handle the array of objects and object. Eg for modification: The update method argument is List of parts and return type is List of PartUpdateConfirmation. update(java.util.List<Part> parts) : java.util.List<PartUpdateConfirmation> |
2012-09-14 13:50:54 | Tree |
|
[r6348]
by
saravanan1181
Modified the code to get name attribute from WebService annotation from service class to populate in wsdl.properties file and it will be used in 'web service doc api' to eg: |
2012-09-14 13:47:04 | Tree |