Hello,
I have created a simple activiti workflow and i have deployed it in MySQL using activiti-explorer.
Now i need to start the process from my spring application .
java.net.UnknownHostException: mybatis.org
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
Project Structure :
Project Name
src
->java class
->activiti-cfg.xml
WebContent
-> Web-INF
spring-servlet.xml
web.xml
Can i get any simple working spring with activiti example