RE: setting up jdbc with oracle 8i on NT

2000-10-03 Thread Boulatian, Misak

thanks very much. it worked.

-Original Message-
From: Porfiriev Sergey [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 7:58 PM
To: Orion-Interest
Subject: Re: setting up jdbc with oracle 8i on NT


this works with 8.1.5 / 8.1.6. (don't forget put classes12_1.zip into
$ORION_HOME/lib )

data-source
name="Content data-source"
class="com.evermind.sql.ConnectionDataSource"
location="jdbc/DefaultDS"
pooled-location="jdbc/ContentPooledDS"
xa-location="jdbc/xa/ContentXADS"
ejb-location="jdbc/ContentEJBDS"

url="jdbc/unipoint|jdbc:oracle:thin:content/xxx@oracle:1521:unipoint"
connection-driver="oracle.jdbc.driver.OracleDriver"
username="content"
password="secret"
    schema="database-schemas/oracle.xml"
/

- Original Message -
From: "Boulatian, Misak" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Monday, October 02, 2000 8:36 PM
Subject: setting up jdbc with oracle 8i on NT


 Hi all,

 Did anybody setup orion server to work with oracle8i? Please let me know
 what would data-sources.xml look like. This is what I have but it does not
 seem to work.
 data-source class="com.evermind.sql.DriverManagerDataSource"
 name="Oracle8i" location="jdbc/Oracle8i" xa-location="" ejb-location=""
 connection-driver="oracle.jdbc.driver.OracleDriver" username="system"
 password="manager" url="jdbc:oracle:thin@misaklap:1521:trade"
 inactivity-timeout="30" /
 /data-sources
 Please advise.

 Thanks,
 Misak

---
Porfiriev Sergey [EMAIL PROTECTED]visit: www.axwell.com e-commerece
portal based on orion server.





RE: Setting up jdbc with orion server

2000-10-03 Thread Boulatian, Misak

thanks very much. it worked.
misak

-Original Message-
From: Aniket V Upganlawar [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 10:03 PM
To: Orion-Interest
Subject: Re: Setting up jdbc with orion server


hi misak,
remove the following lines and try it...(unless of course you are using xa- 
driver)

xa-location="" ejb-location=""

Orion does not accept blanks but works fine if u remove the tags.

Aniket

At 05:24 AM 10/3/2000, you wrote:
Hi all,

I am still trying to desperately setup orion server for jdbc. I installed
oracle 8i enterprise edition and tested jdbc connection with oracle,
everything was successful. In order to setup orion server to access oracle
I
did the following:
1) modified data-sources.xml to look as in the following example:
data-source class="com.evermind.sql.DriverManagerDataSource"
name="Oracle8i" location="jdbc/Oracle8i" xa-location="" ejb-location=""
connection-driver="oracle.jdbc.driver.OracleDriver" username="system"
password="manager" url="jdbc:oracle:thin@misaklap:1521:trade"
inactivity-timeout="30" /
/data-sources
2) copied classes12.zip onto c:\orion\lib
3) The actual classpath variable is pointing to the jdbc driver in oracle's
original installation which is: C:\Oracle\Ora81\jdbc\lib\classes12.zip
4) from c:\orion directory I type: 'java -jar orion.jar' and I get the
following error message: 'Error initializing server: Unable to bind
DataSource  to'

Can somebody try to help me? For the last two weeks I tried many different
databases with many different JDBC drivers but I could never able to start
orion server. I was successfully able to setup JDBC with weblogic, dynamo,
websphere, JRun but I am still having trouble to that with orion. Am I
missing a step in the above scenario? Please advise.

Thanks,
Misak






Setting up jdbc with orion server

2000-10-02 Thread Boulatian, Misak

Hi all,

I am still trying to desperately setup orion server for jdbc. I installed
oracle 8i enterprise edition and tested jdbc connection with oracle,
everything was successful. In order to setup orion server to access oracle I
did the following:
1) modified data-sources.xml to look as in the following example:
data-source class="com.evermind.sql.DriverManagerDataSource"
name="Oracle8i" location="jdbc/Oracle8i" xa-location="" ejb-location=""
connection-driver="oracle.jdbc.driver.OracleDriver" username="system"
password="manager" url="jdbc:oracle:thin@misaklap:1521:trade"
inactivity-timeout="30" / 
/data-sources
2) copied classes12.zip onto c:\orion\lib
3) The actual classpath variable is pointing to the jdbc driver in oracle's
original installation which is: C:\Oracle\Ora81\jdbc\lib\classes12.zip
4) from c:\orion directory I type: 'java -jar orion.jar' and I get the
following error message: 'Error initializing server: Unable to bind
DataSource  to'

Can somebody try to help me? For the last two weeks I tried many different
databases with many different JDBC drivers but I could never able to start
orion server. I was successfully able to setup JDBC with weblogic, dynamo,
websphere, JRun but I am still having trouble to that with orion. Am I
missing a step in the above scenario? Please advise.

Thanks,
Misak




setting up jdbc with oracle 8i on NT

2000-10-02 Thread Boulatian, Misak

Hi all,

Did anybody setup orion server to work with oracle8i? Please let me know
what would data-sources.xml look like. This is what I have but it does not
seem to work.
data-source class="com.evermind.sql.DriverManagerDataSource"
name="Oracle8i" location="jdbc/Oracle8i" xa-location="" ejb-location=""
connection-driver="oracle.jdbc.driver.OracleDriver" username="system"
password="manager" url="jdbc:oracle:thin@misaklap:1521:trade"
inactivity-timeout="30" / 
/data-sources
Please advise.

Thanks,
Misak