Retriving data from MySql Database in activiti-app

cancel
Showing results for 
Search instead for 
Did you mean: 
bhchemss
Established Member

Retriving data from MySql Database in activiti-app

Jump to solution

I followed the user guide to try to retrieve data from MySql database but I got an error of retrieve data while running the application, could anyone give a simpler example to try to get data from table in a mysql database,  Thank you.

1 Solution

Accepted Solutions
gdharley
Intermediate

Re: Retriving data from MySql Database in activiti-app

Jump to solution

There is a very nice blog article published on Alfrescos site as part of the Activiti Developer Series that walks you through using Data Models:

https://community.alfresco.com/community/bpm/blog/2016/11/17/activiti-enterprise-developer-series-cu... 

Greg

View solution in original post

3 Replies
gdharley
Intermediate

Re: Retriving data from MySql Database in activiti-app

Jump to solution

Hi, help us out a little. Which example did you follow?

There are lots of ways to save data to a relational DB from bean declaration, JavaDelegate services to the use of the Enterprise 1.5 Data Source.

So, we kind of need to know which approach you are trying to sue to be able to help.

Greg

bhchemss
Established Member

Re: Retriving data from MySql Database in activiti-app

Jump to solution

Hello , Thanks for your response ,

I followed this example in the alfresco/activiti user guide Link 

I want only to use data models as an end user.Thank you

gdharley
Intermediate

Re: Retriving data from MySql Database in activiti-app

Jump to solution

There is a very nice blog article published on Alfrescos site as part of the Activiti Developer Series that walks you through using Data Models:

https://community.alfresco.com/community/bpm/blog/2016/11/17/activiti-enterprise-developer-series-cu... 

Greg