Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.3.0.M3
-
Fix Version/s: LATER
-
Component/s: hibernate
-
Labels:None
-
Environment:jbdevstudio-product-eap-linux-gtk-x86_64-5.0.0.v201109142301R-H31-M3.jar, Fedora 15, 64-bit
-
Steps to Reproduce:
Description
Try this:
@NamedQuery(name = "query1", query = "select f from Dog f", readOnly = true, flushMode = ALWAYS,cacheable = true, cacheMode = GET, cacheRegion = "2", fetchSize = 2, timeout = 2)
@javax.persistence.NamedQuery(name = "query2", query = "select f from Dog f")
@NamedQueries(
)
See in JPA Details, there is only query1, query3, query4. query2 is missing. When last row commented, query2 appears
This is how Dali processes the container annotations. I guess hiberante does it in the same way, could you please create the issue in their bugzilla, so they be aware of it.