Index: project-examples-3.1.xml =================================================================== --- project-examples-3.1.xml (revision 31407) +++ project-examples-3.1.xml (working copy) @@ -540,21 +540,45 @@ ESB for SOA-P 5.0 - helloworld_file_action - helloworld_file_action,helloworld_file_action_client - JBoss ESB HelloWorld File Action Example - ESB + helloworld_mail + helloworld_mail,helloworld_mail_testclient + JBoss ESB HelloWorld Email Example + This is a very basic example that demonstrates how to configure a mail +gateway using a JCA mail adapter and a Camel mail endpoint. Both gateways +route the messages through a JMS queue and finally to your action class for +processing. +NOTE: Before you import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" defined in the workspace. + + 1132232 + + http://anonsvn.jboss.org/repos/jbosstools/workspace/rcernich/examples/esb/helloworld_mail_eclipse.zip + + + + org.jboss.ide.eclipse.as.runtime.eap.50 + helloworld_mail + esb + This project example requires a JBoss SOA-P 5.0 runtime named "jboss-soa-p.5.0 Runtime" + + + + + + ESB for SOA-P 5.0 + helloworld + helloworld,helloworld_testclient + JBoss ESB HelloWorld Example - ESB NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace. - This is a basic example of using the File gateway feature of the JBoss ESB. - Files that are found in a particular directory with a particular extension - are sent to a JMS queue with actions for processing. Before deploy the project, please change some properties according to the readme.txt file. - 16505 + This example is to prove that the ESB is is properly configured and happy. +As well as to demonstrate the needed minimal files to make a basic ESB component execute. + 1101025 - http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa-p5.0/helloworld_file_action_all.zip + http://anonsvn.jboss.org/repos/jbosstools/workspace/Denny/esb-example-soa-p5.0/helloworld_all.zip org.jboss.ide.eclipse.as.runtime.eap.50 - helloworld_file_action + helloworld esb This project example requires the JBoss SOA-P 5.0 and the runtime name should be "jboss-soa-p.5.0 Runtime" Index: project-examples-community-3.1.xml =================================================================== --- project-examples-community-3.1.xml (revision 31407) +++ project-examples-community-3.1.xml (working copy) @@ -563,6 +563,31 @@ ESB for SOA-P 5.0 + helloworld_mail + helloworld_mail,helloworld_mail_testclient + JBoss ESB HelloWorld Email Example + This is a very basic example that demonstrates how to configure a mail +gateway using a JCA mail adapter and a Camel mail endpoint. Both gateways +route the messages through a JMS queue and finally to your action class for +processing. +NOTE: Before you import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" defined in the workspace. + + 1132232 + + http://anonsvn.jboss.org/repos/jbosstools/workspace/rcernich/examples/esb/helloworld_mail_eclipse.zip + + + + org.jboss.ide.eclipse.as.runtime.eap.50 + helloworld_mail + esb + This project example requires a JBoss SOA-P 5.0 runtime named "jboss-soa-p.5.0 Runtime" + + + + + + ESB for SOA-P 5.0 webservice_consumer1 webservice_consumer1,webservice_consumer1_client JBoss ESB Web Service consumer1 Example