I have no choice on the technology that I'm using. Working in a large shop where the technology has been chosen and already used in several apps.
Java is a great OOP language and as such for...
Type: Posts; User: jed; Keyword(s):
I have no choice on the technology that I'm using. Working in a large shop where the technology has been chosen and already used in several apps.
Java is a great OOP language and as such for...
Found the problem. Looks like Eclipse link was eating the exception and creating a more generic javax.persistence.PersistenceException. I don't really like this because this is more of a generic...
that is a fairly generic exception. I'm looking for a more specific exception for the constraint exception.
I already know that the skippable logic works by testing with the java.lang.exception....
I have already tired that exception. I have tried all of the exceptions listed in the console log. Still researching.
Seems that the only reason to use JPA is for the exception...
I'm having difficulty in adding an exception to the list of skippable-exception-classes in a jpaitemwriter. I have the situation where I want to skip records that generate a constraint condition....