You can see it described in googles cache
http://www.google.com/search?q=cache:4nkQslt9AjsC:www.orionsupport.com/a
rticles/appclient.html+orion+application+client&hl=en
If anyone has the source jar file, I'd really appreciate a copy!
Cheers
Geoff
Hmm. Seems I am really getting myself confused. :-). I think I've got it
now... I'm mistaking the db call in ejbFindByPrimaryKey with the db call
in ejbLoad. Doh.
So, the first time I call findByPrimaryKey, Orion calls
ejbFindByPrimaryKey which goes to the database basically only to confirm
the r
Hi,
I have a similar problem but with a simple applet
connecting to the JMS Server using ORMI-HTTP tunneling
when a firewall and a proxyserver are used the client
application times out when it calls start on
topicConnection. Any ideas why is this happening?
--- "Frederick,Frank" <[EMAIL PROTECTED
Hi Guys.
Having just finished solving some headaches on this topic, my comment is, what are you
guys doing differently from me?
One of our ex-guys was nice enough to write a mess of code to update data that an
entity EJB used/stored, but rather than updating the EJB, the database was
updated
pooling definitely does work for BMP.
couple of things i found that you might want to check off.
1. implement an isModified method
public boolean isModified() {
return false;
}
which orion will check to determine if ejbLoad needs to be called. we're
using the value object pattern to the ab
How can I configure name-based virtual hosts (vhosts) in
Orion? I have one IP address that I need to host multiple domains on.
Thanks,
Mark A. Richman
http://www.markrichman.com
Hi Sergey,
Thanks for the reply. I didn't explain it very clearly did I? What I
meant was:
"However, it appears that it goes to the database (i.e. calls _ejbLoad_
in the Entity Bean's implementation) for every call to findByPrimaryKey,
regardless of whether it has previously read the instance wi
It seems to me what IIS have some bug or intend to work wrongly with Java.
If www service of IIS shutted down there are no problem to have working third party
web servers (two instances of orion server) on same port but different IP addresses on
same Ethernet interface.
Consider you options:
-u
My opinion would add;
if not pooled OR not exclusive owner of data then ejbLoad
exclusive owner is an orion-ejb-jar.xml propert. The default is,
exclusively owns the data.
curt
Sergey G. Aslanov wrote:
>Hi Geoff
>
>Loading of beans have these stages:
>1. calling ejbFindBy... to get the pr
Has anyone had any luck accessing EJBs using ORMI-HTTP tunneling when a
firewall and a proxy server are being used? I've tried setting the system
properties for proxySet, proxyHost, and proxyPort with no luck. After a
long period of time, the client application exits with the following
exception
You closed the Statement object before you closed the
ResultSet object. Check your code and make sure that
you closed the ResultSet object first before closing
the Statement. This is usually found in the finally
clause of your JDBC code.
--- JoseMa <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've
>I'm starting to use 'kill -3' but that again only shows the
>parent thread.
"kill -3" should dump a stack trace of all of the threads.
I should have mentioned that I tried this; it doesn't help.
Further investigation reveals that Orion seems to save the Context that
is first created in a Map using the application name as a key. Closing
the context after use doesn't seem to remove it from this map. If you
create a new InitialCon
Just create or alter the database table by hand.
You can then assign whatever length to you varchar fields.
We have disabled the autocreate-tables option in orion-application.xml
and create all our tables by hand.
hope that helps,
Peter
Morten Wilken wrote:
>hi all,
>i have a situation where
***
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorised distribution or copying is strictly
prohibited.
Whilst
Hi all
Thanks for all your informative responses!
>Sorry but that is just not true. You can have two processes each with
their
>own address listening on the same port. In fact you can have a process per
>address since the unique combination must be address and port, the kernel
>sorts all the
thanks all, really helpful :-)
sincerely
morten wilken
- Original Message -
From: "Marc Rabil" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 12:04 AM
Subject: RE: deploying ejb without jar'ing
> Sorry for the bad advice - looks like good o
See
answer at www.elephantwalker.com/rfa?id=301
Regards,
the
elephantwalker
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of meera
krishnaraja bhatSent: Wednesday, January 09, 2002 5:03
PMTo: Orion-InterestSubject: does orionsupport
Hi Geoff
Loading of beans have these stages:
1. calling ejbFindBy... to get the primKeys of the entities;
2. checking if entities with such keys are already pooled;
3. for every key checking: if not pooled - call ejbLoad, else - get instance
from pool;
As you see, ejbFindBy... are called always
Did you remove the permission for rmi:login?
By default this goes something like:
users
(the default administrator is also part of users)
or did you remove the permission for administrator to administrate?
By defa
20 matches
Mail list logo