I'm trying to create a rest endpoint in java.  I can hit the endpoint, which
has an autowired UserDAO on it, no exception is thrown when the UserDAO is
autowired but when I go to do a findByUsername I get an
IllegalStateException stating; Could not find EntityManager for domain
Master.

Should I be using the UserDAO or should I be using some other component? 
And why won't it autowire correctly?

--
Sent from: http://syncope-user.1051894.n5.nabble.com/

Reply via email to