STEPS TO REPRODUCE 1. Build the wildfly server in release 2. Install the modules in ircmodules.tar.gz 3. Add "org.apache.camel.irc" as an extension 4. Install the attached ircproject JAR into standalone/deployments
ISSUE Seeing this error on Wildfly after adding adding the Camel IRC component as an extension and then trying to use it as a URI. This works on EAP, but does not work on Wildfly.
Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: irc://tombot@irc.freenode.net?channels=%23switchyard due to: No component found with scheme: irc at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:534) at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:63) at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java:192) at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:106) at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:112) at org.apache.camel.model.FromDefinition.resolveEndpoint(FromDefinition.java:72) at org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.java:88) at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:890) at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:177) ... 16 more
|