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 242610 - Wrong error message about "Lifecycle callback"
Summary: Wrong error message about "Lifecycle callback"
Status: RESOLVED DUPLICATE of bug 238882
Alias: None
Product: javaee
Classification: Unclassified
Component: CDI (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 11:38 UTC by Juergen.Zimmermann
Modified: 2015-06-11 14:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot for the wrong error message about "lifecycle callback" (194.17 KB, image/png)
2014-03-06 11:38 UTC, Juergen.Zimmermann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen.Zimmermann 2014-03-06 11:38:53 UTC
Created attachment 145801 [details]
Screenshot for the wrong error message about "lifecycle callback"

I'm having a CDI interceptor with this stereotype:
@InterceptorBinding
@Target({ TYPE, METHOD, CONSTRUCTOR })
@Retention(RUNTIME)
@Documented
public @interface Log {
}

When the stereotype is applied to a CDI-enabled bean I'm getting an error message as shown in the attached screenshot.
Comment 1 Petr Hejl 2015-06-11 14:50:33 UTC

*** This bug has been marked as a duplicate of bug 238882 ***