Search:

Type: Posts; User: rdifalco; Keyword(s):

Search: Search took 0.04 seconds.

  1. Almost 2 years outstanding on this issue? Anyone...

    Almost 2 years outstanding on this issue? Anyone have any ideas what these warnings mean and if Roo users should be concerned about them?
  2. Replies
    0
    Views
    128

    Help with componentizing and deployment

    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...
  3. Replies
    1
    Views
    237

    I also notice that for #persist I get a hibernate...

    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...
  4. Replies
    1
    Views
    237

    Spring Exception Mapping

    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...
  5. Class CallableProcessingInterceptor Not Found after update to 3.2.1.RELEASE

    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...
  6. Replies
    1
    Views
    226

    Okay, I've got this narrowed down further. If in...

    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...
  7. Replies
    1
    Views
    226

    Testing and Transactional

    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,...
  8. Replies
    0
    Views
    162

    Validation and Formatting

    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...
  9. Difference in exception handling between PostgreSQL and HSQL

    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...
Results 1 to 9 of 9