Search:

Type: Posts; User: Alexey Pomelov; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. I'm using STS based on eclipse 3.8, but not 4.*....

    I'm using STS based on eclipse 3.8, but not 4.*.
    After clearing the cache I can ctrl+click to that URL in my context file and 1.0 schema is opened. I do not understand why STS should validate my...
  2. I've already tried it. The URL...

    I've already tried it. The URL http://www.springframework.org/schema/integration/spring-integration.xsd refers to a 1.0 schema version.
    It's interesting that...
  3. Default version of spring context xml schema

    Hello.

    I usually specify schema location in my configuration files like this:


    xsi:schemaLocation="
    http://www.springframework.org/schema/beans...
  4. Here it is:...

    Here it is: https://jira.springsource.org/browse/INT-2939
  5. Conditional expression evaluation within a logger-channel-adapter

    Hello!

    As far as I understand from sources of org.springframework.integration.handler.LoggingHandler it will always evaluate the expression. Even if the log level is not enabled for current...
  6. Replies
    16
    Views
    1,338

    Problem seems to be solved by switching off the...

    Problem seems to be solved by switching off the Kaspersky anti-virus =( Sorry..
  7. Replies
    16
    Views
    1,338

    Hello. I have same problems while installing...

    Hello.

    I have same problems while installing anything into the STS. I'm using sts 3.1.0 based on eclipse 3.8.1 and it constantly runs download tasks for...
  8. Thank you Marten for detailed explanation! It's...

    Thank you Marten for detailed explanation! It's exactly my case.
  9. Cachable annotation or AOP understanding trouble

    Hello!

    I'm not sure that I've chosen the correct forum to ask this question -- sorry for that.

    I'm using the @Cacheable annotation on the method and it works well:



    @Override
    ...
  10. Thanks for your reply! I understand the...

    Thanks for your reply!
    I understand the difference between transformer POJO and end point POJO.
    In fact my sample is synthetic, the original purpose is to reuse the transformer in channel...
  11. Using transformer element to create a standalone transformer bean instead of endpoit

    Hello.

    Is there any way to use "transformer" element to create a standalone transformer bean but not an end point connected to channels?

    Consider I'd like to replace character 'A' with 'B' in...
  12. Hello! I've got the same problem and solved it...

    Hello!

    I've got the same problem and solved it with solution described here.
    But I'm still confused a little. I understand that I can set ignore-column-meta-data to true, then I have to define...
  13. I'm using a gateway around that chain and it is...

    I'm using a gateway around that chain and it is not happy, when filter gobbles the request. I've added an xpath-router to check if there are any items or not. If no, I manually generate an empty list.
  14. xpath-splitter and empty xpath result

    Hello.

    My goal is to process some XML like

    <items>
    <item>value1</item>
    <item>value2</item>
    <item>value3</item>
    </items>
    And convert it to a List of my beans that could be...
  15. Thank you Gary for detailed answer. Please...

    Thank you Gary for detailed answer. Please correct my understanding: if so-timeout is bigger (I've set it to 1min) than gateway response timeout (I've forgot to set it, so it is 10 sec), and i don't...
  16. What this correlation strategy is rely on (when...

    What this correlation strategy is rely on (when I'm using single connection for all requests)? Could you please shortly describe it or refer to some source code?
  17. Using tcp outbound gateway with single-use="false"

    Hello.

    I'm using tcp outbound gateway with client connection factory, that does not declare single-use attribute (so it means false by default). Thus it means that we use one connection and "each...
  18. Implementing multistep authentication process

    Hello!

    It's the first time I'm learning the Spring Security and trying to find out if the Spring Security will help to solve my problem.
    I've just started to read the book about the Spring...
  19. Hello, Martin. Unfortunatelly it seems like...

    Hello, Martin.

    Unfortunatelly it seems like you've done the same...
    I'll write if I find out any new details about my case.

    Thanks,
    Alexey
  20. Update to previous post: problem only appears...

    Update to previous post:
    problem only appears when the parent project is also loaded into workspace. Maybe those build commands and natures are unimportant...

    One more update:
    I think the parent...
  21. Hello, Martin. Your post was very helpfull!...

    Hello, Martin.

    Your post was very helpfull!
    There are two ways to import the project: general->existing project or maven->existing maven project
    The first one just opens existing .project file....
  22. Hello, Martin! Sorry for late reply, I missed...

    Hello, Martin!

    Sorry for late reply, I missed your last message on friday.
    I've prepared the sample that illustrates the problem.
    Here is an archive: sample.zip
    The are two projects: 'parent'...
  23. It was created by popup menu item New->Spring...

    It was created by popup menu item New->Spring bean configuration file, but wasn't added into project bean support. I added it, but it had no effect.
  24. It seems forum engine made my pictures smaller....

    It seems forum engine made my pictures smaller.
    Direct links to original images:
    http://dl.dropbox.com/u/56586118/pExplorer.png
    http://dl.dropbox.com/u/56586118/confEditor.png
    They should be...
  25. Hello, Martin. My maven module is separate...

    Hello, Martin.

    My maven module is separate project in the eclipse workspace and it has the spring nature. It also has MavenDependencies with correct set of JARs (spring libs).

    From the...
Results 1 to 25 of 33
Page 1 of 2 1 2