Impossible to run ORM application in hosted environments.
I just bought a fancy ColdFusion 9 hosting package from Hostek.
As most hosting providers, I assume, you don't get a dedicated server of course. Many hosting
companies are also using a web-based control panel for the domain. For example, Helm.
When you set up a ColdFusion DSN (or ODBC DSN), there's a warning that if you insert your SQL username and password, anyone can potentially access your DSN without a password. Yup, sounds logical. All they have to do is know the database name on the server they share.
No problem with cfquery. You can specify username and password.
With ORM, you can't. This makes me ditch all my current ORM plans and switch my application development back to old cfqueries.You cannot even define username and password in hibernate configuration files, since ColdFusion overrides the connection pool parameters.
Great... just great... am I wrong, or did Adobe really overlook such an huge issue?
-Fernis
