Hi,
new update about the issue; now im able to send the jms message after:
1. changing EJB transaction type to Bean
2. In EJB Call i get User Transaction and start it.
3. After sending the jms...
Type: Posts; User: realangel69; Keyword(s):
Hi,
new update about the issue; now im able to send the jms message after:
1. changing EJB transaction type to Bean
2. In EJB Call i get User Transaction and start it.
3. After sending the jms...
after removing the property:
<property name="sessionTransacted" value="true" />
From jmsTemplate ... the exception above is not occurring anymore... but still not able to send jms message.
...
this exception occured in server log (in debug mode):
2012-06-03 16:49:55,017 DEBUG [org.springframework.batch.core.repository.dao.JdbcStepExecutionDao] Truncating long message before update...
Hi again,
i changed Spring framework log level to debug and found the exception below, any idea?
2012-06-03 16:49:55,017 DEBUG...
hi all,
i also posted this in EJB forum; without responses yet.
my case is as below:
1. im calling stateless Session Bean (using container transaction as required)to send jms message via...
hi all,
my case is as below:
1. im calling stateless Session Bean (using container transaction as required)to send jms message via JmsTemplate (im not using spring transaction management).
2. wait...
UDP Adapter is working fine for me, Thanks again ...
Thanks Gary,
i just want to stop the apllication context and jvm without any order care.
i will give a try to the UDP adapter, even it requires port number...
Hi All,
first of all, sorry if my question is silly ...
i'm creating a new standalone spring integration application, and trying to find the simplest and better way to shutdown my application...
Thanks Gary !!!
the issue resolved, after generating teh files with tmp suffix just after completion renamed to final name and now it seems to be working fine.
Thanks :)
Thanks Gary,
I'm archiving it manualy directly to this location. i will try your suggestion.
Hi All,
i'm using sftp adapter to copy zip files from one to another unix machines. in some cases the copied file in destination is not copied completely and been corrupted.
the unzip error is:
...
Gary, please accept my apologize, just now noticed that you mentioned expression and not value in your response... :)
YES!!!
thanks Gary ... its working fine now.
yes i noticed the mistake of sequenceNumber as well.
see the log:
just one correction to your answer ... for sequenceSize and sequenceNumber we...
Thanks Mark ... using <int:correlation-id value="testValue"/> cleared the exception ...
i used the correlation_id as mentioned in spring integration reference:
anyway ...
now i can see my 2...
Hi All,
i'm new in spring integration and i'm trying to send two messages to a channel in sequenc (in specific order), after receiving them Asynchrony... i'm using a basic resequencer for doing...