You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Brandon Zachary (JIRA)" <ji...@apache.org> on 2016/04/12 17:55:25 UTC

[jira] [Created] (NIFI-1756) RuntimeDelegate.class confliction.

Brandon Zachary created NIFI-1756:
-------------------------------------

             Summary: RuntimeDelegate.class confliction.
                 Key: NIFI-1756
                 URL: https://issues.apache.org/jira/browse/NIFI-1756
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Brandon Zachary


Hello,
I'm creating a controller service that uses a Client object from the javax.ws.rs-api-2.0.1.jar. Whenever, I go to enable my controller service I get a ClassCastException where there is a jsr311-api-1.1.1.jar in the nifi-framework-nar  that has a javax.ws.rs.ext.RuntimeDelegate.class that is trying to cast to the RuntimeDelegate that's in my javax.jar. Clearly the two don't mesh as I feel the jsr311 version is out of date. I would prefer to have the client instantiated in the controller service but for now I'm creating it in the processor. Apparently the processor doesn't go through the same nifi-framework calls as controller services do. Can that jar be updated to a more recent implementation of javax.ws.rs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)