Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1214 | minor | always | 06-25-06 10:20 | 08-31-06 13:39 | |
|
|||||
Reporter: | anonymous | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.19 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.0 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|