On 30-Jun-16 04:19, Nadeesh Dilanga wrote:
Hi,
All variables are Strings. After a series of troubleshoot sessions, was
able to figure out the issue I was facing.
I had to do following;

 referenceService.renderIdentifier(inputs.get(KEY), String.class, context);

instead of just inputs.get(KEY).getLocalPart(). where inputs is a
Map<String, T2Reference>. Now I could use the ActivityInvoker ;-).

One other problem facing(I am doing my testings in my Java Project and
running the tests through a Main method). But when removed and try to add
them to JUnit and run through mvn install in runtime it again fails with
that jackson method not found error. Working on finding that out. There
should be some other module or transient sub module that packs old jackson.

Will send a new pull request from a new feature branch with that fixed soon.

Brilliant! Well done.

Alan


Reply via email to