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.
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.
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.