Hi Gray,
I tried with your inputs still I am seeing below error:
<prop key="mail.imap.socketFactory.class">javax.net.ssl.SSLSocketFactory</prop>
<prop...
Type: Posts; User: samba.gaddam; Keyword(s):
Hi Gray,
I tried with your inputs still I am seeing below error:
<prop key="mail.imap.socketFactory.class">javax.net.ssl.SSLSocketFactory</prop>
<prop...
Hi All,
Here i am having a issue while polling email-exchangeServer(2007).
below is my configuration
<int-mail:inbound-channel-adapter...
Hi Gary,
please find the below details.
<!-- JMS config -->
<int-jms:message-driven-channel-adapter
id="messageDrivenChannelAdapter" channel="header.enricher"...
Hi Gary,
I am able to get the message in errorChannel, actually I am loosing my payload ,I am not able to get the actual payload to update the status.
I am getting like...
Hi Gary,
Here our flow is like
<int-jms:outbound-channel-adapter ---> cic (custom) header enricher --> service activator --- here I don't have a option to add error-channel attribute.
...
Hi All,
Could you please help me handle the exception in integration flow, which thrown by service activator class.
I have one service activator class in that i am doing DB operations. if any...
Actually we are using springIntegration 2.1.0 .RELEASE version .
<request-handler-advice-chain> is not available in 2.1.0 , I am not able to ,i will try with 2.2 and post you
thanks for your...
I didn't try [ CODE ] [ /CODE ] , where i have to keep this
no luck:( , same error
added cglib-2.2.jar even though same error, could you please tell me where to setup
Yes, In message I am setting up a map<String,Obj> which contains Header/DetailList , its just POJO i am not implementing any interface ,I dont have CGLIB in CLASSPATH
[ CODE ] [ /CODE ] where i...
Hi All,
I have a Service (POJO),which has insertCustData method, it inserts the data into DB. I am calling this service through ServiceActivator,
it is working fine without any annotations.
...
Hi ,
I have one request for DB to DB dump.but its not batch it should be real-time
scenario is like below:
(JMS puts the data in input channel) from input channel I will receive a...
Hi Team Members,
here we are facing unusual problem with spring web service security.
we have implemented spring webservice using http://mojo.codehaus.org/jaxb2-maven-plugin/xjc-mojo.html#wsdl ...