| Commit | Date | |
|---|---|---|
|
[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 |
|
[r7525]
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:39:19 | Tree |
|
[r7524]
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:38:47 | Tree |
|
[r7523]
by
seanz
remove criteria input fields that are not defined in the criteria class from jsonToBean() to avoid NoSuchMethodException later. |
2013-10-09 00:12:06 | Tree |
| 2013-09-27 07:03:48 | Tree | |
|
[r7521]
by
seanz
use value instead of raw value in combo editor so that displayField != valueField will work. |
2013-09-24 22:14:22 | Tree |