Hello BPM experts,
I am trying to implement an ejb application that retrives log generated by reporting activity element of, one of our BPMs my code is as follows:
this.reportingDSId = (java.net.URI) new java.net.URI("bpm://bpm.sap.com/reporting-datasource/dfo.no/dfodss_prod_dc/"+reportingURI);
this.ejbTrace = this.ejbTrace + this.reportingDSId.toString();
this.reportDS = BPMFactory.getReportingDataSourceManager().getReportingDataSource(this.reportingDSId);
this.ejbTrace = this.ejbTrace + this.reportDS.toString();
this.rrSet = BPMFactory.getReportingDataSourceManager().query(this.reportDS.getId(),"inn_registration", 1);
When executing the ejb method, I get Class Cast Exception when accessing
getReportingDataSource bpm api method.
Can any one help me identify what is the cause for this exception ?
Appreciate your help.
Best Regards,
Ajeet Phadnis
e-mail: ajeet.phadnis@dfo.no