Re: Please help me

2001-06-12 Thread denis despinoy
data-source Change the following line the read the evermind class copy and paste the line from the Hypersonic datasource class ... class=REPLACE THIS TO READ the evermind class oracle.jdbc.pool.OracleDataSource name=Oracle location=jdbc/devDS xa-location=jdbc/xa/devXA

Re: ...need urgent help!

2001-04-25 Thread denis despinoy
What do u mean by coded connection ? Are u referring to secure ! If so we used the jsse package to implement an ssl protocol. Otherwise u can configure orion with a secure option for server authentication. see the ssl tutorial online at the orion website select resource and click on orionsupport

Orion support available @pacific time

2001-04-19 Thread denis despinoy
Hey Guys, We've elected Orion as our appserver about 7 months ago and got rid of Weblogic at the same time. We are now shipping our product and were tremendously suffering from lack of technical support services from Orion. Issues that were brought up too many times by our client and were

Re: Credit-Card Processing

2001-04-10 Thread denis despinoy
We ran into to the same prb and corrected as follow The certificate cn must match the url u are calling i.e cn=www.mysite.com That's it --- Santosh Kumar [EMAIL PROTECTED] wrote: Does anybody use Verisigns's Payflow Pro for credit card processing? If yes, when i am trying to connect to

Re: Datasource confusion

2001-04-05 Thread denis despinoy
This line jdbc:mysql://luggage/log is not complete and consider mysql local. The syntax for url = drivertype:@location:PORT:instancedb ex: jdbc:oracle:[EMAIL PROTECTED]:777:FDEV for hsql this points to local jdbc:HypersonicSQL:./databases/mydb = :. means local for u I think it should be but

Re: problem running oracle with orion: 'oracle.jdbc.driver.OracleDriver' not found!

2001-03-24 Thread denis despinoy
Hi, Just copy classes12.zip (Oracle jdbc driver) in your orion/lib directory - just alongside HypersonicSQL driver hsql.jar... In Orion/config/data-sources.xml u can setup the DataSource lookup along with the url,database name usr and pwd and instance of the database u ref etc... Post if u

Re: Using EJBs with Delphi

2001-03-24 Thread denis despinoy
On the client side and in Delphi u can wrap the rmi calls around the client stub to resolve the jndi lookups.This works ok but was too much work for a small contract dev team. For increased productivity (time to market) we've decided to install openldap (opensource) and mapped the entry of our

Re: help for what ?

2001-03-24 Thread denis despinoy
--- elton [EMAIL PROTECTED] wrote: help __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Re: EJBQL

2001-03-02 Thread denis despinoy
After testing against the ejb2.0 spec It appears Orion and Weblogic are the only two considered EJB2.0 compliant so far. What are looking after in the ejb2.0 spec ? DD --- Ray Harrison [EMAIL PROTECTED] wrote: The latest information in hand that I know of is that no - they do not support

ssl and com.evermind.util.User ?

2001-03-02 Thread denis despinoy
I've installed a portion of my site under SSL. this part works great and thanks to the info got from this list ! I'm now trying to get the /demo/ssl/ssl-user-registration.jsp to run but I'm faced with 2 prbs ! it seems I cannot locate 1) com.evermind.util.User ! which jar file does it live

RE: I switch from X to Orion because:

2001-02-27 Thread denis despinoy
As a Principal Architect, for me time to market, sky rocking performance and ease of development were good enough to investigate and invest 2 of my developers and myself for 3 days. After our research and due dilligence (lack of doc so we learned the hard way !) All the feature we needed are

project manager - Orion

2001-02-13 Thread denis despinoy
Hi Guys, I've been exploring the appservers for some time now and it is high time we selected the appserver for our project. I'm contemplating the usual big one i.e. weblogic, dynamo ...and Orion. Any pointers to how Orion would and perform in a production environmnet to further argue and

Re: Servlet Mapping and Access

2001-01-17 Thread denis despinoy
In global-web-application.xml under ORIONROOT/config u can set or check your servlet webdir servlet-webdir=/servlet (i think that is the default). --- Santosh Kumar [EMAIL PROTECTED] wrote: try http://localhost/junitee/servlet/TestServlet - Original Message - From: hartmut