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 162004 - Can't add Colums in Design page
Summary: Can't add Colums in Design page
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 00:54 UTC by blevinson
Modified: 2009-04-06 01:56 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 blevinson 2009-04-06 00:54:05 UTC
I added the Columns then clicked on "Generate Services". It generated all the classes and I could see the newly
generated source code in the folders although the Columns went blank and when I clicked "Add" in "Columns" section again
nothing happened. The Design does not match the XML. I've attempted to make a new project then deleted them all and
reinstalled several times and I still get the same result. None of the UI buttons Add, Updatem or Remove work at all.
I running this on a mac, any ideas? 

Here is some items of possible importance from the log file:
SEVERE [org.netbeans.modules.mercurial]: execEnv():  execEnv(): IOException java.io.IOException: hg: not found

This one is not suprising, although may help in debugging: 
When I click over to the "Finders" tab (with no Columns (because I can't add any) and click remove I get this:
SEVERE [global]
java.lang.NullPointerException
        at
org.netbeans.modules.portalpack.websynergy.servicebuilder.design.view.widgets.FindersWidget$UpdateFinderAction.actionPerformed(FindersWidget.java:346)
        at
org.netbeans.modules.portalpack.websynergy.servicebuilder.design.view.widgets.ButtonWidget.performAction(ButtonWidget.java:230)
        at
org.netbeans.modules.portalpack.websynergy.servicebuilder.design.view.widgets.ButtonWidget$ButtonSelectProvider.select(ButtonWidget.java:410)
        at org.netbeans.modules.visual.action.SelectAction.mouseReleased(SelectAction.java:108)
Comment 1 blevinson 2009-04-06 01:56:56 UTC
I just installed this on my windows machine and I get the same thing. It won't let me add a column at all. The "Add" button shows that it gets pressed but 
nothing happens. Nothing in the log when I press the button either.