[jboss-user] [EJB 3.0] - Re: How to get the size of a Lazy load relation

ALRubinger do-not-reply at jboss.com
Mon Sep 17 13:03:08 EDT 2007


"icordoba" wrote : select count(.) as col_0_0_ from Role role0_, User_Role users1_, User user2_ where role0_.pkey=users1_.roles_pkey and users1_.users_pkey=user2_.pkey and role0_.pkey=?

...not sure about that generated "count(.)".  Just ran a test for that syntax on MySQL 5.0.27 and came up with the same error you're getting.

Sure you've configured the correct dialect for Hibernate in persistence.xml?

S,
ALR

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085163



More information about the jboss-user mailing list