History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3409
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

QuickBuild Server throws exceptions regarding com.pmease.quickbuild.variable.DoNotPrompt.remember

Created: 17/Jun/19 05:35 PM   Updated: 18/Jun/19 12:36 AM
Component/s: None
Affects Version/s: 9.0.11
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File QB_Issue_DoNotPrompt.txt (11 kb)



 Description  « Hide
I got many of following exception after upgrade the QuickBuild server to v9.0.11:
===================================================================================================================
 2019-06-17 12:45:44,620 [qtp668409354-69] ERROR com.pmease.quickbuild.rest.providers.GenericExceptionMapper - Error serving restful request.
    com.thoughtworks.xstream.converters.ConversionException: No such field com.pmease.quickbuild.variable.DoNotPrompt.remember : No such field com.pmease.quickbuild.variable.DoNotPrompt.remember

===================================================================================================================

 I attached the log files for your references.

 Thanks,
 ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [18/Jun/19 12:36 AM]
QB9 replaces "remember" field of configuration variable with "rememberCondition". Please change your program using QB restful API accordingly:

1. If you have "remember" element with value "true", please change it to:
<rememberCondition class="com.pmease.quickbuild.variable.remembercondition.Remember"/>
2. If you have "remember" element with value "false", please change it to:
<rememberCondition class="com.pmease.quickbuild.variable.remembercondition.DoNotRemember"/>