You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a BB with input type int and setting it to ${param}, the JSystem GUI throws “java.lang.NumberFormatException".
This is a regression from older JSystem version 6.0.01. all current scenarios receiving int, for example: port number as ${https.port.number} from the maven as a run parameter, fail to open in this JSystem version.
Environment details:
version 6.1.01
java version "1.7.0_17"
OS: Windows 7(64)
Steps to reproduce:
Use a BB with int as an input field value.
Set this input field to ${parameter}
Save.
The text was updated successfully, but these errors were encountered:
When using a BB with input type int and setting it to ${param}, the JSystem GUI throws “java.lang.NumberFormatException".
This is a regression from older JSystem version 6.0.01. all current scenarios receiving int, for example: port number as ${https.port.number} from the maven as a run parameter, fail to open in this JSystem version.
Environment details:
version 6.1.01
java version "1.7.0_17"
OS: Windows 7(64)
Steps to reproduce:
The text was updated successfully, but these errors were encountered: