Open jvalenciag opened 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.
Hi,
very strange. MongoDbQueryExecuterFactory class is in another package: com.jaspersoft.mongodb.query. Could you attach the whole stacktrace?
Cheers, Luca
When trying to compile a mongodb based report. I added
whit its respective plugin repos.