History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-875
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

AMP results in a FATAL ERROR when entity doesn't exist or doesn't have @Entity

Created: 06/Sep/07 04:28 AM   Updated: 15/Sep/07 12:29 PM
Component/s: Tools - AMP
Affects Version/s: 2.0-RC1
Fix Version/s: 2.0 Final


 All   Comments   Change History   FishEye      Sort Order:
Matt Raible - 15/Sep/07 12:29 PM
AMP now detects when an entity doesn't exist or when @Entity is missing.

WARNING: The entity check occurs in src/main/java + groupId + model. If your model objects are in a different directory, and they're mapped in hibernate.cfg.xml, you can use -Dentity.check=false to disable checking for an entity in the default package.