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 116532 - Post-Rel.nbm/New Currency Trader needs resolving
Summary: Post-Rel.nbm/New Currency Trader needs resolving
Status: VERIFIED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ jbisso
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 14:53 UTC by Lark Fitzgerald
Modified: 2007-09-25 15:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
post release nbm (109.33 KB, application/octet-stream)
2007-09-24 14:55 UTC, Lark Fitzgerald
Details
new build of postrel NBM (1.80 MB, application/octet-stream)
2007-09-24 22:01 UTC, _ jbisso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2007-09-24 14:53:31 UTC
Product Version: NetBeans 6 IDE Dev (Build beta1: 200709191200
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b02
Glassfish: 58g
Woodstock 4.1: 200709201029

Steps:
1. Install postrelease-nbm (attached)
2. Create Currency Trader Sample project

Project creates but needs to be resolved.  It does not install the dynamic faces .complib.  After talking with jim, 
this is suppose to happen automatically.

Workaround: Intall the complib manually. Add to project. close/reopen project.
Comment 1 Lark Fitzgerald 2007-09-24 14:55:09 UTC
Created attachment 49363 [details]
post release nbm
Comment 2 Matthew Bohm 2007-09-24 18:38:15 UTC
This is really Jim's or Edwin's. Trying Jim first.
Comment 3 _ jbisso 2007-09-24 20:00:59 UTC
At most, this may be a documentation error. I can successfully install the NBM, resolve the issues, build, and deploy.
Here are the steps:

1. Start IDE. 
(Make sure you have a Glassfish server installed and configured as this is a Visual Web JSF project.)
2. Choose Tools > Plugins menu item.
3. Select Downloaded tab on dialog.
4. Browse.
5. Choose the VWJPR pluginin the file chooser dialog.
6. Follow the instructions to install.
7. Choose File > New Project > Samples > Web > Visual JSF > Currency Trader.
Two warning dialogs display:
a. Resolutions required.
b. VWJBCK NBM needs to be installed.
8. Close Currency Trader project.
9. Choose Tools > Plugins menu item.
10. Select Available tab.
11. Scroll to VWJBCK plugin (under Web and J2EE category).
12. Install by following directions.
13. Dismiss dialog.
14. Re-open Currency Trader dialog.
15. Expand project node, and right-click on Component Library node.
16. Add both the available complibs (which were installed by the VWJPR plugin above).
17. Build the project.
(Now you can open the Page1 without problems.)
18. Press the green arrow to build and deploy.
(Now you can test the Currency Trader app.)
Comment 4 Lark Fitzgerald 2007-09-24 20:52:15 UTC
Then it shouldn't be marked resolved, and certainly shouldn't be invalid.  Worksforme, makes more sense (though I 
would still re-open it).  When I follow your steps I DO NOT get any complibs (steps 15 & 16).  I have to install 
manually downloaded versions.  Am I missing something?

Oh, if you are not using jdk 1.6, please try that and see if you can reproduce this.
Comment 5 _ jbisso 2007-09-24 21:09:54 UTC
Sorry about that. What is the state to put it in with the keyword worksforme that should be used? I'll leave it as
reopened for now, while I test JDK 6.

There does not seem to be a valid worksforme keyword listed in the link above.
Comment 6 Lark Fitzgerald 2007-09-24 21:23:09 UTC
Not a problem.
If something works for you, then mark it Resolved/WorksForMe.
If doc needs to work on it, then you reassign it (leave it open) so it shows up on their list.
If you need more information, then add the INCOMPLETE keyword.
Comment 7 _ jbisso 2007-09-24 21:58:45 UTC
I installed JDK 6 U 2, and it still works.

Have you uninstalled the two plugins from last time?
Have you deleted your user dir?
I'll upload another NBM. I rebuilt this morning, but I hadn't thought I changed anything from last Friday.
Comment 8 _ jbisso 2007-09-24 22:01:05 UTC
Created attachment 49387 [details]
new build of postrel NBM
Comment 9 _ jbisso 2007-09-25 01:05:17 UTC
Sorry about that. What is the state to put it in with the keyword worksforme that should be used? I'll leave it as
reopened for now, while I test JDK 6.

There does not seem to be a valid worksforme keyword listed in the link above.
Comment 10 Lark Fitzgerald 2007-09-25 15:32:36 UTC
Ok. Now this NBM works.  The old nbm had a size of: 110KB.  This new nbm has a size of: 1839KB.  The difference must 
be dynamicFaces and BluePrints.  The red/resolve marks on my project do not go away after adding the complibs, 
building the project, and deploying.  I will log a separate bug for that.