-
OS: Linux x64 4.15.0-30-generic
VERSION: 4.0.270
---------------
Database Type: mysql and mariadb
How can this issue be reproduced?
I've got the following error message trying to connect and ha…
-
Hi!
I had a Query and a Pojo.
I did the following
Query x = conn.createQuery(RECORD_TO_PROCESS);
for (MyPojo p : pojoList){
x.bind(p).executeUpdate();
}
This only did the update on the first pojo,…
-
Hello when using the method **Anima.deleteBatch** I got an exception see below for the details.
**Example code:**
```java
List ids = Arrays.asList(1,2,3);
Anima.deleteBatch(User.class, ids);
``…
-
Please provide a way of using the `@Transactional` with Spring.
-
#### Environment
```
HikariCP version: 2.7.8
JDK version : 1.8.0_161
Database : MySQL
Driver version : 5.1.23
```
#### Configurations
```
public SomeClass() {
this.conf…
-
I am encountered the following error when running Chapter 6's BulkEventFunctionTest.java
```
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "Records" (class c…
-
It should be possible to add a parameter with a list or an array.
Example:
``` java
int[] ids = new int[]{1,2,3};
String sql = "select * from mytable where id in (:idParam)";
try (Connectio con = sq…
-
When I use '/is' and create skyblock,
```
13:28:58 [FATAL] Exception while invoking run
java.lang.NullPointerException: null
at com.larryTheCoder.island.IslandManager$1.onCompletion(Isl…
-
### Description
Failed to execute goal io.fabric8:fabric8-maven-plugin:3.5.42:resource (default) on project
### Info
Execution default of goal io.fabric8:fabric8-maven-plugin:3.5.42:resource fail…
-
##### **Overview of the issue**
I create a new project with default configuration of Jhipster with MySQL, Hibernate and Hazelcast as cache layer 2. It seems that Hibernate cannot read from its …