-
1. Re: Modeshape 4 and fuse 6.2
rhauch Nov 11, 2014 9:51 AM (in response to virchete)ModeShape JARs have OSGi manifests, but that's it. There's simple bundles so that they can be loaded by an OSGi classloader, but the JARs have no activator or OSGi service implementations. You still have to provide to OSGi all of the dependency JARs.
Perhaps someone with more knowledge about OSGi can explain why it might be expecting the version of javax.servlet.http to be greater than or equal to 4.0.0.
-
2. Re: Modeshape 4 and fuse 6.2
virchete Nov 11, 2014 9:59 AM (in response to rhauch)Thanks.
About this. this is already solved. I needed to attach the correct bundle version. Also I needed to attach the cassandra library and the netty one.
I created a jira with one library to be attached that can not be found in the jboss public repository:
[MODE-2358] Error while trying to install Modeshape in Fuse 6.2 - JBoss Issue Tracker
http://repository.jboss.org/nexus/content/groups/developer/javax/security/jacc/1.0/
-
3. Re: Modeshape 4 and fuse 6.2
hchiorean Nov 11, 2014 10:09 AM (in response to virchete)ModeShape uses this artifact Sonatype Nexus Professional as a provided dependency. This seems fine to me and you should be able to get this from Nexus.