EJBMaker and EJBAssembler

1999-11-10 Thread Vimal Kansal
Hi, I am not able to make anything out of these 2 tools. Can somebody post some instructions on this list as to how to make use of these tools. TIA Vimal Kansal = __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com

jsp imports issue

1999-11-10 Thread GreenR1
I have experienced an error in Orion whenever I put imports on multiple lines in my .jsp file as follows: <%@ page import=" java.util.*, com.foo.servlet.*, com.foo.config.*, com.foo.config.helper.*, com.foo.config.element.*, com.foo.config.element.helper.* " %> If I put the imports a

Setting up an Oracle database source

1999-11-10 Thread Vimal Kansal
Hi, Can somebody guide me in setting up an Oracle database source to work with Orion Server. TIA Vimal = __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com

RE: ejb RE: Problem in runing Cart example

1999-11-10 Thread Kucera, Rich
Well, ejb-quickguide.xml didn't work for me. It didn't create any tables on startup. Also problems with demos. Can't go back to WL451 for EJB since the JSP isn't as good. Have to quit toying with the ejb for now and try to get JSSE working and run JSP app with the pre-release. Any problems w

Re: Setting more than one servlet directory

1999-11-10 Thread Mike Howard
I get the following error System Error: Communication error: IO Error: Connection refused: no further information when I am tring to execute an ejb client demo application. I not sure is is deployed correctlly. If any one has any ideas. I remove the parameter from the user tags in the principals

IO Error: Connection refused: no further

1999-11-10 Thread Mike Howard
sorry for the incorrect subject in my previous email. But I get the following error IO Error: Connection refused: no further from the context.lookup(""); System Error: Communication error: IO Error: Connection refused: no further information when I am tring to execute an ejb client demo app

Passivation "bug"

1999-11-10 Thread Rickard Öberg
Hey Passivation of EntityBean "bug". OrionServer 0.8.0 BMP EntityBean Case: Two objects are created and called with 10 seconds in between. However, they are passivated at the same time. Guess: It seems as if Orion does passivation sweeps of all live Entities, which means that all beans will be

Setting more than one servlet directory

1999-11-10 Thread Steve Houghton
Whats the procedure to set more than one servlet directory? It seems like the default site directory sets it up so that /servlet/ is the path for servlets. however, I'd like to add my application which is in a directory of /application/servlet/ and have orion recognize this as a servlet director