--- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > When i try execute user.getAccs() i get SQLException ORA-00936: Missing > Expression. >
Hi Sergey, I have filed a new bug report: http://bugs.caucho.com/view.php?id=2037 The issue seems to be the many-to-one using one of the compound pk columns as the foreign key. As a workaround, it looks possible to use a @ManyToMany where APP_ACCESS would be the map table. Regards, -- Rodrigo _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
