Java

Error while trying to deploy Bonita_Test_V.1.0.bos file

Hi All,
I have one .bos file that I am trying to deploy by using Bonita API in my java code.

Following are the method that I am calling to deploy .bos file:

private void deployProcess() {
try {
System.out.println("Deploying process '" + processName + "'...");
String uploadedFilePath = uploadGeneratedBar();
// installProcessFromUploadedBar(uploadedFilePath);
String payloadAsString = "{\"fileupload\":\"" + uploadedFilePath + "\"}";

Does Bonita BPM 7.3 requires Java 6 on a Mac (El Capitan)?

Hi all,

I'm trying to install Bonita BPM 7.3.2 on my mac (El Capitan) and when doing so it says that it requires Java 6 (and actually in the website, when clicking on the link "Prerequisites" of Bonita BPM 7.3.2 it drives me to page of the last version of Java 8). So, does it really require Java 6?
I am experiencing some problem when trying to uninstall Java 8 to install Java 6, and I also have some programs which require Java 8. Is anyone facing this problem as well? Do you know how to solve it?

Thank you very much,
Eduardo

Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Java Library to manage errors and Logs, and to give back information to the user (title, cause, action, consequence, action)

get name of attached document?

Hi,

i would like to get a name of document that has bee attached .
regards

mkarlsson's picture
mkarlsson
Category: 

The library is a fork of the popular open source Jasper Reports and supports the common features provided by Jasper Reports, but offline and for mobile apps. The PDFReporter library supports iOS, Java and Android library. For your document and report design you use the PDFReporter Studio where you can visualize your data.

PDFReporter Studio

PDFReporter

Maven Repository

Tarea automatica con conector a una aplicacion java externa

Hola tengo que hacer que una tarea automatica realice desde el flujo una ejecucion de un metodo implementado en un proyecto aparte lo podre hacer con un conector y como?

desde ya muchas gracias - See more at: http://community.bonitasoft.com/answers/uso-de-conectores-en-tareas-huma...

java.lang.OutOfMemoryError

Hi,

I got a big trouble with Bonita today. I was working normally in a process and suddenly I got a "Java heap size" error, I don't know where did it come from.

Then I close Bonita Studio and reboot my pc, then init Bonita again for working and see that it can't open my process.

I got a backup for my process but Bonita can't import it, I've change the JVM, change heap settings (Xms and Xmx args), reinstall bonita, try it in other pc but I can't recover my work.

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 :

Notifications