RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Robert Nicholson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson Sent: 25. maj 2001 21:15 To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? It's doing you

RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Robert Nicholson
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson Sent: 23. maj 2001 04:51 To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Factoring code into the jsppage superclass is a bad idea. You will regret

RE: bugs in @page extends=.... in Orion implementation?

2001-05-25 Thread Robert Nicholson
It's doing you a favour.Please elaborate on why you want to extend that class. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jiuyun Wang Sent: Friday, May 25, 2001 9:20 AM To: Orion-Interest Subject: Re: bugs in @page extends= in Orion

RE: bugs in @page extends=.... in Orion implementation?

2001-05-22 Thread Robert Nicholson
Factoring code into the jsppage superclass is a bad idea. You will regret this later. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SCOTT FARQUHAR Sent: Tuesday, May 22, 2001 5:53 PM To: Orion-Interest Subject: Re: bugs in @page extends= in

RE: CMP Primary Key and ejbCreate

2001-05-15 Thread Robert Nicholson
The signature for ejbCreate is the same for CMP and BMP. The idea is that you should be able to subclass a CMP bean to make it BMP. ie. vendors can ship beans designed to work with CMP but when that's too inflexible you can subclass and make BMP beans instead. -Original Message- From:

RE: CMP Primary Key and ejbCreate

2001-05-15 Thread Robert Nicholson
It's null but the return type of ejbCreate is always the primary key class never void. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Christensen Sent: Monday, May 14, 2001 8:15 PM To: Orion-Interest Subject: CMP Primary Key and ejbCreate

RE: SOAP/WSDL support?

2001-05-02 Thread Robert Nicholson
Did they do what WL 6 does and use their own packaging for the parser they depend on and let people simply interface others from whereever they please? The XMLRegistry idea seems pretty neat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike

RE: How to specify a servlet as a main page

2001-04-03 Thread Robert Nicholson
I think to do this you would need to have an index.jsp and configured web.xml's "Welcome.." entry to recognise it. Then simply forward or redirect within index.jsp. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Johnson, Robert Sent: Tuesday,

RE: Inconsistent EJB JNDI Locations

2001-03-12 Thread Robert Nicholson
This practice is usually recommended in many containers. I'd like to know if it's some kind of hint in order to do jndi lookups in the same VM. ie. an external client uses MyBean where as a bean uses java: Is this simply so the container can use the information as a hint to optomize the

RE: Design Advice (And Orion JNDI syntax) Needed

2001-03-12 Thread Robert Nicholson
Yeah but where should he cache it. this is mostly read only data by the sound of it. Where should he cache it so that he has access to it via ejbs and servlets? A stateless session bean can cache non conversational state right? Can't he use a singleton from within a stateless session bean for

RE: Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-12 Thread Robert Nicholson
Please don't request readreceipts to messages you send to the list. Normally the list should filter these out. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of srinivasSent: Monday, March 12, 2001 5:49 PMTo: Orion-InterestSubject: Re:

RE: find by methods

2001-03-09 Thread Robert Nicholson
Finder methods are declared in a proprietory format for each vendor so they are declared in the vendors .xml file. For Orion this is orion-ejb-jar.xml and this file is created during the deployment process.in the applications-deployments/factory/ejbs directory look at the

RE: IOException error writing to server..what does it mean?

2001-03-09 Thread Robert Nicholson
Have you tried increase the size of the buffer on your jsp page? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Friday, March 09, 2001 9:51 AM To: Orion-Interest Subject: IOException error writing to server..what does it mean?

RE: SOAP interface for ejb beans?

2001-03-08 Thread Robert Nicholson
Thinking about this I guess you can define the message signature for SOAP so you'd have to pass a JNDI name right in the message. Trivial by the sound of it. So you plan to deliver the response as a SOAP message? so you have to use Reflection to do this and make sure your APIs adhere to a naming

RE: SOAP interface for ejb beans?

2001-03-08 Thread Robert Nicholson
I don't know a whole lot about soap. But are the type mappings one to one? Can Soap carry user defined data? ie. JNDI names? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Pletka Sent: Thursday, March 08, 2001 9:35 AM To: Orion-Interest

RE: When does EJBOjbect.remove() not work

2001-03-06 Thread Robert Nicholson
Are you using CMP or BMP? Does your EntityBeans ejbRemove get called? Are you catching any exceptions anywhere? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink Isaksen Sent: Tuesday, March 06, 2001 3:49 AM To: Orion-Interest Subject:

Installing cocoon with Orion

2000-10-24 Thread Robert Nicholson
Can I install the jars into the orion root or the /lib directory? Do I have to explicitly set the classpath myself? --- Robert Nicholson Email: [EMAIL PROTECTED] AOL : rydmerlin

RE: The New Java Pet Store

2000-10-15 Thread Robert Nicholson
What new about it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Harrison Sent: Sunday, October 15, 2000 8:20 AM To: Orion-Interest Subject: The New Java Pet Store Hi - Has anyone investigated the new java pet store (came out on

RE: Can HttpSession store stateful SessionBean for future usage?

2000-08-26 Thread Robert Nicholson
If the session been is passivated does it transparently unpassivate itself when he uses the handle again? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason A. Westra Sent: Friday, August 25, 2000 7:34 PM To: Orion-Interest Subject: RE: Can

RE: Can HttpSession store stateful SessionBean for future usage?

2000-08-26 Thread Robert Nicholson
Hi, he's not guarantteed to keep the reference is he? Will the server passivate if he's put the beans remote reference in the session? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Cannon-Brookes Sent: Saturday, August 26, 2000 11:04 AM To:

What is a website to Orion?

2000-08-21 Thread Robert Nicholson
What exactly is the definition of a website as far as Orion configuration goes? Is a website the top most level? ie. mapped to a branch and consists of any number of web apps? I'm trying to add ejb functionality some JSP/Servlet stuff I put in defaultWebApp and I'm thinking I should probably

application.xml with directories

2000-08-21 Thread Robert Nicholson
OK first of many questions I have about using applications from directories before putting anything in a jar file. First question. If I have applications/jobserve applications/jobserve/jobserve-ejb/META-INF applications/jobserve/jobserve-web/WEB-INF do I reference the paths still as .jars and

Debugging servlets with orion?

2000-07-12 Thread Robert Nicholson
Can you debug servlets with jdb and attach? D:\Java\orionjava -classic -Xdebug -Xrunjdwp:transport=dt_shmem,server=y,su spen d=n,address=jdbconn -Xnoagent -Djava.compiler=NONE -jar orion.jar Orion/1.0 initialized D:\jdb -attach jdbconn Internal exception: java.lang.NullPointerException

Debugging servlets with Orion

2000-07-10 Thread Robert Nicholson
How can I debug a servlet if Orion is my servlet engine?