11-03-2010 01:37 AM
<activiti-cfg process-engine-name='activiti-engine-dev'>
<database type='h2' schema-strategy='check-version'>
<jdbc url='jdbc:h2:tcp://localhost/activiti' driver='org.h2.Driver' username='sa' password='' />
</database>
<job-executor activate='false' />
<mail server='smtp.yourserver.com' port='25' default-from='username@yourserver.com' />
</activiti-cfg>
Caused by: java.lang.NullPointerException
at org.activiti.engine.impl.ant.DeployBarTask.execute(DeployBarTask.java:80)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
… 192 more
11-03-2010 04:31 AM
11-03-2010 10:15 AM
Did you set the "processEngineName" property on the <deploy-bar tag to (in your case) "activiti-engine-dev"? If not set, it used default process engine name.
11-03-2010 10:19 AM
11-03-2010 10:22 AM
11-03-2010 09:58 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.