jasonchai 发表于 2015-1-25 16:57:29

启动jbpm的项目,出现name_

org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jeecgframework.core.
common.service.CommonService org.jeecgframework.web.cgform.service.impl.autolist.CgTableServiceImpl.commonService;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.jeecgframework.workflow.service.impl.ActivitiServiceImpl.setIdentityService(org.activiti.engine.IdentityService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is org.apache.ibatis.exceptions.PersistenceException: <|### Error querying database.Cause: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'NAME_' in 'where clause'<|### The error may exist in org/activiti/db/mapping/entity/Property.xml<|### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEntity.selectProperty-Inline<|### The error occurred while setting parameters<|### SQL:
* from ACT_GE_PROPERTY where NAME_ = ?<|### Cause: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
Unknown column 'NAME_' in 'where clause'


要如何修改才可以启动

Shine 发表于 2015-3-9 16:49:07

ACT_GE_PROPERTY 将这个表的name字段改为name_就可以了
页: [1]
查看完整版本: 启动jbpm的项目,出现name_