Re: EJB Problem with Oracle 8.0.5.0.0

2001-09-24 Thread Michael J. Cannon
d may have been fixed. Michael J. Cannon - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest Sent: Monday, September 24, 2001 1:35 PM Subject: EJB Problem with Oracle 8.0.5.0.0 Has anyone had problems with creating EJBs to connect to this version of Oracle. In particular EJB F

EJB Problem with Oracle 8.0.5.0.0

2001-09-24 Thread John . Miller
Has anyone had problems with creating EJBs to connect to this version of Oracle. In particular EJB Finder methods - by primary key? I have a hunch that I need to be running on 8i, but am not sure.   Any info would be appreciated.   Thanks,   Johnny

RE: Getting the home interface of another EJB from within an EJB - PROBLEM SOLVED !!!

2001-01-20 Thread Randahl Fink Isaksen
Are you using Orion 1.3.7 or the latest build? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Drury Sent: 19. januar 2001 16:18 To: Orion-Interest Subject: RE: Getting the home interface of another EJB from within an EJB - PROBLEM SOLVED

RE: Getting the home interface of another EJB from within an EJB - PROBLEM SOLVED !!!

2001-01-19 Thread Tim Drury
6:04 AM > To: Orion-Interest > Subject: RE: Getting the home interface of another EJB from within an > EJB - PROBLEM SOLVED !!! > > > Finally: PROBLEM SOLVED. > > The short hint from Luke Nelson turned out to be the ultimate > proof of what > theese mailing list

RE: Getting the home interface of another EJB from within an EJB - PROBLEM SOLVED !!!

2001-01-19 Thread Randahl Fink Isaksen
Finally: PROBLEM SOLVED. The short hint from Luke Nelson turned out to be the ultimate proof of what theese mailing lists are really worth. Luke is right, guys. To be able to reference other EJBs from within EJBs you need to put a tag in your ejb-jar.xml file. How this is done can be seen on pa

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

RE: Servlet+EJB problem still not solved. :((

2000-09-23 Thread Goel, Deepak
ssage- From: James Ho [mailto:[EMAIL PROTECTED]] Sent: Friday, September 22, 2000 11:13 PM To: Orion-Interest Subject: Servlet+EJB problem still not solved. :(( Hi all, I have a urgent problem regarding EJB and servlet, I cannot find the home interface of the bean from the servlet (wher

Re: Servlet+EJB problem still not solved. :((

2000-09-22 Thread Ernst de Haan
Enable the section you commented out in the web.xml file, and then try accessing java:comp/env/Stamp. Or try browsing the JNDI context to see what's in it. I think Sun provides a utility program for this purpose, but it's very easy to just print the context and everything that's in it. Ernst Jam

Servlet+EJB problem still not solved. :((

2000-09-22 Thread James Ho
Hi all, I have a urgent problem regarding EJB and servlet, I cannot find the home interface of the bean from the servlet (whereas a standalone client works very well)...Can anyone pls give me some hint as to what maybe be wrong here? Below is the background info, sorry, it is kind of long... My

RE: Beginners JSP/EJB problem

2000-01-03 Thread Mike Cannon-Brookes
-- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Apap > Sent: Tuesday, 4 January 2000 8:34 > To: Orion-Interest > Cc: Orion > Subject: Beginners JSP/EJB problem > > > Hi I am trying to work on a message board jsp/ejb web > application. I have >

Beginners JSP/EJB problem

2000-01-03 Thread Frank Apap
Hi I am trying to work on a message board jsp/ejb web application. I have it all working (kinda) except displaying the threads. Each message has its own distinct msg id, as well as the id of its parent, and a flag set if it has any children. My problem seems to be how to iterate through each m