The standalone JBoss JCA container implements Chapter 3 Section 5 of the JCA 1.6 specification which defines a standalone JCA environment.
The standalone container has the following layout:
contains the run scripts and the SJC kernel.
contains the configuration of the container.
contains the user deployments.
contains all the libraries used by the container.
contains the log files.
contains temporary files.
To start the container execute the following
cd $JBOSS_JCA_HOME/bin ./run.sh
.
The JBoss JCA/SJC uses the Fungal kernel for its run-time environment.
The homepage for the Fungal is http://jesperpedersen.github.com/fungal
.SJC is short for "Simple JCA Container".