-
Now you can create a sequence by using a TemplateExpression...
Expression nextCustomerId = TemplateExpressionImpl.create(String.class, "nextval('customer_id_seq')");
Could this be structurally resolv…
-
I'm getting the following error when running querydsl with Spring Boot.
```
Caused by: java.lang.ClassNotFoundException: com.mysema.query.jpa.JPQLQuery
at java.net.URLClassLoader.findClass(URLClassL…
-
**The following files have NOT been resolved:**
[INFO] com.shopizer:sm-core-model:jar:sources:2.0.3-SNAPSHOT:compile
[INFO] stax:stax-api:jar:sources:1.0.1:compile
[INFO] commons-beanutils:co…
-
Hello, we use swagger in our project. In 1.3.0 release there are some features, that important for us.
When I'm trying to build project with new version of swagger-jaxrs_2.9.1 in Maven, I'm getting co…
-
```
Ok, this might sound silly / crazy... but what about using annotations to
generate helpers at compile time for SQLite usage ? It could be a compile time
JPA implementation, or maybe something co…
-
I have a project where I am using querydsl for both MongoDB entities and JPA entities. One of my mongo entities contains a reference to one of my JPA entities.
I can get querydsl to generate sources …
-
Attempting to utilize a class that has a field mapping byte[] to Blob. Getting the following error:
```
[B cannot be cast to [Ljava.lang.Object;
! java.lang.ClassCastException: [B cannot be cast to …
-
I have the following code:
```
public class Credenciamento {
@QueryProjection
public Credenciamento(Long id, LocalDate dataCriacao, LocalDate dataFim, InstituicaoCredora instituicaoCredora, Bina…
-
In WAR application deployed to Tomcat 7.0.63.
Gets error when one service call another service which both are marked @Transactional. Simplified stack trace:
```
org.springframework.transaction.Ille…
-
I have a jar with parent spring-cloud-dataflow-parent, which I register using my local repository --coordinates. But once I execute module info on it, I receive this error: java.lang.RuntimeException:…