Reloading servlets, XSLT, AS/400 ?

2000-09-20 Thread Vitaly Lipovetsky
1. Does Orion support reloading servlets without restart server ? 2. Does Orion support XSLT ? 3. Has anyone tried to run Orion on AS/400 ?

SV: FORM based login ACTION

2000-09-20 Thread Klaus . Myrseth
Try clear your ACTION so the form starts like this: form lots of html with a couple of fields for user and passwd... /form This works for me :) Mvh Klaus Myrseth Telenor Mobil AS - PlanIT -Opprinnelig melding- Fra: Guilherme Ceschiatti [mailto:[EMAIL PROTECTED]] Sendt: 20. september

Re: Reloading servlets, XSLT, AS/400 ?

2000-09-20 Thread Robert Krueger
At 10:59 20.09.00 , you wrote: 1. Does Orion support reloading servlets without restart server ? yes 2. Does Orion support XSLT ? yes 3. Has anyone tried to run Orion on AS/400 ? no idea (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79

Re: SSL Slow and precompiled JSPs?

2000-09-20 Thread Sanjay
Hi Mike, I too found the same problem but now i need to work out to set up properly the Global server certificate. Mike have worked on this or any 128 bit encryption certificate with Orion I need to know what type of certificates Orion supports it is not clear from Orion people too. which

Use of a external JNDI server with Orion

2000-09-20 Thread cuenot jerome
Hello all, I'd like to use an external JNDI server with an Orion server, but I don't know where I have to specify it in the Orion configuration. Somebody can help ? Many thanks, Jerome. begin:vcard n:Cuenot;Jerome tel;fax:+33 (0)4.37.41.82.01 tel;work:+33 (0)4.37.41.82.63

Re: Obscure JMSException

2000-09-20 Thread Vlad Petric
If I put a connection factory in jms.xml bound to jms/topicConnectionFactory, it gives this error. If I don't put it, everything works just fine. So I only have to specify the binding in application-client.xml. But that raises another problem: it is mandatory to use

Re: SV: FORM based login ACTION

2000-09-20 Thread Guilherme Ceschiatti
Hi.. It remains not working, with the same message: 404 Not Found Anybody else have another idea? []s Guilherme Ceschiatti [EMAIL PROTECTED] On Wed, 20 Sep 2000, you wrote: Try clear your ACTION so the form starts like this: form lots of html with a couple of fields for user and

Login System

2000-09-20 Thread Truong Di Ly
Hi, first thanks to Magnus for one problem is fixed. But still there is a bug with my login web component. Try it! cd $orionhome/applications unzip login.zip change server.xml by adding this line: application name="login" path="../applications/login" / change default-web-site.xml by adding

JMS Persistance

2000-09-20 Thread Bernard Sauterel
Hello all, Do you have a working *persistant* JMS example (or any information) ? Thanks, Bernard Sauterel On Mec, 20 sep 2000, Guilherme Ceschiatti [EMAIL PROTECTED] wrote: Hi! I'm having problems in loging into my application. I'm using FORM based login, with a form with the

Re: Reloading servlets, XSLT, AS/400 ?

2000-09-20 Thread DMoy
RE: question 3, I have read in the archives that people of run orion on the AS400. Check the archives. "Vitaly Lipovetsky"

Re: NULL/NOT NULL with autocreated tables

2000-09-20 Thread KirkYarina
Normally I'd agree, but we haven't quite made a final database decision. We're also finding that it's very convenient to do initial unit test on the developer's PC with hypersonic, then move to our development server with a heavier-duty dbms. Autogeneration means I can put off generating

RE: Reloading servlets, XSLT, AS/400 ?

2000-09-20 Thread Will Glozer
Yes, the company I work for runs Orion on the AS/400. If you search the archives you might find some previous posts that will help. The IBM VM is pretty badly broken so you have to avoid using some features like security and EAR reloading. Also you'll have to disable the JIT... but otherwise it

RE: Disable CMP

2000-09-20 Thread Arved Sandstrom
Hi, Roger Hey, I was just cleaning up my email (I get way too much of it), and I realized that a little Ant+Orion HTML tutorial that I started on lats week (or the week before?) just wenbt completely by the wayside. Sorry about that. D'you still need some examples I figure is the question.

Re: cloudscape database

2000-09-20 Thread Claudio Miranda
Nirav Dani wrote: hi, I am using cloudscape database, where do i need to change/mention about it instead of HSQL default? You just need to put the jdbc driver in $ORION_HOME/lib, and change the $ORION_HOME/config/data-sources.xml. Claudio Miranda

How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
Please for God's sake some benevolent soul do reply to this mail. I have been sending this mail for quite some time but to no avail. Can somebody send me the source code of EJB2.0 based ATM example or any other example of how to use EJB2.0 on Orion. I am running version 1.3.1 and the ATM that has

orion hangs when out of connections

2000-09-20 Thread Lorin Kobashigawa-Bates
http://www.mail-archive.com/orion-interest@orionserver.com/msg03258.html Has anyone else seen this behavior? I found this email about it on the list, with no responses. I am getting the same problem in our development environment. Basically when we put any kind of load on orion that exceeds

Re: Reloading servlets, XSLT, AS/400 ?

2000-09-20 Thread Claudio Miranda
Robert Krueger wrote: At 10:59 20.09.00 , you wrote: 3. Has anyone tried to run Orion on AS/400 ? no idea I think that whenever exists a jvm required by a product (this case Orion) this platform will support this product. I don't known if as/400 has a jvm required by

Re: SV: FORM based login ACTION

2000-09-20 Thread Nick Newman
Hi, I hope I'm not being too silly here, but one possible explanation is that you are directly presenting the logon form from your code. A security login will work only if you let the server present the form. You do this by specifying the appropriate security in the web.xml, and then when you

Re: cloudscape database

2000-09-20 Thread Linda Chai
Hi, In order to have Cloudscape embedded in the orion server, I found that I had to amend the data-sources.xml to contain something like the following: data-sources data-source name="CloudscapeSource" class="com.evermind.sql.ConnectionDataSource" location="jdbc/CloudscapeSource"

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Nick Newman
Perhaps the EJB 2.0 spec on javasoft would be a place to start. The whole thing is quite long, but Chapter 9 explains the new persistence mechanism, and that's probably all you need. The main differences (but by no means all the differences) are: 1) you need to specify the appropriate dtd at

RE: How to use EJB2.0 on Orion

2000-09-20 Thread Reddy Krishnan
Vimal, 1.3.1 supports ejb2.0 beans in the ejb-jar.xml use DOCTYPE as !DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd" instead of ejb-jar_1_1.dtd. Follow the ejb2.0 specs on abstract get/set , abstract bean

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Christian Sell
I have been sending this mail for quite some time but to no avail. well, maybe there IS no avail. Not many of us have done EJB 2.0 yet, and as far as the orion core team goes, I hope (!!) they are busy writing documentation for the basic stuff (and improving orion in their spare time). regards

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
Thanks a lot Nick. Can you also send me a sample code or whatever and moreoever, have you yourself been able to get this stuff working on Orion? Vimal --- Nick Newman [EMAIL PROTECTED] wrote: Perhaps the EJB 2.0 spec on javasoft would be a place to start. The whole thing is quite long, but

RE: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
Thanks a lot Krishnan Vimal --- Reddy Krishnan [EMAIL PROTECTED] wrote: Vimal, 1.3.1 supports ejb2.0 beans in the ejb-jar.xml use DOCTYPE as !DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd" instead of

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Joseph B. Ottinger
Don't forget that EJB 2.0 isn't a standard yet. It's a draft. Personally, I'm mucking about with it a bit, and the parts I'm most interested in - the OR mapping - I've not really covered, so I'm in the same boat of wanting more information, but let's be real about it. It's not there unless we

RE: How to use EJB2.0 on Orion

2000-09-20 Thread jiten patankar
have you looked at this site www.znerd.demon.nl/orion-primer/ -Original Message- From: Vimal Kansal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 10:19 AM To: Orion-Interest Subject: How to use EJB2.0 on Orion Please for God's sake some benevolent soul do reply to this

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
I jsu upgraded to Orion 1.3.8. And guess what ? :- it has the EJB2.0 based ATM application :-) Vimal --- "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Don't forget that EJB 2.0 isn't a standard yet. It's a draft. Personally, I'm mucking about with it a bit, and the parts I'm most interested

Re: orion hangs when out of connections

2000-09-20 Thread Joel Shellman
I was the original poster of that message, so yes, I've seen it, too :) I received an email from Orion mentioning that they're working on a connection timeout thing to avoid that and asked if I wanted to be notified when it was ready. I wrote back and said yes certainly, but I haven't heard from

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-20 Thread James Nelson
Title: RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ? Where does this code exist? I have downloaded the latest orion from the website and done an autoupdate. Please advise. James -Original Message-From: Magnus Rydin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, September 13,

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Nick Newman
I gather the ATM EJB 2.0 app is out now - but perhaps a very simple app will still be useful. See attached. The only problem I have had with EJB 2.0 in Orion is trying to do a 1-1 mapping to a dependent class. Nick At 12:43 PM 9/20/00 -0700, you wrote: Thanks a lot Nick. Can you also send me

RE: ATM example with PostgreSQL

2000-09-20 Thread Tim Drury
That error has been around forever. The best I can tell it doesn't hurt anything. -tim -Original Message- From: Guilherme Ceschiatti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 6:02 PM To: Orion-Interest Subject: RE: ATM example with PostgreSQL On Fri, 15 Sep

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Vimal Kansal
EVen if you specify the multiplicity other than 1? vimal --- Nick Newman [EMAIL PROTECTED] wrote: I gather the ATM EJB 2.0 app is out now - but perhaps a very simple app will still be useful. See attached. The only problem I have had with EJB 2.0 in Orion is trying to do a 1-1 mapping

RE: How to use EJB2.0 on Orion

2000-09-20 Thread Reddy Krishnan
Hi, have the same problem as nick. When i have an 1-1 relationship to a dependent orion throws errors which arise due to the following. (1) it creates its own dependent classes which should be concrete implementations but they are also abstract so throws error when returning objects ( this is

Help with deploying EJBs

2000-09-20 Thread Harley Rana
Hi i am new to orion server and need to deploy a simple ejb. I have added a user and pass word to the pricipals.xml, assembled the bean with the ejb-jar.xml, put that in a .ear file, but when i try and run admin.jar -deploy i get this error: Error: javax.naming.NamingException: Lookup error:

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Joseph B. Ottinger
Yeah, I know - and the example apps are good, but they're more than I'd like. (Incidentally, the ATM has been EJB 2.0 for a while now.) I like Ernst de Haan's approach - he covers one area and tries not to dress it too much. "Here I'll cover creating a simple app." "Here I'll create a CMP bean

OR-Mapping set up.

2000-09-20 Thread James Ho
Hi, I have been trying to setup OR-Mapping, to represent a many-many relationship...I have been following the help from http://www.orionsupport.com/ejbormapping.html ANyway, here is what i have.. Country Bean, with primkey of String type. Supplier Bean with primkey of String type. In

RE: session and authenthication management (fwd)

2000-09-20 Thread Magnus Rydin
Title: RE: session and authenthication management (fwd) Im sorry, according to the specification, the posting should go to "j_security_check". That it works this way is a convenient feature of Orion, but should not be used for applications intended to run on other application servers, as