-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2
-
None
-
%
Attempting to use
<dependency>
<groupId>org.jboss.fuse.bom</groupId>
<artifactId>jboss-fuse-parent</artifactId>
<version>6.2.0.redhat-133</version>
<type>pom</type>
<scope>import</scope>
</dependency>
causes any tests using CamelBlueprintTestSupport to enter infinite loop
In main loop, we have serious trouble: java.lang.NullPointerException
java.lang.NullPointerException
at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303)
This is due a bug in Camel:
https://issues.apache.org/jira/browse/CAMEL-7985
Essentially makes the BOM unusable.
- is related to
-
ENTESB-2225 The fabric8/quickstarts/karaf/cxf/camel-cxf-code-first generates tons of NullPointerExceptions
- Closed