How to manage the autogenerated datasource by VWP

Hi, Anyone knows where is the creation code of a datasource, after I perform a "bind to data"?I would like to change this code because if I erase the rowset, the code it's not updated.thank's in advance!Message was edited by: Jander
[276 byte] By [Jandera] at [2007-11-26 21:42:47]
# 1

Not very clear on your question. But if you want to see the code behind the visual "design" tab, click on the java and jsp tabs.

Also, to see all your source files, I find the file view better. Click on the files tab , under 'src' all your .java files, and under 'web' node all jsp files.

Rradhikaa at 2007-7-10 3:29:13 > top of Java-index,Development Tools,Java Tools...
# 2

Sorry!

My english it's not very good.

I found the answer,

in the tab Files of the VWP, navigate to the node Setup and inside are the file to create the datasources and pools in the Sun server.

But my problem now it's a javax.naming.NameNotFoundException, when i try to reference my datasource. I have to add a line in any XML file? (like sun-web.xml,...)

thank's

Jandera at 2007-7-10 3:29:14 > top of Java-index,Development Tools,Java Tools...