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
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?
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
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
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
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"
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
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':
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
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
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
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
: 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
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
]> 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
-
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
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
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
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)
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
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
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/
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
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
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
}
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
{
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
#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
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
> 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
ÒÅÂÑÔ, Ó ËÏÎËÒÅÔÎÙÍ ÏÐÙÔÏÍ ÐÏ J2EE + EJB.
á ÞÔÏ Õ ÔÅÂÑ ÎÏ×ÏÇÏ?
óÁÛÁ.
- Original Message -
From: "Dragonchick" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, September 06, 2001 14:03
Subject: Re: Datasource in
> îÉËÔÏ ÎÅ ÍÅÛÁÅÔ ÎÁÐÉÓÁÔØ ËÌÁÓÓ ÎÁÓÌÅÄÎÉË ÏÔ
> com.evermind.sql.DriverManagerDataSource
> É ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÔÁÍ ÍÅÔÏÄ getConnection(). ôÏÇÄÁ × ÜÔÏÍ ÍÅÔÏÄÅ ÍÏÖÎÏ
> ÄÅËÒÉÐÔÉÔØ ÐÁÒÏÌØ É ×ÙÚÙ×ÁÔØ ÍÅÔÏÄ ÐÒÅÄËÁ. ðÏÞÔÉ ÔÏ ÖÅ ÓÁÍÏÅ É
> ÄÌÑ ÏÓÔÁÌØÎÙÈ ËÌÁÓÓÏ× ÔÉÐÁ com.evermind.sql.DriverManager. äÏ
äÏÂÒÏÅ ×ÒÅÍÑ ÓÕÔÏË!
> 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
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.
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
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
;
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
-
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
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
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
, 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
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
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
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
GFT Software
Ltd.Tel£º67800438Fax£º67800386E-mail: [EMAIL PROTECTED]
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
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
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
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
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
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
[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
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
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
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
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
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
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
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
>
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
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
>
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
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
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
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
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
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.*;
&
;
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
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
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
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
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
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
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
>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
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
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
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
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
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
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
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
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
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
">
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
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
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
:[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
>
>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
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
>
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
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
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
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
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
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"
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
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,
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
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 - 100 of 149 matches
Mail list logo