Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue using jacoco:cover with code that uses spring jdbcTemplate #74

Open
mattmacneille opened this issue Aug 9, 2017 · 0 comments
Open

Comments

@mattmacneille
Copy link

When running jacoco:cover, I am getting the exception below. I had a similar issue using sbt test, but using
fork in test := true resolved the issue in that case.

When I use fork in jacoco.Config := true, it does not resolve the issue for jacoco:cover. So the underlying issue must be different than when using sbt test.

Can anyone shed some light on this?

Thanks,
Matt

java.util.MissingResourceException: Can't find bundle for base name com/sun/rowset/RowSetResourceBundle, locale en_US
[info] at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
[info] at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
[info] at java.util.ResourceBundle.getBundle(ResourceBundle.java:1082)
[info] at com.sun.rowset.JdbcRowSetResourceBundle.(JdbcRowSetResourceBundle.java:105)
[info] at com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle(JdbcRowSetResourceBundle.java:124)
[info] at com.sun.rowset.CachedRowSetImpl.(CachedRowSetImpl.java:354)
[info] at com.sun.rowset.RowSetFactoryImpl.createCachedRowSet(RowSetFactoryImpl.java:49)
[info] at org.springframework.jdbc.core.SqlRowSetResultSetExtractor$StandardCachedRowSetFactory.createCachedRowSet(SqlRowSetResultSetExtractor.java:129)
[info] at org.springframework.jdbc.core.SqlRowSetResultSetExtractor.newCachedRowSet(SqlRowSetResultSetExtractor.java:97)
[info] at org.springframework.jdbc.core.SqlRowSetResultSetExtractor.createSqlRowSet(SqlRowSetResultSetExtractor.java:81)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants