Subject Re: [Firebird-Java] Firebird Spring Data JPA error: user lacks privilege or object not found:
Author Mark Rotteveel
On 2018-05-21 21:27, blyons3@... [Firebird-Java] wrote:
> Hi,
>
> I'm getting an error when I try to query a table for data using a
> Spring Data JPA

What is the full exception stack trace? The error "user lacks privilege
or object not found" is not a Firebird error. HSQLDB does have such an
error, which suggests that maybe your connection properties point to a
(in-memory?) HSQLDB database instead of a Firebird database.

Mark