[no subject]

2001-12-07 Thread Etienne Giraudy
Hi, Our application has two version, the new one is using JAXP 1.1 and there is no trouble with it. But the old one, that we are trying to validate on Orion is using JAXP 1.0. I cannot figure how to use JAXP 1.0 in my webapp. I put jaxp1.0 in the lib directory - does not work I tried classpath

Re: Dynamic reloading of class files

2001-12-07 Thread Sergey G. Aslanov
Hi Buster The one way to update classes in application, I found, is to touch META-INF/application.xml file, i.e. to change it's modification time. -- Sergey G. Aslanov, CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655 Thursday, December 06, 2001, 6:45:21

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Oisin Kim
John, have a look at Poseidon, the community edition is free and it's 100% Java so multi platform, although it runs best with 1.3.1_01 JRE... Oisin On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote: Hi, I have been asked by my manager to evaluate some UML modelling tools: Rational Rose

java.lang.IllegalStateException:

2001-12-07 Thread Schouten, Andreas
Hi! Is there a orion developer out? We get an exception and don't have an idea whats the reason. The transaction timeout in server.xml was set to 600 ms, it can't be a this timeout. Below in the StackTrace are classes from our persistance manager (Which works on jBoss, but uses an local

Problem replicating session

2001-12-07 Thread JoseMa
Hi, I have configured two orion servers in cluster with the same application installed. These orion servers have SSL configured and individualy I can access without problems. Both secure-web-site.xml and default-web-site.xml I have configured the cluster with a different island for

RE: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Edward de Jongh
Please unsubscribe me according to a message I received earlier I am unsubscribed, but this is clearly not the case. ed -Original Message- From: Oisin Kim [mailto:[EMAIL PROTECTED]] Sent: 07 December 2001 12:04 To: Orion-Interest Subject: Re: Off-topic: UML Tools...Help!!! John, have

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Curt Smith
I have a team using TogetherJ for our modeler, IDE and deploy tool. TogetherJ, the first to market with a great all Java UML modeler, round trip code generator product. Supports all IDE functions including debugging into your appserver's VM, deploy, call Ant, JUnit etc etc. Very feature rich.

Application content types

2001-12-07 Thread Marcus Ahnve
Resending times=2/ :-/ Is there any way to set a default content type for an web application? Weare using one webapp for wml, and the only way to get it right is to use% response.setContentType(text/vnd.wap.wml); % in the top of everypage, which I'd rather not do. There are some settings in

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Oisin Kim
I agree totally, very feature rich, a real quality product, more features than you could ever possibly use, but at £5000 a seat the price is slightly prohibitive. I was lucky enough to use Together Control Center for my Thesis, if you can afford it, get it! Otherwise, for 10% of the

JMS over SSL?

2001-12-07 Thread Kipnis, Adam
Hey all, I've been evaluating some JMS providers including Orion. One of my requirements is that the messages can be sent over SSL. I got this to work with OpenJMS and was wondering if Orion supported it as well. If so, how do I set it up? Thanks in advance, Adam Kipnis JAMDAT Mobile [EMAIL

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Ray Harrison
Also, for a reasonable amount of functionality at a fraction of the cost, look at Enterprise Architect from www.sparxsystems.com.au. For what I do, I like it quite a bit. Cheers Ray --- Oisin Kim [EMAIL PROTECTED] wrote: I agree totally, very feature rich, a real quality product, more

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread BRICKER_JONATHAN_E
You can get TogetherJ in a solo version for about 1/2 of the Control Center's price. Jonathan Bricker Lilly Research Labs Java ATG Oisin Kim [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 12/07/01 12:15 PM Please respond to Orion-Interest To:Orion-Interest [EMAIL PROTECTED]

Re: Application content types

2001-12-07 Thread Steven R Brandt
This looks like it might be a good place to use a filter. http://www.orionserver.com/tutorials/filters/ 12/7/01 9:13:35 AM, Marcus Ahnve [EMAIL PROTECTED] wrote: Resending times=2/ :-/ Is there any way to set a default content type for an web application? Weare using one webapp for wml, and

Security Vulnerability?

2001-12-07 Thread Raphael Gillett
Dear Everyone, A recent security scan of a Windows 2000 network identified the following vulnerability on an Orion 1.5.2 server. The remote host seems to be vulnerable to the Cross Site Scripting vulnerability. The vulnerability is caused by the result returned to the user when a non-existing

RE: Persistance between HTTP and HTTPS

2001-12-07 Thread The elephantwalker
resend, second one didn't catch... -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 5:18 AM To: Orion-Interest Subject: RE: Persistance between HTTP and HTTPS resend, first one didn't catch... -Original Message- From: The

Re: JMS over SSL?

2001-12-07 Thread Mike Cannon-Brookes
Orion doesn't support JMS over SSL. You can however plug OpenJMS into Orion as a resource provider, and use it's capabilities. Hope this helps, Cheers, Mike -- Mike Cannon-Brookes :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World On Sat,

Problems Finding EntityBean

2001-12-07 Thread Christopher R. Gardner
I am trying to deploy the CabinBean (as EJB 1.1, not 2.0) as described in Enterprise JavaBeans by Richard Monson-Haefel (3rd ed). * The directory structure for the source is: C:\orion1.5.2\orion\crgapplications\titanCruiseProject\cabin * Under the aforementioned directory is a META-INF