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 236469

Summary: Wrong error - Java EE Web profile - when using Apache Tomee
Product: serverplugins Reporter: zmirc
Component: TomEEAssignee: issues@serverplugins <issues>
Status: NEW ---    
Severity: normal CC: marfous
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:
Attachments: Those errors shouldn't appear, because Apache Tomee supports @Schedule

Description zmirc 2013-09-27 13:07:01 UTC
Created attachment 140553 [details]
Those errors shouldn't appear, because Apache Tomee supports @Schedule

Hi!

For various reasons, I started using Apache Tomee as Java EE Full implementation last year. Everyone knows that Tomee is not just Web Profile, but NetBeans.

The problem is that I can't mark my projects as using Java EE Full when I set Tomee as server, therefore I keep getting annoying error messages in the java editor.

Take a look at the attachment.
That's a wrong error which shouldn't appear.

This problem has been for a long time, but no one seems to fix it.
Can you please remove this limitation/bug? It would be a great achievement for the launch of NB 7.4 final.

Thank you so so much in advance!
NetBeans 7.4 RC1, 7.4 Beta, 7.3, Apache Tomee 1.5.2, Tomee 1.6.0 etc.
Comment 1 Martin Fousek 2014-02-05 13:21:17 UTC
Annotation checks JavaEE Full vs. Web profile. If the Web profile is got from server annotation appears. Probably there should be check whether the given TomEE is full or web compliant.