Skip to content

Console Output

Skipping 6,243 KB.. Full Log
      draws scale for WORK_WEEK for whole day with 6h interval
12:30:09       draws scale for WORK_WEEK with only showing every second label
12:30:09     displayMode: MONTH
12:30:09       draws scale
12:30:09       draws scale with only showing every second label
12:30:09     displayMode: CALENDAR_WEEK
12:30:09       draws scale for CALENDAR_WEEK displayMode
12:30:09       draws scale with only showing every second label
12:30:09       draws scale with only showing every third label
12:30:09     displayMode: YEAR
12:30:09       draws scale for YEAR displayMode
12:30:09       draws scale with only showing every second label
12:30:09       draws scale with only showing every third label
12:30:09   transformLeft/transformWidth
12:30:09     calculates left and width in WEEK mode for whole days
12:30:09     calculates left and width in WEEK mode for limitted day range
12:30:09     calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set)
12:30:09   select
12:30:09     selects at least the number of intervals configured by display mode options
12:30:09     respects end of day if minSelectionIntervalCount is set
12:30:09 
12:30:09 scrollbars
12:30:09   onScroll
12:30:09     attaches handler to scrolling parents which execute when scrolling
12:30:09   offScroll
12:30:09     detaches handler from scrolling parents
12:30:09   isLocationInView
12:30:09     returns true if the given location is inside the given $scrollable
12:30:09     returns false if x of the given location is outside of the given $scrollable (smaller)
12:30:09     returns false if y of the given location is outside of the given $scrollable (smaller)
12:30:09     returns false if x of the given location is outside of the given $scrollable (greater)
12:30:09     returns false if y of the given location is outside of the given $scrollable (greater)
12:30:09   render
12:30:09     ensures parent has position absolute or relative
12:30:09 
12:30:09 BusyIndicator
12:30:09   render
12:30:09     uses entry point as parent if no $parent is provided
12:30:09     uses $parent as parent if provided
12:30:09 
12:30:09 ModelAdapter
12:30:09   can handle properties in any order
12:30:09   _syncPropertiesOnPropertyChange calls set* methods or setProperty method
12:30:09   init
12:30:09     copies properties to widget
12:30:09     sets default values
12:30:09   destroy
12:30:09     destroys the adapter and its children
12:30:09     does not destroy children, which are globally used
12:30:09   onModelPropertyChange
12:30:09     adapter
12:30:09       creates and registers the new adapter
12:30:09       destroys the old adapter
12:30:09     filters
12:30:09       propertyChange events
12:30:09         should send event when property change is triggered by widget
12:30:09         should not send event when property is triggered by server
12:30:09       widget events
12:30:09         should handle widget event when it is not filtered
12:30:09         should not handle widget event when it is filtered
12:30:09     export adapter
12:30:09       exportAdapterData should export last part of model-class as ID
12:30:09     adapters
12:30:09       creates and registers adapters
12:30:09       destroys the old adapters
12:30:09       destroys the old and creates the new adapters if the array contains both
12:30:09 
12:30:09 ResponseQueue
12:30:09   add
12:30:09     adds elements to the queue in the correct order
12:30:09     removes elements that are superseded by combined response
12:30:09   process
12:30:09     processes elements in the correct order
12:30:09     does not process elements in the wrong order
12:30:09     does not process same response twice
12:30:09 
12:30:09 Session
12:30:09   send
12:30:09     sends multiple async events in one call
12:30:09     sends multiple async events in one call over multiple user interactions if sending was delayed
12:30:09     does not await the full delay if a susequent send call has a smaller delay
12:30:09     does not await the full delay if a previous send call has a smaller delay
12:30:09     coalesces events if event provides a coalesce function
12:30:09     sends requests consecutively
12:30:09     sends requests consecutively and respects delay
12:30:09     queues ?poll results when user requests are pending
12:30:09     resumes polling after successful responses
12:30:09     does not resume polling after JS errors
12:30:09     does not resume polling after UI server errors
12:30:09     does not resume polling after HTTP errors
12:30:09     does not resume polling after session terminated
12:30:09   init
12:30:09     sends startup parameter
12:30:09     sends user agent on startup
12:30:09   texts
12:30:09     check if correct text is returned
12:30:09     check if empty text is returned
12:30:09     check if null text is returned
12:30:09     check if arguments are replaced in text
12:30:09     check if multiple arguments are replaced in text
12:30:09     check if undefined texts return an error message
12:30:09     optText returns undefined if key is not found
12:30:09     optText returns default value if key is not found
12:30:09     optText returns text if key found
12:30:09     optText returns text if key found, with arguments
12:30:09 
12:30:09 Splitter
12:30:09   renders the splitter at the given position
12:30:09 
12:30:09 SimpleTabArea
12:30:09   renders the tabs in the correct order
12:30:09 
12:30:09 TableAdapter
12:30:09   selectRows
12:30:09     sends rowsSelected event containing rowIds
12:30:09     does not send selection event if triggered by server
12:30:09   checkRows
12:30:09     sends rowsChecked event containing rowIds
12:30:09     does not send rowsChecked event if triggered by server
12:30:09   onModelAction
12:30:09     rowsSelected event
12:30:09       calls selectRows
12:30:09     rowsDeleted event
12:30:09       calls deleteRows
12:30:09       does not send rowsSelected event for the deleted rows
12:30:09     allRowsDeleted event
12:30:09       calls deleteAllRows
12:30:09       does not send rowsSelected event
12:30:09     rowsInserted event
12:30:09       calls insertRows
12:30:09       may contain cells as objects
12:30:09       may contain cells as scalars
12:30:09       respects null values
12:30:09       uses text as value if value is not provided
12:30:09     rowOrderChanged event
12:30:09       calls updateRowOrder
12:30:09       does not animate ordering for newly inserted rows
12:30:09     rowsUpdated event
12:30:09       calls updateRows
12:30:09     columnStructureChanged event
12:30:09       calls updateColumnStructure
12:30:09     columnOrderChanged event
12:30:09       calls updateColumnOrder
12:30:09     columnHeadersUpdated event
12:30:09       calls updateColumnHeaders
12:30:09   onModelPropertyChange
12:30:09     menus
12:30:09       creates and registers menu adapters
12:30:09       destroys the old menus
12:30:09       destroys the old and creates the new menus if the list contains both
12:30:09   _sendRowsFiltered
12:30:09     should not coalesce remove and 'add' events
12:30:09 
12:30:09 Table Filter
12:30:09   row filtering
12:30:09     applies row filter when table gets initialized
12:30:09     doesn't filter anymore if filter gets removed
12:30:09     applies row filter if a new row gets inserted
12:30:09     applies row filter if a new row gets inserted, even if table is not rendered
12:30:09     applies row filter if a row gets updated
12:30:09     applies row filter if a row gets updated, even if table is not rendered
12:30:09     properly handles successive row insertion and updates
12:30:09     properly handles reset table case
12:30:09     considers view range
12:30:09     renders empty data if all rows are removed due to filtering
12:30:09   selection
12:30:09     gets removed for non visible rows after filtering
12:30:09     stays removed even if filtered row is selected explicitly
12:30:09     gets removed for non visible rows after filtering if a row has been updated
12:30:09     gets restored for visible rows after filtering
12:30:09   events
12:30:09     rowsFiltered
12:30:09       gets fired when table with a filter is initializing
12:30:09       does not get fired when table with no filters is initializing
12:30:09       gets fired if filter() is called
12:30:09       gets fired if filter() is called, even if table is not rendered
12:30:09       gets not fired if rows are filtered again but the filtered rows have not changed
12:30:09       gets fired if rows are filtered during updateRows
12:30:09       gets fired if rows are filtered during insertRows
12:30:09       gets fired if rows are filtered during deleteRows
12:30:09       gets fired if rows are filtered during deleteAllRows
12:30:09       does not get fired if rows are updated but row filter state has not changed
12:30:09       gets sent to server containing rowIds when rows are filtered
12:30:09 
12:30:09 TableFooterSpec
12:30:09   render
12:30:09     attaches listener to the table but only once
12:30:09   remove
12:30:09     stops the open animation of the selected control
12:30:09     stops the close animation of the selected control
12:30:09   controls
12:30:09     removes old and renders new controls on property change
12:30:09   TableStatusTooltip
12:30:09     shows ERROR tooltip
12:30:09     shows INFO tooltip when table is rendered
12:30:09     hides INFO tooltip when user clicks in table
12:30:09     does not hide ERROR tooltip when user clicks in table
12:30:09 
12:30:09 TableHeaderMenu
12:30:09   filter
12:30:09     string column
12:30:09       shows the unique string values
12:30:09       converts multiline text to single line
12:30:09       strips html tags if html is enabled
12:30:09       reflects the state of the filter
12:30:09       correctly updates the list after inserting a new row, if a filter is applied
12:30:09       always displays the selected value, even if the table does not contain the value anymore
12:30:09       displays empty values as -empty-
12:30:09       stores selected text in filter.selectedValues
12:30:09       stores empty as null and not '-empty-'
12:30:09     grouping / sorting
12:30:09       count sorted columns
12:30:09       count grouped columns
12:30:09     boolean column
12:30:09       shows the unique string values
12:30:09     sort enabled
12:30:09       option enabled shows sort options in table header menu
12:30:09       option disabled does not show sort options in table header menu
12:30:09 
12:30:09 TableHeaderSpec
12:30:09   render
12:30:09     attaches listener to the table but only once
12:30:09 
12:30:09 TableKeyStrokes
12:30:09   key up
12:30:09     selects the above row
12:30:09     selects the last row if no row is selected yet
12:30:09     selects the second last row if all rows are selected
12:30:09     selects the only row if there is only one
12:30:09     does nothing if first row already is selected
12:30:09     if first row already is selected but is not the last action row, the row above the last action row gets selected
12:30:09     if there is a last action row, selects the row above last last action row
12:30:09     selects the row above the last action row even if the row above already is selected
12:30:09     uses last row of selection as last action row if last action row is not visible anymore
12:30:09      + shift
12:30:09       adds the row above to the selection
12:30:09       removes the row above from the selection if the last action row is the last row of the selection
12:30:09       if the row above the last action row is not selected, adds the row above to the selection
12:30:09   key down
12:30:09     selects the row below
12:30:09     selects the first row if no row is selected yet
12:30:09     selects the second row if all rows are selected
12:30:09     selects the only row if there is only one
12:30:09     does nothing if last row already is selected
12:30:09     if there is a last action row, selects the row below the last action row
12:30:09     selects the row below the last action row even if the row below already is selected
12:30:09     uses last row of selection as last action row if last action row is not visible anymore
12:30:09      + shift
12:30:09       adds the row below to the selection
12:30:09       removes the row below from the selection if the last action row is the first row of the selection
12:30:09       if the row below the last action row is not selected, adds the row below to the selection
12:30:09   end
12:30:09     selects last row
12:30:09      + shift
12:30:09       selects all rows from currently selected row to last row
12:30:09       preserves existing selection
12:30:09       considers last action row as start row for new selection
12:30:09       uses last row of selection as last action row if last action row is not visible anymore
12:30:09       does nothing if last row is already selected
12:30:09       does not add same rows to selectedRows twice
12:30:09   home
12:30:09     selects first row
12:30:09      + shift
12:30:09       selects all rows from currently selected row to first row
12:30:09       preserves existing selection
12:30:09       considers last action row as start row for new selection
12:30:09       uses first row of selection as last action row if last action row is not visible anymore
12:30:09       does nothing if first row is already selected
12:30:09       does not add same rows to selectedRows twice
12:30:09   space
12:30:09     does nothing if no rows are selected
12:30:09     checks the selected rows if first row is unchecked
12:30:09     does not modify already checked rows when checking
12:30:09     unchecks the selected rows if first row is checked
12:30:09   page up
12:30:09     selects the only row if there is only one
12:30:09   page down
12:30:09     selects the only row if there is only one
12:30:09 
12:30:09 Table
12:30:09   render
12:30:09     renders CSS class
12:30:09     renders a table header
12:30:09     renders table rows
12:30:09       accepts rows with cells
12:30:09       accepts rows with text only
12:30:09   _calculateViewRangeForRowIndex
12:30:09     returns a range based on viewRangeSize
12:30:09   rowIcons and checkable rows
12:30:09     creates an artificial cell when a rowIcon is set on a row
12:30:09   insertRows
12:30:09     inserts rows at the end of the table
12:30:09     renders rows only if view range is not full yet
12:30:09     rowsInserted event must be triggered before rowOrderChanged event
12:30:09   updateRows
12:30:09     updates the model cell texts
12:30:09     updates the html cell texts
12:30:09     does not fail if the row to update is the same instance as the existing one
12:30:09     does not destroy selection
12:30:09     silently updates rows which are not in view range
12:30:09   deleteRows
12:30:09     deletes single rows from model
12:30:09     deletes single rows from html document
12:30:09     considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
12:30:09   deleteAllRows
12:30:09     deletes all rows from model
12:30:09     deletes all rows from html document
12:30:09     silently removes not rendered rows
12:30:09   updateRowOrder
12:30:09     reorders the model rows
12:30:09     reorders the html nodes
12:30:09     considers view range
12:30:09   checkRow
12:30:09     checks the row, does not uncheck others if multiCheck is set to true
12:30:09     unchecks other rows if multiCheck is set to false
12:30:09     does not check the row if checkable is set to false
12:30:09     does not check the row if the row is disabled
12:30:09     does not check the row if the table is disabled
12:30:09     considers view range
12:30:09     keeps added checkable column visible even when reloading factory settings
12:30:09     does not add an additional checkable column if one is already configured
12:30:09   selectRows
12:30:09     updates model
12:30:09     selects rendered rows and unselects others
12:30:09     considers view range
12:30:09     triggers rowsSelected
12:30:09     selectedRow() returns first selected row or null when table has no selection
12:30:09   toggle selection
12:30:09     selects all if not all are selected
12:30:09     selects none if all are selected
12:30:09   selectAll
12:30:09     selects all rows
12:30:09     considers view range -> renders selection only for rendered rows
12:30:09   doRowAction
12:30:09     sends rowAction event with row and column
12:30:09     does not send rowAction event if the row is not selected
12:30:09     does not send rowAction event if it is not the only one selected row
12:30:09   resizeColumn
12:30:09     updates column model and sends resize event 
12:30:09     does not send resize event when resizing is in progress
12:30:09     sends resize event when resizing is finished
12:30:09   autoResizeColumns
12:30:09     distributes the table columns using initialWidth as weight
12:30:09     excludes columns with fixed width
12:30:09     does not make the column smaller than the initial size
12:30:09     does not make the column smaller than a minimum size
12:30:09   sort
12:30:09     updates column model
12:30:09     model update
12:30:09       sets sortAscending according to direction param
12:30:09       resets properties on other columns
12:30:09       sets sortIndex
12:30:09       does not remove sortIndex for columns always included at begin
12:30:09       does not remove sortIndex for columns always included at end
12:30:09       does not remove sortIndex for columns always included at begin and end (combination)
12:30:09       removes column from sort columns
12:30:09     sends rowsSorted event when client side sorting is possible
12:30:09     sends sortRows event when client side sorting is not possible
12:30:09     sorts the data
12:30:09     regroups the data if group by column is active
12:30:09     restores selection after sorting
12:30:09     sorting
12:30:09       sorts text columns considering locale (if browser supports it)
12:30:09       sorts number columns
12:30:09       sorts date columns
12:30:09       uses non sort columns as fallback
12:30:09   column grouping
12:30:09     renders an aggregate row for each group
12:30:09     considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows
12:30:09     considers view range -> only renders an aggregate row for rendered rows
12:30:09     considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
12:30:09     regroups if rows get inserted
12:30:09     regroups if rows get inserted, event is from server and table was empty
12:30:09     does not regroup if rows get inserted, event is from server and table was not empty
12:30:09     regroups if rows get deleted
12:30:09     removes aggregate rows if all rows get deleted
12:30:09     regroups if rows get updated
12:30:09     may group column 0 only
12:30:09     may group column 1 only
12:30:09     may group columns 0 (avg) and 1 (sum)
12:30:09     may group columns 0, 1 and 2
12:30:09     may group columns 2 and 1
12:30:09     may group column 1 only after grouping column 0 first
12:30:09     may group column 1 and 2 after grouping column 0 first
12:30:09   row click
12:30:09     selects row and unselects others
12:30:09     sends selection and click events
12:30:09     sends only click if row already is selected
12:30:09     sends selection, checked and click events if table is checkable and checkbox has been clicked
12:30:09   right click on row
12:30:09     opens context menu
12:30:09     context menu only shows items without header type also if there is a type singleSelection
12:30:09     context menu only shows visible menus
12:30:09   _filterMenus
12:30:09     returns no menus for contextMenu if no row is selected
12:30:09     returns only single selection menus for contextMenu if one row is selected
12:30:09     returns only multi selection menus for contextMenu if multiple rows are selected
12:30:09     returns menus with single- and multi selection set for contextMenu if one or more rows are selected
12:30:09     returns only empty space menus if no row is selected
12:30:09     returns empty space and single selection menus if one row is selected
12:30:09     returns empty space and multi selection menus if multiple rows are selected
12:30:09     returns menus with empty space, single- and multi selection set if one or more rows are selected
12:30:09   row mouse down / move / up
12:30:09     selects multiple rows
12:30:09     only sends selection event, no click
12:30:09     only send one event for mousedown and immediate mouseup on the same row
12:30:09     only selects first row if mouse move selection or multi selection is disabled
12:30:09   moveColumn
12:30:09     moves column from oldPos to newPos
12:30:09     considers view range (does not fail if not all rows are rendered)
12:30:09   updateRowOrder
12:30:09     does not animate ordering for newly inserted rows
12:30:09   updateColumnStructure
12:30:09     resets the model columns
12:30:09     redraws the header to reflect header cell changes (text)
12:30:09     updates width of empty data
12:30:09   updateColumnOrder
12:30:09     reorders the model columns
12:30:09     reorders the html nodes
12:30:09     silently moves cells which are not rendered in view range
12:30:09   updateColumnHeaders
12:30:09     updates the text and sorting state of model columns
12:30:09     updates sort indices of the sort columns if a sort column got removed
12:30:09     updates the text and sorting state of html table header nodes
12:30:09     updates the custom css class of table header nodes
12:30:09   headerVisible
12:30:09     hides/shows the table header
12:30:09   Column visibility
12:30:09     update headers and rows when visibility of a column changes
12:30:09     visibleColumns() only return visible columns
12:30:09     moveColumn() must deal with different indices for visible and all columns
12:30:09 
12:30:09 BooleanColumn
12:30:09   table checkable column
12:30:09     a checkbox column gets inserted if table.checkable=true
12:30:09     no checkbox column gets inserted if table.checkable=false
12:30:09     this.checkableColumn is set to the new column
12:30:09     displays the row.checked state as checkbox
12:30:09   boolean column
12:30:09     displays the cell value as checkbox
12:30:09 
12:30:09 Column
12:30:09   considers horizontal alignment
12:30:09   converts linebreak into <br> in header cells
12:30:09   considers custom css class of a column
12:30:09   considers custom css class of a column, as well for checkbox columns
12:30:09   considers custom css class of a cell, if both are set only the cell class is used
12:30:09   considers htmlEnabled of a cell
12:30:09   caches encoded text of a cell to improve performance
12:30:09   multilineText
12:30:09     replaces
12:30:09  with br, but only if htmlEnabled is false
12:30:09   textWrap
12:30:09     wraps text if column.textWrap and table.multilineText are true
12:30:09     does not wrap text if column.textWrap is false and table.multilineText is true
12:30:09     does not wrap text if column.textWrap is true and table.multilineText is false
12:30:09   initCell
12:30:09     sets the value and the text
12:30:09     calls formatValue to format the text
12:30:09     calls formatValue to format the text, also for cell objects
12:30:09     does not format the value if a text is provided
12:30:09     sets the value to null if only text is provided
12:30:09   setCellValue
12:30:09     sets the value and the text
12:30:09     calls formatValue to format the text
12:30:09   cell getters
12:30:09     cell() should return cell of given row
12:30:09     selectedCell() should return cell from selected row
12:30:09   displayable
12:30:09     if set to false, column may not be made visible
12:30:09 
12:30:09 NumberColumn
12:30:09   background effect
12:30:09     colorGradient1
12:30:09       colors cells from red to green
12:30:09       colors cells according to rounded values
12:30:09     considers view range -> only colors rendered cells
12:30:09     updates colors if row gets deleted
12:30:09     updates colors if row gets inserted
12:30:09     updates colors if row gets updated
12:30:09     colors cells if table gets rendered
12:30:09     restores existing background color if background effect gets removed
12:30:09     barChart
12:30:09       does not overwrite existing background color
12:30:09     setBackgroundEffect
12:30:09       changes the background effect
12:30:09       sends columnBackgroundEffectChanged event
12:30:09       does not send columnBackgroundEffectChanged if server triggered it
12:30:09   calculateMinMaxValues
12:30:09     calculates the min/max values based on rounded values
12:30:09 
12:30:09 scout.comparators
12:30:09   tests 'compare' method of TEXT comparator
12:30:09   tests 'compareIgnoreCase' method of TEXT comparator
12:30:09   tests 'compare' method of NUMERIC comparator
12:30:09   tests 'compare' method of ALPHANUMERIC comparator
12:30:09   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
12:30:09   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session
12:30:09 
12:30:09 AggregateTableControl
12:30:09   aggregate
12:30:09     creates an aggregate row
12:30:09     sums up numbers in a number column
12:30:09     aggregation type none does not aggregate
12:30:09     sums up numbers in a number column but only on filtered rows
12:30:09     sums up numbers in a number column and considers format pattern
12:30:09     sums up numbers in a number column and considers rounded values fo aggregation
12:30:09   eanbled state
12:30:09     is false if there are no number columns
12:30:09     is true if there is at least one number column
12:30:09     is false if there is a number column but without an aggregate function
12:30:09 
12:30:09 TableControl
12:30:09   selected
12:30:09     opens and closes the control container
12:30:09     removes the content of the previous selected control without closing the container
12:30:09     sends selected events (for current and previous selection)
12:30:09 
12:30:09 CellEditor
12:30:09   mouse click
12:30:09     starts cell edit if cell is editable
12:30:09     does not start cell edit if cell is not editable
12:30:09     does not start cell edit if row is disabled
12:30:09     does not start cell edit if table is disabled
12:30:09     does not start cell edit if mouse down and up happened on different cells
12:30:09     does not start cell edit if right mouse button was pressed
12:30:09     does not start cell edit if middle mouse button was pressed
12:30:09     does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing
12:30:09   startCellEdit event
12:30:09     opens popup with field
12:30:09   endCellEdit event
12:30:09     destroys the field
12:30:09     removes the cell editor popup
12:30:09   completeEdit
12:30:09     sends completeCellEdit
12:30:09     sends completeCellEdit only once
12:30:09     does not remove the popup and its field (will be done by endCellEdit)
12:30:09   cancelEdit
12:30:09     sends cancelCellEdit
12:30:09     removes the popup and its field
12:30:09   validation
12:30:09     shows a tooltip if field has an error
12:30:09     does not sho a tooltip if field has no error
12:30:09   popup recovery
12:30:09     reopens popup if row gets updated
12:30:09     closes popup if row gets deleted
12:30:09     closes popup if all rows get deleted
12:30:09     closes popup (before) table is detached
12:30:09     closes popup when table is removed
12:30:09   tooltip recovery
12:30:09     removes tooltip if row gets deleted
12:30:09 
12:30:09 DateColumnUserFilter
12:30:09   acceptByFields works
12:30:09   acceptByFields works with time
12:30:09   addFilterFields must not create date fields with time
12:30:09 
12:30:09 TableTextUserFilter
12:30:09   filter
12:30:09     filters rows based on cell text
12:30:09     separates cell values with whitepace
12:30:09     works with bean columns
12:30:09 
12:30:09 DateFormat
12:30:09   format
12:30:09     considers d M y
12:30:09     considers h H m a
12:30:09     considers E
12:30:09   parse
12:30:09     considers d M y
12:30:09     considers h H m a
12:30:09   analyze
12:30:09     analyzes the text and returns an object with months, years and days
12:30:09       considers pattern dd.MM.yyyy
12:30:09       considers pattern yyyy-MM-dd
12:30:09       considers pattern MM/dd/yyy
12:30:09       checks correct handling of am/pm
12:30:09       proposes valid dates for pattern dd.MM.yyyy
12:30:09       proposes valid dates for pattern MM.yyyy
12:30:09       proposes valid dates for pattern yyyy
12:30:09       proposes valid times
12:30:09 
12:30:09 DecimalFormat
12:30:09   format
12:30:09     considers decimal separators
12:30:09     considers grouping separators
12:30:09     can swap the position of the minus sign
12:30:09     can handle invalid patterns
12:30:09     distinguishes digits and zero digits
12:30:09     can handle positive and negative subpattern
12:30:09     can handle exotic symbols
12:30:09     can handle percentages, format taken from application
12:30:09     can handle multiplier
12:30:09     can handle rounding mode
12:30:09   round
12:30:09     can handle rounding modes
12:30:09 
12:30:09 TextMap
12:30:09   get
12:30:09     returns correct text for key
12:30:09     may return empty text
12:30:09     may return null text
12:30:09     replaces arguments in text
12:30:09     may replace multiple arguments
12:30:09     returns a text containing undefinied if the key is not found
12:30:09     does a parent lookup if key is not found
12:30:09     returns a text containing undefinied if neither child nor parent contains the key
12:30:09   optGet
12:30:09     returns undefined if key is not found
12:30:09     returns default value if key is not found
12:30:09     returns text if key is found
12:30:09     returns text if key is found, with arguments
12:30:09     replaces the same placeholder if used multiple times
12:30:09     does a parent lookup if key is not found
12:30:09 
12:30:09 scout.texts
12:30:09   init
12:30:09     creates Texts objects for each language tag given in the model
12:30:09     links Texts objects according the sub tags of the language tag
12:30:09     does not override existing text maps
12:30:09   get
12:30:09     returns the Texts for the given language tag
12:30:09     returns a Texts object with correct linking
12:30:09     creates an empty Texts object with correct linking if language tag is unknown
12:30:09 
12:30:09 scout.tooltips
12:30:09   can be installed and uninstalled for a form field
12:30:09   creates a tooltip on mouseenter and removes it on mouseleave
12:30:09   if text
12:30:09     is empty no tooltip will be shown
12:30:09     is a function, it will be called for tooltip text
12:30:09     is undefined no tooltip will be shown
12:30:09     is provided by component, it will be used as tooltip text
12:30:09     is provided as function by component, it will be called and used as tooltip text
12:30:09     is provided using options and by component, text provided using options will be used
12:30:09     is a function, component is passed as first and only argument
12:30:09 
12:30:09 CompactTreeAdapter
12:30:09   selectNodes
12:30:09     selects child node and notifies server if server selects the first title node
12:30:09 
12:30:09 Compacttree
12:30:09   creation
12:30:09     adds no empty section node
12:30:09     adds a node with child node
12:30:09     adds a node with child nodes in correct order
12:30:09     deletes a node
12:30:09     inserts a child node
12:30:09   node click
12:30:09     calls selectNodes
12:30:09 
12:30:09 TreeAdapter
12:30:09   node click
12:30:09     sends selection and click events in one call in this order
12:30:09     sends selection, check and click events if tree is checkable and checkbox has been clicked
12:30:09     does not send click if mouse down happens on another node than mouseup
12:30:09     does not send click if mouse down does not happen on a node
12:30:09   node double click
12:30:09     sends clicked, selection, action and expansion events
12:30:09   node control double click
12:30:09     sends clicked, selection, action and expansion events
12:30:09   selectNodes
12:30:09     sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
12:30:09     does not send selection event if triggered by server
12:30:09   checkNodes
12:30:09     does not send checked event if triggered by server
12:30:09   setNodesExpanded
12:30:09     does not send expand event if triggered by server
12:30:09   collapseAll
12:30:09     sends nodeExpanded for every collapsed node
12:30:09   onModelAction
12:30:09     nodesInserted event
12:30:09       calls insertNodes
12:30:09     nodesDeleted event
12:30:09       calls deleteNodes
12:30:09     allChildNodesDeleted event
12:30:09       calls deleteAllChildNodes
12:30:09     nodesSelected event
12:30:09       calls selectNodes
12:30:09     nodeChanged event
12:30:09       calls changeNode
12:30:09       updates the text of the node
12:30:09     nodesUpdated event
12:30:09       calls updateNodes
12:30:09     childNodeOrderChanged event
12:30:09       calls updateNodeOrder
12:30:09     multiple events
12:30:09       handles delete, collapse, insert, expand events correctly
12:30:09 
12:30:09 TreeKeyStrokes
12:30:09   key up
12:30:09     selects the above node in collapsed tree
12:30:09     selects the above node node in expanded tree
12:30:09     selects the last node if no node is selected yet
12:30:09     selects the only node if there is only one
12:30:09     does nothing if first node already is selected
12:30:09   key down
12:30:09     selects the node below in collapsed tree
12:30:09     selects the first node if no row is selected yet
12:30:09     selects the above node node in expanded tree
12:30:09     selects the only node if there is only one
12:30:09     does nothing if last node already is selected
12:30:09   Home
12:30:09     selects first node in collapsed tree
12:30:09     selects first node in expanded tree
12:30:09   Subtract
12:30:09      collapses a node
12:30:09      collapses a node and drill up
12:30:09   Add
12:30:09      expands a node
12:30:09      expands a node and drill down
12:30:09   End
12:30:09      jumps to last node
12:30:09   space
12:30:09     does nothing if no nodes are selected
12:30:09     checks the selected node 
12:30:09     unchecks the selected node 
12:30:09 
12:30:09 TreeNodePosition
12:30:09   _findInsertPositionInFlatList
12:30:09     insert node between two other nodes on the same level
12:30:09     insert node between two other nodes on another level
12:30:09     insert node ahead all other nodes on the same level
12:30:09     insert node below all other nodes on the same level
12:30:09     insert a subtree between two other nodes on the same level
12:30:09     insert a node below another node of the same level with an expanded subtree
12:30:09   _addChildrenToFlatListIfExpanded
12:30:09     expands collapsed node
12:30:09     expands collapsed node with different levels in insertBatch
12:30:09 
12:30:09 Tree
12:30:09   creation
12:30:09     adds nodes
12:30:09     does not add notes if no nodes are provided
12:30:09   insertNodes
12:30:09     inserting a child
12:30:09       inserts in a reasonable order if childNodeIndex is not set
12:30:09       updates model
12:30:09       updates model with a complex node containing another node
12:30:09       updates html document if parent is expanded
12:30:09       updates html document at a specific position
12:30:09     only updates the model if parent is collapsed
12:30:09     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
12:30:09     with breadcrumb style
12:30:09       inserts a html node if the parent node is selected
12:30:09       only updates model if the parent node is not selected
12:30:09       inserts html nodes at a specific position
12:30:09     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
12:30:09   updateNodes
12:30:09     update same node instance
12:30:09     enabled update
12:30:09       updates the enabled state of the model node
12:30:09       updates the enabled state of the html node, if visible
12:30:09       updates the enabled state of the html node after expansion, if not visible
12:30:09     enabled update on checkable tree
12:30:09       updates the enabled state of the model node
12:30:09       updates the enabled state of the html node, if visible
12:30:09       updates the enabled state of the html node after expansion, if not visible
12:30:09   changeNode
12:30:09     updates the text of the model node
12:30:09     updates the text of the html node
12:30:09     updates custom cssClass of model and html node
12:30:09     preserves child-of-selected when root nodes get changed
12:30:09     preserves child-of-selected when child nodes get changed
12:30:09     preserves group css class when nodes get updated
12:30:09   deleteNodes
12:30:09     deleting a child
12:30:09       updates model
12:30:09       updates html document
12:30:09       updates child node indices
12:30:09       considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
12:30:09     deleting a root node
12:30:09       updates model
12:30:09       updates html document
12:30:09       deleting a collapsed root node
12:30:09         updates model
12:30:09         updates html document
12:30:09     deleting all nodes
12:30:09       updates model
12:30:09       updates html document
12:30:09   deleteAllChildNodes
12:30:09     deletes all nodes from model
12:30:09     deletes all nodes from html document
12:30:09     deletes all nodes from model for a given parent
12:30:09     deletes all nodes from html document for a given parent
12:30:09   checkNodes
12:30:09     checks a subnode -> mark upper nodes 
12:30:09     checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
12:30:09     checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings
12:30:09     does not check a disabled node
12:30:09     does not check a node in a disabled tree
12:30:09     never checks two nodes if multiCheck is set to false
12:30:09     checks children if autoCheckChildren is set to true
12:30:09     does not check the children if autoCheckChildren is set to false
12:30:09     does not check nodes if checkable is set to false
12:30:09   node click
12:30:09     calls tree._onNodeMouseDown
12:30:09     updates model (selection)
12:30:09   node double click
12:30:09     expands/collapses the node
12:30:09   node control double click
12:30:09     does the same as control single click (does NOT expand and immediately collapse again)
12:30:09   deselectAll
12:30:09     clears the selection
12:30:09   selectNodes
12:30:09     selects a node
12:30:09     selectedNode()
12:30:09     expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
12:30:09     also expands the node if bread crumb mode is enabled
12:30:09     also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
12:30:09     sets css class ancestor-of-selected on every ancestor of the selected element
12:30:09     sets css class child-of-selected on direct children of the selected element
12:30:09     may select a node which is not rendered
12:30:09     sets parent and ancestor css classes even if nodes are not rendered
12:30:09     sets child-of-selected css class even if nodes are not rendered
12:30:09   expandNode
12:30:09     sets css class child-of-selected on direct children if the expanded node is selected
12:30:09     renders the child nodes if parent is expanded
12:30:09     with breadcrumb style
12:30:09       renders the child nodes if parent is expanded
12:30:09       ensures top level nodes are rendered
12:30:09   expandAllParentNodes
12:30:09     expands all parent nodes of the given node (model)
12:30:09     expands all parent nodes of the given node (html)
12:30:09   collapseNode
12:30:09     prevents collapsing in bread crumb mode if node is selected
12:30:09   collapseAll
12:30:09     collapses all nodes
12:30:09   updateItemPath
12:30:09     Sets css class group on every element within the same group
12:30:09   updateNodeOrder
12:30:09     reorders the child nodes if parent is given (model)
12:30:09     reorders the child nodes if parent is given and expanded (model)
12:30:09     reorders the child nodes if parent is given (html)
12:30:09     considers view range when updating child node order
12:30:09     reorders expanded child nodes if parent is given (model)
12:30:09     reorders the root nodes if no parent is given (model)
12:30:09     reorders the root nodes if no parent is given (html)
12:30:09     reorders expanded root nodes if no parent is given (model)
12:30:09     reorders expanded root nodes if no parent is given (html)
12:30:09   tree filter
12:30:09     filters nodes when filter() is called
12:30:09     filters nodes when filter is added and removed
12:30:09     makes sure only filtered nodes are displayed when node gets expanded
12:30:09     applies filter if a node gets changed
12:30:09     applies filter if a node gets inserted
12:30:09     make sure nodes unchanged by filters are attached. See ticket #168957
12:30:09   tree enabled/disabled
12:30:09     disables checkboxes when tree is disabled
12:30:09   test visible list and map
12:30:09     with initial all expanded nodes
12:30:09       init with all expanded in correct order
12:30:09       collapse a node -> all children have to be removed
12:30:09       filter node -> filtered node and children has to be removed from visible
12:30:09       update node -> node is filtered
12:30:09       insert expanded node to expanded parent
12:30:09       insert child node in filtered parent
12:30:09       insert child node which should be filtered
12:30:09     with initial all closed nodes
12:30:09       init with all collapsed
12:30:09       insert child node collapsed parent
12:30:09       expand node
12:30:09       expand child node
12:30:09   destroy tree nodes
12:30:09     should destroy all tree nodes and set destroyed flag
12:30:09 
12:30:09 scout.Call
12:30:09   calls done on success
12:30:09   calls fail on failure
12:30:09   retries on failure
12:30:09 
12:30:09 Code
12:30:09   init
12:30:09     registers texts if texts property is set
12:30:09     uses the language configured by scout.codes.defaultLanguage as default
12:30:09     fails if text and texts are set
12:30:09   text
12:30:09     returns the text for the given languageTag (with texts property)
12:30:09     returns the text for the given locale (with texts property)
12:30:09     returns the text for the given languageTag (with text property)
12:30:09     returns the text for the given languageTag (with text property including a text key)
12:30:09 
12:30:09 CodeType
12:30:09   init
12:30:09     creates codes and hierarchy
12:30:09   add
12:30:09     adds new root code to codeType
12:30:09     adds new child code to codeType
12:30:09   get
12:30:09     returns code with codeId
12:30:09     throws error for unknown codeId
12:30:09   getCodes
12:30:09     returns all codes
12:30:09     returns root codes
12:30:09 
12:30:09 DetachHelper
12:30:09   restores sticky tooltips
12:30:09   removes tooltip when achor is detached
12:30:09   considers the context of $anchor -> only removes tooltips in that context
12:30:09 
12:30:09 Device
12:30:09   scout.device
12:30:09     is initialized automatically
12:30:09   isWindowsTablet
12:30:09     returns true when browser is Edge and scrollbarWidth is 0
12:30:09   user agent parsing
12:30:09     recognizes iOS devices
12:30:09     recognizes Android devices
12:30:09     recognizes normal Windows PCs
12:30:09     recognizes supported browsers
12:30:09 
12:30:09 EventSupport
12:30:09   on / trigger / off
12:30:09     single event func only triggered until off() is called
12:30:09     multiple events
12:30:09   one
12:30:09     single event func only triggered once when registered with one()
12:30:09     event parameter passed to registered func
12:30:09     de-register function registered with one()
12:30:09   off
12:30:09     remove all with same type
12:30:09     remove specific listener
12:30:09 
12:30:09 Range
12:30:09   equals
12:30:09   union
12:30:09     returns a new range with the sum of both ranges
12:30:09     returns a copy of both ranges if the ranges don't overlap
12:30:09     returns a copy of the non empty range if one range is empty
12:30:09   subtract
12:30:09     returns a new range where the second range is removed from the first
12:30:09     returns a copy of the first range if the second does not overlap the first
12:30:09     returns an empty range if second range completely covers the first
12:30:09     returns a new range if second range is inside the first and touches a border
12:30:09     returns an array of two ranges if second range is inside the first but does not touch a border
12:30:09     returns a copy of the first range if the second range is empty
12:30:09     returns an empty range if the first range is empty
12:30:09   subtractAll
12:30:09     subtracts all given ranges
12:30:09     may return multiple ranges
12:30:09   intersect
12:30:09     returns a new range with the part where both ranges overlap
12:30:09     returns an empty range if the ranges don't overlap
12:30:09     returns an empty range if one range is empty
12:30:09 
12:30:09 scout.URL
12:30:09   can parse super-simple URL
12:30:09   can parse empty hash
12:30:09   can parse a moderately simple URL
12:30:09   can convert the URL to string (only changed in order of arguments)
12:30:09   can handle multi-valued parameters
12:30:09   can add parameters
12:30:09   can remove parameters
12:30:09   can create or replace parameters
12:30:09   can handle non-ascii characters
12:30:09   can sort parameters
12:30:09 
12:30:09 scout.arrays
12:30:09   init
12:30:09     checks whether array has correct length and initial values
12:30:09   ensure
12:30:09     creates an array if the param is not an array
12:30:09     returns the param if the param already is an array
12:30:09   remove
12:30:09     removes elements
12:30:09   removeAll
12:30:09     removes all given elements
12:30:09     considers emtpy args
12:30:09   replace
12:30:09     replaces elements
12:30:09   insert
12:30:09     insert element at index
12:30:09   insertArray
12:30:09     insert element array at index
12:30:09   max
12:30:09     returns 0 iff input contains 0
12:30:09     behaves like Math.max on null and undefined
12:30:09     ignores non-number elements
12:30:09   min
12:30:09     returns 0 iff input contains 0
12:30:09     behaves like Math.min on null and undefined
12:30:09     ignores non-number elements
12:30:09   move
12:30:09     replaces elements
12:30:09   union
12:30:09     merges two arrays
12:30:09     merges two arrays and removes duplicates
12:30:09     also works with floats
12:30:09     if the arrays contain objects instead of primitives, it uses their id to check for equality
12:30:09     does not fail if arr1 or arr2 are not defined
12:30:09   equals
12:30:09     checks whether two arrays contain the same elements in the same order
12:30:09     considers emtpy and same arrays
12:30:09     returns true if one array is undefined/null and the other empty
12:30:09   equalsIgnoreOrder
12:30:09     checks whether two arrays contain the same elements without considering the order
12:30:09     considers emtpy and same arrays
12:30:09     returns true if one array is undefined/null and the other empty
12:30:09   findIndex
12:30:09     returns the index of the element for which the given predicate returns true
12:30:09   find
12:30:09     returns the element for which the given predicate returns true
12:30:09   findFrom
12:30:09     returns the element for which the given predicate returns true, starting from a given index
12:30:09     does not return the element for which the given predicate returns true, if it is on the left side of the start index
12:30:09     also checks the element at start index 
12:30:09     searches from right to left if backwards is true
12:30:09   format
12:30:09     formats an array by concatenating each entry
12:30:09     returns '' for empty array or if no array was provided
12:30:09   formatEncoded
12:30:09     encodes the html of each array element
12:30:09   first
12:30:09     finds first array element
12:30:09   last
12:30:09     finds last array element
12:30:09 
12:30:09 scout.codes
12:30:09   can init without data
12:30:09   finds a code type by ID
12:30:09   finds a code by ID (single and two parameter call)
12:30:09   throws an error when code type is not found
12:30:09   throws an error when code is not found
12:30:09   optGet
12:30:09     should work as get if code exists
12:30:09     should return null if code does not exist
12:30:09   add
12:30:09     adds a code type or an array of code types
12:30:09 
12:30:09 scout.dates
12:30:09   shift
12:30:09     shifts year or month or day
12:30:09     shifts year and month if both provided
12:30:09     shifts year and month and day if all provided
12:30:09     shift year
12:30:09       adds or removes years
12:30:09       handles edge case leap year
12:30:09     shift month
12:30:09       adds or removes months
12:30:09       handles edge case start month
12:30:09       handles edge case end month
12:30:09       handles edge case leap year
12:30:09   shiftToNextDayOfType
12:30:09     shifts to next day of type
12:30:09   shiftToPreviousDayOfType
12:30:09     shifts to previous day of type
12:30:09   ensureMonday
12:30:09     shifts to next monday in direction if it is not a monday yet
12:30:09   isSameDay
12:30:09     returns true if day, month and year matches
12:30:09   compareMonths
12:30:09     returns the differences in number of months
12:30:09     ignores time
12:30:09     works with different years
12:30:09   compareDays
12:30:09     returns the differences in number of days
12:30:09     ignores time
12:30:09     works with different month
12:30:09     works with different years
12:30:09   timestamp
12:30:09     returns a string of the expected length withonly digits
12:30:09   orderWeekdays
12:30:09     orders weekdays
12:30:09   toJsonDate / parseJsonDate
12:30:09     can handle missing or invalid inputs
12:30:09     can convert JSON and JS dates
12:30:09   create
12:30:09     can create dates
12:30:09   weekInYear
12:30:09     can calculate week in year
12:30:09   format
12:30:09     can handle invalid values
12:30:09     can format valid dates
12:30:09   compare
12:30:09     can handle invalid dates
12:30:09     can compare valid dates
12:30:09   equals
12:30:09     returns true if the dates are equal, false if not
12:30:09   isLeapYear
12:30:09     correctly identifies leap years
12:30:09   combineDateTime
12:30:09     creates a new date by using date part of param date and time part of param time.
12:30:09     uses 01-01-1970 as date part if date is ommitted
12:30:09     uses 00:00 as time part if time is ommitted
12:30:09 
12:30:09 scout.defaultValues
12:30:09   init
12:30:09     can load invalid configurations
12:30:09   applyTo
12:30:09     can apply default values to JSON
12:30:09     can apply default values to JSON considering the model variant
12:30:09     copies default values 'by value'
12:30:09 
12:30:09 scout.icons
12:30:09   parses bitmap icons
12:30:09   parses font icons (scoutIcons font)
12:30:09   parses font icons (custom font)
12:30:09   parses returns a CSS class for custom fonts
12:30:09   appends CSS class string with custom fonts
12:30:09 
12:30:09 scout.models
12:30:09   get
12:30:09     load object without type
12:30:09     ensure the object is a copy
12:30:09   extend
12:30:09     insert new property into root object
12:30:09     override property in root object
12:30:09     insert new property into a non existing array on root object
12:30:09     override property in tree object
12:30:09     insert new object into tree object
12:30:09     insert new object tree into tree object
12:30:09     insert new object into tree object with fixed index
12:30:09     insert new object into tree object with relative index
12:30:09     insert new object into tree object with relative index and two extension elements
12:30:09     insert object referenced by String
12:30:09     insert object bound to field
12:30:09     insert objects array bound to field
12:30:09 
12:30:09 scout.numbers
12:30:09   round
12:30:09     tests special cases
12:30:09     tests rounding mode 'UP'
12:30:09     tests rounding mode 'DOWN'
12:30:09     tests rounding mode 'CEILING'
12:30:09     tests rounding mode 'FLOOR'
12:30:09     tests rounding mode 'HALF_UP'
12:30:09     tests rounding mode 'HALF_DOWN'
12:30:09   shiftDecimalPoint
12:30:09     can shift decimal point to left and right
12:30:09   randomId
12:30:09     can generate random IDs
12:30:09   correlationId
12:30:09     can generate random correlation IDs
12:30:09 
12:30:09 scout.objects
12:30:09   copyProperties
12:30:09     copies all properties
12:30:09     copies the properties from prototype as well
12:30:09   countOwnProperties
12:30:09     counts all own properties
12:30:09   valueCopy
12:30:09     copies an object by value
12:30:09   isNumber
12:30:09     returns true iff argument is a number
12:30:09   isArray
12:30:09     returns true when argument is an array
12:30:09   isNullOrUndefined
12:30:09     returns true when argument is null or undefined, but not when 0 or any other value
12:30:09   values
12:30:09     returns object values
12:30:09     can handle maps
12:30:09   findChildObjectByKey
12:30:09     find root object
12:30:09     find object in tree
12:30:09     find object in array
12:30:09     find object in nested array
12:30:09     find object in array within the tree
12:30:09     search for not existing property
12:30:09     search for not existing id
12:30:09     search for not existing property and value
12:30:09 
12:30:09 scout.promises
12:30:09   oneByOne stops executing after failure
12:30:09   groupwise stops executing after failed group
12:30:09   parallel stops executing after failed promise
12:30:09   does not cut off error arguments
12:30:09   adds all result arguments, one for each deferred
12:30:09 
12:30:09 scout.strings
12:30:09   nl2br
12:30:09     can convert newlines to br tags
12:30:09     encodes html, if the parameter is set to true (default)
12:30:09   hasText
12:30:09     can check if string has text
12:30:09   repeat
12:30:09     can repeat strings
12:30:09   padZeroLeft
12:30:09     can pad strings with 0
12:30:09   startsWith
12:30:09     can check if a string starts with another
12:30:09   endsWith
12:30:09     can check if a string ends with another
12:30:09   count
12:30:09     can count occurrences
12:30:09   encode
12:30:09     encodes html
12:30:09     does not try to encode empty strings
12:30:09     caches the html element used for encoding
12:30:09   join
12:30:09     joins strings
12:30:09     join works with array as second parameter
12:30:09   box
12:30:09     boxes strings
12:30:09   lowercaseFirstLetter
12:30:09     converts first letter to lowercase
12:30:09   quote
12:30:09     quotes special characters for regexp
12:30:09   asString
12:30:09     converts input to string
12:30:09   plainText
12:30:09     converts html to plain text
12:30:09     does not try to get plaintext of empty strings
12:30:09     caches the html element used for getting plain text
12:30:09     considers upper and lower case tags
12:30:09     converts br, p, div into new lines
12:30:09     converts li, tr into new lines
12:30:09     converts td into whitespaces
12:30:09     converts &nbsp;, &amp;, &gt;, &lt;
12:30:09     preserves tabs
12:30:09     removes leading and trailing newlines if configured
12:30:09     leaves multiple newlines alone unless configured
12:30:09   insertAt
12:30:09     can insert strings into other strings
12:30:09   nvl
12:30:09     returns an empty string when input is null or undefined
12:30:09   countCodePoints
12:30:09     returns the number of codepoints in a string
12:30:09   splitMax
12:30:09     returns not more than limit elements
12:30:09 
12:30:09 Widget
12:30:09   rendering
12:30:09     should set rendering, rendered flags correctly
12:30:09     should set rendering flag to true _while_ the component is rendering
12:30:09   attach/detach
12:30:09     attached and rendered is false by default
12:30:09     attached and rendered has the right value after render/remove and attach/detach
12:30:09   triggerPropertyChange
12:30:09     fires the expected event object
12:30:09     changedProperties is only set when new and old value are not equals
12:30:09   clone
12:30:09     clones only properties marked as clone property
12:30:09     'text' must be recognized as clone property, but not '$container'
12:30:09     prefers properties passed as modelOverride
12:30:09   init
12:30:09     links widget properties with the widget
12:30:09   destroy
12:30:09     destroys the widget
12:30:09     destroys the children
12:30:09     does only destroy children if the parent is the owner
12:30:09     removes the link to parent and owner
12:30:09   setParent
12:30:09     links the widget with the new parent
12:30:09     removes the widget from the old parent if the old is not the owner
12:30:09     does not remove the widget from the old parent if the old is the owner
12:30:09     relinks parent destroy listener to the new parent
12:30:09   remove
12:30:09     removes the widget
12:30:09     removes the children
12:30:09     does not remove the children if owner is removed but parent is still rendered
12:30:09   setProperty
12:30:09     with widget property
12:30:09       links the widget with the new child widget
12:30:09       links the widget with the new child widgets if it is an array
12:30:09       does not fail if new widget is null
12:30:09     calls the _render* method if there is one for this property
12:30:09   property css class
12:30:09     adds or removes custom css class
12:30:09     does not accidentally remove other css classes on a property change
12:30:09     addCssClass
12:30:09       adds the cssClass to the existing classes
12:30:09       does not add the same class multiple times
12:30:09     removeCssClass
12:30:09       removes the cssClass from the existing classes
12:30:09 
12:30:09 Results: 1352 specs, 0 failures, 0 pending
12:30:09 
12:30:09 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/}
12:30:09 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/}
12:30:09 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/}
12:30:09 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/}
12:30:09 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/}
12:30:09 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/}
12:30:09 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/}
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.jar
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-tests.jar
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-sources.jar
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-test-sources.jar
12:30:09 [INFO] 
12:30:09 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] Skipping duplicate-finder execution!
12:30:09 [INFO] 
12:30:09 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] Signature checking is skipped.
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
12:30:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.jar
12:30:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT.pom
12:30:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-tests.jar
12:30:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-sources.jar
12:30:09 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-6.1.0-SNAPSHOT-test-sources.jar
12:30:09 [INFO] 
12:30:09 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
12:30:09 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 6.1.0-SNAPSHOT [32/35]
12:30:09 [INFO] --------------------------------[ jar ]---------------------------------
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:09 [INFO] 
12:30:09 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:09 [INFO] Skipping Rule Enforcement.
12:30:09 [INFO] 
12:30:09 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] 
12:30:10 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
12:30:10 [INFO] 
12:30:10 [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:10 [INFO] Copying 1 resource
12:30:10 [INFO] Copying 5 resources
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Changes detected - recompiling the module!
12:30:10 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/classes
12:30:10 [INFO] 
12:30:10 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/src/test/resources
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] No sources to compile
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] No tests to run.
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.jar
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Skipping packaging of the test-jar
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT-sources.jar
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] No sources in project. Archive not created.
12:30:10 [INFO] 
12:30:10 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Skipping duplicate-finder execution!
12:30:10 [INFO] 
12:30:10 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Signature checking is skipped.
12:30:10 [INFO] 
12:30:10 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
12:30:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.jar
12:30:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT.pom
12:30:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/6.1.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-6.1.0-SNAPSHOT-sources.jar
12:30:10 [INFO] 
12:30:10 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
12:30:10 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 6.1.0-SNAPSHOT [33/35]
12:30:10 [INFO] --------------------------------[ jar ]---------------------------------
12:30:11 [INFO] 
12:30:11 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt ---
12:30:11 [INFO] 
12:30:11 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt ---
12:30:11 [INFO] Skipping Rule Enforcement.
12:30:11 [INFO] 
12:30:11 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] 
12:30:12 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:12 [INFO] Copying 1 resource
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Changes detected - recompiling the module!
12:30:12 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/classes
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/src/test/resources
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] No sources to compile
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] No tests to run.
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.jar
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Skipping packaging of the test-jar
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT-sources.jar
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] No sources in project. Archive not created.
12:30:12 [INFO] 
12:30:12 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Skipping duplicate-finder execution!
12:30:12 [INFO] 
12:30:12 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Signature checking is skipped.
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt ---
12:30:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.1.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.jar
12:30:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.1.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT.pom
12:30:12 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/6.1.0-SNAPSHOT/org.eclipse.scout.jaxws.apt-6.1.0-SNAPSHOT-sources.jar
12:30:12 [INFO] 
12:30:12 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >-----
12:30:12 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 6.1.0-SNAPSHOT [34/35]
12:30:12 [INFO] --------------------------------[ jar ]---------------------------------
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:12 [INFO] 
12:30:12 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:12 [INFO] Skipping Rule Enforcement.
12:30:12 [INFO] 
12:30:12 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [INFO] 
12:30:13 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec
12:30:13 [INFO] 
12:30:13 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/src/main/resources
12:30:13 [INFO] 
12:30:13 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [INFO] No sources to compile
12:30:13 [INFO] 
12:30:13 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:13 [INFO] Copying 13 resources
12:30:13 [INFO] 
12:30:13 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [INFO] Changes detected - recompiling the module!
12:30:13 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/test-classes
12:30:13 [INFO] 
12:30:13 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [ERROR] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist!
12:30:13 [INFO] 
12:30:13 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:13 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/surefire-reports
12:30:13 
12:30:13 -------------------------------------------------------
12:30:13  T E S T S
12:30:13 -------------------------------------------------------
12:30:13 Running org.eclipse.scout.rt.server.jdbc.BindValueTest
12:30:14 2020-06-25 16:30:14,120 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
12:30:14 2020-06-25 16:30:14,183 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:39) - Finished preparation of jandex class inventory in 57.892247 ms - MDC[]
12:30:14 2020-06-25 16:30:14,393 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
12:30:14 2020-06-25 16:30:14,395 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
12:30:14 2020-06-25 16:30:14,395 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[]
12:30:14 2020-06-25 16:30:14,399 INFO  [Thread-1] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
12:30:14 2020-06-25 16:30:14,450 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@4afd21c6[id = 65b1a6ce-6986-415b-906f-2e6048d7cf9f], user=default] - MDC[]
12:30:14 2020-06-25 16:30:14,492 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.<clinit>(StatementProcessor.java:80) - SQL Log 'INFO': statements are logged with bind details, but not as plaintext. Use level 'FINE' to also log SQL as plain text (suitable for direct use in executable form) - MDC[]
12:30:14 2020-06-25 16:30:14,513 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A
12:30:14 FROM      T
12:30:14 WHERE     A = :a
12:30:14 IN  :a => ? [BIGINT null] - MDC[]
12:30:14 2020-06-25 16:30:14,536 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A
12:30:14 FROM      T
12:30:14 WHERE     A = :a
12:30:14 IN  :a => ? [BIGINT null] - MDC[]
12:30:14 2020-06-25 16:30:14,540 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A
12:30:14 FROM      T
12:30:14 WHERE     A = :a
12:30:14 IN  :a => ? [NULL null] - MDC[]
12:30:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec - in org.eclipse.scout.rt.server.jdbc.BindValueTest
12:30:14 Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
12:30:14 2020-06-25 16:30:14,573 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
12:30:14 2020-06-25 16:30:14,574 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[]
12:30:14 2020-06-25 16:30:14,584 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,584 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,586 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
12:30:14 IN  :{filter.active} => ? [INTEGER 1]
12:30:14 IN  :{filter.state} => ? [INTEGER 3]
12:30:14 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,588 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
12:30:14 IN  :{filter.active} => ? [INTEGER 0]
12:30:14 IN  :{filter.state} => ? [INTEGER 6]
12:30:14 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,593 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,593 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,594 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
12:30:14 IN  :{table.active} => ? [INTEGER 1]
12:30:14 IN  :{table.state} => ? [INTEGER 3]
12:30:14 IN  :{table.name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,596 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
12:30:14 IN  :{table.active} => ? [INTEGER 0]
12:30:14 IN  :{table.state} => ? [INTEGER 6]
12:30:14 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,599 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
12:30:14 2020-06-25 16:30:14,599 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,601 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 5]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,602 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 6]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,606 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,606 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,607 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
12:30:14 IN  :{active} => ? [INTEGER 1]
12:30:14 IN  :{state} => ? [INTEGER 3]
12:30:14 IN  :{name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,609 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
12:30:14 IN  :{active} => ? [INTEGER 0]
12:30:14 IN  :{state} => ? [INTEGER 6]
12:30:14 IN  :{name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,611 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
12:30:14 2020-06-25 16:30:14,612 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,613 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 5]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,614 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 6]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,617 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,617 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,619 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
12:30:14 IN  :{active} => ? [INTEGER 1]
12:30:14 IN  :{state} => ? [INTEGER 3]
12:30:14 IN  :{name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,620 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
12:30:14 IN  :{active} => ? [INTEGER 0]
12:30:14 IN  :{state} => ? [INTEGER 6]
12:30:14 IN  :{name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,625 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,625 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,626 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
12:30:14 IN  :{filter.active} => ? [INTEGER 1]
12:30:14 IN  :{filter.state} => ? [INTEGER 3]
12:30:14 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,627 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
12:30:14 IN  :{filter.active} => ? [INTEGER 0]
12:30:14 IN  :{filter.state} => ? [INTEGER 6]
12:30:14 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,631 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,631 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,632 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
12:30:14 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 1]
12:30:14 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 3]
12:30:14 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,633 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
12:30:14 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 0]
12:30:14 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 6]
12:30:14 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,636 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,636 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,637 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
12:30:14 IN  :{tableFieldBeanData.active} => ? [INTEGER 1]
12:30:14 IN  :{tableFieldBeanData.state} => ? [INTEGER 3]
12:30:14 IN  :{tableFieldBeanData.name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,668 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
12:30:14 IN  :{tableFieldBeanData.active} => ? [INTEGER 0]
12:30:14 IN  :{tableFieldBeanData.state} => ? [INTEGER 6]
12:30:14 IN  :{tableFieldBeanData.name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,671 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
12:30:14 2020-06-25 16:30:14,672 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,673 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 5]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,674 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 6]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,676 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
12:30:14 2020-06-25 16:30:14,677 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,677 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 5]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,678 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 6]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,681 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
12:30:14 2020-06-25 16:30:14,681 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,682 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
12:30:14 IN  :{table.active} => ? [INTEGER 1]
12:30:14 IN  :{table.state} => ? [INTEGER 3]
12:30:14 IN  :{table.name} => ? [VARCHAR lorem] - MDC[]
12:30:14 2020-06-25 16:30:14,683 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
12:30:14 IN  :{table.active} => ? [INTEGER 0]
12:30:14 IN  :{table.state} => ? [INTEGER 6]
12:30:14 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[]
12:30:14 2020-06-25 16:30:14,686 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
12:30:14 2020-06-25 16:30:14,686 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,687 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 5]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,688 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 6]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,692 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
12:30:14 2020-06-25 16:30:14,692 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,693 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 5]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,694 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 6]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,696 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 6 AND P = 9 - MDC[]
12:30:14 2020-06-25 16:30:14,697 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,697 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 6]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 2020-06-25 16:30:14,698 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 *** UNPARSED ***
12:30:14 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
12:30:14 IN  :value => ? [VARCHAR lorem]
12:30:14 IN  :{roles} => ? [BIGINT 5]
12:30:14 IN  :personNr => ? [BIGINT 9] - MDC[]
12:30:14 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec - in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
12:30:14 Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
12:30:14 2020-06-25 16:30:14,706 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0 - MDC[]
12:30:14 2020-06-25 16:30:14,706 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,708 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0
12:30:14 INTO      :{h.active},
12:30:14           :{h.state},
12:30:14           :{h.name}
12:30:14 OUT :{h.active} => ? [Active]
12:30:14 OUT :{h.state} => ? [State]
12:30:14 OUT :{h.name} => ? [Name] - MDC[]
12:30:14 2020-06-25 16:30:14,715 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     A = :{h.active}
12:30:14           AND B = :{h.state}
12:30:14           AND C = :{h.name}
12:30:14 IN  :{h.active} => ? [INTEGER 1]
12:30:14 IN  :{h.state} => ? [INTEGER 1]
12:30:14 IN  :{h.name} => ? [VARCHAR abc] - MDC[]
12:30:14 2020-06-25 16:30:14,716 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     A = :{h.active}
12:30:14           AND B = :{h.state}
12:30:14           AND C = :{h.name}
12:30:14 IN  :{h.active} => ? [INTEGER null]
12:30:14 IN  :{h.state} => ? [INTEGER null]
12:30:14 IN  :{h.name} => ? [VARCHAR null] - MDC[]
12:30:14 2020-06-25 16:30:14,720 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = 42 - MDC[]
12:30:14 2020-06-25 16:30:14,720 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,721 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = :personNr
12:30:14 INTO      :{roles}
12:30:14 IN  :personNr => ? [BIGINT 42]
12:30:14 OUT :{roles} => ? - MDC[]
12:30:14 2020-06-25 16:30:14,724 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0 - MDC[]
12:30:14 2020-06-25 16:30:14,724 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,725 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0
12:30:14 INTO      :{table.active},
12:30:14           :{table.state},
12:30:14           :{table.name}
12:30:14 OUT :{table.active} => ? [Boolean]
12:30:14 OUT :{table.state} => ? [Integer]
12:30:14 OUT :{table.name} => ? [String] - MDC[]
12:30:14 2020-06-25 16:30:14,768 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = 63 - MDC[]
12:30:14 2020-06-25 16:30:14,769 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,769 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = :personNr
12:30:14 INTO      :{roles}
12:30:14 IN  :personNr => ? [BIGINT 63]
12:30:14 OUT :{roles} => ? - MDC[]
12:30:14 2020-06-25 16:30:14,771 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0 - MDC[]
12:30:14 2020-06-25 16:30:14,772 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,772 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0
12:30:14 INTO      :{table.active},
12:30:14           :{table.state},
12:30:14           :{table.name}
12:30:14 OUT :{table.active} => ? [Boolean]
12:30:14 OUT :{table.state} => ? [Integer]
12:30:14 OUT :{table.name} => ? [String] - MDC[]
12:30:14 2020-06-25 16:30:14,775 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = 42 - MDC[]
12:30:14 2020-06-25 16:30:14,776 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,776 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = :personNr
12:30:14 INTO      :{roles}
12:30:14 IN  :personNr => ? [BIGINT 42]
12:30:14 OUT :{roles} => ? [Long] - MDC[]
12:30:14 2020-06-25 16:30:14,779 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0 - MDC[]
12:30:14 2020-06-25 16:30:14,779 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,780 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0
12:30:14 INTO      :{tableFieldBeanData.active},
12:30:14           :{tableFieldBeanData.state},
12:30:14           :{tableFieldBeanData.name}
12:30:14 OUT :{tableFieldBeanData.active} => ? [Boolean]
12:30:14 OUT :{tableFieldBeanData.state} => ? [Integer]
12:30:14 OUT :{tableFieldBeanData.name} => ? [String] - MDC[]
12:30:14 2020-06-25 16:30:14,782 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = 42 - MDC[]
12:30:14 2020-06-25 16:30:14,783 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,783 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    ROLE_NR
12:30:14 FROM      USER_ROLE
12:30:14 WHERE     USER_NR = :personNr
12:30:14 INTO      :{roles}
12:30:14 IN  :personNr => ? [BIGINT 42]
12:30:14 OUT :{roles} => ? - MDC[]
12:30:14 2020-06-25 16:30:14,785 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0 - MDC[]
12:30:14 2020-06-25 16:30:14,786 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,786 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0
12:30:14 INTO      :{h.active},
12:30:14           :{h.state},
12:30:14           :{h.name}
12:30:14 OUT :{h.active} => ? [boolean]
12:30:14 OUT :{h.state} => ? [int]
12:30:14 OUT :{h.name} => ? [String] - MDC[]
12:30:14 2020-06-25 16:30:14,788 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0 - MDC[]
12:30:14 2020-06-25 16:30:14,791 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0 - MDC[]
12:30:14 2020-06-25 16:30:14,791 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
12:30:14 2020-06-25 16:30:14,791 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:14 SQL with binds:
12:30:14 SELECT    A,
12:30:14           B,
12:30:14           C
12:30:14 FROM      T
12:30:14 WHERE     D = 0
12:30:14 INTO      :active,
12:30:14           :state,
12:30:14           :name
12:30:14 OUT :active => ? [Boolean]
12:30:14 OUT :state => ? [Integer]
12:30:14 OUT :name => ? [String] - MDC[]
12:30:14 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
12:30:14 Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest
12:30:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
12:30:15 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
12:30:15 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
12:30:15 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
12:30:15 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
12:30:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
12:30:15 2020-06-25 16:30:15,225 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    :bind1,
12:30:15           :bind2
12:30:15 FROM      DUAL
12:30:15 IN  :bind1 => ? [NULL null]
12:30:15 IN  :bind2 => ? [NULL null] - MDC[]
12:30:15 2020-06-25 16:30:15,226 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    :bind1,
12:30:15           :bind2
12:30:15 FROM      DUAL
12:30:15 IN  :bind1 => ? [NULL null]
12:30:15 IN  :bind2 => ? [NULL null] - MDC[]
12:30:15 2020-06-25 16:30:15,227 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    1,
12:30:15           2
12:30:15 FROM      DUAL
12:30:15 INTO      :bind1,
12:30:15           :bind2
12:30:15 OUT :bind1 => ? [Integer]
12:30:15 OUT :bind2 => ? [Integer] - MDC[]
12:30:15 2020-06-25 16:30:15,228 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    1,
12:30:15           2
12:30:15 FROM      DUAL
12:30:15 INTO      :bind1,
12:30:15           :bind2
12:30:15 OUT :bind1 => ? [Integer]
12:30:15 OUT :bind2 => ? [Integer] - MDC[]
12:30:15 2020-06-25 16:30:15,229 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    :userId,
12:30:15           :bind1
12:30:15 FROM      DUAL
12:30:15 IN  :userId => ? [NULL null]
12:30:15 IN  :bind1 => ? [NULL null] - MDC[]
12:30:15 2020-06-25 16:30:15,230 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    :bind1,
12:30:15           :bind2
12:30:15 FROM      DUAL
12:30:15 IN  :bind1 => ? [NULL null]
12:30:15 IN  :bind2 => ? [NULL null] - MDC[]
12:30:15 2020-06-25 16:30:15,230 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    1,
12:30:15           2
12:30:15 FROM      DUAL
12:30:15 INTO      :bind1,
12:30:15           :bind2
12:30:15 OUT :bind1 => ? [Integer]
12:30:15 OUT :bind2 => ? [Integer] - MDC[]
12:30:15 2020-06-25 16:30:15,269 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
12:30:15 2020-06-25 16:30:15,270 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[]
12:30:15 2020-06-25 16:30:15,272 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    P.PERSON_NR,
12:30:15           P.NAME
12:30:15 FROM      PERSON P
12:30:15 WHERE     P.PERSON_NR = :key
12:30:15           AND P.NAME LIKE '%' || :text || '%'
12:30:15 IN  :key => ? [VARCHAR null]
12:30:15 IN  :text => ? [VARCHAR null] - MDC[]
12:30:15 2020-06-25 16:30:15,276 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
12:30:15 2020-06-25 16:30:15,276 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[]
12:30:15 2020-06-25 16:30:15,278 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    COUNT(*)
12:30:15 FROM      PERSON P
12:30:15 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
12:30:15           AND :name LIKE '%Me%'
12:30:15           AND :{addressTable.street} LIKE '%Park%'
12:30:15 INTO      :countConcurrent
12:30:15 IN  :birthdate => ? [TIMESTAMP null]
12:30:15 IN  :name => ? [VARCHAR null]
12:30:15 IN  :{addressTable.street} => ? [VARCHAR null]
12:30:15 OUT :countConcurrent => ? [Integer] - MDC[]
12:30:15 2020-06-25 16:30:15,280 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    COUNT(*)
12:30:15 FROM      PERSON P
12:30:15 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
12:30:15           AND :name LIKE '%Me%'
12:30:15           AND :{addressTable.street} LIKE '%Park%'
12:30:15 INTO      :countConcurrent
12:30:15 IN  :birthdate => ? [TIMESTAMP null]
12:30:15 IN  :name => ? [VARCHAR null]
12:30:15 IN  :{addressTable.street} => ? [VARCHAR null]
12:30:15 OUT :countConcurrent => ? [Integer] - MDC[]
12:30:15 2020-06-25 16:30:15,283 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
12:30:15 2020-06-25 16:30:15,284 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[]
12:30:15 2020-06-25 16:30:15,284 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    BP_NR
12:30:15 FROM      FLM_BP
12:30:15 WHERE     BP_NO LIKE :bpNo
12:30:15 INTO      :bpNr
12:30:15 IN  :bpNo => ? [VARCHAR 12]
12:30:15 OUT :bpNr => ? [Long] - MDC[]
12:30:15 2020-06-25 16:30:15,286 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:188) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
12:30:15 2020-06-25 16:30:15,287 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:189) - Schema: null - MDC[]
12:30:15 2020-06-25 16:30:15,288 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
12:30:15 SQL with binds:
12:30:15 SELECT    1
12:30:15 FROM      DUAL
12:30:15 INTO      :active
12:30:15 OUT :active => ? [Integer] - MDC[]
12:30:15 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
12:30:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
12:30:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
12:30:15 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
12:30:15 Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
12:30:15 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
12:30:15 
12:30:15 Results :
12:30:15 
12:30:15 Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
12:30:15 
12:30:15 [INFO] 
12:30:15 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [WARNING] JAR will be empty - no content was marked for inclusion!
12:30:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.jar
12:30:15 [INFO] 
12:30:15 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [INFO] 
12:30:15 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-tests.jar
12:30:15 [INFO] 
12:30:15 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [INFO] No sources in project. Archive not created.
12:30:15 [INFO] 
12:30:15 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-test-sources.jar
12:30:15 [INFO] 
12:30:15 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [INFO] Skipping duplicate-finder execution!
12:30:15 [INFO] 
12:30:15 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [INFO] Signature checking is skipped.
12:30:15 [INFO] 
12:30:15 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test ---
12:30:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.jar
12:30:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT.pom
12:30:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-tests.jar
12:30:15 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-6.1.0-SNAPSHOT-test-sources.jar
12:30:15 [INFO] 
12:30:15 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
12:30:15 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 6.1.0-SNAPSHOT [35/35]
12:30:15 [INFO] --------------------------------[ jar ]---------------------------------
12:30:16 [INFO] 
12:30:16 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:16 [INFO] 
12:30:16 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:16 [INFO] Skipping Rule Enforcement.
12:30:16 [INFO] 
12:30:16 [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:17 [INFO] 
12:30:17 [INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:17 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec
12:30:17 [INFO] 
12:30:17 [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:39 [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl
12:30:39 [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsConsumerTestService.wsdl, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl"]
12:30:40 parsing WSDL...
12:30:40 
12:30:40 
12:30:40 
12:30:40 Generating code...
12:30:40 
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoRequest.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoResponse.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderRequest.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderResponse.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestService.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestServicePortType.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/ObjectFactory.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderRequest.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderResponse.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepRequest.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepResponse.java
12:30:40 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/package-info.java
12:30:40 [INFO] 
12:30:40 [INFO] --- jaxws-maven-plugin:2.4:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:40 [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl
12:30:40 [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsPingTestService.wsdl, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl"]
12:30:40 parsing WSDL...
12:30:40 
12:30:40 
12:30:41 
12:30:41 Generating code...
12:30:41 
12:30:41 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestService.java
12:30:41 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestServicePortType.java
12:30:41 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/ObjectFactory.java
12:30:41 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingRequest.java
12:30:41 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingResponse.java
12:30:41 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/package-info.java
12:30:41 [INFO] 
12:30:41 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:41 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added.
12:30:41 [INFO] 
12:30:41 [INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:41 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added.
12:30:41 [INFO] 
12:30:41 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:41 [INFO] Copying 0 resource
12:30:41 [INFO] 
12:30:41 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:41 [INFO] Copying 3 resources
12:30:41 [INFO] 
12:30:41 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:41 [INFO] Copying 2 resources
12:30:41 [INFO] 
12:30:41 [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:42 [INFO] Changes detected - recompiling the module!
12:30:42 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/classes
12:30:42 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
12:30:42 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwsconsumertestservice.JaxWsConsumerTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
12:30:42 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwspingtestservice.JaxWsPingTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
12:30:42 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
12:30:42 [INFO] 
12:30:42 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:42 [INFO] Copying 0 resource
12:30:42 [INFO] 
12:30:42 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:30:42 [INFO] Copying 2 resources
12:30:42 [INFO] 
12:30:42 [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:42 [INFO] Changes detected - recompiling the module!
12:30:42 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/test-classes
12:30:42 [INFO] 
12:30:42 [INFO] --- jandex-maven-plugin:1.0.3:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:42 [INFO] 
12:30:42 [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/surefire-reports
12:30:42 
12:30:42 -------------------------------------------------------
12:30:42  T E S T S
12:30:42 -------------------------------------------------------
12:30:43 Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
12:30:43 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec - in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
12:30:43 Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
12:30:43 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
12:30:43 Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
12:30:43 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
12:30:43 Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
12:30:43 2020-06-25 17:30:43,599 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:173) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
12:30:43 2020-06-25 17:30:43,625 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:39) - Finished preparation of jandex class inventory in 19.663612 ms - MDC[]
12:30:43 2020-06-25 17:30:43,868 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - registered logger support [org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport] - MDC[]
12:30:43 2020-06-25 17:30:43,870 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener.installImplementorSpecifics(JaxWsPlatformListener.java:65) - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
12:30:43 2020-06-25 17:30:43,871 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
12:30:43 2020-06-25 17:30:43,872 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:185) - No config.properties found. Running with empty configuration. - MDC[]
12:30:43 2020-06-25 17:30:43,882 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener.logImplementorInfo(JaxWsPlatformListener.java:73) - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
12:30:43 2020-06-25 17:30:43,885 INFO  [Thread-1] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
12:30:43 2020-06-25 17:30:43,971 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@1f966492[id = 10120e29-f9a7-4569-b5d5-b3699cf7d1b2], user=jaxws-user] - MDC[]
12:30:44 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 sec - in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
12:30:44 Running org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
12:30:44 2020-06-25 17:30:44,183 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:218) - Server session started [session=org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServerSession@35adf623[id = b4c6f98e-3849-4e18-a38b-dc2ed53a42c1], user=default] - MDC[]
12:30:44 2020-06-25 17:30:44,349 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:47) - Published JaxWsConsumerTestServiceProvider on endpoint http://localhost:33642/WS/JaxWsConsumerTestService - MDC[]
12:30:44 2020-06-25 17:30:44,377 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:49) - Published JaxWsPingTestServiceProvider on endpoint http://localhost:33642/WS/JaxWsPingTestService - MDC[]
12:30:44 2020-06-25 17:30:44,419 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message' - MDC[]
12:30:44 2020-06-25 17:30:44,427 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
12:30:44 2020-06-25 17:30:44,973 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
12:30:44 2020-06-25 17:30:44,978 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
12:30:45 2020-06-25 17:30:45,020 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
12:30:45 2020-06-25 17:30:45,066 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
12:30:45 2020-06-25 17:30:45,109 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
12:30:45 2020-06-25 17:30:45,152 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
12:30:45 2020-06-25 17:30:45,196 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
12:30:45 2020-06-25 17:30:45,238 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
12:30:45 2020-06-25 17:30:45,282 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
12:30:45 2020-06-25 17:30:45,324 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
12:30:45 2020-06-25 17:30:45,369 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:45 2020-06-25 17:30:45,411 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
12:30:45 2020-06-25 17:30:45,454 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 2' - MDC[]
12:30:45 2020-06-25 17:30:45,496 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 3' - MDC[]
12:30:45 2020-06-25 17:30:45,538 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 4' - MDC[]
12:30:45 2020-06-25 17:30:45,581 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 5' - MDC[]
12:30:45 2020-06-25 17:30:45,623 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 6' - MDC[]
12:30:45 2020-06-25 17:30:45,665 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 7' - MDC[]
12:30:45 2020-06-25 17:30:45,707 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 8' - MDC[]
12:30:45 2020-06-25 17:30:45,749 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 9' - MDC[]
12:30:45 2020-06-25 17:30:45,793 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
12:30:45 2020-06-25 17:30:45,846 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:45 2020-06-25 17:30:45,890 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:45 2020-06-25 17:30:45,934 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:45 2020-06-25 17:30:45,985 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsPingTestServiceProvider.ping(JaxWsPingTestServiceProvider.java:30) - echo 'ping' - MDC[]
12:30:46 2020-06-25 17:30:46,028 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:46 2020-06-25 17:30:46,071 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
12:30:46 2020-06-25 17:30:46,659 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
12:30:47 2020-06-25 17:30:47,205 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
12:30:47 2020-06-25 17:30:47,210 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
12:30:47 2020-06-25 17:30:47,254 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
12:30:47 2020-06-25 17:30:47,365 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:47 2020-06-25 17:30:47,370 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
12:30:47 2020-06-25 17:30:47,916 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
12:30:47 2020-06-25 17:30:47,922 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:47 2020-06-25 17:30:47,970 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
12:30:48 2020-06-25 17:30:48,014 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
12:30:48 2020-06-25 17:30:48,014 INFO  [pool-1-thread-6] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
12:30:49 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.881 sec - in org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
12:30:49 Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
12:30:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
12:30:49 Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
12:30:49 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
12:30:49 Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
12:30:49 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
12:30:49 
12:30:49 Results :
12:30:49 
12:30:49 Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
12:30:49 
12:30:49 [INFO] 
12:30:49 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.jar
12:30:49 [INFO] 
12:30:49 [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] 
12:30:49 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-tests.jar
12:30:49 [INFO] 
12:30:49 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-sources.jar
12:30:49 [INFO] 
12:30:49 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-test-sources.jar
12:30:49 [INFO] 
12:30:49 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] Skipping duplicate-finder execution!
12:30:49 [INFO] 
12:30:49 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] Signature checking is skipped.
12:30:49 [INFO] 
12:30:49 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test ---
12:30:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.jar
12:30:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT.pom
12:30:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-tests.jar
12:30:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-sources.jar
12:30:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.1_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/6.1.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-6.1.0-SNAPSHOT-test-sources.jar
12:30:49 [INFO] ------------------------------------------------------------------------
12:30:49 [INFO] Reactor Summary for Eclipse Scout RT 6.1.0-SNAPSHOT:
12:30:49 [INFO] 
12:30:49 [INFO] Eclipse Scout RT ................................... SUCCESS [03:39 min]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 20.936 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 14.605 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [02:03 min]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [  3.273 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  3.298 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  1.032 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [  6.180 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [  3.290 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  1.031 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [  7.581 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms SUCCESS [  0.877 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  3.532 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  1.626 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 33.672 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  0.999 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  3.282 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [  2.176 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [  2.369 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [02:52 min]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  3.831 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 21.909 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [  9.431 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  1.811 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  0.862 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 21.610 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  5.496 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [02:12 min]
12:30:49 [INFO] org.eclipse.scout.rt.ui.html.selenium .............. SUCCESS [ 24.542 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [  2.291 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [  0.950 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [ 12.909 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [  0.852 s]
12:30:49 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [  1.272 s]
12:30:49 [INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [  0.943 s]
12:30:49 [INFO] ------------------------------------------------------------------------
12:30:49 [INFO] BUILD SUCCESS
12:30:49 [INFO] ------------------------------------------------------------------------
12:30:49 [INFO] Total time:  14:27 min
12:30:49 [INFO] Finished at: 2020-06-25T16:30:49Z
12:30:49 [INFO] ------------------------------------------------------------------------
12:30:49 Recording test results
12:30:51 Finished: SUCCESS