ADV: Harvest lots of Email addresses quickly

2002-04-03 Thread eyou321
   Want To Get A Lot Of Email   Addresses In A Very Short Time? Easy Email Searcher  is  a  powerful  Email  software   that  harvests general Email lists from mail servers   Easy Email Searcher can get 100,000 Email addresses di

Re: classpath problem with ear file

2002-04-03 Thread Thomas Körner
Hi, it is possible to set a library path in the orion-application.xml, which is only valid in application. Use the following tag and place your jar-files into the directory the path points towards. Ciao TK - Original Message - From: "Roxanne Tapia" <[EMAIL PROTECTED]> To: "Orion-Intere

RE: CMP 2.0 vs BMP - Which performes better?

2002-04-03 Thread Jeff Schnitzer
Huh? There are several constraints to BMP beans which make them almost always perform slower than CMP beans. In particular, the inability to bulk load beans from finder methods is a nearly fatal defect. In general, I recommend a combination of CMP entities and raw JDBC in session beans for quer

RE: Orion user management - Johan Frederikson comment

2002-04-03 Thread peter_saurugger
Logging out is clearing the state of the session; hence, I assume all you need to do is call remove on your stateful session beans in your client logout method, as well as re-setting any state you keep on the client ... -Original Message-From: Randahl Fink Isaksen [mailto:[EMAIL

[no subject]

2002-04-03 Thread Bozdoghina Nicolae
Could somebody help me, because I have a problem. I'm not able to set Orionserver as to have a database on Firebird. Could somebody help me? I don't know how ? __ Do you want a free e-mail for life ? Get

RE: Orion user management

2002-04-03 Thread The elephantwalker
Dear Randahl,   To logout a user, you must have a session context associated with your application. For example, if your swing client is accessing ejb's, the swing client can access everything through a stateful session bean. Session beans have a session context associated with them...   re

RE: arrg please help

2002-04-03 Thread Ofur-Bjarni
I already posted this, but I seem to have have mis-posted it: Actually I worked that one out and got a new, better bug. This was happening because I didn't set "exclusive-write-access" to "false" in orion-ejb-jar.xml. Since I'm using cmp, I don't have any statements of my own. thanks, Bjarni ps

RE: Orion user management - Johan Frederikson comment

2002-04-03 Thread Randahl Fink Isaksen
Well,   Johan Frederikson and Peter van Rensburg,   you both kindly mention the possibility of using the standard session.invalidate() for logging out the user. However, I think this would require me to write a servlet which (as we all know) automatically has access to the session ob

Re: Orion user management

2002-04-03 Thread Peter van Rensburg
Yes. On Wed, 2002-04-03 at 05:39, Johan Fredriksson wrote: > session.invalidate(); ? > - Original Message - > From: Randahl Fink Isaksen > To: Orion-Interest > Cc: [EMAIL PROTECTED] > Sent: Wednesday, April 03, 2002 11:08 AM > Subject: Orion user management > > > Hi Pe

classpath problem with ear file

2002-04-03 Thread Roxanne Tapia
I am deploying an ear file, which contains a war file. The war file has a jar in the WEB-INF/lib directory. However, when I start the server, and it is deploying the ejb jars in the same application - it says it can't find the classes in that jar file. I saw this once before when some ancesto

RE: arrg please help

2002-04-03 Thread Ofur-Bjarni
Actually I worked that one out and got a new, better bug. This was happening because I didn't set "exclusive-write-access" to "false" in orion-ejb-jar.xml. Since I'm using cmp, I don't have any statements of my own. thanks, Bjarni -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Orion user management

2002-04-03 Thread Peter van Rensburg
Hi Randahl Unfortunately no :( What we do is just call invalidate() on the session object. I'm not sure if this would work in your case. Regards, Peter On Wed, 2002-04-03 at 01:08, Randahl Fink Isaksen wrote: > Hi Peter > > > I was just wondering: In your search for user management methods

RE: arrg please help

2002-04-03 Thread Greg Davis
Are you using CMP or BMP with your entity bean? It sounds like BMP and you are accidentally closing the connetion somewhere you are not supposed to inside the bean. What kind of database are you connecting to (i.e. MySQL, SQL Server, Oracle,etc...) I need a little more info here before I can tr

Re: Orion user management

2002-04-03 Thread Johan Fredriksson
session.invalidate(); ? - Original Message - From: Randahl Fink Isaksen To: Orion-Interest Cc: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 11:08 AM Subject: Orion user management Hi Peter     I was just wondering: In your search for

RE: arrg please help

2002-04-03 Thread John Creaner
thats sounds like an sql issue, are you closing your statement before you get all the information in the resultset back?? John Creaner Software Development, e-Spatial Solutions, Ireland. Tel: 353 (0)1 867 5500 Fax: 353 (0)1 867 5599 Direct Tel: 353 (0)1 867 5508 [EMAIL PROTECTED] -Origina

AW: Q: How can i turn the automatic reload of the config files off?

2002-04-03 Thread Jan Heise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 to answer my own question: edit orion/autoupdate.properties removed config works. jan - -- Jan Heise / Tel. +49-163-4803237 / [EMAIL PROTECTED] - -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von J

Orion user management

2002-04-03 Thread Randahl Fink Isaksen
Hi Peter     I was just wondering: In your search for user management methods have you ever come across a logout() method? It seems odd to me, that there is only a login method on the role-manager interface – if you are dealing with an application client (e.g. a Swing client) instead of