Bonita Studio 6.3.3

H2 JDBC Connector caching invalid SQL

Hi,

Bonita Studio 6.3.3

I have a one step process to drop a table in a H2 database, but it keeps failing due to a invalid SQL statement been cached somewhere...I'm using the Bonita Database Connector and the SQL is

DROP TABLE IF EXISTS TEST;

But my log says this...

Where is the SELECT * FROM TEST ORDER BY ID coming from? It is not in my connector which has been deleted and recreated...

Thanks and regards Seán

Startprocess(pName) - HumanTaskInstance - inconsistency in Ids

Hi there,

Bonita Studio 6.3.3, Java 1.7.0.67, Windows 8.1

I am starting processes in the background with

Bonita Studio 6.3.3 - SMTP which package?

Hi there,

Bonita Studio 6.3.3, Java 1.7.0.67, Windows 8.1

I'm using java and groovy to build my smtp email services but want to test the connection prior to doing any work...some form widgets will be hidden if the server is not available for example.

I've tried using com.sun.mail.smtp and javax.mail. packages in my imports but both say not resolved, so what package can I import for using my in code?

Many thanks and best regards

Seán

Bonita Studio 6.3.3 - Form Design - Grid and Text Box positioning...

Hi All,

Bonita Studio 6.3.3, Java 1.7.0.67, Windows 8.1

Problem 1

I have my form and I've added a Rich Text Area. The RTA has been expanded to 3 columns and 2 rows.

But still only shows as a Single Row.

So I change the RTA GRID ROW size to 300 px which looks good on my screen.

*First Comment: *Grid size as a % doesn't seem to work for height - it's OK for width but not height...so have to select a px size.

Table widget

Hi all,

I'm having a difficult time with the table widget... Any help would be appreciated. I'm using 6.3.3 subscription.

I have a custom data type => a complex java object data in my process. I've already loaded values into my process data (expenseClaimItems), and I wan't to show them in a table widget.

I've configured this widget data information as expression ("Edit as an expression", as opposite as "Edit with table"), and wrote a groovy expression (return type java.util.List) to get the values:

Bonita 6.3.3 - Update LIST Variable from groovy

Hi there,

I'm still relatively new to Bonita level coding and am trying to use the code example here to populate a LIST variable from Groovy Script but with no success...it's using code I don't know...

I don't know how to use UUID query runtime etc. and keep getting an error.

So as a full code example...can you show me how it's done...

Bonita 6.3.3 - Forms Design - Pool Pageflow - Access to Variables

Hi there,

Bonita Studio 6.3.3, Java 1.7.0.67, Windows 8.1

I am using the PageFlow of the Pool as an introductory screen, however I cannot access the variables I want for display purposes.

I can see the variables for the step pageflow form but I want to see them also on the Pool pageflow form.

The variables are defined as Pool variables. What's the problem?

Thanks and best regards Seán

Bonita Studio 6.3.3 - Export Connector - Package Names.

Hi there,

I have two questions:

  1. What is the scope of Export Connector, and
  2. What is the best practice for giving a Connector a package Name?

I ask because when I did a first Import to a new BonStudio it worked fine, then when I imported another connector I got all these duplicates being mentioned during the import. This doesn't look right.

So on opening the ZIP file I find the ZIP contains ALL the JAVA snippets from ALL connectors under the same package name.

So that's why question one and two.

Bonita Studio 6.3.3 - Form Preview - Access denied: you do not have the rights to view this page.

Hi there,

Bonita Studio 6.3.3, Java 1.7.0.67, Windows 8.1

whenever I try to preview a form in Studio I get a

Access denied: you do not have the rights to view this page.

Under design this shouldn't need authentication or other credentials. How do I get round this without having to fix all my Actors first? It shouldn't be necessary.

Many thanks and best regards Seán

The Engine Log is as follows:

Bonita Studio 6.3.3 - run has failed while deploying the process

Hi there,

created a new process several steps, and the extracted a step to a sub-routine. Created a mapping between the two and tried to deploy which is when i get the error "Run has failed while deploying the process".

I get the following dump...

Notifications