[GitHub] [nifi] gleithall commented on pull request #4484: NIFI-1207 Create processors to get/put data from XMPP

2020-09-05 Thread GitBox


gleithall commented on pull request #4484:
URL: https://github.com/apache/nifi/pull/4484#issuecomment-687668166


   Thank you @joewitt.
   
   I think I have done this now.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (NIFI-7588) InvokeHTTP ignoring custom parameters when stop+finalize+start

2020-09-05 Thread Otto Fowler (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17191148#comment-17191148
 ] 

Otto Fowler commented on NIFI-7588:
---

https://palindromicity.blogspot.com/2020/04/sending-multipart-form-data-with.html

> InvokeHTTP ignoring custom parameters when stop+finalize+start
> --
>
> Key: NIFI-7588
> URL: https://issues.apache.org/jira/browse/NIFI-7588
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.11.4
> Environment: Amazon Linux
>Reporter: Alejandro Fiel Martínez
>Priority: Major
> Attachments: invokeHTTP_NiFi_bug.png
>
>
> I have an InvokeHTTP processor, with 3 custom paramenters to be passed as 
> headers, If I add an SSL Context Service and remove it, the processor stop 
> using those 3 paramenters and I have to delete and recreate then, they are 
> there, but I see in DEBUG that there are not used in the GET request.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-7588) InvokeHTTP ignoring custom parameters when stop+finalize+start

2020-09-05 Thread Otto Fowler (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17191147#comment-17191147
 ] 

Otto Fowler commented on NIFI-7588:
---

[~alejandrofm], this blog post I did has the steps to setup invoke http to 
handlehttprequest inside of nifi.

Can you reproduce your issue using this as a guide ( to your case ) and export 
it as a template and attache that template to the issue?

Along with steps to reproduce?

> InvokeHTTP ignoring custom parameters when stop+finalize+start
> --
>
> Key: NIFI-7588
> URL: https://issues.apache.org/jira/browse/NIFI-7588
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.11.4
> Environment: Amazon Linux
>Reporter: Alejandro Fiel Martínez
>Priority: Major
> Attachments: invokeHTTP_NiFi_bug.png
>
>
> I have an InvokeHTTP processor, with 3 custom paramenters to be passed as 
> headers, If I add an SSL Context Service and remove it, the processor stop 
> using those 3 paramenters and I have to delete and recreate then, they are 
> there, but I see in DEBUG that there are not used in the GET request.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (NIFI-7588) InvokeHTTP ignoring custom parameters when stop+finalize+start

2020-09-05 Thread Jira


[ 
https://issues.apache.org/jira/browse/NIFI-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17191144#comment-17191144
 ] 

Alejandro Fiel Martínez commented on NIFI-7588:
---

[~otto], I was referring to dynamic properties created in the InvokeHTTP 
processor

> InvokeHTTP ignoring custom parameters when stop+finalize+start
> --
>
> Key: NIFI-7588
> URL: https://issues.apache.org/jira/browse/NIFI-7588
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.11.4
> Environment: Amazon Linux
>Reporter: Alejandro Fiel Martínez
>Priority: Major
> Attachments: invokeHTTP_NiFi_bug.png
>
>
> I have an InvokeHTTP processor, with 3 custom paramenters to be passed as 
> headers, If I add an SSL Context Service and remove it, the processor stop 
> using those 3 paramenters and I have to delete and recreate then, they are 
> there, but I see in DEBUG that there are not used in the GET request.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [nifi] pvillard31 commented on a change in pull request #4453: NIFI-7710 - Flow XML validation warnings for DataSize

2020-09-05 Thread GitBox


pvillard31 commented on a change in pull request #4453:
URL: https://github.com/apache/nifi/pull/4453#discussion_r483963201



##
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/FlowConfiguration.xsd
##
@@ -434,7 +434,7 @@
 
 
 
-
+

Review comment:
   I didn't find a way to have the lookahead accepted. Not sure this is 
supported in XSD. It was showing me some warnings when I tried in my IDE.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org