Maven/Spring/Java: ClassNotFoundException - but I know class is there...
- by wuntee
I have 2 maven projects set up like this:
-com.wuntee.rsaAuthenticationManager (jar)
-com.wuntee.taac (pom)
--taac-backend-gui (jar)
--taac-web (war)
And 'com.wuntee.rsaAuthenticationManager' is a dep in 'taac-backend-gui'. When running a test case in taac-backend-gui, everything executes fine, but when trying to start the taac-web, I get…