Skip to Content
0
May 24, 2018 at 03:57 PM

Which jar includes com.businessobjects.sdk.plugin.desktop.universe.IUniverseReference?

797 Views

I am creating a RESTful web service using Spring Boot and the BI Platform Java SDK (4.1 SP3). I've used Maven with the project to track the dependencies, except that the BOBJ SDK dependencies aren't available in Maven. I've had to add some "system" dependencies to the pom.xml file that reference specific .jar files in the SDK.

Some pieces of the project are working with no issues - logging in, getting a list of folders. However, when I query for the reports that are in a folder with this query - Select SI_ID, SI_NAME, SI_PARENTID, SI_DESCRIPTION, SI_OWNER from CI_INFOOBJECTS where SI_PARENTID = <id of the folder> and SI_KIND = 'Webi' - I get a "ClassNotFoundException" on com.businessobjects.sdk.plugin.desktop.universe.IUniverseReference.

I figure I need to add a reference for this class to the pom.xml file, but I've been unable to determine which .jar file includes the comp.businessobjects.sdk.plugin.desktop.universe package. Does anyone know which jar file this is in?

Thanks!

-Dell