Java package missing com.thomsonreuters.rfa.valueadd.util?

Hi,

I'm trying to put the latest Java RFA library into an OSGI package however am getting an error saying that it requires the com.thomsonreuters.rfa.valueadd.util library

OSGI requires all imports and references to be successfully resolved but I can't find the util library in the 8.0.1 JAR.

Any ideas?

Regards
Adrian

Best Answer

  • gerard
    Answer ✓

    When I unzip rfaj8.0.1.E2.zip there are 3 ValueAdd jars in the Libs directory next to the rfa JAR file (ValueAdd_Admin.jar, ValueAdd_Cache.jar & ValueAdd_DomainRep.jar). I think that ValueAdd_DomainRep.jar contains the com.thomsonreuters.rfa.valueadd.util package.

Answers

  • I also have the same thought with @gerard, this package name can be found in ValueAdd_DomainRep.jar only.

    @adrian.lai, please confirm whether the issue can be resolved as @gerard's advised or not.

  • Hi Nipat,

    Yes that's correct, I found that in the end, it would be good to be included as part of the RFA jar in future as if it is required for things like OSGI or included as part of the build, the build will fail at run time when it requires that library which in the documentation does not say that the additional jars are required.

    But thanks @gerard for the answer.

    Cheers

    Adrian