Orion with php

2001-09-10 Thread Henrik Skafsgaard Larsen
This is not about enabling php in Orion. I've got that working! But I had to make a small project using php against mySql, since I use Orion as development that wasn't any problem. However - I cannot connect to the database. I keep getting either TCP/IP 10091 or 10101: Cannot create socket. So I i

RE: Cross Linking ejb's from different Applications?

2001-09-10 Thread Pavan Dinavahi
Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Graesser Sent: Monday, September 10, 2001 8:30 PM To: Orion-Interest Subject: RE: Cross Linking ejb's from different Applications? I use a method like the one shown below to call an ejb from t

HTTP Clustering works only for default-web-app!!

2001-09-10 Thread Ashok Banerjee
Has anyone gotten Orion HTTP clustering to work for any application besides the default-web-app? I saw mchristoff's chain on this topic but the only solution that resulted from the discussion was to put in config/application.xml a module as which is again putting in the default application my ow

Message Driven Bean destination-location

2001-09-10 Thread Darryl Dieckman
I'm trying to setup a message driven bean and am getting an error during deployment that I don't understand. Here is the error the I am getting: Auto-deploying jmsdemoEjb.jar (ejb-jar.xml had been touched since the previous deployment)... done. Error deploying file:/C:/utils/oc4j/j2ee/home/appli

RE: Orion and properties (Anyone used a CORBA client within Orion?)

2001-09-10 Thread Colin Jacobs
IME StackOverFlowError occurs when you have some accidental recursion. Look at the stack - could this be the case? COlin -Original Message- From: Adam Cassar [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 3:45 PM To: Orion-Interest Subject: Re: Orion and properties (Anyone u

RE: Cross Linking ejb's from different Applications?

2001-09-10 Thread Doug Graesser
I use a method like the one shown below to call an ejb from the same application, where the call looks like MyEJBHome home = (MyEJBHome ) getJNDIObject("ejb/MyEJB ", MemberPartHome.class); private Object getJNDIObject(String location, Class narrowClass) throws NamingException {

RE: Cross Linking ejb's from different Applications?

2001-09-10 Thread Kesav Kumar
Title: RE: Cross Linking ejb's from different Applications? Invoking ejb from different machine is same as invoking ejb from different application. For invoking ejb which got deployed in another application you have to provide the PROVIDER_URL in getting the while creating the initial contex

Re: Orion and properties (Anyone used a CORBA client within Orion?)

2001-09-10 Thread Adam Cassar
Didn't help unfortunately. :( On Mon, Sep 10, 2001 at 01:06:56PM +0200, Johan Fredriksson wrote: > Have you tried the > > -Xms64m -Xmx128m > > options to java? > > Type > > java -X > > for help > > Johan > - Original Message - > From: "Adam Cassar" <[EMAIL PROTECTED]> > To: "Orion-I

Cross Linking ejb's from different Applications?

2001-09-10 Thread Pavan Dinavahi
My ejb needs a ref for another ejb which is in a different application in the same server. I am having Lookup problems. My ejb-jar.xml specifies the My problem is i wanna know what i should specify in the orion-ejb-jar.xml for location for ejb-ref tag: DO i need anything special in the orion-app

RE: EJB 2.0 Approved

2001-09-10 Thread steve . d . meacham
I understand that BEA will support it in version 6 which should be available real-soon-now.   Steven -Original Message- From: satish.gunda [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 8:44 AM To: orion-interest Subject: RE: EJB 2.0 Approved Has it been declared approve

Limiting Privileges in principals.xml

2001-09-10 Thread Doug Graesser
Hello I would like to allow an external user to have access to some EJB methods. I have successfully set all the security constraints, however the only way I have found to get my client app to work is with the following entry in principals.xml

RE: ORacle db string over 4000 chars

2001-09-10 Thread The elephantwalker
Take care with these instructions from Oracle...they will work for about a day, and then your server will chokewith an arghhh! The instructions leave out the need for the finally block around all blob/clob work that makes sure that all read/writes are closed, that statements are closed, a

RE: ORacle db string over 4000 chars

2001-09-10 Thread Komal Kandi (Contractor)
here is sample link for Clob datatype http://technet.oracle.com/doc/java.815/a64685/samapp2.htm -Original Message- From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 8:49 AM To: Orion-Interest S

RE: RE: EJB 2.0 Approved

2001-09-10 Thread Trujillo, Kris
I'm pretty sure Orion does not perform their version of "EJBLocal" without setting in the orion-ejb-jar of the EJB. Setting this attribute will stop objects from being serialized passed between the EJB and the client. I am 99.9% sure that Orion does not perform this function without the attri

RE: EJB 2.0 Approved

2001-09-10 Thread Ray Harrison
It's still officially in PFD status but will be approved with the release of J2EE 1.3 coming out, as I understand it. I believe BEA rolled it out with WebLogic 6.1. Pramati has it too. Others will roll it out in the upcoming months - I assume Orion will be one of them. --- "GUNDA, Satish / RSAI

RE: ORacle db string over 4000 chars

2001-09-10 Thread Nusairat, Joseph F.
Title: RE: ORacle db string over 4000 chars Ok so i use a Clob ... then i save it with a setAsciiStream and get it with a getClob?>>> Does anyone have a quick example i could seee thanks Joseph Faisal Nusairat, Sr. Project Manager WorldCom tel: 614-723-4232 pager: 888-452-0399 textm

RE: EJB 2.0 Approved

2001-09-10 Thread Solinsky, Jason
The referenced web page contains the following statement:   "The Executive Commitee for SE/EE has approved this ballot."   JWS  -Original Message-From: GUNDA, Satish / RSAIFS - IOM [mailto:[EMAIL PROTECTED]]Sent: Monday, September 10, 2001 9:44 AMTo: Orion-InterestSubject: RE:

Re: Changing the RMI Port

2001-09-10 Thread Dmitriy Serebryakov
xml version="1.0" ?>   (View Source for full doctype...)> -       -                 log> rmi-server> - Original Message - From: Kesav Kumar To: Orion-Interest Sent: Monda

RE: EJB 2.0 Approved

2001-09-10 Thread GUNDA, Satish / RSAIFS - IOM
Has it been declared approved formally? Or does the ballots suggest that it is going to be approved?   Has any of the app server vendors come out with plans in rolling out their EJB2.0 servers?   Satish     -Original Message-From: Solinsky, Jason [mailto:[EMAIL PROTECTED]]Sent: Mond

RE: RE: EJB 2.0 Approved

2001-09-10 Thread Solinsky, Jason
I have empirically observed a very high penalty on each call I make through a remote interface in the same JVM in 1.5.2. I haven't attempted to figure out how things are actually implemented, but something very expensive is happening each time a same-VM call is made. JWS -Original Message---

AW:RE: EJB 2.0 Approved

2001-09-10 Thread Markus . Meisterernst
Hi, as far as I know there is no cluster support for EJBs with the current version of the Orion server. Hence this means that the WebContainer and EJB Container are executed in the same virtual machine by default. This is ok, since RMI calls are expensive, so, if you don't have massive Front-E

Re: Orion on Macintosh

2001-09-10 Thread Hani Suleiman
Works perfectly, the only issue is that OSX's java impl does not seem to honour shutdown hooks, so you can't get a clean shutdown with control-C, but everything works fine if you shutdown/restart through admin.jar. Oh and the console is absolutely beautiful with the aqua LAF On Mon, 10 Sep 2001,

Re: Orion and properties (Anyone used a CORBA client within Orion?)

2001-09-10 Thread Johan Fredriksson
Have you tried the -Xms64m -Xmx128m options to java? Type java -X for help Johan - Original Message - From: "Adam Cassar" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 5:54 AM Subject: Orion and properties (Anyone used a CORBA client wi

Orion on Macintosh

2001-09-10 Thread Johan Fredriksson
Anyone tried to run Orion on a Mac OS X machine?   And if anyone have, I'd like to know about problems you had. Any porting problems from Microsoft development to production Mac...?   Thanks in advance       Johan

Re: Changing the RMI Port

2001-09-10 Thread Kesav Kumar
In orion config directory there will be a file named rmi.xml.  In rmi.xml you can give different port number. - Original Message - From: Rajiv R To: Orion-Interest Sent: Sunday, September 09, 2001 10:22 PM Subject: Changing the RMI Port Hi...   I a

RE: EJB 2.0 Approved

2001-09-10 Thread The elephantwalker
If anybody is at JAOO this week, please ask Karl about this.   Regards,   the elephantwalker   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Solinsky, JasonSent: Monday, September 10, 2001 12:01 AMTo: Orion-InterestSubject: EJB 2.0 Appr

EJB 2.0 Approved

2001-09-10 Thread Solinsky, Jason
I haven't seen anything here about this:   http://www.jcp.org/jsr/results/19-15-1.jsp   The EJB 2.0 Standard was approved by the Java Community Process on Wednesday the 4th. Now that the orion developers can be sure that the standard will not change, what sort of timeline can we expect for i