Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Not a bug
-
Affects Version/s: 1.1.2
-
Fix Version/s: None
-
Component/s: Types
-
Labels:
-
Environment:Win x64, JDK 1.7
Description
having this line in the template file:
<byteVector name="SecurityIDSource" id="22" presence="optional"><default value="4"/></byteVector>
get exception in ByteUtil.convertHexStringToByteArray
in line
bytes[i / 2] = (byte) Integer.parseInt(hexString.substring(i, i + 2), 16);