DataPower XC10 requirements. The Object grids defined on datapower XC10 only store byte[] bytearrays. So objects have to be converted to bytearrays before putting it on a mapset on the XC10 grid. So there are two kinds of grids COPY_TO_BYTES and NO_COPY. Apparently the XC10 only supports COPY_TO_BYTES. If you try to store a java object on a COPY_TO_BYTES grid on the XC10, that should also work, except that the XC10 has to make a callback to figure out what type of the Object it is.
In our case we had a secured WAS server with stringent CSIv2 settings. So the callbacks were failing. We had to add code to convert from Object to Bytearrays and back in order for the XC10 to work with our secured WAS servers.
In our case we had a secured WAS server with stringent CSIv2 settings. So the callbacks were failing. We had to add code to convert from Object to Bytearrays and back in order for the XC10 to work with our secured WAS servers.
No comments:
Post a Comment