Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
55 views

I have an old system (java8 jee7 glassfish5 spring5) that includes ejb and web tiers. I recently moved it to new system (java17 jee10 glassfish7 spring6). After all coding and configuration changes I ...
senderj's user avatar
  • 418
1 vote
0 answers
32 views

When creating a Table type with a single string column and trying to INSERT 2 differents strings make it fails. First, I created a new Table Type with a single string column: CREATE TYPE [dbo].[...
boule's user avatar
  • 35
0 votes
1 answer
909 views

I am testing an upgraded version of Jenkins (from 2.235.1 to 2.375.1). One of my jobs fails with the following error when run in Jenkins Agent with Swarm Client 3.39 (this works perfectly on previou ...
NaushadNaleer's user avatar
0 votes
0 answers
258 views

I use spring boot 3, I search to centralize error handling about validation public record RepoPubRecord( @NotEmpty(groups={Intranet.class,Extranet.class} Long idRepoPub, ...
robert trudel's user avatar
0 votes
1 answer
107 views

I am having a problem with my code. I have created an entity "Comment" with relations Many-To-Many to entities Movie and User (User may comment many movies, and movie can be commented by ...
krystian14d's user avatar
0 votes
0 answers
946 views

I am using Jpa, my website is shows a form in 3 steps, in every step i'm making save() in many steps : First save() will create a record A with a primary key id and another unique key userId, data as ...
Sushi's user avatar
  • 686
0 votes
0 answers
173 views

I am writing an Entity class Result, and it has a ONETOONE mapping to another entity UpstreamResult. When I do a save() method. In a spring boot concurrence situation, sometimes, the child entity get ...
Zha Jikun's user avatar
1 vote
1 answer
315 views

I implemented a @ModelToOne Relationship and would like to use a Dropdown List via Thymeleaf. I use a separate formular to persist PlaceEntities and a formular for WorkEntities where a appropriate ...
Laroux89's user avatar
0 votes
0 answers
403 views

When creating a new "Cast" record via the Django admin, I'm told "image_cover" attribute is null, but that attribute isn't even a part of the "Cast" model. Why would this happen? The Error: django....
Michael Romrell's user avatar
0 votes
1 answer
569 views

I am using custom validation in entity class, @Valid annotation on service class not in controller class and custom exception controller(@ControllerAdvice) in Spring Boot. When I am using @Valid in ...
alok's user avatar
  • 2,756