[jboss-user] [JBoss jBPM] - BIG BIG BIG PROBLEM! unexpected token: VALUES in jbpm
Micha?
do-not-reply at jboss.com
Mon Mar 19 08:39:17 EDT 2007
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
More information about the jboss-user
mailing list