Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

A continuación, se instalan los bundles para The bundles are then installed for Fuse. 

1-

      Se extrae el árbol de bundles en

Extract the bundle tree in ~ / .m2 / repository.

En caso de tratarse de un .rar se puede hacer mediante

In case of a .rar it can be done by GUI

tar zxvf  ~/Descargas/release/bundles/m2.tar.gz ~

2-

      Desplazarse al directorio raíz de Fuse

Navigate to the Fuse root folder

cd ~/sii/fuse/jboss-fuse-6.3.0.redhat-187/

3-

      Crear la carpeta work de

Create the work folder of Fuse

mkdir ./work/

4-

      Extraer bundle de PostgreSQL en la carpeta deploy de Fuse

Extract PostgreSQL bundle into Fuse deploy folder

cp ~/Descargas/fuse_bundle/config/fuse-postgresql-ds.xml ./deploy/

5-

      Extraer archivo de configuración

 Extract configuration file techedge.cfg

en la carpeta etc de Fuse

in Fuse etc folder

(...)

    <property name="user" value="fuseadmin"/>

    <property name="password" value="**********"/>

(...)

6-
Extraer archivo de configuración
 Extract configuration file techedge.cfg
en la carpeta etc de Fuse
in Fuse etc folder
cp ~/Descargas/release/cfg.fuse/techedge.cfg ./etc/

7-

Editar el archivo de configuración techedge.cfg de manera que el nombre de usuario y clave coincidan con la de Fuse

Edit the techedge.cfg configuration file so that the username and password match that of Fuse (en ~/sii/fuse/jboss-fuse-6.3.0.redhat-187/etc/users.properties)

También Podemos copiar el archivo desde

Also you can copy the file from ~/Descargas/release/cfg.fuse

Rellenar también la propiedad ClaveAESParte2, debe tener el mismo valor que la propiedad wsaeat.clave en  ~/sii/dev/tomcat/apache-tomcat-8.5.11/conf/wsaeat.conf

Contenidos de ~

Contents of ~/sii/fuse/jboss-fuse-6.3.0.redhat-187/etc/techedge.cfg

# Nombre de usuario y password para el uso de colas

#Username and password for the use of ActiveMQ / JMS

desde los

queues from the bundles

queuesUsername= fuseadmin

queuesPassword= ***********

8-

 Paramos

 We stop Fuse,

en caso de estar funcionando con FUSESTOP y lo volvemos a arrancar con FUSESTARTComprobar que Fuse esté funcionando correctamente con FUSESTATUS

in case it is working with FUSESTOP and we start it again with FUSESTART

Check that Fuse is working properly with FUSESTATUS.

Running ...

9-

Lanzar el Shell de Fuse con

 Launch Fuse Shell with FUSECLIENT

Image Modified

10-

Se tendrá que instalar las dependencias de los bundles B+ antes de instalar los bundles.Aquí se listan los contenidos, pero a ser posible obtener los comandos de instalación de dependencias desde “Instalación de Dependencias.txt”

 You will have to install the dependencies of the B + bundles before installing the bundles.


Here the contents are listed, but it is possible to obtain the dependency installation commands from "Installation of Dependencies.txt"

features:install -v jndi

features:install -v spring-jdbc

features:install -v spring-aspects

features:install -v camel-base64

features:install camel-script-groovy

features:install camel-jetty

features:install camel-jetty9

  • osgi:install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.4_1
  • osgi:install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.postgresql/9.3-1102-jdbc41_1
  • osgi:install -s mvn:org.apache.santuario/xmlsec/2.0.8

11-

Comprobar que la instalación haya sido correcta con el comando list12- Ahora se instalarán los bundles de B+ para Fuse con la siguiente orden

Verify that the installation was successful with the list command


12- Now the B+ bundles for Fuse will be installed with the following order:

Image Modified

14-
Volvemos a para y arrancar
 We return to stop and start Fuse

FUSESTOP

FUSESTART