example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Valeri . Kireitchik
Title: example of data-source.xml for Oracle 9i needed Hi all, may somebody provide me with example of of data-source.xml for Oracle 9i that supports CMT (container managed transactions) for Orion 1.5.2 ? Thank you in advance ITC-M, SIS Company Mr. Valeri Kireitchik Head of Application

RV: Some questions about orion-ejb-xml.jar

2002-05-13 Thread Andrés Escudero Apesteguía
Title: Firma tb solutions Diseño de fondo I've been testing Orion the last three weeks. In Orion web, I've read to put orion-ejb-jar.xml under orion directory for an EJB. In some other sites, this file must reside under META-INF directory. Which is the correct place to put

Re: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Darren Senel
This is what I use: data-source class=com.evermind.sql.DriverManagerDataSource name=OracleDS location=jdbc/OracleCoreDS xa-location=jdbc/xa/OracleXADS ejb-location=jdbc/OracleDS connection-driver=oracle.jdbc.driver.OracleDriver username=dsenel

AW: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Michael Maurer
Title: example of data-source.xml for Oracle 9i needed Place the classes12.zip which comes with the Oracle 9i in the lib directory an configure the datasources xml like that: ?xml version=1.0? !DOCTYPE data-sources PUBLIC Orion data-sources

Glue and Orion classpath

2002-05-13 Thread Jon Bricker
I'm trying to set up Glue to work on Orion with an app that will use EJBs. At this point I made it a web app( .war file) but when I run it it can not fine things in javax.ejb.*. Do I need to make the app into an .ear and add my classes to a jar file as well? There are no EJBs in the app but it

Re: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Matthew E. Porter
Darren: Does this configuration provide any sort of connection pooling? -matthew On Mon, 13 May 2002, Darren Senel wrote: This is what I use: data-source class=com.evermind.sql.DriverManagerDataSource name=OracleDS location=jdbc/OracleCoreDS xa-location=jdbc/xa/OracleXADS

Dynamic Proxies for remote interface wrapper?

2002-05-13 Thread Pletka, John
I'm trying to integrate a third-party security product that allows rules like can only call methodX on objectY between 9:00 am and 5:00 pm. It ties into Weblogic and WebSphere cleanly, but does not have a way to get into orion. What I would like to be able to do is either: 1) setup my

Orion and JSP

2002-05-13 Thread Krishnan, Sri
Hi, I am trying to use jsp s with Orion. Can anyone let me know how do I get the JSP compiled and displayed on the web browser ?. I know that OC4J compiles the JSP, just could not figure out how to get the orion do that. Thanks alot for your help Sri

Re: Orion and JSP

2002-05-13 Thread Corey Graham
It's simple if you have Orion running successfully. 1. In you orion's config directory you need to set up a web-app. Usually you use default-web-site.xml to do this. For instance add a line like: web-app application=bank name=/home/user/dev/pages root=/online-banking / This holds your

Re: RV: Some questions about orion-ejb-xml.jar

2002-05-13 Thread Scott Farquhar
The correct place is to place them in the META-INF directory, next to your other deployment files. It *used* to be the orion directory, but that was changed a long time ago. This tutorial should help you understand the orion xml files more:

RE: Dynamic Proxies for remote interface wrapper?

2002-05-13 Thread The elephantwalker
The orion-ejb-jar has the wrapper class noted. You can replace this class with your own, as long as you forward to the wrapper. With kind regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pletka, John

Re: testing

2002-05-13 Thread sudha parimala
David Tunkrans [EMAIL PROTECTED] wrote: What are u testing for    Yahoo! Autos - everything you wanted to know about cars and bikes

Re: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread gottfried
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 13 May 2002, Matthew E. Porter wrote: Darren: Does this configuration provide any sort of connection pooling? nop, the pooled-location is missing. we have setup a datasource like this and i hope this is the correct way. sorry, but this