Java - Get wide string from DynamicData

5 posts / 0 new
Last post
Gan
Offline
Last seen: 8 years 4 months ago
Joined: 08/08/2014
Posts: 17
Java - Get wide string from DynamicData

I'm attempting to retrieve a wide string using this:

String stringData = data.get_string(memberInfo.member_name, memberInfo.member_id);

It throws an exception, what is the correct way of retrieving a wide string from a DynamicData?

 

Thanks

Offline
Last seen: 6 years 2 months ago
Joined: 04/28/2013
Posts: 38

Hi Gan,

I've encountered the same problem about 5 months ago. This is the response I got from the support:

Hi Michael, 

I confirmed with the engineer in our Core development team that set_wstring/get_wstring are missing from the JAVA API. An issue has been filed with reference number CORE-6235. There is no workaround, and the fix for it is not yet scheduled. 

Gan
Offline
Last seen: 8 years 4 months ago
Joined: 08/08/2014
Posts: 17

Thanks, good to know there's nothing I can do to solve this issue.

Guess I'll just wait.

David Barnett's picture
Offline
Last seen: 5 months 3 days ago
Joined: 08/13/2010
Posts: 17

An update to the earlier comment from support: the fix is now scheduled for our next release.

Gan
Offline
Last seen: 8 years 4 months ago
Joined: 08/08/2014
Posts: 17

This makes me really happy.