0 Replies Latest reply on Jul 7, 2011 10:37 AM by gshepherd7

    http_gateway quickstart deployment in Eclipse

    gshepherd7

      I created a new esb project in eclipse and copied over the files/folders from the http_gateway quickstart.  Everything compiles fine and the MyAction.class file is under esbcontent/build/classes.  However, when I mark the project as deployable in Eclipse I get a ClassNotFoundException: org.jboss.soa.esb.samples.quickstart.httpgateway.MyAction

       

      I can deploy it fine from a terminal using ant deploy as described in the readme file, but I'd like to get acclamated to using Eclipse to deploy.  I'm not sure what I am missing perhaps classes need to be located in a particular folder or a setting in eclipse I'm missing?

       

      Thanks.