Hi

Thanks for the test case. I don't the time to find a proper answer, but you should be able to work around it by fixing this clause:

    from APPLICATION_GROUP g inner join user_groups ug on g.uuid

to read something more like:

   from APPLICATION_GROUP g inner join user_groups ug on g.uuid = ug.groups_uuid


At moment H2 is attempting to evaluate "g.uuid" as a boolean expression, and 
throwing an exception.

Regards, Noel

On 2014-03-12 09:11, Thierry Peng wrote:

Yesterday, I checked out the SVN trunk on googlecode, made a build and 
integrated it with arquillian and wildfly, no
luck so far. The same NumberFormatExeption was raised.

I created a quick&dirty sample project on 
https://github.com/thpeng/h2debugproject with two tests both  against the
latest (1.3.175) H2 database. One test with the mentioned uuid, the second with 
integer as primary key.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to