Does Open ESB run as standalone application?

Hi all,does Open ESB run as standalone application (i.e. like ServiceMix) or it works only inside an AS?Thanks,Michele
[146 byte] By [michele81a] at [2007-11-14]
# 1
Hello,Currently, OpenESB runs only within an Java EE Application Server (Glassfish).Support for other application server might be considered in the futureSeb
sebstoa at 2007-7-11 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Hi,

I have not tried it out yet, but there is en experimental version on openesb site to download:

"jbi-javase.jar is an experimental version at this point which makes it possible to run without an appserver. Just unjar the version and run the container with the following command: "java -jar lib/jbi_framework.jar". This uses 8699 for jmx port. If you need to use a different port, use -Dconnector.port=xxxx where xxxx stands for the new port."

einstanda at 2007-7-11 > top of java,Enterprise & Remote Computing,Enterprise Technologies...
# 3

An experimental prototype is available to play with - see Keith Babo's blog entry for details (http://blogs.sun.com/babo/entry/running_jbi_stand_alone) . I was able to install and play with the File-To-File sample myself.

Please be warned that not all SEs and BCc supported by the glassfish version, are supported on the Java SE standalone version right now (because of code dependencies) - for example HTTP BC and Java EE SE

Pinstriped_Dudea at 2007-7-11 > top of java,Enterprise & Remote Computing,Enterprise Technologies...