|
Intermittent issue no test case. It is possible that the DB that is being accessed is not available at the time the query is being created but I am unable to verify that at this time. The code in question passes unit tests.
Details for this bug are also listed on https://forum.hibernate.org/viewtopic.php?f=1&t=1027842
When attempting to execute a criteria query I receive the the following error
The issue is that in the query: select generatedAlias0 from com.synchronoss.readytogo.dao.DrbBundleBeanImpl as generatedAlias0 where generatedAlias1.bundle=:param0
the generatedAlias1 should be generatedAlias0.
The code that generates this query is:
I have attached the code in a file.
|