RE: WAP & JSP

2000-05-07 Thread Matt Krevs
When I was messing around with WML I remember I got the same error. Are you specifying a doctype for your xml? eg in the orion config files the first 2 lines are http://www.orionserver.com/dtds/orion-application.dtd"> Are you sepcifying the correct url for the 'wml DTD' (It would be something

WAP & JSP

2000-05-07 Thread robert
Hi everyone! I have a problem which might be an error in orion (or I've missed something in the code). The following code below gets accepted when I run it in ericsson's dev kit but I get an Internal server error, when I run it through orion, saying bad wml byte code. But if I remove the tag i

RE: sendRedirect and WAP

2000-05-07 Thread Terence Kwan
However, getRequestDispatcher only work for URL within the same server. It does not work for outside servers. For example, I want to redirect to http://www.yahoo.com/mail, it will not work. Correct? > -Original Message- > > > getRequestDispatcher's forward must use buffer stream to av

RE: sendRedirect and WAP

2000-05-07 Thread Jen Hsien Huang
getRequestDispatcher's forward must use buffer stream to avoid content flush out before forwarding, do you take care of this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Terence Kwan Sent: Monday, May 08, 2000 2:44 AM To: Orion-Interest Subject: sen

Classloaders in orion

2000-05-07 Thread Robert Krüger
Hi, I'm still not sure I understand how classloaders are used in orion and would like to ask a few things. before tonight I always thought that a class that's loaded via the orion.jar classpath has priority over the class with the same name loaded from a jar that's specified in a library-path

sendRedirect and WAP

2000-05-07 Thread Terence Kwan
In my servlet program, I call: response.sendRedirect("http://www.yahoo.com") It works in html. However, it does not work in WAP. I believe that the problem is that sendRedirect creates a redirect "HTML" file (html file with the reference tag in it) and send it to client instead of dire

sendRedirect and WAP

2000-05-07 Thread Terence Kwan
In my servlet program, I call: response.sendRedirect("http://www.yahoo.com") It works in html. However, it does not work in WAP. I believe that the problem is that sendRedirect creates a redirect "HTML" file (html file with the reference tag in it) and send it to client instead of direc

Re: 'shutdown' method not found when running shutdown.jar

2000-05-07 Thread Benjamin Geer
However, admin.jar with the -shutdown option doesn't work, either. See my previous message. Benjamin Geer --- Magnus Stenman <[EMAIL PROTECTED]> wrote: > BUG: 'shutdown' method not found when running shutdown.jarHi, shutdown.jar > should have been removed from the distro, it was left there by

Bean-boy

2000-05-07 Thread Thomas Munro
Hello Thomas Herz wrote: > For me it looks like orion treats such a bean still as container managed > and returnes a > > java.lang.IllegalStateException: Only beans with user-managed transactio > ns can invoke getUserTransaction() > > if I try to use sessionContext.getUserTransa