Good morning everyone,
I have thousands of requests and two assertions in jMETER.
How much does the requests, my SQL,
The structure of my thread is as follows.
-I'mcurrentlysimulating5,000users.-TheHTTPserviceIamtestingisanon-screenendpoint...
Hello everyone, I'm having trouble getting data from 2 different tables from the HSQLDB database, my DAO class looks like this:
@Override
public List<Animal> listar() throws Exception {
List<Animal> lista = new ArrayList<>...
I'm developing a system with Java 8 and Spring Boot with JDBC accessing an Oracle base. When I make a query using the NamedParameterJdbcTemplate, it does not return any records, but if I copy the same query and search the Oracle client directly,...
I have a project in Eclipse with an application that persists in the Postgresql 9.6 database through Hibernate, but Java is not recognizing the persistence-unit name that is set in persistence.xml , even this name by checking with the name pa...
I'm looking for connection solutions, better than ODBC / JDBC, from some econometric software such as SAS, Matlab, STATA, ACL, EViews to my base on Teradata, including In-Database processing solutions.
When I run it works normally, but when I try to clean it and build it it has this error:
warning: Supported source version 'RELEASE_6' from annotation processor
'org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor' less tha...
Today my team and I encountered a problem when trying to do something seemingly simple: display the surname of an official in a JComboBox. The problem is that at the time of opening the screen we receive a NullPointerException and the Combo is...
How can I check if a user is already registered? For example,
when registering a user check if the login has already been saved in the database.
DAO looked like this:
public boolean validarLogin (String login) throws SQLException, ClassNotFoun...
I'm having a problem, I set up a PivotTable in PostgreSQL and I need to print the lines of it, doing a Java method, the start of which is already established. That would be with a simple% w / o having as a parameter the start and end dates.
H...