### Eclipse Workspace Patch 1.0 #P examples Index: project-examples-3.1.xml =================================================================== --- project-examples-3.1.xml (revision 23269) +++ project-examples-3.1.xml (working copy) @@ -432,7 +432,7 @@ helloworld_action helloworld_action,helloworld_action_client JBoss ESB HelloWorld Action Example - ESB - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace. This sample is to demonstrate the use of multiple action invocations from a single configuration. You can use a single Action class and make multiple method calls or use multiple Action classes. @@ -455,7 +455,7 @@ helloworld_file_action helloworld_file_action,helloworld_file_action_client JBoss ESB HelloWorld File Action Example - ESB - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + 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. @@ -478,7 +478,7 @@ webservice_consumer1 webservice_consumer1,webservice_consumer1_client JBoss ESB Web Service consumer1 Example - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace. This example demonstrates how to consume a 181 Web Service in an ESB action. This ESB will make a webservice request that requires a single "toWhom" string parameter. The webservice will return a greeting response. The ESB simply dislays the response on the @@ -503,7 +503,7 @@ webservice_producer webservice_producer,webservice_producer_client JBoss ESB Web Service producer Example - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace. This sample demonstrates how to deploy a JSR181 Webservice endpoint on JBossESB using the SOAPProcessor action. 55269 @@ -526,7 +526,7 @@ transform_CSV2XML transform_CSV2XML,transform_CSV2XML_client JBoss ESB Smooks CSV->XML Example - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace. This sample demonstrates how to transform a comma separated value (CSV) file to an xml. The tranformation is done by configuring Smooks and performing two transformation, one transformation from CSV to an intermediate xml format, and a second transformation from @@ -550,7 +550,7 @@ transform_XML2POJO transform_XML2POJO,transform_XML2POJO_client JBoss ESB Smooks XML->POJO Example - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.5.0 Runtime" in the workspace. The purpose of the simple_transformation sample is to illustrate the use of Smooks performing a simple transformation by converting a XML file into Java POJOs. @@ -573,7 +573,7 @@ transform_XML2XML_date_manipulation transform_XML2XML_date_manipulation,transform_XML2XML_date_manipulation_client JBoss ESB Smooks XML->XML date-manipulation Example - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + 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 another simple sample of how to manually define and apply a Message Transformation within JBoss ESB. @@ -603,7 +603,7 @@ transform_XML2XML_simple transform_XML2XML_simple,transform_XML2XML_simple_client JBoss ESB Smooks XML->XML Example - NOTE: Before import this example, please make sure that there is runtime named "jboss-soa-p.5.0 Runtime" in the workspace. + 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 very basic sample of how to manually define and apply a Message Transformation within JBoss ESB. It applies a very simple XSLT to a SampleOrder.xml message and prints the before and after XML to the console. @@ -622,11 +622,12 @@ - ESB + ESB for SOA-P 4.3 helloworld helloworld,helloworld_testclient JBoss ESB HelloWorld Example - ESB - This example is to prove that the ESB is is properly configured and happy. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + 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. 1087454 @@ -644,11 +645,12 @@ - ESB + ESB for SOA-P 4.3 helloworld_action helloworld_action,helloworld_action_client JBoss ESB HelloWorld Action Example - ESB - This example is to demonstrate the use of multiple action invocations from a single configuration. You can use a single Action class and make multiple method calls or use multiple Action + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + This example is to demonstrate the use of multiple action invocations from a single configuration. You can use a single Action class and make multiple method calls or use multiple Action classes. 24456 @@ -666,12 +668,13 @@ - ESB + ESB for SOA-P 4.3 helloworld_file_action helloworld_file_action,helloworld_file_action_client JBoss ESB HelloWorld File Action Example - ESB - This is a basic example of using the File gateway feature of the JBoss ESB. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.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. 15140 @@ -689,11 +692,12 @@ - ESB + ESB for SOA-P 4.3 webservice_consumer1 webservice_consumer1,webservice_consumer1_client JBoss ESB Web Service consumer1 Example - This example demonstrates how to consume a 181 Web Service in an ESB action. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + This example demonstrates how to consume a 181 Web Service in an ESB action. This ESB will make a webservice request that requires a single "toWhom" string parameter. The webservice will return a greeting response. The ESB simply displays the response on the console. @@ -713,11 +717,12 @@ - ESB + ESB for SOA-P 4.3 webservice_producer webservice_producer,webservice_producer_client JBoss ESB Web Service producer Example - This sample demonstrates how to deploy a JSR181 Webservice endpoint on + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + This sample demonstrates how to deploy a JSR181 Webservice endpoint on JBossESB using the SOAPProcessor action. 52601 @@ -735,11 +740,12 @@ - ESB + ESB for SOA-P 4.3 transform_CSV2XML transform_CSV2XML,transform_CSV2XML_client JBoss ESB Smooks CSV->XML Example - This sample demonstrates how to transform a comma separated value (CSV) file to an xml. + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + This sample demonstrates how to transform a comma separated value (CSV) file to an xml. The tranformation is done by configuring Smooks and performing two transformation, one transformation from CSV to an intermediate xml format, and a second transformation from the intermediate xml format to the target xml. 18354 @@ -756,12 +762,13 @@ - ESB + ESB for SOA-P 4.3 transform_XML2POJO transform_XML2POJO,transform_XML2POJO_client JBoss ESB Smooks XML->POJO Example - The purpose of the simple_transformation sample is to illustrate the + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + The purpose of the simple_transformation sample is to illustrate the use of Smooks performing a simple transformation by converting a XML file into Java POJOs. 33104 @@ -779,11 +786,12 @@ - ESB + ESB for SOA-P 4.3 transform_XML2XML_date_manipulation transform_XML2XML_date_manipulation,transform_XML2XML_date_manipulation_client JBoss ESB Smooks XML->XML date-manipulation Example - This is another simple sample of how to manually define and apply a Message + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + This is another simple sample of how to manually define and apply a Message Transformation within JBoss ESB. This sample is an extension of the "transformation_XML2XML_simple" @@ -809,11 +817,12 @@ - ESB + ESB for SOA-P 4.3 transform_XML2XML_simple transform_XML2XML_simple,transform_XML2XML_simple_client JBoss ESB Smooks XML->XML Example - This is a very basic sample of how to manually define and apply a Message + NOTE: Before import this example, please make sure that there is a runtime named "jboss-soa-p.4.3.0 Runtime" in the workspace. + This is a very basic sample of how to manually define and apply a Message Transformation within JBoss ESB. It applies a very simple XSLT to a SampleOrder.xml message and prints the before and after XML to the console. 18168