Thanks Amol - infact earlier configuration was done exactly as you mentioned and also attached as jmserror.txt. Same exception comes. Then tried with jvm argument ...
Type: Posts; User: sset; Keyword(s):
Thanks Amol - infact earlier configuration was done exactly as you mentioned and also attached as jmserror.txt. Same exception comes. Then tried with jvm argument ...
Thanks Mark
<jee:jndi-lookup id="nowThisIsABeanName" jndi-name"/the/jndi/name/goes/here"/> is a very good and useful solution, I think other option needs customization. I attempted...
Amol - Problem is with destination -> It is trying to resolve as bean name and not as destination jndi name. How do I get this working? Attached entire code (to avoid formatting issue).
Caused...
Hello,
I am unable to use spring integration jms with weblogic. With activemq things are fine. Tried using jms template, not sure how to specifiy destination jndi name. Need your help.
Thanks
...
Hi,
Kindly let me know how do we configure jms:inbound or outbound channel adapter to use weblogic 10.3.3.jms service provider. Do we need to use spring jms template? But gives me an error and does...
jms:outbound-channel-adapter works fine with activemq, is it possible for this to work with weblogic 10.3.3 instead of activemq? Myself tried creating jms foreign server / message bridge on weblogic...
amol - sorry my mistake - things are working - myself was giving wrong queue name at remote listener side.
Quick question file polling adaper - file:inbound-channel-adapter with poller -> poller...
Amol - sending attachment file - jms.txt
Good framework like lightweight esb - keep it up!! -myself still need to understand various things.4504
Requirement was channel inbound adapter should...
Thanks Amol - works fine with "*.txt"
Requirement was channel inbound adapter should read text file -> convert content into string -> send to jms outbound adapter (activemq)
Listener on a...
Thanks Amol -will try with -> "*.txt" but existing exp should also work?
Requirement is channel inbound adapter should read text file -> convert content into string -> send to jms outbound...
Thanks Oleg / Amol. As Oleg suggested earlier problem was with wrong version of jar. Examples are running fine. Great framework like openadapter.
My query serviceactivator - is to couple inbound...
Amol please find stubs giving exception (nosuchmethod) with above jars
Please try from your side and let us know.
--------------------------------------------------
<code>
import...
Amol,
Answer to your point (3)
3. Regarding the exception, what version of spring are you using?
Jars used ->
spring-integration-core-2.1.0.RC1.jar
spring-integration-file-2.1.0.RC1.jar...
Kindly help we are facing same issue - while running spring integration sample - ver 2.1.0.rc1
(1)
Exception in thread "main" java.lang.NoSuchMethodError:...
Hello,
1. Kindly let me know about a good link explains about channels, service activators, inbound - outbound with sample configurations.
2. While trying sample code for spring integration...