I must make user management for JBPM
I've coded:
INSERT INTO org.jbpm.identity.Membership ('user', 'group', 'CLASS_') VALUES 
('2','5,'M')
it doesn't work in java code and throws

org.hibernate.hql.ast.QuerySyntaxException:
unexpected token: VALUES 

INSERT INTO org.jbpm.identity.Membership \(\'user\',\'group\', \'CLASS_\'\) 
VALUES \(\'2\',\'5\',\'M\'\) 
also doesn't work

anyway, it works in DB explorer.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029278#4029278

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029278
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to