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 87276 - Fix the arch document of j2ee/clientproject
Summary: Fix the arch document of j2ee/clientproject
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 10:24 UTC by Andrei Badea
Modified: 2006-11-03 09:07 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 Andrei Badea 2006-10-17 10:24:46 UTC
The architecture document of j2ee/clientproject appears copied from
java/j2seproject and as such contains much information related to that module
instead of j2ee/clientproject.
Comment 1 Lukas Jungmann 2006-11-01 22:26:39 UTC
Done, Andrei, please, verify.
Thanks.

http://j2ee.netbeans.org/servlets/ReadMsg?list=cvs&msgNo=7114
Comment 2 Andrei Badea 2006-11-02 15:11:21 UTC
Minor fixes:

Checking in arch.xml;
/cvs/j2ee/clientproject/arch.xml,v  <--  arch.xml
new revision: 1.5; previous revision: 1.4
done

Why is the car-project.xsd API private? Shouldn't it be at least devel, as is
the case for the web and EJB projects?

I can't find a J2eeApplicationProvider class, is there one?

Not necessary to explicitly list the dependencied in dep-nb. <defaultanswer
generate="here"/> is enough.
Comment 3 Lukas Jungmann 2006-11-02 16:15:33 UTC
> Why is the car-project.xsd API private? Shouldn't it be at least devel, as is
> the case for the web and EJB projects?

fixed (=> devel)

> I can't find a J2eeApplicationProvider class, is there one?

No, there isn't. I fixed this also in j2ee/ejbjarproject and j2ee/earproject

> Not necessary to explicitly list the dependencied in dep-nb. <defaultanswer
> generate="here"/> is enough.

OK, explicit "values" were removed.

Thanks,

IDE:-------------------------------------------------
IDE: [11/2/06 5:11 PM] Committing Files started
Checking in clientproject/arch.xml;
/cvs/j2ee/clientproject/arch.xml,v  <--  arch.xml
new revision: 1.6; previous revision: 1.5
done
Checking in earproject/arch/arch-enterprise-application-projects.xml;
/cvs/j2ee/earproject/arch/arch-enterprise-application-projects.xml,v  <-- 
arch-enterprise-application-projects.xml
new revision: 1.10; previous revision: 1.9
done
Checking in ejbjarproject/arch/arch-j2ee-ejbproject.xml;
/cvs/j2ee/ejbjarproject/arch/arch-j2ee-ejbproject.xml,v  <-- 
arch-j2ee-ejbproject.xml
new revision: 1.14; previous revision: 1.13
done
IDE: [11/2/06 5:12 PM] Committing Files finished
Comment 4 Andrei Badea 2006-11-03 09:07:18 UTC
Verified.