Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,664

    Using JMS on JBoss 5.1

    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...
  2. HibernateCursorItemReader and JTASessionContext

    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...
  3. Handling of the complex input file structure. Looking for piece of an advice.

    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...
  4. Replies
    2
    Views
    809

    Thanks Mike, that is a missing bit I couldn't...

    Thanks Mike, that is a missing bit I couldn't find :)

    Tomasz
  5. Replies
    2
    Views
    809

    New Test Framework

    Hi,

    Is there any way to force context reload before every method annotated by org.junit.@Test?

    Cheers,
    Tomasz
  6. Dave, Thanks a lot. JavaDoc is comprehensive...

    Dave,

    Thanks a lot. JavaDoc is comprehensive reference. I'll create a JIRA ticket.

    Cheers,
    Tom
  7. Deploying a Spring application context as JCA adapter

    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...
  8. Replies
    4
    Views
    1,107

    Please follow the Issue SPR-3783...

    Please follow the Issue SPR-3783

    Tom
  9. Replies
    4
    Views
    1,107

    Hi again, Here are the results of my...

    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(*...
  10. Replies
    4
    Views
    1,107

    Christian, yes, I've tried execution(void...

    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...
  11. Replies
    4
    Views
    1,107

    Need help with AspectJ pointcuts

    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,...
  12. services, aop and circular dependencies. design dilemma

    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....
  13. Replies
    6
    Views
    6,357

    FYI:...

    FYI: http://opensource.atlassian.com/projects/spring/browse/SPR-2869
  14. Replies
    6
    Views
    6,357

    Yes. I've just checked JIRA and I haven't found...

    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?
  15. Replies
    6
    Views
    6,357

    Yes. It's a circular dependency. But why it works...

    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...
  16. Replies
    6
    Views
    6,357

    ListFactoryBean (util:list syntax)

    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:

    ...
  17. Yep. I confirm. I've just upgraded to RC3 and...

    Yep. I confirm. I've just upgraded to RC3 and encounter the same issue.
Results 1 to 17 of 17