=============================== | |
Changes made in version 3.23 | |
programmer D.Deneer | |
date: 24 march 2015 | |
Type | Description |
---- | ----------------- |
![]() |
Fixed the use of an on-top dialog or a standalone frame for two dialogs (see 3.21 and 3.22.) Additional the choice to use a dialog or frame can now be controlled in the property file. |
=============================== | |
Changes made in version 3.22 | |
programmer D.Deneer | |
date: 19 march 2015 | |
Type | Description |
---- | ----------------- |
![]() |
The last change in 3.21 of using the dialogs instead of frames caused some GUI glitches. So this change is reverted. If you open a file for viewing using the magnifier glass button in the XOG Multiple Files progress Dialog or in the List XOG Results Dialog, the file will be visible at the background and you have to move the dialog away to get a full view. I will change this in a next realeas, but it needs some more coding. |
=============================== | |
Changes made in version 3.21 | |
programmer D.Deneer | |
date: 18 march 2015 | |
Type | Description |
---- | ----------------- |
![]() |
Fixed some typos in menu and dialogs. |
![]() |
Added minimize/maximize buttons to the multiple XOG dialog and the List Result XOG dialog. In fact they are not dialogs anymore but independent frames. |
=============================== | |
Changes made in version 3.20 | |
programmer D.Deneer | |
date: 04 feb 2015 | |
Type | Description |
---- | ----------------- |
![]() |
Changed interface for xogging multipe files to provide more feedback |
![]() |
The result only showed the technical result of overall XOG operation. Now the actual response is interpreted and the highest severity will be displayed. |
![]() |
Added multi-threading to boost performance. Now you can xog multiple files in parallel. Warning: This is an experimental feature, only tested with read XOG actions. |
![]() |
Added a menu function to list xog results of a directory that contains XOG output files |
=============================== | |
Changes made in version 3.10 | |
programmer D.Deneer | |
date: 19 may 2014 | |
Type | Description |
---- | ----------------- |
![]() |
The CSV to XOG function is moved to its own plugIn and is made available as "CSV to XML using a template" in the Conversion menu. |
![]() |
Default to last choosen input directory while selecting input XOG file. This was not the case in selecting multiple input files. |
=============================== | |
Changes made in version 3.00 | |
programmer D.Deneer | |
date: 09 jul 2013 | |
Type | Description |
---- | ----------------- |
![]() |
CSV to XOG: Transformation with a xslt stylesheet will be done against
a xml row element that contains the columns and values of the csv record.
Calling the stylesheet with the values as parameters is still supported but not obvious, because now you can select the values by selecting them from the input xml which will have the stucture:<table> <row> <col1>value</col1> <col2>value</col2> </row> </table> So to get the value of col1 you can use : <xsl:value-of select="/table/row/col1"> |
![]() |
CSV to XOG: Grouping of csv records is possible when using a xslt stylesheet. The stylesheet can use a construction like <xsl:for-each select="table/row"> to get the values in each row. |
![]() |
CSV to XOG: Escape values in the csv records are processed conform standards |
=============================== | |
Changes made in version 2.31 | |
programmer D.Deneer | |
date: 13 jul 2012 | |
Type | Description |
---- | ----------------- |
![]() |
There was a bug in accepting certificates which affected users that did not accept all certificates (see plugin.properties in the configuration folder |
=============================== | |
Changes made in version 2.30 | |
programmer D.Deneer | |
date: 19 sep 2011 | |
Type | Description |
---- | ----------------- |
![]() |
This release is a further enhancement of fix 2.22. But now support is added for Query and InvokeAction requests. For these requests you do not code a NikuDatabus element Example of query xml:
Example of InvokeAction xml:
Example of Object xml:
|
=============================== | |
Changes made in version 2.22 | |
programmer D.Deneer | |
date: 16 sep 2011 | |
Type | Description |
---- | ----------------- |
![]() |
Some xog results do not contain a XOGOutput element. An example is the contentpack read xog. The program will no longer throw an exception in this cases. Thanks to Steve for reporting this issue. |
=============================== | |
Changes made in version 2.20 | |
programmer D.Deneer | |
date: 11 july 2011 | |
Type | Description |
---- | ----------------- |
![]() |
New action to convert CSV to XOG |
![]() |
Feature to XOG multiple input files |
![]() |
XOG timeout setting changed to unlimited |
=============================== | |
Changes made in version 2.10 | |
programmer D.Deneer | |
date: 30 march 2011 | |
Type | Description |
---- | ----------------- |
![]() |
Proxy support enabled |
![]() |
Use the given userid and password for subsequent XOG calls |
![]() |
Improved handling of new certificates. But a restart will be still needed to register the certificates in the tool; so that they are automatically accepted. You can also ignore all certificates by placing a plugin.properties text file in the configuration directory containing the line trustAllCertificates=true |
=============================== | |
Changes made in version 2.02 | |
programmer D.Deneer | |
date: 23 march 2011 | |
Type | Description |
---- | ----------------- |
![]() |
Fixed issue with certifate mismatching domain name |
=============================== | |
Changes made in version 2.01 | |
programmer D.Deneer | |
date: 16 march 2011 | |
Type | Description |
---- | ----------------- |
![]() |
Fixed issue with default xmlns="" namespace attribute on NikuDataBus. This issue occured within Tomcat and not in Websphere |
=============================== | |
Changes made in version 2.0 | |
programmer D.Deneer | |
date: 15 march 2011 | |
Type | Description |
---- | ----------------- |
![]() |
Not using axis generated stubs anymore, but just using plain SAAJ. Thereby improving the efficiency and maintenance of the software. |
![]() |
Incorrect namespace and prefix in result XML |
![]() |
Missing attributes action and objectType in result XML after a read xog |
![]() |
Fixed java.lang.NoClassDefFoundError when using file input or output |
=============================== | |
Clarity XOG plugin | |
Changes made in version 1.00 | |
programmer | D.Deneer |
date: | 15 september 2010 |
Type | Description |
----- | ----------------- |
![]() |
PlugIn added |