Title:
Bug 81945:Add an attribute to <cfcomponent> to allow the user to set the "auto-import" property in the Hibernate mapping without having to use a custom hbmxml file
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Mike Nicholls / Mike Nicholls (mikenicholls)
Created: 02/02/2010
Components: ORM Support
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Minor / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
Add an attribute to <cfcomponent> to allow the user to set the "auto-import" property in the Hibernate mapping without having to use a custom hbmxml file. e.g. <cfcomponent persistent="true" entityname="something.MyEntity" autoimport="false">Currently two entities with the same unqualified name (e.g. com.adobe.MyEntity and com.example.MyEntity) will cause Hibernate to throw an error, which can't be resolved without renaming one of the entities or editing the hbmxml file (setting auto-import to false). This can particularly be a problem if running two products from different vendors under the same ColdFusion application.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040890
External Customer Info:
External Company:
External Customer Name: Mike Nicholls
External Customer Email: 1932664644160A2F992015D5
External Test Config: 02/02/2010
Attachments:
Comments: