Anonymous | Login | Signup for a new account | 12-17-2024 08:39 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001214 | [Resin] | minor | always | 06-25-06 10:20 | 08-31-06 13:39 | ||||
Reporter | anonymous | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.19 | ||||||
Summary | 0001214: Amber: implement the "join" spec in the "from" clause | ||||||||
Description |
Here is the error generated by Resin: expected end of query at 'from' in "select distinct o from SectorBean o join o.suscripcionList s where s.tipo = ?1" Resin-3.0.19 (built Mon, 15 May 2006 04:50:47 PDT) workaround: the above query can be rewrite as "select distinct o from SectorBean o where o.suscripcionList.tipo = ?1" Note: the "join" keyword combined with "fetch" is very useful to manage detached objects. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 28 unique queries executed. |