[
https://issues.apache.org/jira/browse/NIFI-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573194#comment-14573194
]
Dan Bress commented on NIFI-632:
--------------------------------
[~mcgilman],
Correct. 632 is still outstanding. I think 633 is good to go. Both are
independent one another.
I thought I had this one good to go, using the NarThreadContextClassLoader,
BUT when I start the app I get a NoClassDefFoundError on
WriteAheadFlowFileRepository, so I am still working on this.
I was using the NarThreadContextClassLoader like
[this|https://github.com/apache/incubator-nifi/blob/NIFI-632/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-documentation/src/main/java/org/apache/nifi/documentation/DocGenerator.java#L73-L91]
but thats not working for me. How would you use it?
> Documentation Generation: Nar ClassLoader
> -----------------------------------------
>
> Key: NIFI-632
> URL: https://issues.apache.org/jira/browse/NIFI-632
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.1.0
> Reporter: Matt Gilman
> Assignee: Dan Bress
> Priority: Minor
> Fix For: 0.2.0
>
>
> When auto generating component documentation the NarThreadContextClassLoader
> needs to be set in case the component attempts to load anything off of its
> classpath. Without this, the documentation generation fails.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)