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 230563 - Remove Superfluous JPA Warning
Summary: Remove Superfluous JPA Warning
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 08:32 UTC by abien
Modified: 2016-07-07 08:52 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2013-05-31 08:32:41 UTC
Warning "Method Not Exposed in Any Business Interface" is misleading. It is perfectly fine in Java EE 6 and Java EE 7 (but not in Java EE 5) to have EJB 3.1 without any business interface.
Comment 1 abien 2013-05-31 08:34:13 UTC
JPA entities do not have to be Serializable. In most cases they aren't. Make the warning "Entity or IdClass should implement java.io.Serializable" either Opt-In or remove it entirely.
Comment 2 Sergey Petrov 2013-06-11 20:23:47 UTC
jpa part is also related to #217398, first comment is good to move into separate report.
also see #224732 last comment, I don't like to remove serializable warning completely but i shuold be configurable
Comment 3 Martin Fousek 2013-06-12 04:57:55 UTC
(In reply to comment #2)
> first comment is good to move into separate report.

Just FYI, was already separated by abien. The issue was applied in ee7 projects and it's already fixed in trunk builds.
Comment 4 Martin Balin 2016-07-07 08:52:55 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss