custom connector

Paramétrage dynamique de connecteur

Bonjour à tous,

Pour les besoins de mon entreprise j'ai fait un connecteur Kafka dont l'objet est d'envoyer un message vers Kafka.

Ma première version dispose d'une seule page de paramètre et tout est statique.

Je dois faire une deuxième version dont le paramétrage doit être dynamique

Page 1 choix de l'url du broker

Page 2 choix du topic dans un combobox. La liste doit être chargée dynamiquement à partir de l'url du broker et là, je ne vois pas comment faire

Une solution ?

GetInputPera return null when declare outside ExecuteBusinessLogic : How to Solve It

i m creating one custom connector . in this connector i want to use method calling structure. but when i declare variables with get parameter it always return null. i have to declare parameter into ExecutebusinessLogic() but that can't be reference outside that method . so i want to publicly define variable i tried different , but still same : null return . pl do something

code :

get Perameter Outside executebusinesslogic() return null value .

i m creating one custom connector . in this connector i want to use method calling structure. but when i declare variables with get parameter it always return null. i have to declare parameter into ExecutebusinessLogic() but that can't be reference outside that method . so i want to publicly define variable i tried different , but still same : null return . pl do something

code :

How to Avoid Impl Abstract class in custom connector , as like standard connector's source code

hello , i m using Bonita community 6.3.1 i downloaded email connector from github to just examine code . i found that there is no abstract class there ,there is direct : Connector abstract class

i want to create connector same like that so i just create one connector which take 3 input and print it . when i run this ,ti done but nothing print . pl help what i done wrong .

here is connector code

How to print custom connector's data into engine log

hello , i m total new in this environment . i try to make one connector which just print hello word . but system.out.println not working .

so how can i print hello word on that engine log on finish task

Pl help thanks in advance

Jalpa

How to Print data on server engine log of custom connector

Hello , i m using bonitasoft community and i create one custom connector i m using Logger for data print but when i see engine log i can't find my log ? so what should i do i want to print data as printed in standard connector pl help

How to upgrade : Library for Jasper Connector in Community

I m using ireport 5.6 to create jrxml file . in bonitasoft jasper report version is 5.0 so it give classdefnotfound exception .

i want to import new jar files of jasper report . so it can parse 5.6 version jrxml file .

how can i do this ? its urgent

thanks Kandarp

Custom connector input parameter : document

i want to give document as input parameter of my custom connector . how can i do it . ?

any one ? it would be appreciable

File Generator Connector

hello , I create one custom connector for generate PDFs file after task completed . for initial test i dnt take any input for this when i execute process connector not executed pro pare it goes to failed stage . how can i recover and how can i show error .

Pl see following detail :

How to get data from the Form

I create custom connector for write data into database . now i create one from :'emp_details' how can i get this form's data into connector . for write this form data into database

Let take Clear example :

one from : emp_detail fields on that form : name , address

connector i created code is as follow , so how can i pass forms field into this preparedstatement's query

/** * */ package org.mycompany.connector;

Notifications