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 124829

Summary: 6.0 does not recognize the beans from 5.5.1
Product: obsolete Reporter: magsam <magsam>
Component: visualwebAssignee: John Baker <jbaker>
Status: NEW ---    
Severity: blocker CC: romanmostyka
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description magsam 2008-01-07 19:23:30 UTC
When I drag a table which I migrated from 5.5.1 to a jsp page 6.0 givs me no choice to choose one of my 230
sessionbeans. Automatically a new sessionbean is build. I delete the new bean  choose  an existing bean and bind it to 
the dataprovider manuall. This works. So 6.0 knows the beans from 5.5.1 .

About beans I think it should be possible to sort the beans You do it already . Look I have about 230 beans most time  i
spend looking for beans this is really anyoing.
Comment 1 John Baker 2008-01-08 00:44:16 UTC
Hi, I don't quite understand this issue.

The database table was dragged to the Visual Web page?

If so, then the rowset will be created in SessionBean1 or ApplicationBean1 automatically.
There's no choice of bean class for this case.

Another way to bind a database table is instead of dragging the database table to the Visual Web page, search for your
session bean in the Outline window and then drop the table onto the required session bean 
Comment 2 Roman Mostyka 2008-02-08 11:14:17 UTC
Downgraded to P2 since there is a workaround.
Comment 3 John Baker 2008-03-18 17:57:18 UTC
There was a suggestion to change the UI but I think it's too late to fix this for 6.1
Comment 4 John Baker 2008-03-18 18:00:03 UTC
The UI change is to replace all the rows of text fields with drop down lists in the Add New Data Provider with RowSet
for Table foo