<< Back to previous view

[QB-3409] QuickBuild Server throws exceptions regarding com.pmease.quickbuild.variable.DoNotPrompt.remember
Created: 17/Jun/19  Updated: 18/Jun/19

Status: Closed
Project: QuickBuild
Component/s: None
Affects Version/s: 9.0.11
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Phong Trinh Assigned To: Robin Shen
Resolution: Fixed Votes: 0
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown

File Attachments: Text File QB_Issue_DoNotPrompt.txt    

 Description   
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

 Comments   
Comment by 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"/>

Generated at Fri Apr 26 02:58:32 UTC 2024 using JIRA 189.