The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Exploring ESB Patterns with Mule
Subject:  Mule version
Date:  2007-07-31 19:33:20
From:  idayen
Response to: Mule version


Thank you for comments.
Routing Slip example class files and configuration file remain unchanged for Latest Community Release Mule 1.4.1.
(At article submission time the latest release available was mule-1.3-rc2.)
Please see installation instructions below.

ROUTING SLIP EXAMPLES INSTALLATION INSTRUCTIONS FOR Mule 1.4.
============================================================
1. Unzip routingslip.zip into mule-1.4.1\examples.
2. Goto routingslip\classes and run:
jar cvf routingslip.jar -C com .
3. Copy routingslip.jar into mule-1.4.1\lib\user.
4. Use modified routing-slip.bat:

@echo off
setlocal
REM There is no need to call this if you set the MULE_HOME in your environment properties
if "%MULE_HOME%" == "" SET MULE_HOME=..\..\..
if "%MULE_BASE%" == "" SET MULE_BASE=%MULE_HOME%

REM Any changes to the files in .\conf will take precedence over those deployed to %MULE_HOME%\lib\user
SET MULE_LIB=..\conf


call %MULE_BASE%\bin\mule.bat -config ../conf/routing-slip-mule-config.xml

SET CLASSPATH=

 Feed java.net RSS Feeds