Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Download, installation and use

Requirements

The Eclipse IDE WebTools Platform; All-in-one from http://download.eclipse.org/webtools/downloads/ or any Eclipse IDE with the following extensions:

Note: CIMERO is not able to work within FUSE tooling 1.2 even though this is "just" an extended version of WTP. Reason: Some wizards (like "New Server") were tweaked and do not ask for the same information as WTP, but CIMERO relies on the information not collected any more (see screenshots below). Thus, deploying projects to servers is impossible. Furthermore, starting the ServiceMix server in FUSE 1.2 is possible, but FUSE does not detect ServiceMix was successfully started and shuts the process down after 75secs. It may work with the FUSE packaging of ServiceMix (still to confirm). The next release of FUSE tooling shall work fine with CIMERO.

Eclipse WTP 3.2
Containing field "ServiceMix Root Path"

FUSE 1.2
Not containing field "ServiceMix Root Path"

Image Added

Image Added

A Java Runtime Environment which is part of JDK 1.5, as [jdk1.5_home]\jre\bin\server\jvm.dll is not contained in a JRE distribution.

Tested on Debian, Windows 2000, Windows XP with Eclipse 3.1.2 and 3.2.0

...

To install the plugins, just download and copy them to \<eclipse_dir>\plugins

In Eclipse, go to Menu, Windows, Preferences, Java, Installed JREs, and add a Java Runtime Environment which is part of JDK 1.5, as [jdk1.5_home]\jre\bin\server\jvm.dll is not contained in a JRE distribution. Without doing so, you will be prompted a message Error: no 'server' JVM at '[jdk1.5_home]\jre\bin\server\jvm.dll'. by the Java Virtual Machine Launcher.

Since ServiceMix-3.0-SNAPSHOT.jar is required, but nowhere available for download, just make a copy of servicemix-core-3.0-.jar and name itServiceMix-3.0-SNAPSHOT.jar, that should work.

Use

To actually create a CIMERO file, right-click the "Package Explorer" pane, click new, click other, select and follow the "Cimero File" wizard.

When custom components are used, right clicking the cimero file, Cimero, "Generate JBI package" and installing/deploying the generated package is required first. Afterwards - or when only standard components are used - right clicking the cimero file, Cimero, "Generate XML configuration file" creates the config file that has to be passed servicemix.bat as an argument. In case of erros, see User's Guide: 3. Installation, Troubleshooting.

TIP: These two plugins are explained in the Eclipse "Help contents", section "ServiceMix Plug-in".

Documentation

In the "Attachments" tab of this wiki page, you can find

...