| View previous topic :: View next topic |
| Author |
Message |
felix1873
Joined: 19 Aug 2008 Posts: 14
|
Posted: Wed Aug 20, 2008 6:14 pm Post subject: Visual JSF Table Data Binding |
|
|
I am trying to add a data binding to a woodstock table component. I have my oracle database connection established and can see the data by "view data". I dragged and dropped the table, then dragged the table under the service window on top of the table, I set the datasource to be the correct data source, but the column list is never populated. And when I click ok to return to the Design panel, it will ALWAYS switch back to defaultTableDataProvider.
Please help.  |
|
| Back to top |
|
 |
sreinhart
Joined: 21 May 2009 Posts: 2
|
Posted: Thu May 21, 2009 6:01 pm Post subject: |
|
|
Hi. Did you ever figure this out? I'm having a similar problem for 3 days trying bind Visual JSF table to EJB method and all I can bind the table to is the defaultTableDataProvider. When I click Bind To Data... I see the ejb method TableProvider listed but no columns display and when I select it, it still binds to DefaultTableDataProvider. Any help would be most appreciated!!!
Thanks. |
|
| Back to top |
|
 |
ouribeb930
Joined: 01 Apr 2009 Posts: 93
|
Posted: Wed May 27, 2009 11:55 am Post subject: Hi |
|
|
It maybe is the driver, I have had the same problem and the solution was to download the last oracle driver for the oracle 11g DB. in the java version that I was using.
Hope this help. |
|
| Back to top |
|
 |
sreinhart
Joined: 21 May 2009 Posts: 2
|
Posted: Wed May 27, 2009 3:15 pm Post subject: |
|
|
| Thank you for your reply. I found that installing NB 6.0.1 fixed the problem. I was using NB 6.5 when I was having the issue. Do you think the Oracle driver version would still be causing the problem in 6.5? |
|
| Back to top |
|
 |
ouribeb930
Joined: 01 Apr 2009 Posts: 93
|
Posted: Wed May 27, 2009 4:13 pm Post subject: Maybe |
|
|
Have you tryed to download the driver?
I think that you should doit and try because the problem was not in netbeans, and it takes 5 minuts... you dont loose... ...
My problem was with the 6.1 platform, and I have not tryed with 6.5 because I'm not using Oracle now, but I think that the problem will persist.
Try and tellme
Bye  |
|
| Back to top |
|
 |
NJUSTSamuel
Joined: 11 Aug 2009 Posts: 3
|
Posted: Tue Aug 11, 2009 9:08 am Post subject: Re: Maybe |
|
|
i have the same problem and i'm in netbeans 6.7.1
anybody know how to solve it? |
|
| Back to top |
|
 |
rogerappl
Joined: 11 Aug 2009 Posts: 15 Location: Ethiopia
|
Posted: Thu Nov 26, 2009 8:58 am Post subject: Oracle 11g changes |
|
|
Oracle 11g no longer supports the Integer data type (and several others) the driver is returnong Number(3 for all these types - and Woodstock sees this as a Big Decimal (correctly) - so this issues will need to be resolved in the Woodstock libraries (which to my understanding is not being maintained any more as Netbeans is trying to move to IceFaces - which has no visual component library) - so we are stuck in the middle. |
|
| Back to top |
|
 |
|