Hi,
When retrieving the latest Process Definitions like so:
| System.out.println("Getting Process Definition List...");
| JbpmContext jbpmContext = null;
| List processDefinitions = null;
| try {
| JbpmConfiguration jbpmConfiguration =
JbpmConfiguration.getInstance();
| jbpmContext = jbpmConfiguration.createJbpmContext();
| GraphSession graphSession = jbpmContext.getGraphSession();
| processDefinitions = graphSession.findLatestProcessDefinitions();
| }
| catch (Exception e) {
| e.printStackTrace();
| }
| finally {
| jbpmContext.close();
| }
| System.out.println("Get List returned:
"+processDefinitions.size() +" process definitions.");
|
The Process Definitions are returned, but I get the following warning messages
in my log. Anyone know what causes this? And is it something to worry about?
| 13:09:37,281 WARN [FromElementType] Using non-qualified column reference
[processInstance -> ([PROCESSINSTANCE_])]
| 13:09:37,875 WARN [FromElementType] Using non-qualified column reference
[isSuspended -> ([ISSUSPENDED_])]
| 13:09:37,875 WARN [FromElementType] Using non-qualified column reference
[token -> ([TOKEN_])]
| 13:09:38,203 WARN [FromElementType] Using non-qualified column reference
[id -> ([ID_])]
| 13:09:38,328 WARN [FromElementType] Using non-qualified column reference
[processInstance -> ([PROCESSINSTANCE_])]
| 13:09:39,437 WARN [FromElementType] Using non-qualified column reference
[isSuspended -> ([ISSUSPENDED_])]
| 13:09:39,484 WARN [FromElementType] Using non-qualified column reference
[token -> ([TOKEN_])]
| 13:09:39,609 WARN [FromElementType] Using non-qualified column reference
[processInstance -> ([PROCESSINSTANCE_])]
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070069#4070069
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070069
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user