License |
License
CDDL-1.0
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.open-esb.core |
ArtifactId | ArtifactIdjbi_framework |
Last Version | Last Version2.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjbi_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 OrganizationOpenESB Community |
Filename | Size |
---|---|
jbi_framework-2.4.3.pom | |
jbi_framework-2.4.3.jar | 367 bytes |
jbi_framework-2.4.3-javadoc.jar | 333 bytes |
Browse |
<!-- 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"]