This content has been marked as final.
Show 1 reply
-
1. Re: Error starting FuseInstall Runtime server on JBoss Developer Studio Version: 10.4.0.GA
alele Aug 9, 2017 10:54 PM (in response to biyani701)Adding following bundle to default profile should help you:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mvn:javax.annotation/javax.annotation-api/1.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
While spring-context bundle gets javax-annotation dependency from system bundle(0) which exports javax-annotation package of version 1.0, sometimes it takes time and this kind of issue can be observed.