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...
Type: Posts; User: DannielWillian; Keyword(s):
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...
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...
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...
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);...
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...
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...
Wow, it was so simple. Thank you very, very much, Falcon.
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: