Search:

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

Search: Search took 0.11 seconds.

  1. JaxWsPortProxyFactoryBean and HTTP Proxy

    Hi folks,

    In a project I'm working we defined our JaxWs port fine using the JaxWsPortProxyFactoryBean, and it's all working well. Now, we need to move the app to a controlled environment, where...
  2. Hi chudak, Thanks for all the help. I managed...

    Hi chudak,

    Thanks for all the help. I managed to get the tests running, and you were right, it was a configuration problem. I went over again the openjpa documentation, and noticed that I left...
  3. Hi chudak, thanks for the response. I...

    Hi chudak, thanks for the response.



    I removed those injections, still getting the same exception. It seems that AbstractJpaTests are automatically injected with those beans. Anyway, I can't...
  4. I don't know if this is important, so here it...

    I don't know if this is important, so here it goes anyway. The deleteMethod() in my dao is using queries, in the following way:


    Query query = entityManager.createQuery(someDeleteQLQuery);...
  5. To be honest, can't really tell, couldn't find a...

    To be honest, can't really tell, couldn't find a tutorial on how to configure test cases with Atomikos.

    The spring setup for Atomikos is exactly the same they have in their examples, so I don't...
  6. AbstractJpaTests and Atomikos JTA Manager

    Hi guys,

    I am using the Atomikos JTA Manager as the transactionManager for my project. After configuring the transactionManager, I can't get the unit tests to run anymore. I always get an...
  7. Replies
    2
    Views
    1,761

    Wow, it was so simple. Thank you very, very...

    Wow, it was so simple. Thank you very, very much, Falcon.
  8. Replies
    2
    Views
    1,761

    MessageBuilder arguments

    Hi folks,

    I've got a message bundle with arguments, like this:



    key='{0}' has got some problems!!!


    Then I've got a validator that creates error messages with arguments like this:
Results 1 to 8 of 8