SV: Orion and JSP

2002-05-14 Thread magnus . rydin
There is a beginners guide available at www.orionserver.com/docs/beginners-guide.xml That helps you get started with the Orion Application Server. With regards, Magnus Rydin -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] För Krishnan, Sri Skickat: den

RE: Dynamic Proxies for remote interface wrapper?

2002-05-14 Thread Justin Wood
Implement clases conforming to the EJBUserManager API and overide the permission checking methods with logic that does that kind of checking ... then deploy like so: http://www.orionsupport.com/articles/ejbusermanager.html Justin -Original Message- From: Pletka, John [mailto:[EMAIL

Re: Orion and JSP

2002-05-14 Thread Joseph Ottinger
Well, you haven't said what Orion is telling you, but typically the first thing you do is follow the installation instructions, every step of them, which includes copying tools.jar to $ORION. That's alkl you have to do. One wonders why the three steps are as complicated as they are.

Next Release

2002-05-14 Thread @Basebeans.com
Subject: Next Release From: alt.cybercafes [EMAIL PROTECTED] === When will the next release of orion by available to the general public. ? Will it support ejb 2.0 completely. thanks

Tracking of JSP errors

2002-05-14 Thread Konstantns Dorodovs
Hi, (OC4J 1.0.2.2.1) When I have one JSP page included in the other JSP. (% include tag was used) and the included one produces compilation error then I receive no compilation error in my browser just Parent JSP skips output of the included one. Strange thing, but a coworker can see in his

Orion Client jar files for remote application client

2002-05-14 Thread Pedro Garcia Lopez
Hi all, Unlike many other application servers like jboss, Orion does not officially provide a list of jar files required to run remote Java Application clients. This enforces developers to include a lot of files found in the Orion root directory. Are there any plans to provide a minimum set of

RE: Orion Client jar files for remote application client

2002-05-14 Thread The elephantwalker
Pedro, This is the minimum list: orion.jar activation.jar jndi.jar ejb.jar Its also a good idea to include a jar with the home and remote interfaces of the ejb's you will be using. With kind regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL