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. ...
Type: Posts; User: timerons; Keyword(s):
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. ...
i found a solution:
file:./src/main/resources/WebshereBinding
but it would be nice to know if spring EL could do it!
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>...
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...
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!
...
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...
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...
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...
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 :-)
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...
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: