gnodet commented on code in PR #26451:
URL: https://github.com/apache/camel/pull/26451#discussion_r4013879258


##########
components/camel-jt400/src/main/java/org/apache/camel/component/jt400/Jt400Configuration.java:
##########
@@ -147,10 +147,16 @@ public String getJt400Value() {
     @UriParam(label = "consumer", defaultValue = "EQ")
     private SearchType searchType = SearchType.EQ;
 
-    @UriParam(label = "producer")
+    @UriParam(label = "producer",
+              description = "Specifies which fields (program parameters) are 
output parameters, as a comma-separated list of 0-based indexes.")
+    private String outputFieldsIdx;

Review Comment:
   Fixed in 76ea4c71cd04: Jt400EndpointConfigurer, Jt400EndpointUriFactory, 
jt400.json, and catalog/components/jt400.json all regenerated with the new 
outputFieldsIdx/fieldsLength String fields.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to