• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring Integration

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Can someone please help me with spring Integration.
Its not working....

I am attaching this applicaiton.
I have downloaded it from "http://www.javacodegeeks.com/2013/09/spring-integration-a-lightweight-integration-approach.html#comment-51110"
When I am trying to run it on Eclipse (Also installed maven) its not working.

Can someone please help me with it.

Regards,
Vaibhav
 
Rancher
Posts: 2759
32
Eclipse IDE Spring Tomcat Server
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vaibhav,

Its not working

Did you turn your computer on?

Welcome to the ranch. Let me tell you a little story. One day, my car broke down. I would put my key in the ignition, and the key wouldn't turn all the way. So, of course, I called the mechanic.

Mechanic: "Hello, This is Super duper auto parts. How my help you?"
Me: "My car doesn't start"
Mechanic : "Umm.. did you put gas in it?"

Err.. see what happen there. My car doesn;t start is as useful to a car mechanic as It doesn't work to me. There can be thousand things that can happen that can stop a car not starting? It could be something as simple as me forgetting to put the gas in to complicated my transmission being completely shot. Besides, if you are calling a mechanic, it's obvious you are calling because your car doesn't start. Calling a mechanic and saying My car doesn't start is like telling the mechanic I'm a dumby-ass dumbo who knows nothing about cars, and you might as well start figuring out how to cheat me

Did you turn your computer on? If you need help, you need to provide more detail.
 
Vaibhav Kaushal
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am putting more details
POM file is



===============================
springInteg-context.xml



===========================================================
SendRequest.java(Gateway Interface)



=============================================================
ReceiveResponse.java (message End pont)



===========================================================================
Employee.java(POJO Class)

==============================================

When i am trying to run the application through following code its not providing any output.


It is just giving 404 page not found Error.

R egards,
Vaibhav

reply
    Bookmark Topic Watch Topic
  • New Topic