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 6 lines. |
| * 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. |
| ** ''NOTE:This plugin depends on mavenide plugin(s) version 3.1.5 in NetBeans 6.1 which will be installed automatically as a dependent plugins during this plugin installation. If you want to install the mavenide plugins first before installing this plugin, follow these [instructions|FujiHowToInstallMavenIDEForNetbeans6.1] |
| * 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.'' |
| * Follow [Setup Netbeans for Fuji|FujiHowToSetupNetbeansForFuji] instructions for setting up MavenIDE and Fuji Netbeans plugins on Netbeans IDE |
| At line 36 added 1 line. |
| 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 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 |
| }}} |