Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying bundle with a JAR/OSGi bundle part fails #17

Closed
tom-foyle opened this issue Feb 4, 2020 · 1 comment · Fixed by #27
Closed

Deploying bundle with a JAR/OSGi bundle part fails #17

tom-foyle opened this issue Feb 4, 2020 · 1 comment · Fixed by #27
Assignees
Labels
bug Something isn't working

Comments

@tom-foyle
Copy link
Contributor

tom-foyle commented Feb 4, 2020

I've not yet been able to successfully deploy a bundle with a JAR type cicsBundle dependency, such as:

dependencies {
    cicsBundle(group: 'org.codehaus.cargo', name: 'simple-bundle', version: '1.7.7', ext: 'jar')
}

DFHSJ1004 04/02/2020 13:22:12 IYCWEMW2 CICSUSER An exception has been thrown by the route method of class com/ibm/cics/router/Router running in JVMSERVER EYUCMCIJ.
Exception 'Bundlepath: /u/expauto/bundles/gradle-demo-multi-bundle_1.0.0/ Symbolic-name: simple-bundle-1.7.7 Version: 1.7.7 could not be found.'.

@ind1go
Copy link
Member

ind1go commented Feb 4, 2020

Looks like the version is being injected into the symbolic name - need to ensure we're using the symbolicName from the com.ibm.cics.bundle.parts.OsgiBundlePart, not just the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants