Oh, one other thing, I had to add the following additional imports to the DAO Test to get it to compile, it would probably be best to put these in the code shown in the tutorial:
import org.springframework.test.annotation.ExpectedException; import org.junit.Test; import static org.junit.Assert.*; The @Test & @ExpectedException annotations & the assert calls were not compiling until I added the above imports. I didn't see a "modify this page" link anywhere so I may not have write access but I can update this if you want (and grant access, or point out to my addled mind where the link is, lol), let me know... -=j=- -- View this message in context: http://appfuse.547863.n4.nabble.com/Person-is-not-mapped-from-Person-p-where-p-lastName-tp2315088p2315120.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net