cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti with Spring MVC

chandanmb1
Champ on-the-rise
Champ on-the-rise
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
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
"java.net.UnknownHostException: mybatis.org"

Not sure how you're getting this exception. Are you running this without internet connection .. or some other strange setup?