Vimal,

Best if we take this offline to continue trying to
narrow down the problem. Mail me.

__________________________________________________________________
Steve Muench - Developer, Product Mgr, Java/XML Evangelist, Author
Simplify J2EE and EJB Development with BC4J
http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
Building Oracle XML Apps, http://www.oreilly.com/catalog/orxmlapp
----- Original Message ----- 
From: "Vimal Kansal" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 03, 2002 2:56 PM
Subject: Re: ANN: JDeveloper9i 9.0.3 w/ Struts, J2EE 1.3, et. al.


| I am still not able to get this one right, although I
| carried out all the steps in exactly the same manner
| as listed by you. when testing the connection,JDev
| says "success", but in navigator I see the tree like
| this :
| 
|      - connection1
|        - (Default User)
|         - Synonyms
|         - Tables
|         - views
| 
| When I click on Tables, I see nothing. In SQL
| worksheet, if I type "select * From APP.NEW_TABLE1", I
| get jav.lang.NullPointer exception 
|       
| 
| Thanks
| 
| Vimal
| --- Steve Muench <[EMAIL PROTECTED]> wrote:
| > The OTN discussion forums are at:
| > 
| > http://www.oracle.com/forums
| > 
| > The "JDeveloper" forum is the one for JDeveloper
| > questions.
| > 
| > We don't support doing wizard-assisted
| > table-creation against
| > the Cloudscape database connection yet (just Oracle
| > for this
| > release), but the SQL Worksheet and DB explorer work
| > fine.
| > 
| > I was able to 
| > 
| >    1. cloudscape -start (from my J2EE_HOME\bin
| > directory of JSDKEE1.3)
| >    2. Run CloudView and create a database named
| > "test"
| >       2.1 create a new table NEW_TABLE1
| >    3. Connect in JDev 9.0.3 and see the NEW_TABLE1
| > under the
| >       "APP" schema.
| >    4. Use the SQL worksheet in JDev 9.0.3 to insert
| > rows into 
| >       NEW_TABLE1 and to select back the results.
| > 
| > The driver class I used was:
| > 
| > COM.cloudscape.core.RmiJdbcDriver
| > 
| > and the connection URL was:
| > 
| > jdbc:cloudscape:rmi://localhost:1099/test
| > 
| >
| __________________________________________________________________
| > Steve Muench - Developer, Product Mgr, Java/XML
| > Evangelist, Author
| > Simplify J2EE and EJB Development with BC4J
| >
| http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
| > Building Oracle XML Apps,
| > http://www.oreilly.com/catalog/orxmlapp
| > ----- Original Message ----- 
| > From: "Vimal Kansal" <[EMAIL PROTECTED]>
| > To: "Struts Users Mailing List"
| > <[EMAIL PROTECTED]>
| > Sent: Tuesday, September 03, 2002 11:29 AM
| > Subject: Re: ANN: JDeveloper9i 9.0.3 w/ Struts, J2EE
| > 1.3, et. al.
| > 
| > 
| > | Hi Steve,
| > | 
| > | Tanks for or reply. Basically, what I have done is
| > | like this :
| > | 
| > |   (1) First I register the neccessary .jar file
| > with
| > | the JDeveloper. This file has the Cloudscape the
| > | Cloudscape JDBC driver.
| > | 
| > |    (2) Then I create a database connection using
| > the
| > | wizard in JDeveloper. I provide following 2
| > parameters
| > | :
| > | 
| > |    driver class :
| > COM.cloudscape.core.RmiJdbcDriver
| > |    connection url :
| > | jdbc:cloudscape:rmi://localhost:1099/CloudscapeDB
| > | 
| > | On the final step of the connection creation,
| > wizard
| > | allows you to test the connection. When I click on
| > the
| > | "Test" button, JDeveloper actually comes up with
| > the
| > | success and the connection is created. But now
| > when I
| > | go to the tree navigator and click on the newly
| > | created connection, although, I see items
| > | "synonyms","tables","views" listed, but these
| > | items,e.g., "tables" does not show any table etc
| > under
| > | it,whereas my database does hae the tables.
| > Moreoever,
| > | when I try creating some table using this
| > connection
| > | within JDeveloper, JDeveloper comes up with the
| > | message "JDeveloper can not create table using
| > this
| > | connection".
| > | 
| > | Also please tell me which newsgroup on otn should
| > I
| > | send my questions for JDevloper, I will apreciate
| > if
| > | you could send me the link to the newsgroup.
| > | 
| > | Thanks
| > | 
| > | Vimal
| > | --- Steve Muench <[EMAIL PROTECTED]> wrote:
| > | > I'm not that well-versed in Cloudscape, but I
| > know
| > | > we do 
| > | > a lot of testing with Non-Oracle databases.
| > | > 
| > | > If you "teach" me the steps you follow to setup
| > | > Cloudscape,
| > | > I'll be happy to look into the problem you're
| > having
| > | > with
| > | > listing the tables.
| > | > 
| > | > As it's not strictly Struts related, and in
| > light of
| > | > the
| > | > threads about off-topic discussion, perhaps its
| > | > better if
| > | > you post a thread in the Oracle Technet
| > discussion
| > | > forum
| > | > for JDeveloper, then email me the URL to your
| > | > posting so
| > | > I can track it. Thanks.
| > | > 
| > | >
| > |
| >
| __________________________________________________________________
| > | > Steve Muench - Developer, Product Mgr, Java/XML
| > | > Evangelist, Author
| > | > Simplify J2EE and EJB Development with BC4J
| > | >
| > |
| >
| http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
| > | > Building Oracle XML Apps,
| > | > http://www.oreilly.com/catalog/orxmlapp
| > | > ----- Original Message ----- 
| > | > From: "Vimal Kansal" <[EMAIL PROTECTED]>
| > | > To: "Struts Users Mailing List"
| > | > <[EMAIL PROTECTED]>
| > | > Sent: Tuesday, September 03, 2002 8:16 AM
| > | > Subject: Re: ANN: JDeveloper9i 9.0.3 w/ Struts,
| > J2EE
| > | > 1.3, et. al.
| > | > 
| > | > 
| > | > | Hi Steve,
| > | > | 
| > | > | I am great fan of JDeveloper and downloaded
| > the
| > | > stuff.
| > | > | Whatever I have looked so far, looks awsome! I
| > | > have a
| > | > | small problem that I have a small problem that
| > I
| > | > am
| > | > | not able to solve. I have configured, a
| > database
| > | > | connection to connect to Cloudscape database.
| > In
| > | > the
| > | > | wizard, connection test always passes. But
| > when I
| > | > | click on the connection and try to see the
| > tables
| > | > etc,
| > | > | I do not see anything. Moreover I can not
| > perform
| > | > any
| > | > | operation like executing any sql statement
| > through
| > | > | SQLWorksheet etc.
| > | > | 
| > | > | Can you tell me what exactly I am doing wrong?
| > | > | 
| > | > | Thanks
| > | > | 
| > | > | Vimal
| > | > | --- Steve Muench <[EMAIL PROTECTED]>
| > wrote:
| > | > | > A quick announcement for any Struts users
| > who
| > | > might
| > | > | > be using
| > | > | > (or might want to evaluate) Oracle's
| > JDeveloper
| > | > Java
| > | > | > IDE.
| > | > | > 
| > | > | > We've just published a Developer's Preview
| > of
| > | > our
| > | > | > new 9.0.3 major release
| > | > | > on our Oracle Technet website:
| > | > | > 
| > | > | >   
| > | > http://otn.oracle.com/products/jdev/content.html
| > 
| === message truncated ===
| 
| 
| __________________________________________________
| Do You Yahoo!?
| Yahoo! Finance - Get real-time stock quotes
| http://finance.yahoo.com
| 
| --
| To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
| For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
| 
| 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to