This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 119684 - Warnings about javax.persistence.* annotations in a plain Java SE project
Summary: Warnings about javax.persistence.* annotations in a plain Java SE project
Status: RESOLVED DUPLICATE of bug 146863
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Dongmei Cao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-22 18:46 UTC by Jesse Glick
Modified: 2008-12-24 18:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-10-22 18:46:24 UTC
071019. I had made a plain Java application project and added a few classes. When I closed it, I found in my console (2x):

WARNING [org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner]: findAnnotations: could not
find type javax.persistence.Entity
WARNING [org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner]: findAnnotations: could not
find type javax.persistence.Embeddable
WARNING [org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationScanner]: findAnnotations: could not
find type javax.persistence.MappedSuperclass

These warnings should be suppressed, I guess - I don't even know what they are from, but I was not doing anything
related to Java EE.
Comment 1 Dongmei Cao 2008-12-24 18:24:43 UTC
Dup of issue 146863. Fixed in 6.5 already.

*** This issue has been marked as a duplicate of 146863 ***