Hi.
I try to use the XMLUserManager. I can read my
principal.xml and get all the groups and all the users
from my principal.xml. I create new users and add
them. They does exists but only in memory. But now I
want to save the new users. Nothing happens when I
call manager.store(). principal.xml is
HttpSession ses = request.getSession(true);
ses.invalidate();
Al
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Fernando
DeLeon
Sent: Wednesday, March 21, 2001 6:28 PM
To: Orion-Interest
Subject: killing a session
how do u kill a session ?? :D
There are instructions for obtaining the latest source tree via
anonymous CVS here:
http://www.postgresql.org/devel-corner/docs/postgres/cvs.html
Just get the whole thing :-) There are instructions for building the
JDBC driver in the README file in the directory you found.
Good luck,
Jeff
>---
dear all,
is there a way to get the server.xml defined
"name" attribute?
after following a previous post, i can get the
application.xml
value but this is not quite what i
need.
the plan is to be able to deploy multiple copies of
the same application
for different clients, and have an
how do u kill a session ?? :D
The contents of this email are confidential. If you are not the intended recipient,
you must not disclose, copy or use the contents in any way.
If you have received this email in error, please delete it and notify us immediately
by return email. It is the recipi
Hello, all.
I posted 1 month ago today pleading for information on EJB Clustering
in Orion... otherwise my company was moving on to another app server.
My original message is here:
http://www.mail-archive.com/orion-interest@orionserver.com/msg10299.html
Well we moved on (to WebLogic -yuch) but
Thanks Jeff,
H, I am a bit confused, again.
I went searching for the correct postgres jdbc driver, and don't know
exactly where to get the last version and source (I thought I did).
I seached on http://jdbc.postgresql.org/download/ but is that the correct
site ? and where can I get the source
The problem seemed to have gone away when I tried the PostgreSQL 7.1b5
driver.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Eddie
Sent: Wednesday, March 21, 2001 4:55 AM
To: Orion-Interest
Subject: bad timestamp confusion
Just like other people in t
For those interested in Hypersonic SQL, here is some encouragement from their user
mailing lists.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 1:28 PM
To: [EMAIL PROTECTED]
Subject: [hsql-user] New Project Formed at SourceForge
I did enter a request for support of JAXP 1.1 in Bugzilla yesterday (ID
369).
Magnus Stenman declared it soon thereafter as an invalid request as their
latest internal builds already use JAXP 1.1.
It will be released with the next version (1.4.8).
Karl Avedal mailed me yesterday that this release
Take a look at this message I posted in January:
http://www.mail-archive.com/orion-interest@orionserver.com/msg08677.html
If you patch the JDBC driver to read whatever format your dates are
coming back as (you should see the actual formatted date string in the
exception message), you should be o
I'm using Postgresql 7.0.3 on RH7 with pleasant results (except the JDBC
driver's timstamp issue).
I don't serialize any objects as BLOBs though. Why do you want to do
this?
Jeff
>-Original Message-
>From: Julian Richardson [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, March 21, 2001 7:
How about using extension mapping for your actions/servlets, and anything
else would not be an action? I use this in my MVC framework. Simply map an
extension to a servlet that handles all incoming requests. This can be done
in the web.xml file of your web application.
> -Original Message
yes...and its the easiest to set up too.
> -Original Message-
> From: Fernando DeLeon [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 20, 2001 9:00 PM
> To: Orion-Interest
> Subject: Clustering
>
>
> Does orion support clustering?
>
>
> The contents of this email are confidential. I
yap, I've done it with regular expressions. Check out
http://jakarta.apache.org for regexp and ORO
the regexp scriptlet is:
String myHTML="Bold";
RE r = new RE("<[^>]+>");
String cleanText = r.subst(myHTML,"");
cleanText.equals("Bold") should return true
HTH
JP
> -Original Message-
I am using the latest relase of postgresql and it seems to work fine. As
far as the dirver I am using teh cvs version and usually getting the
latest every week. I am having some problems with doubles being created
as money. I just made the table first and that fixed the problem. not
sure if that
1.4.8+ will contain JAXP 1.1, but you should be able to use it already with 1.4.7 and
below - the only thing that will break until 1.4.8 is the XSLServlet (XSL applying
support). It boils down to classpath stuff though, the problem you've got below for
instance indicates replacing some of the j
If I remember correctly (check the archives for messages on this topic),
you need to use the RMI InitialContext Factory, as opposed to the
Application Client IC, for applets.
tim.
> I am trying to use authentication based on principals.xml
> I am in an applet, and run the following:
> env = new
I don't know if this will help but later versions of xerces implement
JAXP so I deleted the parser.jar that comes with Orion and replaced the
xerces jar with the one that comes with the latest xalan and things are
working.
Let us know if that helps.
-Original Message-
From: Arno Grbac [
I searched the list, and people have experienced this problem (like myself),
but no word from Orion. Ideas?
If you try to get Orion working with this latest release from Sun, Orion
won't
start:
G:\orion>java -jar orion.jar
java.lang.NoSuchMethodError
at
org.apache.crimson.tree.AttributeS
Thanks for the info. It worked the first time! Even the easy stuff is not
always quick to find. Thanks again.
- Original Message -
From: "Smith Jason" <[EMAIL PROTECTED]>
To: "'David Groves '" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 3:15 PM
Subject: RE: Where do I put img fi
Hi,
Following on from my earlier questions about alternatives to Hypersonic, a
few people recommended Postgres.
Well, I'd been meaning to try Postgres generally for a long time anyway, so
downloaded the latest version from the site (703) and installed it.
Orion wouldn't run with it, complaining
Hello everybody,
My aplication produces HTML e-mail attachment, but because of some e-mail client
hassle I need to duplicate the content as a plain text placed in the message body.
To do this I need some quick and dirty solution to present HTML file (which is built
already) as a plain text simu
I am trying to use authentication based on principals.xml
I am in an applet, and run the following:
env = new Hashtable();
env.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,
"com.evermind.server.ApplicationClientInitialContextFactory");
String purl = "ormi://" + getCodeBase().getH
I forgot in the first reply that you need either the Absolute or Relative
path to the keystore
It looks like you need to change the line
Unless you happened to name the keystore the same as your cert file.
if you used the line from the how to
"keytool -genkey -keyalg "RSA" -keystore keystore
It looks like you need to change the line
Unless you happened to name the keystore the same as your cert file.
if you used the line from the how to
"keytool -genkey -keyalg "RSA" -keystore keystore -storepass 123456
-validity 360 "
to create the Keystore
Then you need to change the line to
Thanks Mikko (san?) :P
- Original Message -
From: "Mikko Kurki-Suonio" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 2:31 PM
Subject: Re: Bug in deployment descriptor?!
> On Wed, 21 Mar 2001, Nevin Ng wrote:
>
> > I wonder if you have met
Are you talking about the friendship greeting card where everyone gets a $1000 US
savings bond? If so, most of us didn't get it in the first mailing. Could you please
resend it?
-Original Message-
From: John Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 5:36 AM
To:
Title: FW: postman
-Original Message-
From: Amit Cahanovich [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 2:54 PM
To: Adi Turgeman; Blabash (E-mail); Litman (E-mail); Ronit (E-mail);
Shiri (E-mail); Uri (E-mail)
Subject: FW: postman
-Original Message-
From:
Problem:
Client Certificates made by openssl, are not listed in the certificate
dialog box of the browser (especially IE).
Reason:
¯¯¯
If you contact the secure Orionserver with Client-Authentication needed, you
get a list of allowed DN-Strings in the Form:
---
Acceptable
Just like other people in the newsgroup, I am receiving a bad timestamp
error once in a while with Postgres 7.0.
I looked in the newsgroup and saw some possible solutions, but I am a bit
confused.
How can I solve this problem for ever in case of a DateTime field ???
Someone talked about using jav
Hi Nevin,
Databases will have their own list of keywords that you can't use as attribute names
and
"password" is generaly one of them. The database schema contains this list and its
behaviour is
such that the illegal keywords will be appended by the "_" character. Check out
$ORIONDIR/config/data
What the hell are you talking about :)
-Original Message-
From: srinivas [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 10:28
To: Orion-Interest
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL
Hi
I have been following the how-to "Setting up a secure site using ssl" on
Win2k + jdk 1.3 + Orion 1.4.0
I made steps 1 and 2 from this how-to, but when I started Orion server, i
received following error:
Error starting HTTP-server: Unable to initialize
SSLServerSocketFactory 'com.evermi
hi Friends,
enjoy this Friendship Greeting Card!!!
CH.Srinivas Babu
Thank you all for your answers to this thread. I am
very grateful for all different inputs and you have
certainly straightened out a few issues for me.
It seems that we are only at the verge of the J2EE
technology and that the implementations of this
technology have evolved greatly during the pas
Hello Juan,
What you are seeing is most likely people who have subscribed some time ago forgot
about it and now start receiving mail due to the fixed mail problem as of yesterday
(see other thread). Could that be it?
/Magnus Stenman, the Orion team
- Original Message -
From: "Juan Lo
Maybe you know the datasource mappings for this SQL Server?
Chris
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Goh
> Sent: Tuesday, March 20, 2001 1:12 PM
> To: Orion-Interest
> Subject: Re: Hypersonic website / docs
>
>
> Try Mime
What you describe is what we call the "filter pattern" (and we're pushing this for the
Servlet 2.3 "usage" docs). For this you need a Filter, not a Servlet, since servlets
are not "see through". More in detail about the filter pattern at a later date, there
will hopefully be a short walk throug
Probably you should use /images/app/ball.gif
Balazs
>
> > I've tried using the servlet-mapping of /app/* and
pointing this to the
> > servlet. While this makes requests go to the servlet,
if, within that
> > servlet, I try to get a request dispatcher
to /app/ball.gif and forward
> > there,
Here is the error:
java.lang.ClassCastException: javax.naming.NameNotFoundException
at
MyBeanHome_EntityHomeWrapper10.create(MyBeanHome_EntityHomeWrapper10.java:53
7)
at tourney.web.TestServlet.createTourney(TestServlet.java:39)
Here is the code that causes the error(--> designat
41 matches
Mail list logo