Entity Bean with refs to other Entity Beans?

2000-04-12 Thread Micah Skilling
I'm trying to understand what is required to effectively store CMP/entity beans that contain references to other CMP/entity beans. Is it necessary to put the storage and retrieval logic for references to other CMP/entity beans in the ejbLoad and ejbStore methods? For example: If I have a Applica

Re: 0.94 and 0.96 problems

2000-04-12 Thread Eric Richardson
Hi Magnus, Well, I was using the autoupdate version of 0.96 and didn't know that you released a real version yesterday. I don't know what you did but now the XML parses correctly with the version I use and the superclass classloading problem is fixed as well. Wow! Thanks a bunch. Eric :-)   Magn

RE: 0.94 and 0.96 problems

2000-04-12 Thread Kevin Duffey
I can't say for sure what is going on, but I have never had any JSP related problems, other than in an older version "debugging" the JSP to .java file. Orion itself is kick ass, and while I did experience some difficulties in getting my app working, it was mostly to seeing the first page com

0.94 and 0.96 problems

2000-04-12 Thread Eric Richardson
Hi, After three days of work to try and get Orion going for a simple example using our infrastructure code, I give up. Here are the details. 1. We use our own XML lib (xml-tr2) to get info from a config file. This is used by our Persistence layer and connection pool etc. 2. I created a web app wi

Re: session trouble still..

2000-04-12 Thread bradley mclain
thanks tom for your suggestion.. i perfomed an experiment by placing a string in the session on a jsp page and then tried to access that string from another page. it worked perfectly. so now the question becomes: how do i place something into the session from a servlet so that a jsp can find i

SV: Orion 0.9.6

2000-04-12 Thread Christian . Tellefsen
This doesn't work from my computer, maybe because I'm heavily firewalled... C:\java\orion>java -jar autoupdate.jar Sending fileinfo to server IO Error: www.orionserver.com C:\java\orion> and that's it. Are there any other ways to get an update? CT -Opprinnelig melding- Fra: Alex Paran

Re: session trouble still..

2000-04-12 Thread Kit Cragin
- Original Message - From: bradley mclain <[EMAIL PROTECTED]> > then the jsp i redirect to executes the following: > String userId = (String) > session.getAttribute("userName"); > > would anyone be willing to describe briefly how they > would pass information from a servlet to a jsp on

session trouble still..

2000-04-12 Thread bradley mclain
i must have learnt some bad habits from jrun.. i remain unable to get my session code working on orion. i have an authentication servlet that creates a session and then binds a series of strings to it. i have updated the servlet code so it reads: session.setAttribute("userName",userId); then t

solution:putting class on server.xml

2000-04-12 Thread Tamer
peopleS, thanks for responses to my server.xml is already configured to read lib directory. its not necessary to include class7.zip on path. just put the archive on lib directory. thanks people! have a good day!

Re: where I put oracle class?

2000-04-12 Thread bradley mclain
i believe you must put it in the c:\orion\lib\ directory.. bradley mclain --- Tamer Americo <[EMAIL PROTECTED]> wrote: > hello people, > > I try to connect on my db server using orion but > with no success. > the server return the following error: > class/method not found > DriverManager.regist