jbossfuse - Jboss Fuse 6.2.1 Missing jar org.apache.servicemix.bundles.javassist -


i'm trying deploy bundle in fuse 6.2.1-084 fails because of classnotfoundexception

com.google.common.util.concurrent.executionerror: java.lang.noclassdeffounderror: javassist/bytecode/classfile 

the class required other bundle org.apache.servicemix.bundles:org.apache.servicemix.bundles.reflections:0.9.8_1

the same bundle deploying , working correctly on fuse 6.2.0-133. updated pom of project use lib version of fuse 6.2.1.

what i've noticed lib supposed provide missing class in "system" folder of fuse 6.2.0 not in fuse 6.2.1

the lib org.apache.servicemix.bundles.javassist

my question is: lib removing reason or bug? if not bug, have explicity include bundle in fabric profile?

the missing class contained in bundle, under

jboss-fuse-6.2.0.redhat-133/system

[vgohel@localhost system]$ jar -tf org/javassist/javassist/3.18.1-ga/javassist-3.18.1-ga.jar|grep classfile javassist/bytecode/classfile.class javassist/bytecode/classfileprinter.class javassist/bytecode/classfilewriter$attributewriter.class javassist/bytecode/classfilewriter$constpoolwriter.class javassist/bytecode/classfilewriter$fieldwriter.class javassist/bytecode/classfilewriter$methodwriter.class javassist/bytecode/classfilewriter.class 

please install bundle as,

install -s mvn:org.javassist/javassist/3.18.1-ga

before install custom bundle or use

dynamic-import

the version of jar in fuse version 6.2.0 , 6.2.1 same.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -