alexnederlof / Jasper-report-maven-plugin

A fast jasper report maven plugin
Apache License 2.0
134 stars 84 forks source link

Class com.jaspersoft.mongodb.MongoDbQueryExecuterFactory not found #17

Open jvalenciag opened 9 years ago

jvalenciag commented 9 years ago

When trying to compile a mongodb based report. I added

<dependency>
   <groupId>com.jaspersoft.connectors.mongodb</groupId>
   <artifactId>js-mongodb-datasource</artifactId>
   <version>2.0.1</version>
</dependency>
<dependency>
   <groupId>com.jaspersoft</groupId>
   <artifactId>com.jaspersoft.studio.data.mongodb</artifactId>
   <version>2.0.1</version>
</dependency>

whit its respective plugin repos.

lucarota commented 9 years ago

Hi,

very strange. MongoDbQueryExecuterFactory class is in another package: com.jaspersoft.mongodb.query. Could you attach the whole stacktrace?

Cheers, Luca