A client calls several applications ?

2002-02-20 Thread Remy . Boucher
Hi, I 'm using an orion application server on which is deployed 3 applications. I've got a problem when a client try to use these applications. The client call a bean of the first application, and after calls differents beans of the second application. There is sometime a problem during the

EJB from an Applet

2002-02-20 Thread Oscar Radio
Hi all, I'm developing an application using swing that executes remotes EJB. The applications works fine if I executed from NetBeans, but if I executed from an applet it gives me the next error: JERP.Applets.CO.bin.ConexionServidorEJB.jndiContext-javax.naming.InitialCon text@5e2ccd

Re: Orion 1.5.4 Local/LocalHome with BMP - deployment problem

2002-02-20 Thread Morten Wilken
im very impressed with ed romans enterprise javabeans 2.0... one of the best computerbooks ive ever read. sincerely morten wilken - Original Message - From: B.Adji Maharyatno To: Orion-Interest Sent: Wednesday, February 20, 2002 7:04 AM Subject: RE: Orion 1.5.4

Orion 1.5.4 changes '.' to '_' in table specification in orion-ejb-jar.xml

2002-02-20 Thread trond ronneberg
When we are trying to deploy an existing .EAR file to Orion 1.5.4, Orion changes the orion-ejb-jar.xml file in a way that makes the deployed CMP entity beans to fail: The tables are situated in a database on a AS400 server, and when connecting from the app-server we can not log on with the

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Ray Harrison
I am using 1.3.1_02 and SwiftMQ 3.0 beta. --- Geoff Soutter [EMAIL PROTECTED] wrote: Hmm. Strange. I'm definitely using 1.5.4, you can see it in the console output I included below. I tried doing an autoupdate and trying it again, made no difference. I even did a recursive diff against

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Ray Harrison
Also, I just tested the ATM as per Magnus' suggestion and it worked there as well. Have you tried it with SwiftMQ 3.0 (I know they just got rid of their free licenses)? I will try it later with version 2.x. Cheers Ray --- Ray Harrison [EMAIL PROTECTED] wrote: I am using 1.3.1_02 and SwiftMQ

SV: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Magnus Rydin
For the record, in our tests we were using both 1.3.1_02 and 1.4.0_b92 together with Swift 2.1.3 WR -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] För Ray Harrison Skickat: den 20 februari 2002 13:40 Till: Orion-Interest Ämne: RE: (repost) FW: A word of

java.io.EOFException 1.5.4

2002-02-20 Thread Mike Weissman
I have installed 1.5.4 and am using j2sdk1.4.0 when running orion get java.io.EOFException spit out from console window every few seconds. Same problem as was reported in an earlier version. java.io.EOFException at java.io.DataInputStream.readFully(DataInputStream.java:212) at

More Clustering woes

2002-02-20 Thread Jesse Schoch
I was trying to setup vrrpd (a free vrrp) implementation to provide availability for boxes running loadbalancer.jar but it seems there is multicast address conflict. Is there a way to set what multicast the loadbalancer.jar uses? -jesse schoch

Re: Virtual hosting configuration

2002-02-20 Thread Scott Farquhar
Dominic, I'm not sure if you are aware of the Atlassian Knowledge Base, but a quick search there produces a few results: http://kb.atlassian.com/search.jsp?query=virtual+host Which gives the document: http://kb.atlassian.com/content/orionsupport/articles/vhosts.html Cheers, Scott

Many clicks, many request...

2002-02-20 Thread Juan Andres Chau Li
Hi, If I make 100 clicks fastly from my browser in a servlet, it generates 100 requests and 100 processes in the server. One only process is very time consuming. Is there a way to process the fisrt click and avoid the rest 99 clicks. Any alternatives? Thank you. Andres.

Re: BMP Entity Bean Performance Problem

2002-02-20 Thread Scott Farquhar
Tim, As I am not sure of the exact nature of your entity beans, I can't give you any detailed suggestions, but many people impement a 'dirty' flag in their code. eg: void setName(String name) { dirty=true; this.name = name; } ejbStore() { if (!dirty) return; else {

RE: Many clicks, many request...

2002-02-20 Thread Casey Helbling
you could try some java script on the input type... but that is a pain but it works. Casey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Andres Chau Li Sent: Wednesday, February 20, 2002 5:08 PM To: Orion-Interest Subject: Many clicks, many

Re: Many clicks, many request...

2002-02-20 Thread Tim Endres
This is usually handled by wrapping JavaScripts around the clickable object to disable it upon the first click, thus eliminating the next 99 clicks. tim. Hi, If I make 100 clicks fastly from my browser in a servlet, it generates 100 requests and 100 processes in the server. One only process

RE: Many clicks, many request...

2002-02-20 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Yes. On the Web page use a scripted button to submit the formdata; use boolean variable isSubmitted to indicate whether to submit. Once you set it to true after submission, simply ignore the next click or alert the user that it was done already and s/he has to be patient and wait ...

How is the autoid generated? Chokes SAP DB.

2002-02-20 Thread Ray Harrison
Hi - Does anyone know off hand how the autoid is generated in 1.5.4? The value produced chokes SAP DB (it produces an invalid exponent error when trying to insert the row). Works fine in Oracle. Thanks much Ray __ Do You Yahoo!? Yahoo! Sports -