I have generic question on using JMS provided by JBoss 5.1.
I deploy my JEE application (implemeneted using Spring Framework) on JBoss 5.1. The application is using Spring to consume messages from...
Type: Posts; User: tblachowicz; Keyword(s):
I have generic question on using JMS provided by JBoss 5.1.
I deploy my JEE application (implemeneted using Spring Framework) on JBoss 5.1. The application is using Spring to consume messages from...
I'm using Spring Batch to do the following processing:
1. Read series of entities from database using HibernateCursorItemReader.
2. Process each entity in the custom ItemProcessor. The processor...
I've been prototyping a simple solution to extract EQUENS CLIEOP payments file using Spring Batch. It worked for me very well, but I'm struggling with more complex input format.
CLIEOP file is a...
Thanks Mike, that is a missing bit I couldn't find :)
Tomasz
Hi,
Is there any way to force context reload before every method annotated by org.junit.@Test?
Cheers,
Tomasz
Dave,
Thanks a lot. JavaDoc is comprehensive reference. I'll create a JIRA ticket.
Cheers,
Tom
Hi,
Starting from Spring 2.5 there is a very interesting new feature that allows deployment of ApplicationContext as JCA adapter for standalone J2EE applications (mostly non-web apps). I can find...
Please follow the Issue SPR-3783
Tom
Hi again,
Here are the results of my investigation.
1. Unfortunately Springframework doesn't support 'call' pointcut designator, which would work best for me. The expression
call(*...
Christian, yes, I've tried
execution(void aspects.A+.callMe())
I've spend some time investigating this issue and I've figured out that when I include methods from base class...
Hi,
I've been struggling with AOP pointcuts for a while and haven't got the idea why my code snippet doesn't work as I expect. Can you take a quick look and maybe throw some piece of advice,...
Hello,
I've been struggling with an architecture-related dilemma for a while. I'd like to know your opinion and maybe some find some fresh ideas. Let consider hypothetical HR software system....
FYI: http://opensource.atlassian.com/projects/spring/browse/SPR-2869
Yes. I've just checked JIRA and I haven't found anything like this. I'll post a new issue because it looks like a bug to me.
Any other comments/opinions/explanations?
Yes. It's a circular dependency. But why it works fine without using ListFactoryBean (util:list), but doesn't work when I use it. I thought util:list is only the helper thing and should't affect...
Hi all,
Recently I've came across strange situation which I don't fully understand. It's related to ListFactoryBean (util:list syntax) and happen using Springframework 2.0.
I've got a bean:
...
Yep. I confirm. I've just upgraded to RC3 and encounter the same issue.