| Commit | Date | |
|---|---|---|
|
[r7535]
by
dennisl-jaffa
Changed entity =160 to =32. When converting to text the non-breaking space was not rendered as a space on printed forms. Changed to convert a non-breaking space to a space character. |
2013-11-13 21:24:11 | Tree |
|
[r7534]
by
dennisl-jaffa
Changed entity =160 to =32. When converting to text the non-breaking space was not rendered as a space on printed forms. Changed to convert a non-breaking space to a space character. |
2013-11-13 20:48:23 | Tree |
|
[r7533]
by
tutasrinivas
Adding support to the convertor to convert source XMLGregorianCalendar to DateTime/DateOnly object |
2013-11-12 21:43:24 | Tree |
| 2013-11-08 01:09:46 | Tree | |
| 2013-11-01 19:10:52 | Tree | |
|
[r7530]
by
prudhvireddy
Rounding minutes to hour when it's 60 minutes - 5:60 is not a valid time. So making 5:60 to 6:00 |
2013-10-28 09:17:34 | Tree |
|
[r7529]
by
prudhvireddy
Moved completeEditing function call back to FinderComboGrid 'rowDblClick' event. Calling 'completeEditing' from setValue (ext-overrides) is causing grid to lose focus and issues with 'Tabbing' |
2013-10-22 08:41:51 | Tree |
|
[r7528]
by
saravanan1181
The location of port may not be same for two different versions of wsdl's, since it will be in different server. So if the wsdl compare comes with only port location change difference, then it will be considered as IDENTICAL wsdl.Fixing the code for checking the IDENTICAL. |
2013-10-15 11:29:11 | Tree |
|
[r7527]
by
saravanan1181
Added null check before loading drools files from user defined drools directory. |
2013-10-15 08:16:13 | Tree |
|
[r7526]
by
saravanan1181
1) Since we have deployed our handwritten wsdl's/xsd's instead of JBoss generated one and that wsdl's/xsd's has imports to other resources.Therefore we need to implement the BasicAuthenticationResolver from Soa-Model. 2) When tried to implement the BasicAuthenticationResolver from Soa-Model identified some issues with BasicAuthenticationResolver.groovy in Soa-Model. 3) After had conversation with membrane/predic8 about the issue and finalized that the issue is on BasicAuthenticationResolver. 4) I have checked out the soa-model from https://github.com/membrane/soa-model and modified the code to fix the http client issue. 4) Intimated membrane/predic8 about the fix in BasicAuthenticationResolver.groovy and they will update the github with the fixes that I have provided. 5) Locally build the jar for soa-model-core with my fixes and updated it in JaffaConsole dependent lib and modified the release.ant properties to take new version. 6) Finally modified WSDLComparatorService in JaffaConsole to use BasicAuthenticationResolver. Note: Removing old groovy-all-1.7.4.jar and soa-model-2.0.9.jar and replacing it with groovy-all-2.1.7.jar and soa-model-core-1.4.1.4.jar. |
2013-10-11 12:41:33 | Tree |