Almost 2 years outstanding on this issue? Anyone have any ideas what these warnings mean and if Roo users should be concerned about them?
Type: Posts; User: rdifalco; Keyword(s):
Almost 2 years outstanding on this issue? Anyone have any ideas what these warnings mean and if Roo users should be concerned about them?
I am looking for some suggestions from the Spring experts here, maybe a little inspiration.
I have an app that I am deploying to heroku. For heroku I want to break it up into the REST server (on...
I also notice that for #persist I get a hibernate ConstrainViolationException instead of a spring dao DataInegrityViolationException. Both of which are not an EntityExistsException. So I'd love a...
Can someone point me to the best place to learn about spring exception translation? For example, when calling #getSingleResult on a TypedQuery I am expecting a NoResultException but getting a...
All I did was update to 3.2.1.RELEASE and now I am getting the following exception when I start up tomcat:
SEVERE: Exception starting filter Spring OpenEntityManagerInViewFilter...
Okay, I've got this narrowed down further. If in my service I have these methods (all transactional):
public Parent findById( Long id );
public Set<Child> getChildrenOf( Parent parent...
I'm new to Spring and having a difficult time figuring out @Transactional. My basic setup:
JPA, Java Configuration, CTW, AnnotationTransactionAspect.aspectOf(), spring-configured, Hibernate,...
First off, I wasn't sure where to post this so I apologize if this is the wrong place.
I have a bean validator for an entity field named phoneNumber. The trouble I am having is that I would like...
I asked this question on StackOverflow, it is probably more appropriate for this forum.
I have a weird behavior difference I'd like to understand. I have Bean Validation annotations in an entity...