Unexpected HTTP response: 500
Request
{
"address" => [
("subsystem" => "datasources"),
("data-source" => "MySQLDS")
],
"operation" => "test-connection-in-pool"
}
Response
Internal Server Error
{
"outcome" => "failed",
"failure-description" => "JBAS010440: failed to invoke operation: JBAS010447: Connection is not valid",
"rolled-back" => true
}
--
You received this message because you are subscribed to the Google Groups "Drools Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-usage...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/437ce1b5-5244-4771-b325-188fe026249c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/57415897-ff80-40b8-8e17-995c35dcf3bd%40googlegroups.com.
On 08.01.2016, at 16:42, Michael Anstis <michael...@gmail.com> wrote:
> I see all the rule projects along with the versions are stored under /opt/wildfly/standalone/data in the form of .ser files. Is this how the rules are stored in the latest workbench version?No. The Workbench stores all assets (files, projects etc) in GIT in a folder called ".niogit" normally under the Application Server's bin folder (e.g. jboss-eap-6.4/bin/.niogit). IDK what ".ser" files are.> I have now configured the MySQL in Wildfly 8.2.1, but how do I configure the RDBMS to store the process states? Btw, is that only for jBPM bit?Drools Workbench uses jBPM internally for Asset Management. The state of processes relating to Asset Management are stored in a RDBMS.> I have gone through this documentation (https://docs.jboss.org/jbpm/v6.3/userguide/ch25.html) but still unable to get hang of step by step guide to some working examples.@maciejs, @salaboy, @kris.. could you please point Nidhi to examples (tutorial, User Guide) as to how to configure jBPM to use MySQL?
2016-01-20 13:52:58,697 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:/mysql/datasources/MySQLDS]
2016-01-20 14:45:20,327 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 62) HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
2016-01-20 14:45:22,057 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 62) HHH000388: Unsuccessful: create table Attachment (id bigint not null auto_increment, accessType integer, attachedAt datetime, attachmentContentId bigint not null, contentType varchar(255), name varchar(255), attachment_size integer, attachedBy_id varchar(255), TaskData_Attachments_Id bigint, primary key (id))
2016-01-20 14:45:22,057 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 62) No database selected
2
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/3464e554-1465-4ce7-a7e6-13bf3361e454%40googlegroups.com.