Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml/xml
<server>
	<extensions>
		...
		<extension module="org.jboss.as.weld"/>
        <extension module="net.openesb.jboss7"/>
	</extensions>
	...
	<profile>
		...
		<subsystem xmlns="urn:jboss:domain:weld:1.0"/>
        <subsystem xmlns="urn:com.openesb.jboss:1.0"/>
    </profile>
</server>

OpenESB Runtime

Warning

JBoss / Wildfly OpenESB extension is working only with OpenESB Core starting from 2.4.1 !

 

jbi_rt.jar / jbi-ext.jar and jbi.jar must be installed into $JBOSS_HOME/modules/net/openesb/jboss7/main

...

Code Block
languagebash
~/java-ext/jboss/jboss-as-7.1.1.Final/modules/net/openesb/jboss7/main > ls -l
total 4304
-rw-r--r--  1 david  staff    22813  2 jul 05:04 jbi-ext.jar
-rw-r--r--  1 david  staff    19364  2 jul 05:04 jbi.jar
-rw-r--r--@ 1 david  staff  2123688 24 mai 17:04 jbi_rt.jar
-rw-r--r--  1 david  staff      766  5 jul 10:58 module.xml
-rw-r--r--  1 david  staff    27567  5 jul 13:09 openesb-jboss7-subsystem.jar

Schemas

...

Playing with OpenESB and JBoss AS 7

...