Guest User

Untitled

a guest
Nov 18th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. private BikeRentalSingleton() {
  2. jdbi = Jdbi.create("*********", "username", "password");
  3. userDao = new UserDAO(jdbi.onDemand(Access.class));
  4. userModel = new UserModel(userDao);
  5. }
  6.  
  7. org.jdbi.v3.core.extension.NoSuchExtensionException: Extension not found: interface dao.user.UserAccess
  8. at org.jdbi.v3.core.Jdbi.onDemand(Jdbi.java:502)
Add Comment
Please, Sign In to add comment