hi all,
i am a newbie in EJB.
I went successfully thru all the examples that comes alonng with some EJB
guides, using Cloudscape as a DB.
Now i want to use Oracle DB as database.
i have already some tables creaated there.
Following J2EE Configuraiton guide, i modified the default.properties file
by adding the following lines:
jdbc.drivers=COM.cloudscape.core.RmiJdbcDriver:oracle.jdbc.driver.OracleDriv
er
and
jdbc.datasources=jdbc/Marco:|jdbc:oracle:thin:@127.0.0.1:1521:ORCL
in the deployment tool that comes along with j2eesdk, when i select the
entity bean deployment setting, i put
as database
jdbc/Marco,
and as user/pwd marco/marco (the DB was created using that
username/password)
can anyone help me???
thanx in advance & regards
marco
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".