So, good afternoon guys, i'm have a little problem. I'm trying to access 2 different databases. One is PostgreSQL and is localhost, the other is SQLServer and is in address 172.31.128.25. Here is my code.
my persistence.xml
So, i have many tables into my db. And i'm
testing one that. But it isn't work.
Here my test
Here my methods.
.. The StackTrace
Here says " Caused by: java.sql.SQLException: Invalid object name 'teste.tbsisc_usuario'. "
But this table "teste.tbsisc_usuario" exist.
Anyone understand my problem ?
Just to complet. If i use
...
It work !!! ...
i don“t know ... why !!