Last Version

jbi_framework 2.4.3

In order to get around the JBI Lifecycle Classpath limitation in the application server, a new JBI jar file is being created called esb_jbi_framework.jar. This jar file will contain a MANIFEST.MF file that contains Class-Path: entries that point towards the jbi_rt.jar (JBI Runtime) and jbi_tests.jar (Scaffolding Registry et al) . This way we dont have to combine the throwaway jbi_tests.jar with the main jbi_rt.jar later. We would simply have to dereference it from jbi_framework.jar. Likewise adding a new JAR to the same classpath would simply mean adding a new entry to the ClassPath: header field.

License

License

CDDL-1.0
Categories

Categories

Net
GroupId

GroupId

net.open-esb.core
ArtifactId

ArtifactId

jbi_framework
Version

Version

2.4.3
Type

Type

jar
Description

Description

jbi_framework
In order to get around the JBI Lifecycle Classpath limitation in the application server, a new JBI jar file is being created called esb_jbi_framework.jar. This jar file will contain a MANIFEST.MF file that contains Class-Path: entries that point towards the jbi_rt.jar (JBI Runtime) and jbi_tests.jar (Scaffolding Registry et al) . This way we dont have to combine the throwaway jbi_tests.jar with the main jbi_rt.jar later. We would simply have to dereference it from jbi_framework.jar. Likewise adding a new JAR to the same classpath would simply mean adding a new entry to the ClassPath: header field.
Project Organization

Project Organization

OpenESB Community

Download jbi_framework 2.4.3


<!-- https://jarcasting.com/artifacts/net.open-esb.core/jbi_framework/ -->
<dependency>
    <groupId>net.open-esb.core</groupId>
    <artifactId>jbi_framework</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/jbi_framework/
implementation 'net.open-esb.core:jbi_framework:2.4.3'
// https://jarcasting.com/artifacts/net.open-esb.core/jbi_framework/
implementation ("net.open-esb.core:jbi_framework:2.4.3")
'net.open-esb.core:jbi_framework:jar:2.4.3'
<dependency org="net.open-esb.core" name="jbi_framework" rev="2.4.3">
  <artifact name="jbi_framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='jbi_framework', version='2.4.3')
)
libraryDependencies += "net.open-esb.core" % "jbi_framework" % "2.4.3"
[net.open-esb.core/jbi_framework "2.4.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.