RE: Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2

2001-08-28 Thread Harris, Andrew S
07:27 To: Orion-Interest Subject: RE: Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2 Try to use these: connection-driver=RmiJdbc.RJDriver url=jdbc:rmi://localhost:1099/jdbc:cloudscape:defaultDB I checked it a half a year ago and it worked just fine. (don't

RE: Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2

2001-08-28 Thread Komal Kandi (Contractor)
Hi Guys, I try to access ejb(it's located other machine)using application Iam geting naming exception. could u pls help me anyone. I set up jndi properties like this. java.naming.factory.initial=com.evermind.server.ApplicationClientInitial ContextFactory

Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2

2001-08-21 Thread Harris, Andrew S
I'm trying to get the Java Pet Store 1.1.2 working with Cloudscape in Orion 1.5.2, and it is failing to get a connection from the datasource in PopulateServlet. I have managed to obtain a connection using the DriverManager, after modifying PopulateServlet. This is the exception which I captured

Auto-reply: Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2

2001-08-21 Thread ORAPOST
definitive source for Oracle technical information Oracle Technology Network http://technet.oracle.com/ I'm trying to get the Java Pet Store 1.1.2 working with Cloudscape in Orion 1.5.2, and it is failing to get a connection from the datasource in PopulateServlet. I have managed to obtain

RE: Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2

2001-08-21 Thread Dvornikov Victor
: Harris, Andrew S [SMTP:[EMAIL PROTECTED]] Sent: ? 21 ?? 2001 20:26 To: Orion-Interest Subject:Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2 I'm trying to get the Java Pet Store 1.1.2 working with Cloudscape in Orion 1.5.2

RE: Orion can't find Cloudscape database

2001-06-16 Thread Dvornikov Victor
this is an example of .bat file for orion cloudscape java -Dcloudscape.system.home=C:\YOUR\DATABASE -Djdbc.connection.debug=true -jar orion.jar -Original Message- From: Lou Farho [SMTP:[EMAIL PROTECTED]] Sent: 14 2001 18:49 To: Orion-Interest Subject: Orion can't find

Re: Orion can't find Cloudscape database

2001-06-15 Thread Ray Harrison
Try putting the cloudscape.jar into the orion\lib directory...it will be able to find it there... --- Lou Farho [EMAIL PROTECTED] wrote: How do I tell Orion where to find my Cloudscape database? Here is what I have for the data source: data-source class

Re: Orion can't find Cloudscape database

2001-06-15 Thread Sergei Batiuk
Iuse Rmi-Jdbc framework to connect to cloudscape. I have RmiJdbc.jar, cloudscape.jar and client.jar in orion/lib directory. my datasource.xml looks like: data-sourceclass="com.evermind.sql.DriverManagerDataSource"name="Cloudscape"location="jdbc/CloudscapeCo

Orion can't find Cloudscape database

2001-06-14 Thread Lou Farho
How do I tell Orion where to find my Cloudscape database? Here is what I have for the data source: data-sourceclass="com.evermind.sql.DriverManagerDataSource"name="Cloudscape"location="jdbc/CloudscapeCoreDS"xa-location="jdbc/xa/CloudscapeXADS"e

Re: cloudscape database

2000-09-20 Thread Claudio Miranda
Nirav Dani wrote: hi, I am using cloudscape database, where do i need to change/mention about it instead of HSQL default? You just need to put the jdbc driver in $ORION_HOME/lib, and change the $ORION_HOME/config/data-sources.xml. Claudio Miranda

Re: cloudscape database

2000-09-20 Thread Linda Chai
Hi, In order to have Cloudscape embedded in the orion server, I found that I had to amend the data-sources.xml to contain something like the following: data-sources data-source name="CloudscapeSource" class="com.evermind.sql.ConnectionDataSource" location="jdbc/C

Offbeat...Cloudscape

2000-08-22 Thread Ishpal
Hello, I know this question doesnot belong here... but any help would be highly appreciated... Can we define a column to be auto increment in Cloudscape database...??? Like if i want to make the id field as auto increment so that I dont have to generate a new id every time and it gets

Re: Offbeat...Cloudscape

2000-08-22 Thread Ishpal
') ? -Original Message- From: Ishpal [mailto:[EMAIL PROTECTED]] Sent: den 22 augusti 2000 12:48 To: Orion-Interest Cc: Orion-Interest Subject: Offbeat...Cloudscape Hello, I know this question doesnot belong here... but any help would be highly appreciated... Can we define a column

Re: Trouble with Rmi-Cloudscape from Orion

2000-08-18 Thread wim veninga
Hi Ishpal, Have you defined a datasource in datasources.xml that looks something like this? data-source class="com.evermind.sql.DriverManagerDataSource" name="Cloudscape" location="jdbc/CloudscapeCoreDS" xa-location="jdbc/xa/CloudscapeDS" ejb-l

Re: Trouble with Rmi-Cloudscape from Orion

2000-08-18 Thread Ishpal
he database are different , but now I can connect to the database. Thanks (once again). -Ishpal. wim veninga wrote: Hi Ishpal, Have you defined a datasource in datasources.xml that looks something like this? data-source class="com.evermind.sql.DriverManagerDataSource"

Re: Trouble with Rmi-Cloudscape from Orion

2000-08-18 Thread wim veninga
Hi Ishpal, Does cloudscape has rmijdbc in cloudscape.jar ? I always use rmijdbc.jar and cloudscape.jar to gether and also the url is different. What version of cloudscape do you use ? Thanks in advance, Greetings Wim Veninga Ishpal wrote: Thanks a lot Wim, you got the problem by the hook.. I

Re: Orion and Cloudscape

2000-08-17 Thread wim veninga
Hi Ishpal, Thanks for the help. I'll try it out later (already have interbase working with orion and interbase is free(opensource since version 6), so the choice is obvious.) Workaround for your error: Use cloudscape with rmijdbc or cloudconnector so you have to start and shutdown the database

Trouble with Rmi-Cloudscape from Orion

2000-08-17 Thread Ishpal
Hi, I'm having trouble connecting to cloudscape database from orion. Using the same driver, host and the port I can connect to the Cloudscape using RmiJdbcDriver from an application running in a different JVM, but when I try the same from orion I get an error like Auto-deploying hello-ejb

Re: Orion and Cloudscape

2000-08-11 Thread wim veninga
JavierG wrote: Hi all: Can I make Orion and Clouscape run in the same VM? In that case, how? Wrapping Cloudscape in a servlet and running it within Orion? Any particular measure I should take in that case? All suggestions would be very welcome. Thanks J. Hi Javier, What do you mean

Orion and Cloudscape

2000-08-10 Thread JavierG
Hi all: Can I make Orion and Clouscape run in the same VM? In that case, how? Wrapping Cloudscape in a servlet and running it within Orion? Any particular measure I should take in that case? All suggestions would be very welcome. Thanks J.

anyone have get to run Cloudscape Simple example !!!

2000-07-30 Thread nirav dani
Hi, I gave many try to run Cloudscape 3.5 database's "Simple" example on my linux box. here is the detail info. on my profile file and output from cloudscape. Testing for presence of Cloudscape-related libraries for embedded environment. FOUND IN

Cloudscape database how to????

2000-07-17 Thread nirav dani
. another Qestion is where should i install cloudscape? just like HSql under orion folder or somewhere else (like i have installed under /usr/local in my linux box) __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anyw

RE: HOWTO Sun's Java Pet Store Orion 1.0 Cloudscape JDBMS win98

2000-07-10 Thread Rob Lapensee
[EMAIL PROTECTED] www.delfour.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kirk Kalvar Sent: Friday, July 07, 2000 9:59 PM To: Orion-Interest Subject: HOWTO Sun's Java Pet Store Orion 1.0 Cloudscape JDBMS win98 I developed a how to for jps

RE: HOWTO Sun's Java Pet Store Orion 1.0 Cloudscape JDBMS win98

2000-07-08 Thread Nathan Phelps
Seems like a perfect fit for orionsupport.com -Original Message- From: Kirk Kalvar [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 08, 2000 3:09 PM To: Orion-Interest Subject: RE: HOWTO Sun's Java Pet Store Orion 1.0 Cloudscape JDBMS win98 I would be happy to only I'm do not have

HOWTO Sun's Java Pet Store Orion 1.0 Cloudscape JDBMS win98

2000-07-07 Thread Kirk Kalvar
and the updated estore-patched.ear with the orionsecurityadapter included. The howto.txt has detailed instructions on installing jvm, j2ee, Orion (cloudscape) and jps for win98. Would be good for newbies just getting onboard with orion (like me recently). Thanks, Kirk S. Kalvar

HOWTO PetStore and Cloudscape

2000-06-25 Thread Kirk Kalvar
For anyone interested. Thanks to Earl Marwil for pointing out the dual data source. cp jps1.0/database.sql/cloudscape.sql J2EE_HOME/doc/guides/ejb/examples/util cd J2EE_HOME/doc/guides/ejb/examples/util cloudij run cloudscape.sql; exit; cloudscape start cp J2EE_HOME/lib