RE: Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Juan Pablo Lorandi
012051 Mobile: +353-86-2157900 www.codefoundry.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Keith Kwiatek > Sent: Tuesday, May 21, 2002 2:00 PM > To: Orion-Interest > Subject: Questions about commits and orion datasou

Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Keith Kwiatek
Hello, I have some jsp's that are using orion's connection pooling. When a jsp page opens the db connection (oracle) through the connection pool, is it dedicated to that particular jsp page? Another jsp couldn't issue a commit or rollback and somehome impact another jsp's transactions, correct?

Re: Sharing datasource

2002-05-19 Thread Hani Suleiman
rion, although it may > appear in future versions. > > Cheers, > Scott > > Linus Larsen wrote: >> If the same EJB application is running on lets say two servers, and are >> sharing the same datasource. Do I have to configure the orion-ejb- >> jar.xml and set the

Re: Sharing datasource

2002-05-19 Thread Scott Farquhar
Yes, that is true. At the moment, there is no EJB clustering in Orion, although it may appear in future versions. Cheers, Scott Linus Larsen wrote: > If the same EJB application is running on lets say two servers, and are > sharing the same datasource. Do I have to configure the ori

Sharing datasource

2002-05-17 Thread Linus Larsen
If the same EJB application is running on lets say two servers, and are sharing the same datasource. Do I have to configure the orion-ejb- jar.xml and set the exclusive-write-access="false" for every entity deployment (on both servers) sharing the datasource, to avoid inconsiste

Re: how do I setup a datasource for mssql ?

2002-04-17 Thread Lachezar Dobrev
Change the url and the driver. You have miswritten them: url="jdbc:microsoft:." connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver" Lachezar > Subject: how do I setup a datasource for mssql 1 2 3 4 5 6 7 8 9 > From: "alt.cybercafes"

RE: how do I setup a datasource for mssql ?

2002-04-17 Thread Roland van Woerkom
You mixed up the url and connectiondriver. regards, roland -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Orion Newsgroup Verzonden: dinsdag 16 april 2002 20:55 Aan: Orion-Interest Onderwerp: how do I setup a datasource for mssql ? Subject: how do I

how do I setup a datasource for mssql ?

2002-04-16 Thread @Basebeans.com
Subject: how do I setup a datasource for mssql 1 2 3 4 5 6 7 8 9 From: "alt.cybercafes" <[EMAIL PROTECTED]> === I have tried setting up my the datasource like the following and I get the following errors "Error initializing data-source 'jdbc/Billing':

Problem with datasource when orion under pressure??

2002-03-17 Thread Dillon, Ryan
Hi all, I am having some problems stress testing an application that i have ported to orion from jboss. We used Cocobase for CMP. The app works fine, and if i run the test scripts (using webload) with a single user, everything is fine. As soon as i start pumping up the number of users i get som

RE: DataSource Issue (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: DataSource Issue

2002-03-11 Thread Ray Harrison
rest of the group? :) > > Thanks > -Clay > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Ray Harrison > Sent: Sunday, March 10, 2002 11:26 AM > To: Orion-Interest > Subject: Re: DataSource Issue > > > Mike

RE: DataSource Issue (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: DataSource Issue

2002-03-10 Thread Clay Mitchell
: DataSource Issue Mike - On my laptop I have Sap DB (www.sapdb.org). It has a small enough footprint that it works on a laptop just fine, but has the functionality to make it useful. MySQL works just fine as well. Wouldn't bother with Access myself. Cheers Ray --- Michael Shoemaker <[EMAIL P

Re: DataSource Issue

2002-03-10 Thread Mike Cannon-Brookes
the latest versions of the new > hsqldb project, though I have not tried hsqldb personally. > > Cheers, > > Jason > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > Shoemaker > Sent: Sunday, March

Re: DataSource Issue

2002-03-10 Thread Ray Harrison
]> wrote: > Hello Gang > > I have a datasource question that Id like to get some feedback on. > Typically my development happens where I have a datasource available, > but sometimes I have my laptop offline without any access to my > database. What do you mobile users do

RE: DataSource Issue

2002-03-10 Thread Jason Coward
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Shoemaker Sent: Sunday, March 10, 2002 8:38 AM To: Orion-Interest Subject: DataSource Issue Hello Gang I have a datasource question that Id like to get some feedback on. Typically my development happens where I have a datasource

DataSource Issue

2002-03-10 Thread Michael Shoemaker
Hello Gang I have a datasource question that Id like to get some feedback on. Typically my development happens where I have a datasource available, but sometimes I have my laptop offline without any access to my database. What do you mobile users do in this case? Set up a local datasource

setting up data-source: no cmt-dataSource/ejb-datasource

2001-10-23 Thread Alexey Alexapolsky
 Hello guys, I've installed Orion to my system and trying to run hello-world app. It's using a simple CMP bean. I need to connect it to ODBC datasource. How do I create a datasource in data-sources.xml for existintg ODBC datasource ?This is what I have in data-sources.xml , bu

Re: NullPointerException and DataSource

2001-10-03 Thread Chad Cromwell
Perry did you fin out the answer to this i'm running into the same problem thanks chad java.sql.SQLException: Protocol violation at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:631) at oracle.jdbc.ttc7.O3log.receive2nd(O3log.java, Compiled Code)

NullPointerException and DataSource

2001-10-02 Thread Perry Hoekstra
Greet the sun all: I am trying to execute a Oracle query using a data source an I am receiving the following NullPointerException: testCreateAuditLog(com.ingenix.hisit.subrotrack.test.audit.ejb.AuditLogTest)java.lang.NullPointerException at com.evermind.sql.OrionPooledDataSource._bsb(Un

Re: How to use mySQL DB as Datasource?

2001-09-27 Thread Chris Callaghan
Download the JDBC driver from http://mmmysql.sourceforge.net/ and put that into your orion/lib directory, then edit orion/config/data-sources.xml to add in the data-source. Docs on the data-sources.xml can be found here: http://www.orionserver.com/docs/data-sources.xml.html You will need to u

How to use mySQL DB as Datasource?

2001-09-26 Thread Michael Simons
I'm aware that's a really newbie question but that's what I am ... Any docs or anything else on this? thanks in advance, michael -- Dipl.-Math. (fh) Michael Simons UNIOPT AG // unique logistic optimization Maximilianstr. 29; D-93047 Regensburg phone: ++49(0)941/59578-0 http://www.uniopt.net/

RE: DataSource question

2001-09-14 Thread David Libke
greg, Use a ConnectionPoolDataSource, then Orion will return a different data source. Dave -Original Message- From: Greg Kogan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 12:41 PM To: Orion-Interest Subject: DataSource question I have run into a problem where

DataSource question

2001-09-13 Thread Greg Kogan
I have run into a problem where the a DataSource does not open more then one connection. I have not purchased a license yet, so could this be happenning because of lack of a license or is it a bug(I doubt it, but anything is possible...) ? So far, I tried opening multiple connections using

RE: OC4J datasource / server crash problem

2001-09-11 Thread Owen Fellows
datasource / server crash problem All of out JDBC is done in a try-catch-finally block where the prepared statement and connection are closed in the finally block. Transactions are managed using CMT, and CMP is not used as stateless session EJBs make more sense in the design. Autocommit is off

SV: OC4J datasource / server crash problem

2001-09-11 Thread Ian S. Hagen
} catch ( InitializerException ie ) { // Unable to return connection. To bad, but at least we tried. } } Hope this clarifies some issues. Ian -Oprindelig meddelelse- Fra: The elephantwalker [mailto:[EMAIL PROTEC

RE: OC4J datasource / server crash problem

2001-09-11 Thread Owen Fellows
{ YourClass.returnJDBCConnection(c); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ian S. Hagen Sent: 11 September 2001 08:21 To: Orion-Interest Subject: OC4J datasource / server crash problem Hi, I am currently part of a project developing a servlet/stateless EJB solution

RE: OC4J datasource / server crash problem

2001-09-11 Thread The elephantwalker
#x27;t you using cmp? Regards, the elephantwalker .ps Your datasource is fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ian S. Hagen Sent: Tuesday, September 11, 2001 12:21 AM To: Orion-Interest Subject: OC4J datasource / server crash problem

OC4J datasource / server crash problem

2001-09-11 Thread Ian S. Hagen
Hi, I am currently part of a project developing a servlet/stateless EJB solution to be run on the Orion platform. We are experiencing some problems using our datasource connection to our Oracle 9i database. The server will on occasion leak connections, which eventually results in both the

Re: Datasource info access restriction/encryption

2001-09-06 Thread Dragonchick
> OK, jag forstar precis, tack sa mycket. > > Please write in English! > > Sorry, my fault... One more time: >Is there any way to have username/password in encrypted form in the datasources.xml file? I think, yes. You can inherit com.evermind.sql.DriverManagerDataSource and overlap his ge

Re: Datasource info access restriction/encryption

2001-09-06 Thread Alexander Kaprelov
ÒÅÂÑÔ, Ó ËÏÎËÒÅÔÎÙÍ ÏÐÙÔÏÍ ÐÏ J2EE + EJB. á ÞÔÏ Õ ÔÅÂÑ ÎÏ×ÏÇÏ? óÁÛÁ. - Original Message - From: "Dragonchick" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2001 14:03 Subject: Re: Datasource in

RE: Datasource info access restriction/encryption

2001-09-06 Thread Mikael Staldal
> îÉËÔÏ ÎÅ ÍÅÛÁÅÔ ÎÁÐÉÓÁÔØ ËÌÁÓÓ ÎÁÓÌÅÄÎÉË ÏÔ > com.evermind.sql.DriverManagerDataSource > É ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÔÁÍ ÍÅÔÏÄ getConnection(). ôÏÇÄÁ × ÜÔÏÍ ÍÅÔÏÄÅ ÍÏÖÎÏ > ÄÅËÒÉÐÔÉÔØ ÐÁÒÏÌØ É ×ÙÚÙ×ÁÔØ ÍÅÔÏÄ ÐÒÅÄËÁ. ðÏÞÔÉ ÔÏ ÖÅ ÓÁÍÏÅ É > ÄÌÑ ÏÓÔÁÌØÎÙÈ ËÌÁÓÓÏ× ÔÉÐÁ com.evermind.sql.DriverManager. äÏ

Re: Datasource info access restriction/encryption

2001-09-06 Thread Dragonchick
äÏÂÒÏÅ ×ÒÅÍÑ ÓÕÔÏË! > Hello! > > Is there any way to have username/password in encrypted form in the > datasources.xml file, or the only way to secure DB access is to restrict > access to datasources.xml file itself? îÉËÔÏ ÎÅ ÍÅÛÁÅÔ ÎÁÐÉÓÁÔØ ËÌÁÓÓ ÎÁÓÌÅÄÎÉË ÏÔ com.evermind.sql.DriverMan

Datasource info access restriction/encryption

2001-09-05 Thread Alexander Kaprelov
Hello! Is there any way to have username/password in encrypted form in the datasources.xml file, or the only way to secure DB access is to restrict access to datasources.xml file itself? Alex.

How CMP uses more than one DataSource?

2001-08-14 Thread Duffey, Kevin
indicate what Datasource to use at that point. Is there any method of specifying more than one DataSource at deployment? Lastly, let me explain one thing about our database. We are a media industry based company. We deal with Radio, TV and Cable. We have one database for each. The tables in each are

Problems getting an Application-Client to use a datasource in Orion

2001-08-13 Thread Owen Fellows
I have an orion server using a datasource. I want to connect to this datasource from outside the application but I'm having problems. I have created this program. import java.util.*; import java.sql.*; import javax.naming.*; import com.evermind.sql.*; public class TestConnect { p

Re: Datasource Question - is there a way to setup a JDBC log file?

2001-07-26 Thread Bill Clinton
; import java.io.FileOutputStream; import java.io.PrintWriter; public class LoaderServlet extends HttpServlet { public void init() { System.out.println(new java.util.Date() + ": " + this.getClass().getName() + ": setting Datasource log&q

RE: Finding Default DataSource in My App

2001-07-26 Thread Roozbeh Ghaffari
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Matthews Sent: Thu, July 26, 2001 10:30 AM To: Orion-Interest Subject: Re: Finding Default DataSource in My App a starting point might be. import com.evermind.server.administration.*; javax.naming.Context ctx = new InitialContext

Re: Finding Default DataSource in My App

2001-07-25 Thread Greg Matthews
get some orion specific stuff from this. check out the other stuff in the administration.* package. greg - Original Message - From: "Roozbeh Ghaffari" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 2:57 PM Subject

Finding Default DataSource in My App

2001-07-25 Thread Roozbeh Ghaffari
Dear Friends, Can anybody tell me how to find the default datasource of my application at run-time? (JNDI name or instance ref.) And a more general question: How can I query for Orion specific application information during run-time? I saw nothing in Orion API docs. Thank you in advance

RE: Datasource Question - is there a way to setup a JDBC log file?

2001-07-20 Thread Peter Brown
, July 20, 2001 9:49 AM To: Orion-Interest Subject: Re: Datasource Question - is there a way to setup a JDBC log file? Bill, I do just that, i.e. open the log file for writing in the init() method of a dumb servlet that gets preloaded at startup. I pick up the path/filename of the log file from a

Re: Datasource Question - is there a way to setup a JDBC log file?

2001-07-20 Thread Attila Bodis
would be to use log4j, but I haven't had a chance to look into it in any depth. Hope this helps, Attila - Original Message - From: "Bill Clinton" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 6:50 AM

Re: Datasource Question - is there a way to setup a JDBC log file?

2001-07-20 Thread Bill Clinton
Attila, Thanks alot. I believe this is what I need, but I am going to trouble you with one more question: Where would you recommend doing this in a web application? I was hoping that there would be somewhere to set a log file in the definition of the datasource. I assume I only need

Re: Datasource Question - is there a way to setup a JDBC log file?

2001-07-19 Thread Attila Bodis
Bill, // Use JNDI lookup to locate the data source: InitialContext ctx = new InitialContext(System.getProperties()); DataSource ds = (DataSource)ctx.lookup(dsName); // Have the connection pool log to the specified log file: ds.setLogWriter(myPrintWriter); Where

how config a pool oracle datasource??

2001-07-19 Thread yejun
    GFT Software Ltd.Tel£º67800438Fax£º67800386E-mail: [EMAIL PROTECTED]

Re: Datasource Question - is there a way to setup a JDBC log file?

2001-07-18 Thread Ashok Banerjee
Start OC4J with -Djdbc.debug=true this turns on Orion JDBC debug information. Cheers, Ashok Bill Clinton wrote: > Hello, >I am curious on how to set up logging for JDBC. I thought there > would be a parameter in the data-source definition that would allow > logging. Does this exist? > > Bi

Datasource Question - is there a way to setup a JDBC log file?

2001-07-18 Thread Bill Clinton
Hello, I am curious on how to set up logging for JDBC. I thought there would be a parameter in the data-source definition that would allow logging. Does this exist? Bill btw: I am using oracle

Is it possible to use the DataSource defined in orion server from external client?

2001-06-03 Thread Ravi Reddy
Hi All,   Is it possible to use the DataSource defined in orion server from external client?   The client is a simple JDBC application and nothing to do with EJB's , J2EE etc. I want to look up the datasource and make a connection from there.   I am able to  retrive the datasource th

Using DataSource from and external client

2001-05-31 Thread Kevin Jones
I now have the client working, i.e. I can connect to the server and get a DataSource by doing a JNDI lookup. However, if I get a Connection from the DataSource and then try and get a Statement from the connection I get a 'Null Pointer Exception' from within Orion (the Connection definit

Query Datasource Info

2001-05-21 Thread cmp user
Hi I am trying to query datasource information using the following C:\temp\orion>java -jar admin.jar ormi://localhost:88 admin welcome -dataSourceInfo I get the following errors Error: javax.naming.NamingException: Lookup error: java.io.StreamCorruptedExcept ion: Caught EOFException wh

JNDI entries in JSP for datasource

2001-04-16 Thread Ashok Banerjee
Hello All, I am trying to look up a datasource from a JSP page. The datasource is defined in datasources.xml as jdbc/ds1. I can look up the datasource as jdbc/ds1 but I want to be able to look it up as java:comp/env/jdbc/ds1. How can this be achieved? Thanks Ash

RE: datasource configuration

2001-04-16 Thread Korosh Afshar
[mailto:[EMAIL PROTECTED]]On Behalf Of Josh Lisle Sent: Monday, April 16, 2001 1:33 PM To: Orion-Interest Subject: datasource configuration Howdy All. I'm running Orion 1.3.8 on Linux with an Informix database. I'm getting strange datab

datasource configuration

2001-04-16 Thread Josh Lisle
Howdy All. I'm running Orion 1.3.8 on Linux with an Informix database. I'm getting strange database errors such as: com.evermind.server.rmi.OrionRemoteException: Database error: Column size too large. Informix limits column names to 18 characters and I'm be

RE: Datasource confusion

2001-04-06 Thread Kemp Randy-W18971
perhaps the O'Rielly book. -Original Message- From: Koster, K.J. [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 6:00 AM To: Orion-Interest Subject: RE: Datasource confusion Dear All, I've nailed the problem. I removed the datasource definition from the ejb-jar.xml

RE: Datasource confusion

2001-04-06 Thread Koster, K.J.
Dear All, I've nailed the problem. I removed the datasource definition from the ejb-jar.xml and placed one in ~orion/config/data-sources.xml. After rebuilding the application I stopped Orion, wiped out the ~orion/application-deployments directory, and restarted Orion. I now get remote a

Re: CMP default datasource

2001-04-05 Thread Fredrik Olsson
t;[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: CMP default datasource >Date: Thu, 05 Apr 2001 15:12:14 -0700 >MIME-Version: 1.0 >X-Originating-IP: [205.227.43.13] >Received: from [195.58.126.196] by hotmail.com (3.2) with ESMTP id >MHotMailBC965

CMP default datasource

2001-04-05 Thread Ashok Banerjee
I could change the cmt datasource (from HyperSonic to mySql) by changing in the application-deployments directory (thanks to pointer from UnicMan). But does anyone know what one can do in ones own ejbs to have the CMP bean persisted to mySql by default. Cheers, Ash

Re: Datasource confusion

2001-04-05 Thread denis despinoy
be but I do not know your network topo try jdbc:mysql:@luggage.log:yourdbpath --- "Koster, K.J." <[EMAIL PROTECTED]> wrote: > Dear All, > > I am trying to use MySQL and Orion where the MySQL > database is located on a > different host than Orion is. > > The be

RE: Datasource confusion

2001-04-05 Thread UnicMan
Hi, > I am trying to use MySQL and Orion where the MySQL database is > located on a > different host than Orion is. > > The beans look up the datasource in JNDI. I've specified the datasource in > in ejb-jar.xml. (The resource-ref thingy) This is found, becasue >

Datasource confusion

2001-04-05 Thread Koster, K.J.
Dear All, I am trying to use MySQL and Orion where the MySQL database is located on a different host than Orion is. The beans look up the datasource in JNDI. I've specified the datasource in in ejb-jar.xml. (The resource-ref thingy) This is found, becasue I no longer get naming exceptions

Re: Can I use InterBase's DataSource instead of Orion's?

2001-03-15 Thread Tim Endres
You should not be instantiating DataSource's directly. You should define the DataSource in Orion's configuration file, and then access the DataSource by name via your InitialContext. tim. > In normal java application, I may use interbase.interclient.DataSource to >

Can I use InterBase's DataSource instead of Orion's?

2001-03-15 Thread Gophern
In normal java application, I may use interbase.interclient.DataSource to access Interbase: interbase.interclient.DataSource ds = new interbase.interclient.DataSource (); ds.setServerName ("192.168.1.200"); ... ... thouth, the Orion's DataSource class does not fit my p

Re: Default datasource.

2001-03-02 Thread Jay Armstrong
abase. In datasources.xml there is are "location", "ejb-location", "xa-location" and "pooled-location" parameters that are defined in orion/docs/data-sources.xml.html: "location - The JNDI-path to bind this DataSource to." "ejb-locatio

Default datasource.

2001-03-02 Thread James Hill
Is there a j2ee standard way to get the default datasource (that your CMP beans would be using) from a servlet or a session bean? Thanks, James

Re: SAPDB experience and Datasource

2001-02-23 Thread Robert Krueger
At 00:44 23.02.2001 , you wrote: >Hello, I'd be interested in hearing the experiences from people who used >SAPDB with Orion CMP in terms of stability and performance on both linux and >nt. SAPDB on linux in development for a little more than 3 months now and everything works fine. performance a

SAPDB experience and Datasource

2001-02-22 Thread Christian Billen
Hello, I'd be interested in hearing the experiences from people who used SAPDB with Orion CMP in terms of stability and performance on both linux and nt. Also if you have them available, can you share your database-schema ? Thanks, Christian

Re: JDBC/DataSource/JNDI Error

2001-02-13 Thread Tim Endres
gt; schema="database-schemas/ms-sql.xml" > /> > > I have tested out both these JNDI (ejb-location) names in the following > code: > > import java.sql.*; > import javax.naming.InitialContext; > import javax.sql.DataSource; > import java.util.*; &

JDBC/DataSource/JNDI Error

2001-02-13 Thread Tom Holmes Jr.
; import javax.sql.DataSource; import java.util.*; class TestSQL { public static void main (String args[]) { try { // Obtain connection InitialContext ctx = new InitialContext(); DataSource ds = (DataSource) ctx.lookup("jdbc/M

RE: Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-10 Thread Jeff Schnitzer
Sent: Thu 2/8/2001 6:05 AM To: Orion-Interest Cc: Subject: RE: Orion-console in 1.4.7 supports DataSource properly... now what!!! Is this the same Richard who heads www.openejb.org? Their site mentions

RE: Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-09 Thread Kemp Randy-W18971
ssage- From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 8:22 PM To: Orion-Interest Subject: RE: Orion-console in 1.4.7 supports DataSource properly... now what!!! I posted this question to the ejb-interest list, and got back the two attached responses. The one

RE: Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-07 Thread Jeff Schnitzer
day, February 07, 2001 5:37 AM >To: Orion-Interest >Subject: RE: Orion-console in 1.4.7 supports DataSource properly... now >what!!! > > >Jeff, > >>Are you sure that the JDBC driver isn't finding its way into the >>classpath? Did you try the console remote

RE: Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-07 Thread Daniel Cardin
nto account >in your tests? I know about the way orionconsole works, thanks :) I've actually spent quite some time analysing com.evermind.gui.server and com.evermind.server to figure out exactly what's going on. So far, I believe DataSource access goes through another JNDI bound o

RE: Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-07 Thread Daniel Cardin
2001 21:30 À : Orion-Interest Objet : RE: Orion-console in 1.4.7 supports DataSource properly... now what!!! Daniel; As far as I can tell the DS lookup works in 1.4.7 I have an app that does many lookups and I just ran it unchanged from 1.4.5 to 1.4.7. Now Granted I am in orion so I just have to

RE: Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-06 Thread Allen Fogleson
Daniel; As far as I can tell the DS lookup works in 1.4.7 I have an app that does many lookups and I just ran it unchanged from 1.4.5 to 1.4.7. Now Granted I am in orion so I just have to do a... InitialContext ctx = new InitialContext(); DataSource ds = (DataSource) ctx.lookup("jdbc

RE: Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-06 Thread Jeff Schnitzer
>Subject: Orion-console in 1.4.7 supports DataSource properly... now >what!!! > > >Hi everyone! > >I'm progressing... Orion 1.4.7 has support for DataSources in the >orion-console application. >If you select a DataSource, you will see a new panel allowing you to >enter SQ

Orion-console in 1.4.7 supports DataSource properly... now what!!!

2001-02-06 Thread Daniel Cardin
Hi everyone! I'm progressing... Orion 1.4.7 has support for DataSources in the orion-console application. If you select a DataSource, you will see a new panel allowing you to enter SQL commands that will be sent directly to the database through the DataSource + connection. it WORKS i

Re: Can't find DataSource at java:comp/env/jdbc/NameOfDataSourceDS..??

2000-11-27 Thread Boris Gertsberg
If you open a console (java -jar orionconsole.jar ) you will see that your jdbc connections are in fact can be found in JNDI at jdbc/myEJBDS and not java:comp/env/jdbc/myEJBDS. You are getting casting exception because in your datasources.xml you defined DataSource as

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-26 Thread Juan Lorandi (Chile)
de Noviembre de 2000 3:01 To: Orion-Interest Subject: RE: Can't find DataSource in ejb-jar.xml file??? Thanks. What I did was delete the /orion/application-deployment folder of my app..which seems to work as far as trying to use Interbase. The problem I get now is below..any ideas? Auto-cr

Can't find DataSource at java:comp/env/jdbc/NameOfDataSourceDS..??

2000-11-25 Thread Kevin Duffey
Hi all, Strange things abrew. I have my Interbase datasource set up as list below. I thought the way inside of an EJB to find a DataSource would be: Context context = null; try { context = new InitialContext(); interbase.interclient.DataSource ds = (interbase.interclient.Datasource

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Thanks. What I did was delete the /orion/application-deployment folder of my app..which seems to work as far as trying to use Interbase. The problem I get now is below..any ideas? Auto-creating table: create table com_ss_ejb_login_LoginEntityEJB (loginName VAR CHAR(255) not null primary key, logi

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Jarek Skreta
gt; Sent: 25 November 2000 18:40 > To: Orion-Interest > Subject: RE: Can't find DataSource in ejb-jar.xml file??? > > > Hey Salaman! > > Hmm..that makes sense except for one thing..using a DataSource should be > vendor independent shouldn't it? Or is that a vendor sp

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Hey Salaman! Hmm..that makes sense except for one thing..using a DataSource should be vendor independent shouldn't it? Or is that a vendor specific setting? I thought J2EE was all about making a complete app including database free ties, so you can deploy into any app server. If thats the

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Victor A. Salaman
Hi Buck: Orion picks the first datasource in the data-sources.xml file, unless you tell it explicitly which data-source to use in META-INF/orion-application.xml . either make your datasource be the first one the file, or read the docs for (META-INF/orion-application.xml) so you can configure

Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Hello all, What the heck does it mean when I deploy an EJB .jar file and it says: Auto-deploying ss.jar (ejb-jar.xml had been touched since the previous deployment)... Error compiling file:/C:/ss/ss.jar: No DataSource found at jdbc/HypersonicDS My datasource is an Interbase one and I have it

Interbase DataSource?

2000-11-23 Thread Kevin Duffey
"> I am not sure if these are correct..but I am hoping so. Next..how do I get the datasource working with Orion? When I start Orion should I see anything special (maybe in the console window)? How does entity beans with

RE: Obtain a pooled postgres connection from JNDI datasource under Linux

2000-11-20 Thread Tim Drury
try connection-driver="org.postgresql.Driver" -tim > -Original Message- > From: Alexander Höher [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 20, 2000 3:51 AM > To: Orion-Interest > Subject: Obtain a pooled postgres connection from JNDI > datasource

Obtain a pooled postgres connection from JNDI datasource under Linux

2000-11-20 Thread Alexander Höher
Hi all, how can I obtain a pooled postgres connection from a JNDI datasource under Linux? My client code always gets a SQLException with SQLSTATE=08001: No suitable driver. Postgres driver is jdbc6.5-1.2.jar, dropped into ORION_HOME/lib (desparately also appended to the CLASSPATH). I have tried

SV: specify datasource for entity bean

2000-11-16 Thread Klaus . Myrseth
:[EMAIL PROTECTED]] Sendt: 15. november 2000 18:52 Til: Orion-Interest Emne: specify datasource for entity bean Hi, I may have missed it in the docs but I can't figure out how to configure the datasource a CMP entity bean uses for persistence. I can change the orion-ejb-jar.xml file that is

Re: specify datasource for entity bean

2000-11-15 Thread Gerald Gutierrez
> >I may have missed it in the docs but I can't figure out how to configure >the datasource a CMP entity bean uses for persistence. I can change the >orion-ejb-jar.xml file that is auto-created when the beans are deployed but >how can I change it _before_ deploying the bean? > >Thanks, >Ted Slusser

RE: specify datasource for entity bean

2000-11-15 Thread Rick Bos
create an orion-ejb-jar.xml yourself, and Orion will add any necessary additional tags. > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: November 15, 2000 12:52 PM > To: Orion-Interest > Subject: specify datasource for entity bean >

Re: specify datasource for entity bean

2000-11-15 Thread Robert Krueger
only by setting it as the default ds for the application HTH robert At 11:52 15.11.00 , you wrote: >Hi, > >I may have missed it in the docs but I can't figure out how to configure >the datasource a CMP entity bean uses for persistence. I can change the >orion-ejb-jar.x

specify datasource for entity bean

2000-11-15 Thread TDSlusser
Hi, I may have missed it in the docs but I can't figure out how to configure the datasource a CMP entity bean uses for persistence. I can change the orion-ejb-jar.xml file that is auto-created when the beans are deployed but how can I change it _before_ deploying the bean? Thanks, Ted Slusser

Using datasource from external JNDI client

2000-11-14 Thread Denis Jaccard
Hi all, I'm trying to connect a stand-along client application to the HypersonicSQL database using Orion and datasource. The JNDI lookup works fine and I am able to get a connection. The problem arises when I try to create a Statement object. Moreover, there is no particular error message

Re: DataSource and Transaction

2000-11-14 Thread Robert Krueger
gt; >In the "sutff" section above I create different entity-beans like >user.create(userDetails) and >updates different data in others and then I use a method to insert some >data into a >table that's not an entity-bean like this: > >EntityBean.insertLine(lineDa

DataSource and Transaction

2000-11-13 Thread Lars Borup Jensen
ntity-beans like user.create(userDetails) and updates different data in others and then I use a method to insert some data into a table that's not an entity-bean like this:   EntityBean.insertLine(lineData)   and the insertLine method uses JNDI to obtain a DataSource like "jdbc/PooledDataSource

DataSource setup

2000-11-10 Thread Lee, Se Hee
Title: DataSource setup Is there any way that I can verify the datasource setup once orion is running? Here is my datasource xml, but I don't know if it's binded correctly or not. Se Hee             class="com.evermind.sql.DriverManagerDataSource"

AW: Interbase datasource??

2000-10-27 Thread Jens Stutte
esendet am: Mittwoch, 25. Oktober 2000 20:11 > An: Orion-Interest > Betreff: RE: Interbase datasource?? > > Question for you..when I create a database there is something > that has a > drop-down that says Dialect..and its always selected on 3. > Doesn't that mean > it s

RE: Interbase datasource??

2000-10-25 Thread Michael Rimov
At 11:11 AM 10/25/2000 -0700, you wrote: >Question for you..when I create a database there is something that has a >drop-down that says Dialect..and its always selected on 3. Doesn't that mean >it supports it? I recall reading that IB6 supports D3 now, so I thought that >it did. I have build 308,

RE: Interbase datasource??

2000-10-25 Thread Duffey, Kevin
maybe that one supports it? Anyways, so it seems like the datasource should look like so: http://www.orionserver.com/dtds/database-schemas.dtd"> Does that seem

AW: Interbase datasource??

2000-10-25 Thread Jens Stutte
Hi, i have no datasource for interbase, since i am using only bean managed persistence, but i can tell you some things. The current JDBC driver for Interbase (Interclient) does not support Interbases "dialect 3". This means: you can connect to "dialect 3" databases, but so

  1   2   >