is not current version
Last Version 2.4.3

net.open-esb.core:jbi_framework 2.4.2

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.

Categories

Categories

Net
GroupId

GroupId

net.open-esb.core
ArtifactId

ArtifactId

jbi_framework
Version

Version

2.4.2
Type

Type

jar

Download jbi_framework 2.4.2


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