Skip to content
  • Fixed Bugs
    • Git
    • Java
    • R
    • Scripting
  • Software Tips
  • Tutorials & Guides
  • Contact
Fix the bugs
Fix the bugs
  • Fixed Bugs
    • Git
    • Java
    • R
    • Scripting
  • Software Tips
  • Tutorials & Guides
  • Contact
checkTransactionNeededForUpdateOperation exception
Fixed BugsJava

JPA: jakarta.persistence.TransactionRequiredException: Executing an update/delete query org.hibernate.internal.AbstractSharedSessionContract.checkTransactionNeededForUpdateOperation

Problem: When you are using JPA and returns next error: Solution: Just add @Transactional at class level of...
IvanMar 5, 2024Mar 5, 2024
Read information crt file
Fixed BugsScripting

Read information crt file

Read information crt file
IvanFeb 26, 2024Feb 26, 2024
Mapping of Enums via @Mapping is removed. Please use @ValueMapping instead!
Fixed BugsJava

Mapstruct: Mapping of Enums via @Mapping is removed. Please use @ValueMapping instead!

Mapping of Enums via @Mapping is removed. Please use @ValueMapping instead!
IvanFeb 26, 2024Feb 26, 20245 Comments on Mapstruct: Mapping of Enums via @Mapping is removed. Please use @ValueMapping instead!
AI subtitles generation with DaVinci Resolve and one free alternative
Software Tips

AI subtitles generation with DaVinci Resolve and one free alternative

AI subtitles generation with DaVinci Resolve and one free alternative
IvanFeb 20, 2024Feb 20, 2024
AI subtitle generator free no watermark
Software Tips

AI subtitle generator free no watermark

AI subtitle generator free no watermark
IvanFeb 20, 2024Feb 20, 2024
This exception may occur if matchers are combined with raw values
Fixed BugsJava

JUnit: This exception may occur if matchers are combined with raw values

This exception may occur if matchers are combined with raw values
IvanFeb 20, 2024Feb 20, 2024
Inferred type 'S' for type parameter 'S' is not within its bound
Fixed BugsJava

JPA: Inferred type ‘S’ for type parameter ‘S’ is not within its bound

Problem: In Java, using JPA returns next error: Solution: check the type of the object that you are...
IvanFeb 20, 2024Feb 20, 20241 Comment on JPA: Inferred type ‘S’ for type parameter ‘S’ is not within its bound
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter
Fixed BugsJava

JUnit: org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter

org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter
IvanFeb 17, 2024Feb 17, 2024
filename too long in Windows
Fixed BugsGit

Git: filename too long in Windows

Problem: Git command returns next error: Solution: launch next command Another solution: if previous command didn’t work, try...
IvanFeb 14, 2024Feb 14, 2024
Caused by: java.net.BindException: Address already in use
Fixed BugsJavaScripting

Java in Windows: Caused by: java.net.BindException: Address already in use

Caused by: java.net.BindException: Address already in use
IvanFeb 12, 2024Feb 12, 2024
1234