RE: Transaction problems

2001-07-13 Thread J Davis
We would also be interested in a solution to this problem as we have encountered the same thing. We are using 1.5.2 and Oracle 8.1.6 for our situation. We have also run into an issue where if you start a transaction and inside hit a lot of different data/ejbs the Orion server maxes out it's CURSO

RE: Customizing CMP deployment

2001-03-12 Thread J Davis
Once the application-deployment directory is created update the orion-ejb-jar.xml and change the Table tag. Later... Greg -Original Message- From: Sergei Batiuk [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 8:51 AM To: Orion-Interest Subject: Customizing CMP deployment Is

RE: Applet BEAN JNDI Errors

2001-03-06 Thread J Davis
Did you ever get a fix to this? We seem to be getting a similar error trying to get an InitialContext from an object when load testing. Unfortunately it is not consistently happening to where we have been able to track the problem down. Any ideas? -Original Message- From: John McManus

RE: More than one InitialContext

2000-12-15 Thread J Davis
his option however causes the VM to run out of memory eventually. Karl, Greg, has any progress been made here? Any ideas as to what exactly is wrong here? Regards, Peter van Rensburg > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of J Davis &

RE: More than one InitialContext

2000-12-12 Thread J Davis
It looks like this is a bug if coming from a client-application. It seems if you create a initial context within the same instance of a class, and then close and try to re-open another InitialContext it will fail. I tested this again today making my test class runnable and spawning three instance

RE: OR mapping with Oracle

2000-12-01 Thread J Davis
I beleive primary keys must be Serializalble. Try using an Integer object instead. Later Greg -Original Message- From: Hegyi Tibor [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 2:47 AM To: Orion-Interest Subject: OR mapping with Oracle Hi guys, Coupld you please help

RE: how do i deploy ear

2000-11-30 Thread J Davis
Try using the absolute pasth in the server.xml's path=""(i.e. path="c:/myDir/B2B.ear" or path="/test/B2B.ear"   See if that helps.   Later...   Greg -Original Message-From: umesh sonavane [mailto:[EMAIL PROTECTED]]Sent: Thursday, November 30, 2000 12:59 AMTo: Orion-InterestSu

URGENT!!!:Problems using RMI to the Orion Server.

2000-11-21 Thread J Davis
upposed to ask it from me when autoupdate runs? Thanx Greg -Original Message- From: J Davis [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 10:28 AM To: Orion-Interest Subject: Problems using RMI to the Orion Server. We seem to be having a problem with RMI connection. Un

Problems using RMI to the Orion Server.

2000-11-16 Thread J Davis
We seem to be having a problem with RMI connection. Unfortunately we have some software here(B2B application called Netfish) that only runs on JRUN 2.3.3 or I-Planet. This is running on a Sun box running Solaris 2.8. It has a Java object that acts as a workflow and connects to out Orion 1.3.8

RE: HIGH PRIORITY:Contact Information??????

2000-10-31 Thread J Davis
ECTED]] Sent: Tuesday, October 31, 2000 6:31 AM To: Orion-Interest Subject: RE: HIGH PRIORITY:Contact Information?? IMHO If they have not been getting back to you... Deploy now. License later. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Beh

HIGH PRIORITY:Contact Information??????

2000-10-30 Thread J Davis
Does anyone have any contact information for Orion. We have been trying to contact them for over two weeks about purchasing and licenses, and no one has gotten back to us. The seem to only have an E-mail address for sales on their site and we cannot find any sort of phone number or other e-mail

RE: Can't call an EJB from Within another EJB

2000-10-26 Thread J Davis
It was the EJB-REF Tag. I missed that the first time through the docs. Thankx goes to Jim and Sven! Greg -Original Message- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 12:16 AM To: Orion-Interest Cc: J Davis Subject: Re: Can't call an EJB from W

RE: Ok. I feel dumb. Data Sources and MS SQL.

2000-10-25 Thread J Davis
I checked it out on our machines and the Data source below works like a champ for me. I am using Win2K Advanced server and SQLServer 7. Just make sure your ODBC dirver is setup correctly. Later... Greg -Original Message- From: Kurt Hoyt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Octo

Can't call an EJB from Within another EJB

2000-10-25 Thread J Davis
We have gotten our Orion server(1.3.8) to work with EJBs on a singular level(i.e. we can call EJB A, B or C and it works fine.) But If one of our EJB's tries to call another(i.e. A calls B) A throws a naming exception that it can't find the EJB reference when doing a jndi lookup. Is there a dep

RE: EJB Problem

2000-10-23 Thread J Davis
ect. It creates the context within the object fine, but as soon as I try to fetch the first interface it throws the error. Any ideas? Greg -Original Message- From: J Davis [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 5:10 PM To: Orion-Interest Subject: EJB Problem I am

EJB Problem

2000-10-23 Thread J Davis
I am having a problem that is probably really simple but I can't seem to figure it out. I have deployed some EJBs on the server and I can connect to them fine from a remote application using the jndi.properties and application-client.xml file. But when I try to hit the EJBs from the same bean wi

Help with getting Orion to talke to Oracle.

2000-10-19 Thread J Davis
I have been pulling my hair out trying to get oracle and orion to talk to each other. I am sure it is a simple error, but I can't seem to find it. Here is my problem: I have installed orion 1.3.8 on a Windows 2000 server with jdk1.2.2, j2ee1.2.1, jre1.2.2 and oracle8idrivers12_01.zip. I copie