Assuming your using JPA, is the Entity class explicitly mapped in the
persistence.xml? I've had a problem similar to this is if just do a package
mapping instead of explicitly mapping each class.
On Mon, Aug 1, 2016 at 10:01 PM, Qbyte Consulting wrote:
> Hi,
>
> I have a Maven dependency tree li
Hi,
I have a Maven dependency tree like this:
Entity Classes
DAO Layer
DAO Consumer (Tynamo resteasy layer)
java.lang.IllegalArgumentException: NamedQuery of name:
EUser.findByUsername not found.
In my consumer project everything runs, I can see the entity classes
registering in JPA and my DAO i