Hi
I am using fesapi 1.2.3.0 java wrapper.
I have saved ShortPoints (Horizon2D)data in CommentProperty, when I read the data back from it using following menthod StringVector valuesAsString= obj.getStringValuesOfPatch(0); JVM get crashed sometimes.
This is from Crash report
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 469 com.f2i.energisticsStandardsApi.fesapiJNI.resqml2_0_1_CommentProperty_getStringValuesOfPatch(JLcom/f2i/energisticsStandardsApi/resqml2_0_1/CommentProperty;J)J (0 bytes) @ 0x00000215704de01a [0x00000215704ddfc0+0x5a]
J 470 C1 com.f2i.energisticsStandardsApi.resqml2_0_1.CommentProperty.getStringValuesOfPatch(J)Lcom/f2i/energisticsStandardsApi/StringVector; (18 bytes) @ 0x00000215704de4bc [0x00000215704de3e0+0xdc]
J 300 C2 FesapiPolylineRepresentationForHorizonData.readCommentProperty(Lcom/f2i/energisticsStandardsApi/resqml2_0_1/CommentProperty;)V (169 bytes) @ 0x0000021570466bb8 [0x00000215704666e0+0x4d8]
j FesapiPolylineRepresentationForHorizonData.readEpcFile(Ljava/lang/String;)V+98
j FesapiPolylineRepresentationForHorizonData.main([Ljava/lang/String;)V+62
v ~StubRoutines::call_stub
Is there any work around for it?
Thanks
Husnain Mehdi