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 70926 - [50cat] NB doesn't consider my Creator 2 project as a J2EE 1.4 project
Summary: [50cat] NB doesn't consider my Creator 2 project as a J2EE 1.4 project
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-03 07:05 UTC by ieising
Modified: 2006-06-24 02:10 UTC (History)
2 users (show)

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 ieising 2006-01-03 07:05:37 UTC
[ JDK VERSION : 1.6 ]

Hi,

I have a project in Creator 2 which I can open in NB5 as well, I have all libraries configured and all works really great, up until the point where I want to add WebServices to the application. This is where NB tells me that the project is not a proper J2EE 1.4 project, although I've set every setting I could find to J2EE 1.4.
This prevents me from developing a full featured web application that not only supports a JSF based and in Creator 2 maintained GUI, but also webservices that allow for non-human interaction with the website's functionality.

Iwan
Comment 1 Pavel Buzek 2006-01-05 13:49:41 UTC
very important for future, but not critical for 5.0 at this late stage of release
Comment 2 ieising 2006-01-07 23:38:02 UTC
I found that if I set the server in the project's options|run to a J2EE 1.4
compliant server, it works. I just think that it shouldn't matter which server,
if I tell NB that it is a J2EE 1.4 application, it should assume that
(eventually) I will deploy it on a 1.4 server and let me develop the application.

Iwan
Comment 3 Roderico Cruz 2006-06-07 00:06:24 UTC
Kindly attach or send me the Creator 2 project that you are opening in netbeans.
My email is roderico.cruz@sun.com.
THanks.
Comment 4 Roderico Cruz 2006-06-24 02:10:16 UTC
This error does not occur anymore in NB 5.5. Here is what I did:
1. Created a standard JSF Web Application project in Creator 2 (Update 1).
2. Opened the project in NB 5.5. As expected, it opened with library reference
problems, mainly jsf libraries.
3. Resolved reference problems.
4. Creates a web service. A J2EE 1.4 web service was created correctly.

Note: The IDE recognized the project as a J2EE 1.4 project upon opening it. I
did not have to set anything.

Closing as WORKSFORME