Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
est412
Contributor II
Contributor II

How to avoid adding dependencies into Bundle-Classpath in TOS 7.0.1 ?

Hello! 

I'm building a route as a *.kar package and all dependencies, added by cConfig, are automatically packaged into *.kar file and added into Bundle-Classpath header of bundle manifest.

How can I avoid this or manage this by myself?

In 6.*.* releases of TOS dependencies, added by cConfig were NOT added into kar file.

Thanks!

 

p.s.: this setting not helps:

0683p000009LxDB.jpg

 

Labels (2)
4 Replies
Anonymous
Not applicable

Hello,

Could you please have a look at this jira issue:https://jira.talendforge.org/browse/TESB-20563 to see if it is what you are looking for?

Best regards

Sabrina

est412
Contributor II
Contributor II
Author

Hello!

Yes, it seems that the bug TESB-20563 was a useful feature at some degree because for now, in TOS 7.0.1, dependencies are ALWAYS added into Bundle-ClassPath and Private-Package despite of this settings:

0683p000009LwuU.jpg


01.JPG
Anonymous
Not applicable

Hello,

Does this issue also repro on other talend open studio for ESB build version? V 6.5.1, V 6.4.1?

Best regards

Sabrina

est412
Contributor II
Contributor II
Author

Hello!

In 6.5.1 this feature works as it should and as expected.

In 6.4.1 it works as it described in https://jira.talendforge.org/browse/TESB-20563.

In 7.0.1 it works as I said earlier.