Solution to Hibernate error: Unknown column ‘******’ in ‘order clause’
Bug: A above exception thrown when using hibernate. Reason: This error occurs usually because of a misplaced “order by” clause. If in a many to many mapping, th...
Bug: A above exception thrown when using hibernate. Reason: This error occurs usually because of a misplaced “order by” clause. If in a many to many mapping, th...
Bug: The above exception thrown when using hibernate. Reason: This usually occurs when column name is not mentioned in many-to-many node. The correct mapping fo...
Heres how we display different error messages for the different cases of authentication failures like bad credentials, credentials expired etc. Step 1. Configur...
Bug: The exception thrown when migrating to spring 3. Reason: This exception thrown when migrating to spring-security 3 occurs due to spring 3 (authentication ...
Bug: Above error occurs when rebuilding a database from the SQL script. Reason: This error usually occurs when the table being created cannot fulfill a foreign ...
This is a tiny tutorial on steps required to enable CAS (Jasig, v3.4x ) single-sign-out without SSL. These are the steps involved to remove dependency on SSL – ...
A small note on order of execution of a RewriteRule directive and a folder Alias on Apache HTTPD – RewriteRule is always executed before the Alias, thus making ...