Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    770

    How to create a Poller with Spring Batch

    hi

    we want to poll every 1 minute a directory and read (process) all files that are in there with spring batch.

    solution 1:
    we call our spring-batch job with a spring-quartz every minute. ...
  2. i found a solution: ...

    i found a solution:

    file:./src/main/resources/WebshereBinding

    but it would be nice to know if spring EL could do it!
  3. Spring Expression Language SpEL => How to evaluate the absolut Path?

    Hi

    we use some library that requires a absolute path as a parameter.



    <bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate">
    <property name="environment">
    <props>...
  4. in the documentation i one parte about...

    in the documentation i one parte about transactions
    http://static.springsource.org/spring-integration/reference/htmlsingle/#transactions
    27.2 Transaction Boundaries

    this gives you some...
  5. hi petem your statement sounds reasonable to...

    hi petem

    your statement sounds reasonable to me. is there any document that would confirm this? for reliable applications, this is a big issue. loosing a data is a killer in most applications!
    ...
  6. Is a (internal) Channel transactional? Where does the transaction end?

    hi

    i was studying the SI manual, but got no right answer to may questions. may you can give me a hint.

    let's assume i have a jms channel-adapter with ServiceActivator1 that is listening and...
  7. Can a Spring Bean programmatically replaced in an loaded SpringContext?

    hi

    i want write an integration test but with one minor restriction. i got a TimeSourceBean that i want to mock out. this TimeSourceBean is used several times deep in the application. (no way to do...
  8. Replies
    5
    Views
    1,378

    I found the problem in the flashlog.txt i...

    I found the problem


    in the flashlog.txt i found :ReferenceError: Error #1056: Cannot create property AFoo on [...]


    this let me to this blog http://blog.comtaste.com/java/ ==>
    Automating...
  9. Replies
    5
    Views
    1,378

    when you study the output of the "BlazeDs output"...

    when you study the output of the "BlazeDs output" than you see that the object tree is transmitted.

    but your comment about, that this is possible is good news :-)
  10. Replies
    5
    Views
    1,378

    hi thank you for your answer. you are right i...

    hi

    thank you for your answer. you are right i had a typo. in the code it looks like that

    Alert.show("" + content.t2.t2s);

    please mention that the parameter is from type TT1...
  11. Replies
    5
    Views
    1,378

    Nested Complex Datatypes Possible?

    hi

    i think i have the spring integration of blazeds working. :-)

    now i found out that i only could transmit simple types.

    here an example

    Java code:
Results 1 to 11 of 11