Back to Fuji M 2 Demo App, or Fuji M 2 Demo App Info
| At line 13 changed 1 line. |
| * [Download and extract Fuji Milestone 2 distribution|https://open-esb.dev.java.net/Downloads.html] |
| * [Download and extract Fuji Milestone 2 distribution|http://download.java.net/jbi/binaries/fuji/main/milestone/fuji-M2-felix.jar] |
| At line 20 added 1 line. |
| ** Note: If you are using the M4 distribution to run this demo, please [download this m2app|m2app-sources.jar] and extract it. |
| At line 33 changed 1 line. |
| * Install the [NetBeans IFL Plugin | FujiHowToGetIFLSupportForNetbeans]. Note the plugin has been updated, so if you already have one installed, you'll want to use this version instead. |
| * Follow [Setup Netbeans for Fuji|FujiHowToSetupNetbeansForFuji] instructions for setting up MavenIDE and Fuji Netbeans plugins on Netbeans IDE |
| At line 35 removed 4 lines. |
| * Install the [NetBeans Fuji Server Plugin | http://wiki.open-esb.java.net/attach/FujiStandaloneTools/org-netbeans-modules-jbi-fuji-server-plugin.nbm]. |
| ** ''NOTE: If a Warning dialogue is displayed indicating a 'Networking problem' when installing the Fuji Server Plugin, try temporarily disconnecting from the network, restarting NetBeans and trying again. |
| * Download and extract the [Fuji M2 distribution | http://download.java.net/maven/open-esb/fuji/fujifelix/1.0-M2-SNAPSHOT/fujifelix-1.0-M2-SNAPSHOT.jar]. |
| ** ''NOTE: If you are testing/playing with local changes to the codeline, you will want to use your locally built distribution. The distribution can be found in $SRCROOT/packaging/release-packages/felix/target.'' |
| At line 66 added 1 line. |
| ** Note: If you are using the M4 distribution to run this demo, please use this [m2mdm jar|m2mdm-1.0-M5-SNAPSHOT.jar]. |
| At line 90 added 1 line. |
| * Note: If you used a recent version of the M2 application, the full path would be {{/tmp/in.xml}}. |
| At line 98 changed 1 line. |
| ** A new record in your delivery database. Go to the services tab, right click on the DELIVERY table and select ''View Data....''. You should see something like [this|http://wiki.open-esb.java.net/Wiki.jsp?page=FujiM2DemoApp#section-FujiM2DemoApp-Database Record]. |
| ** A new record in your delivery database. Go to the services tab, right click on the DELIVERY table and select ''View Data....''. You should see something like [this|http://wiki.open-esb.java.net/Wiki.jsp?page=FujiM2DemoApp#section-FujiM2DemoApp-DatabaseRecord]. |
| At line 116 changed 1 line. |
| ''Be sure to adjust these properties to match your environment.'' |
| ''Be sure to adjust these properties to match your environment.'' \\ |
| At line 126 added 16 lines. |
| ''Note: If you are using a recent version of the m2app sources, you will be seeing this configuration file '' |
| {{{ |
| # file to receive - used for inbound communication |
| ftp.receiveFrom=/tmp/in.xml |
| # file to send - used for outbound communication |
| ftp.sendTo= |
| ftp.user=joe |
| ftp.password=secret |
| ftp.host=localhost |
| ftp.port=21 |
| ftp.dirListStyle=UNIX |
| ftp.mode=BINARY |
| ftp.pollIntervalMillis=2000 |
| }}} |
| At line 160 added 1 line. |
| At line 182 added 1 line. |
| At line 196 added 1 line. |
| At line 184 removed 3 lines. |