Re: Mysql [mysql] and Netbeans [java]
I’ve seen this happen before, especially on a linux machine, I usually just make sure that the entity has this at the top: @Entity @Table(name = “accounts”) i.e. ensure that the declaration for the table is in the correct case. Kind Regards, James Ostrowick > On 30 Nov 2021, at 22:49, Nigel E
Mysql [mysql] and Netbeans [java]
I get an EJB error when running List.xhtml. It's looking for ACCOUNTS when I have an accounts table. I have set my.cnf to accept caps, but still get the error.