If the data used in the PowerBuilder NVO is beyond the range that the corresponding Java code can support, there will be errors when it is deployed to the Web.
Cause: PowerBuilder NVOs and the generated Java components support different data ranges. For example, in PowerBuilder, the supported range for an Unsigned Integer is 0-65,535, whereas the corresponding Java component will only support a range no larger than 32,767.
Solution: Use a different data type, or keep the data value within the scope that both PowerBuilder and Java support.