RE: Concurrent calls to Session bean methods

2002-03-21 Thread The elephantwalker
currency, since they are not reentrant. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Romen Law Sent: Thursday, March 21, 2002 2:33 PM To: Orion-Interest Subject: Re: Concurrent calls to Session bean methods ell

Re: What's the difference between Oracle 9i App Server Release @ and orion 1.5.4?

2002-03-21 Thread Dinesh
i want unsubscribe to this help me.. *** Discussion is an exchange of Intelligence. Argument is an exchange of Ignorance. *** ~With Regards~ Dinesh B.T IonIdea Enterprise Solutions Pvt.Ltd 38-40,EPIP(Ex

Re: EJB failover/replication?

2002-03-21 Thread Ray Harrison
I believe that particular feature was added on top of Orion - not sure if Orion will add that at a future date. Cheers Ray --- Michael Crozier <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm starting to evaluate Orion as a application server for a project and > I'm trying to figure out if/how Ori

Re: Concurrent calls to Session bean methods

2002-03-21 Thread Romen Law
Thursday, March 21, 2002 3:47 PM Subject: RE: Concurrent calls to Session bean methods > John, > > Here is the offending class, compliments of the Sun Blueprint team: > > public class ShoppingClientControllerWebImpl implements WebClientController > { > > private Shoppin

RE: User Manager Questions

2002-03-21 Thread The elephantwalker
Anil, You might try looking at our tutorial on user security ... http://www.elephantwalker.com/rfa?id=404 You will need to get an account, but its free to join. Its important that bit in your applications is followed... META-INF/application.xml -->should have the j2ee roles, and java-applica

Re: What's the difference between Oracle 9i App Server Release @ and orion 1.5.4?

2002-03-21 Thread Ray Harrison
In case there is any confusion, Oracle 9iAS has, among many other things, a j2ee container licensed from the Orion code-base. The j2ee container is OC4J. Besides cost, there are a number of differences - Orion 1.5.4 has more of the ejb2.0 spec implemented, though they are still working on it. O

Re: Concurrent calls to Session bean methods

2002-03-21 Thread Mike Conway
>Sent by: cc: > >owner-orion-interest@orion Subject: RE: Concurre

RE: Concurrent calls to Session bean methods

2002-03-21 Thread Djemal, Guy (TWIi London)
I was also wondering about this. Of course since the webcontroller is not an EJB it is allowed to use the otherwise banned synchronized keyword! Guy. > -Original Message- > From: The elephantwalker [mailto:[EMAIL PROTECTED]] > Sent: 21 March 2002 04:48 > To: Orion-Interest &

RE: Concurrent calls to Session bean methods

2002-03-20 Thread The elephantwalker
preventing cocurrent calls to the stateful session bean. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 12:05 PM To: Orion-Interest Subject: RE: Concurrent

RE: ejbStore not getting called! Please provide any comments youhave...

2002-03-20 Thread Alex Paransky
://www.myprofiles.com/member/view.do?profileId=127 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky Sent: Wednesday, March 20, 2002 8:35 AM To: Orion-Interest Subject: RE: ejbStore not getting called! Please provide any comments you have... I did not

RE: Concurrent calls to Session bean methods

2002-03-20 Thread Vani H.S.
Thanks for the suggestion, Elephantwalker. Will look into the facade class used in pet store application. Regards, Vani >From: "The elephantwalker" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >

RE: Soap with Axis ?

2002-03-20 Thread Eddie Post
hould do it with that not ?? Eddie >From: "Satter, Rabi" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: RE: Soap with Axis ? >Date: Wed, 20 Mar 2002 09:43:55 -0600 > >GLUE is a pro

RE: ejbStore not getting called! Please provide any comments you have...

2002-03-20 Thread injobs
cc: owner-orion-interest@orio Subject: RE: ejbStore not getting called! Please provide any comments you have...

RE: Concurrent calls to Session bean methods

2002-03-20 Thread john_haasbeek
<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent by: cc: owner-orion-interest@orion Subject:

Re: RMI client accessing JMS Topic

2002-03-20 Thread Kesav Kumar
a" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 10:12 PM Subject: Re: RMI client accessing JMS Topic > Hello Kesav, > > Thanks for your reply. It seems to me that the problem occurs when the client > is not a J2E

RE: ejbStore not getting called! Please provide any comments youhave...

2002-03-20 Thread Alex Paransky
I did not mention that I am running Orion 1.5.3 (I cannot switch to 1.5.4) because I have too many entity objects with relations already implemented in 1.5.3). This used to work before, but is not working now. I am not sure what could have changed to cause such a problem. I have already tried t

RE: Soap with Axis ?

2002-03-20 Thread Satter, Rabi
product rocks! Hope this help -Original Message- From: Eddie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 4:14 PM To: Orion-Interest Subject: Re: Soap with Axis ? Montebove, Thanks for your response. I understand what you mean, but you are going a bit too fast for me

Re: Trying to get opensymphony transform tags to work with Orion 1.5.4

2002-03-20 Thread Joseph Ottinger
I use them. What's the problem? Installation should be straightforward. - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT Consultant On Wed, 20 Mar 2002, Jarrod Roberson wrote: > anyone u

RE: RE: JNDI naming exception when running app on orion from JBuilder

2002-03-20 Thread DORAN, GRANT
gt; ejb/SPControllerHome > Session > > uk.co.britannic.flexisale.server.spcontroller.SPControllerHome > > > uk.co.britannic.flexisale.server.spcontroller.SPController > > > > > > > > > Original Message: > - > From: DORAN, GRANT [EMAIL PROTECTED] > D

Re: Forwarding *.jsp from Apache to Orion

2002-03-19 Thread Daniel López
Hi Manish, What we do in Apache, is a combination of mod_rewrite and mod_proxy, as the latter is just able to proxy "directories" on its own. Something like that: ... RewriteEngine on RewriteRule ^(.*)\.jsp$ /proxy_orion_server/$1.jsp [P] ... ProxyRequests On ProxyPass/proxy_orion_server

Re: RMI client accessing JMS Topic

2002-03-19 Thread Vidur Dhanda
Hello Kesav, Thanks for your reply. It seems to me that the problem occurs when the client is not a J2EE application client. Hence, the application-client.xml is not available. Did you modify the JMSChat example to not use the java:comp/env namespace? I believe a RMI client will not have acce

Re: RMI client accessing JMS Topic

2002-03-19 Thread Kesav Kumar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes you can use RMIInitialContextFactory to get the connection factory. I just modified the JMSChat program in the demo to use RMIInitialContext and I am able to get the factory and topic. Are you running this client program from different machine f

RE: Concurrent calls to Session bean methods

2002-03-19 Thread The elephantwalker
Vani, You can use the petstore trick. Use a facade class which sychronizes each call to your session bean. That should do the trick. This is a _famous_ problem with session beans. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[E

Re: RMI client accessing JMS Topic

2002-03-19 Thread Vidur Dhanda
Hi Peter, The Orion console correctly shows jms/notificationFactory. It is only when the RMIContext.lookup happens that the client hangs. I am beginning to suspect that this is a bug. Has anyone successfully used a TopicConnectionFactory via a RMIClient? Vidur "SAURUGGER,PETER (A-PaloAlto,ex

RE: RMI client accessing JMS Topic

2002-03-19 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
I found it useful to look at OrionServers console, under context; in general, it seems all objects get exposed under the root context with their full qualified pathname, in your case probably something like context.lookup("com.epistemic.notification.NotificationFactory") or whatever ... -Orig

Re: Soap with Axis ?

2002-03-19 Thread Eddie
roducts/glue/docs/glue/guide/integrations/or > ion/introduction.html > > > Hope this Help > > Luciano > > > -Messaggio originale- > Da: Eddie [mailto:[EMAIL PROTECTED]] > Inviato: martedì 19 marzo 2002 13.17 > A: Orion-Interest > Oggetto: Re: Soap wit

Re: Who starts an MDB's jms Connection?

2002-03-19 Thread Stephen Davidson
Dave Ford wrote: > I am creating a JMS client that sends a message to an MDB. However, when I > run it, it gives a QueueConnection not started exception, implying that the > queue listener connection had never been started. Shouldn't this happen > automatically with a message driven bean? > > >

Re: IDE

2002-03-19 Thread injobs
information abt ur IDE plus In intellij:: Has a best refactoring capability 1.The most best thing abt is while coding itself half of the errors re highlighted 2.It has a quite good appearance-sliding windows it doesn't occupy the working area 3.Go to reference and show quick javadoc are nic

RE: RE: JNDI naming exception when running app on orion from JBuilder

2002-03-19 Thread [EMAIL PROTECTED]
Original Message: - From: DORAN, GRANT [EMAIL PROTECTED] Date: Tue, 19 Mar 2002 10:39:13 - To: [EMAIL PROTECTED] Subject: RE: JNDI naming exception when running app on orion from JBuilder Thanks, I am using JBuilder 6 Enterprise (trial) and debugging using the Non-jpda

Re: Sharing httpsession among several applications

2002-03-19 Thread Rafael Alvarez
Hello Juan, Tuesday, March 19, 2002, 5:11:31 AM, you wrote: JF> Hi people. JF> When talking about secure applications, you have recommended to set the JF> shared attribute to "true". In that way, session is shared between the JF> secure and non-secure parts of an application. JF> My scenario i

RE: JNDI naming exception when running app on orion from JBuilder

2002-03-19 Thread DORAN, GRANT
e is in the META-INF directory of the web application, why do I get this error? Has anyone done this before? Thanks, Grant Doran Contract Java Developer/Architect Britannic Assurance > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: 18 March 2002 15:

Re: Re: Showing Error Messages

2002-03-18 Thread bigizzy
Hi, I suppose you are using IE as your browser. If so then go to Tools > Internet Options > Advanced and Uncheck "Show Friendly HTTP Error Messages". Having done this you will get proper java compilor error messages and not 500 Internal server error. Hari. Get Your Private, Free E-mail from

Re: OrionSupport

2002-03-18 Thread Justen Stepka
As an alternative, check out Atlassian (http://www.atlassian.com/), their support is top notch.   Justen Stepka - Original Message - From: Rachid Drissi To: Orion-Interest Sent: Monday, March 18, 2002 12:16 PM Subject: OrionSupport Hi Everybody,     Cou

Re: OrionSupport

2002-03-18 Thread Ray Harrison
Hi Drissi - There are two excellent companies that have sprung up to offer Orion support - Elephantwalker and Atlassian (www.atlassian.com, www.elephantwalker.com). If their paid support is anything like their free forums, you will definitely be in good hands. Check them out. Cheers Ray Harris

Re: OT: Session Related

2002-03-18 Thread Eric Hodges
Not sure if this approach translates to J2EE, though. - Original Message - From: "Satter, Rabi" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 8:28 AM Subject: RE: OT: Session Related > This is an old

RE: JNDI naming exception when running app on orion from JBuilder

2002-03-18 Thread [EMAIL PROTECTED]
Are you running the servlet in orion or tomcat ? Does the console in JBuilder say: Orion/1.5.4 initialized (or whichever version you have) You should be able to make it work by replacing the code: java:comp/env/ejb/SPControllerHome with: SPControllerHome It sounds to me like you are running

RE: OT: Session Related

2002-03-18 Thread Satter, Rabi
This is an old issue and major pain with hardware load balancing. You have a couple of options. If you are using Orion you could setup the servers as a cluster. That way the session is replicated between servers. The other thing is that the Infrastructure guys should turn on the ability that once

Re: AutoGen Primary Key for Entity Beans

2002-03-18 Thread Cristian Donciulescu
integer - Original Message - From: "Michael Shoemaker" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 4:57 PM Subject: AutoGen Primary Key for Entity Beans > I see on the orion support page the use of > com.evermind.ejb.CounterUtils.getNextI

Re: OT: Session Related

2002-03-18 Thread Linus Larsen
Put and Get is deprecated, use session.setAttribute("foo")/ session.getAttribute("foo") instead. /Linus On Sunday, March 17, 2002, at 04:55 PM, Stephen Davidson wrote: > Hi Michael. > > The following line in your servlets should handle you; > request.getSession().put(keyObject, valueObject);

Re: Session Related

2002-03-17 Thread Skaag [Orion]
There is a way to setup a load balancer so that a customer, once connected to the "cluster" would always receive the same machine. This is all up to your load balancer guys then. Tell them you need people to always get the same server. For them it's not a big deal because their load balancers wou

Re: OT: Session Related

2002-03-17 Thread Stephen Davidson
Hi Michael. The following line in your servlets should handle you; request.getSession().put(keyObject, valueObject); request.getSession().get(keyObject); where; request is the users HttpRequest object getSession returns the HttpSessionObject More details available in the J2EE JavaDocs. -Steve

RE: Re: Using NT security

2002-03-16 Thread [EMAIL PROTECTED]
PROTECTED] Date: Fri, 15 Mar 2002 20:03:58 -0600 To: [EMAIL PROTECTED] Subject: Re: Using NT security If you use the JAAS module, or if you use the Windows SSPI to authenticate, you will never need to user's password. The SSPI API provides a "LogonUser" function that can be used to say &qu

RE: AutoGen Primary Key for Entity Beans

2002-03-16 Thread The elephantwalker
Dear Michael, We answer this at: http://www.elepantwalker.com/rfa?id=327 You need an account, but its free to join. The Orion Counter is only useful if you have a single server. On a clustered set of orions, it won't hack it. We use a much better more portable way to generate keys. Regards,

Re: Using NT security

2002-03-15 Thread Brian Smith
does everyone else do, put the passwords into principals.xml and > set the file to not readable? > > > > Thanks, > > Justin > > > -Original Message----- > *From:* Andre Vanha [mailto:[EMAIL PROTECTED]] > *Sent:* 13 March 2002 19:19 > *To:* Orion-Inte

RE: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Greg Davis
Got ours to work fine too. Just make SURE you set the SelectMethod to cursor in the URL(See Below). Otherwise bad things will happen if you try to do a second statement while still inside a first statement(i.e. doing a SELECT while walking through another SELECT.) url="jdbc:microsoft:sqlserver:

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Greg Matthews
www.inetsoftware.de fast, stable, good support. we've been using it for over a year now and it works fine. - Original Message - From: "SAURUGGER,PETER (A-PaloAlto,ex2)" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, Ma

Re: JSP comment tag.

2002-03-15 Thread Mike Cannon-Brookes
That's actually a little incorrect - what Orion is doing is spec compliant. Scriptlets are not processed within comments ie (<% %>) BUT expressions are (ie <%= %>). Who knows why they designed the spec like this ;) Cheers, Mike Mike Cannon-Brookes [EMAIL PROTECTED] ATLASSIAN - Your J2EE Exper

Re: JSP comment tag.

2002-03-15 Thread Dmitriy Serebryakov
n-Interest" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 10:38 AM Subject: Re: JSP comment tag. Hi Jose, I havent tried this. What I feel is you have given browser comment. Try giving jsp comments and see. jsp comments are shown below <%%> >From: "Jos

RE: SQL Server JDBC driver from Microsoft

2002-03-15 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
ch 15, 2002 5:55 AM To: Orion-Interest Subject: Re: SQL Server JDBC driver from Microsoft Hallo Jarrod, Friday, March 15, 2002, 1:46:36 PM, you wrote: JR> has anyone gotten this to work with Orion 1.5.4? it just works fine over here, though it is said, that it should not be used in pr

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Blair Colbey
I've had it working just for testing and whatnot with not bad results, but apparently under high load it can falter.. It's based on a driver from DataDirect and is behind by a bit.. There's a 1/2 decent article here: http://www.eweek.com/article/0,3658,s=708&a=23115,00.asp That benchmarks using

Re: JSP comment tag.

2002-03-15 Thread prasanth sb
Hi Jose, I havent tried this. What I feel is you have given browser comment. Try giving jsp comments and see. jsp comments are shown below <%%> >From: "Jose Mena" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: JSP com

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Robert Virkus
Hallo Jarrod, Friday, March 15, 2002, 1:46:36 PM, you wrote: JR> has anyone gotten this to work with Orion 1.5.4? it just works fine over here, though it is said, that it should not be used in production-environments. We manage our own connection-pooling though and haven't had problems so far...

RE: timed events

2002-03-14 Thread Jens Schumann
] | Sent: Thursday, March 14, 2002 7:49 AM | To: Orion-Interest | Subject: RE: timed events | | | Jens, | | Unfortunately, you're correct :-(. It is not portable for exactly what you | have written (Context issues), but for Orion it is pretty simple and | straightforward. | | Tibor | | -Ori

Re: running Orion as a daemon

2002-03-14 Thread Stephen Davidson
nohup java -server -Xincgc -jar orion.jar & -Steve Oleg Bivol wrote: > Hi list, > > We have a remote Linux machine and we need to remotely launch Orion in > background (as a daemon) on that machine. We tried doing it using: > > > > java -jar orion.jar & > > or > > java -jar orion.jar ^Z

RE: running Orion as a daemon

2002-03-14 Thread Tony K. Lawrence
Title: Message Maybe you should have a look at the nohup command. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Oleg BivolSent: 14 March 2002 12:31To: Orion-InterestSubject: running Orion as a daemon Hi list, We have a remote

Re: running Orion as a daemon

2002-03-14 Thread Christian Meunier
http://www.orionsupport.com/articles/downloads/orion - Original Message - From: Oleg Bivol To: Orion-Interest Sent: Thursday, March 14, 2002 1:31 PM Subject: running Orion as a daemon Hi list, We have a remote Linux machine and we need to remotely launch

RE: Re: J2EE Security issue...

2002-03-14 Thread Gerald Reed
it. That way I don't > have to check for > changes. > > Just curious if I am missing some hidden issue that > will only come out and > byte me later. > > -Original Message- > From: Jeff Hubbach [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 3:

RE: Re: J2EE Security issue...

2002-03-14 Thread Satter, Rabi
ff Hubbach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 3:47 PM To: Orion-Interest Subject: Fw: Re: J2EE Security issue... repost.. One thing we added to what Rabi is doing is as follows: We track version with each object. If the user object is already on the session then we get it off

Re: is restarting Orion necessary ??

2002-03-14 Thread Rafael Alvarez
Hello mittal, Thursday, March 14, 2002, 12:48:14 AM, you wrote: msajcj> Hi msajcj> Please let me know if restarting Orion necessary if I change a class when msajcj> the server is running. msajcj> I do not want to run my server in development mode msajcj> regards msajcj> Sunil Hi! The ans

Re: is restarting Orion necessary ??

2002-03-14 Thread Joseph Ottinger
Note that if you're changing a class while the server is running, you're developing... but a redeployment should clear out caches. - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT Consulta

RE: Using NT security

2002-03-14 Thread Justin Crosbie
Andre Vanha [mailto:[EMAIL PROTECTED]]Sent: 13 March 2002 19:19To: Orion-InterestSubject: RE: Using NT security Take a look at the sample JAAS modules that you can download from Sun in conjunction with JAAS.  Specifically, they include an NT module which can be used to retrieve usernam

RE: Another filter chaining question

2002-03-14 Thread Gavin Spurling
I believe the spec implies that filters are supposed to be run in the order they are listed in the web.xml file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Aaron Tavistock Sent: 14 March 2002 02:34 To: Orion-Interest Subject: Another filter chaining

Re: timed events

2002-03-14 Thread Linus Larsen
Behalf Of >> | [EMAIL PROTECTED] >> | Sent: Wednesday, March 13, 2002 5:21 PM >> | To: Orion-Interest >> | Subject: RE: timed events >> | >> | >> | Hi, >> | >> | I use a java.util.Timer wrapped my Scheduler class to schedule >> | tasks. I

Re: is restarting Orion necessary ??

2002-03-13 Thread wzfg
Hi,friend, Thanks for your reply. Yes, I tried every cases. And I also found the same problem when I tried to subscribe the e-mail. I don't know why, I also re-isntalled the low stable version 1.5.2, but same problems. By the way, I also have 2 questions: 1.Can you tell me wher

RE: timed events

2002-03-13 Thread tibor . hegyi
PM To: Orion-Interest Subject: RE: timed events Which is not that portable across Application Servers ;) Typical issues are JNDI lookup problems up to ClassCastExceptions. Jens | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of | [EMAIL PROTECTED] |

RE: timed events

2002-03-13 Thread Tim Endres
--Original Message- > | From: [EMAIL PROTECTED] > | [mailto:[EMAIL PROTECTED]]On Behalf Of > | [EMAIL PROTECTED] > | Sent: Wednesday, March 13, 2002 5:21 PM > | To: Orion-Interest > | Subject: RE: timed events > | > | > | Hi, > | > | I use a java.util.Timer wrapp

RE: timed events

2002-03-13 Thread Jens Schumann
: Orion-Interest | Subject: RE: timed events | | | Hi, | | I use a java.util.Timer wrapped my Scheduler class to schedule | tasks. I bind | an instance of this Scheduler to the JNDI from one of my servlet's init() | method. | | It works fine, use -userThreads switch to start orion if you want co

Fw: Re: J2EE Security issue...

2002-03-13 Thread Jeff Hubbach
repost.. One thing we added to what Rabi is doing is as follows: We track version with each object. If the user object is already on the session then we get it off and double-check to make sure that the version on the session is the most up-to-date. If it isn't, then we refresh that object on the

RE: Using NT security

2002-03-13 Thread Andre Vanha
Take a look at the sample JAAS modules that you can download from Sun in conjunction with JAAS.  Specifically, they include an NT module which can be used to retrieve username and group information for a running process.    Note however, there is no way to retrieve a password for a logged

Re: [orion-interest]Using NT security

2002-03-13 Thread Hani Suleiman
On 13/3/02 12:16 pm, "Justin Crosbie" <[EMAIL PROTECTED]> wrote: > Hi all, > > I checked the archives and support pages for this, didn't seem to find it. > > Is there any way to get Orion to use the NT username+password of whoever is > logged in, for running client apps? Currently I'm reading t

RE: timed events

2002-03-13 Thread Justin Crosbie
o: Orion-Interest Subject: Re: timed events Perhaps via a croned java client? //Johan - Original Message - From: "Casper Højstrup" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 10:20 AM Subject: timed events

RE: timed events

2002-03-13 Thread tibor . hegyi
Hi, I use a java.util.Timer wrapped my Scheduler class to schedule tasks. I bind an instance of this Scheduler to the JNDI from one of my servlet's init() method. It works fine, use -userThreads switch to start orion if you want context lookup from the scheduled threads. HTH, Tibor -Or

RE: J2EE Security issue...

2002-03-13 Thread Satter, Rabi
I had the same issue. We did do it as a filter. However we checked to see if the a user context object (ie object where the informaiton was stored) existed in the session. If not then checked to see if the user was logged in. If not then skip setting up the object. Works pretty good. -Origina

Re: Bug?!

2002-03-13 Thread Sergey G. Aslanov
Hi Orion-Interest You just have to recompile your filter class with Orion 1.5.4 orion.jar lib. Wednesday, March 13, 2002, 2:21:54 PM, you wrote: LL> Updating from 1.5.2 to 1.5.4 LL> Everything seems to work just fine except for one thing. When I use a LL> Filter mapped to one of my servlets a

Re: Bug?!

2002-03-13 Thread Christian Meunier
You need to update your filter, the 1.5.2 was buit on not yet finished servet 2.3 spec while the 1.5.4 is based on the latest and finished servlet 2.3 spec.   Your generic filter should now looks like this:   import javax.servlet.FilterChain;import javax.servlet.FilterConfig;import javax.ser

Re: timed events

2002-03-13 Thread Johan Fredriksson
Perhaps via a croned java client? //Johan - Original Message - From: "Casper Højstrup" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 10:20 AM Subject: timed events > > This more of a regular EJB question, I suppose. > > I need to initiate s

RE: Where is my stderr output?

2002-03-13 Thread John Creaner
if I understand you correctly what you need to do is check in your application.xml for the This will lead you to where your log file is located and if you haven't set it then simply set it by default I think most of the log files are kept in the \log folder Jo

Re: Showing Error Messages

2002-03-13 Thread Joseph Ottinger
Do you have development mode on in your application? - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT Consultant On Tue, 12 Mar 2002, Deniz Bocek wrote: > Hi all, > I have Following prob

Re: Showing Error Messages

2002-03-12 Thread Deniz Bocek
Thanx to All, It solved my problem.. Deniz > You're probably using IE as your browser. > > Go to Tools-Internet options-Advanced- > - uncheck Show friendly HTTP error messages > > (so nice of IE) > > curt > > Deniz Bocek wrote: > > > Hi all, > > I have Following problem: > > If my jsp files o

Re: Showing Error Messages

2002-03-12 Thread Kesav Kumar Kolla
>Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: Re: Showing Error Messages >Date: Tue, 12 Mar 2002 18:31:57 +0200 > >Yes, that's normal. > >- Original Message - >From: "Deniz Bocek" <[EMAIL PROT

Re: J2EE Security issue...

2002-03-12 Thread Brian Smith
You might try to make a custom UserManager that delegates to the default one, and then performs some actions. Aaron Tavistock wrote: > We've been using J2EE based security for some time now, its working great > for us supporting several hundred users distributed across a handful of > servers.

RE: java.lang.OutOfMemoryError

2002-03-12 Thread M Danger Smith
You are probably running the server on the jdk JVM which is VERY limited on memory. You can up it with a -Xmx param when you are firing it up from the command line but most likely you need to use the JRE. Try changing your path to be /usr/opt/java122/jre/bin rather than /usr/opt/java122/bin. Al

RE: Performance Monitoring Tools

2002-03-12 Thread Jens Schumann
Although it might sound strange I do not believe in low level tools such as OptimzeIt on EJB level - first stage. Usually you end up using a component based framework which might be distributed and EJB overhead just changes results significantly. We switched to a simple set of classes which measur

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
Hi Daniel - Like I said, I didn't look at it to see if it worked (doubt it does) I was just testing functionality. I just added the ear file information to the server.xml file and tried deploying it - I didn't rebuild it or anything like that (orion will ignore the j2ee-ri stuff) - just the basi

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Daniel Chandran
Ray, Yes it is the CartApp.ear from the j2ee tutorial. And I am trying it under Orion 1.5.4. I rebuilt the ear file without the j2ee-ri specific files. I set up a tree similar to the hello-planet tutorial, and modified the build.xml of the tutorial to build the ear. Were you able to de

Re: Performance Monitoring Tools

2002-03-12 Thread Stephen Davidson
Hi Jorge. For generating the load, I have found both Siege and Grinder to be effective. Not fancy, but definately effective. -Steve Jorge Jimenez C wrote: > Hello. I have to do the same tests. > > Can you please tell me about the loading test tools that you've found. > > Thanks in advance.

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
Daniel - Are you refering to the CartApp.ear from the j2ee tutorial for jdk1.3? If so, what is your Orion version? It deploys (haven't tested the functionality) on 1.5.4. Keep in mind that ear file deployment might be different across app servers if there are app-server specific components cont

RE: java.lang.OutOfMemoryError

2002-03-12 Thread Shane Whitehead
The amount of memory in the box won't make much difference if the VM is not configured to use it...It's default settings are rather low, you'll need to check the startup script to see how much stack space it's putting aside...this is also related to performance issues as the VM will take longer to

Re: Performance Monitoring Tools

2002-03-12 Thread Stephen Davidson
Optimizeit was quite useful to me. Cpu Usage, Object count, Memory usage, Garbage Collector activity. Also tracked the amount of time spent in each function call. -Steve Cugier (extern) wrote: > Hello, > > we are planning to perform some load tests against our application (Servlet, > JSP and

Re: Performance Monitoring Tools

2002-03-12 Thread Jorge Jimenez C
Hello. I have to do the same tests. Can you please tell me about the loading test tools that you've found. Thanks in advance. JJ - Original Message - From: "Cugier (extern)" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 10:25 AM Subject: Per

RE: Random hiccups with Orion+https

2002-03-12 Thread Andre Vanha
st Subject: RE: Random hiccups with Orion+https Hi, We were experiencing the same problem, adding shared="true" to the web-app tag in your web-site.xml file solves the problem. There appears to be an issue with browsers (IE?) tracking and maintaining SSL sessions correctly. I'v

Re: Showing Error Messages

2002-03-12 Thread Cristian Donciulescu
Yes, that's normal. - Original Message - From: "Deniz Bocek" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 1:57 PM Subject: Showing Error Messages > Hi all, > I have Following problem: > If my jsp files or servlets has a error -sytax error or

Re: Showing Error Messages

2002-03-12 Thread Curt Smith
You're probably using IE as your browser. Go to Tools-Internet options-Advanced- - uncheck Show friendly HTTP error messages (so nice of IE) curt Deniz Bocek wrote: > Hi all, > I have Following problem: > If my jsp files or servlets has a error -sytax error or any java error- it > shows o

Re: java.lang.OutOfMemoryError

2002-03-12 Thread Juan Fuentes
Be sure of "cleaning" all your ejbs when you remove them. Set all attributes and global variables to null. We have had a very similar problem, and this was one of the reasons. mars wrote: > > Dear orion user : > > I got a problem I have a Orion Appcation Server Run on Linux > run the http serv

RE: java.lang.OutOfMemoryError

2002-03-12 Thread John Creaner
Just wondering but are you allocating any of that GB to orion or are you letting the box allocate the memory itself? I think that the box gives a default amount of memory to java and so that could be the reason you are running out of memory You can allocate by giving param setting on the startup

Re: How can I reload (stop/start) an application-client with startup="true" property set? (New E-mail Address)

2002-03-11 Thread Stephen Davidson
Ganasen went to the website a few hours ago to unsubscribe himself. So why the listserv is still trying to send him messages is not a good thing. -Steve Ganasen Gounden wrote: > Please be informed that I no long reside in South Africa, but in Canada. > Please forwad all future e-mail to me at

Re: How can I reload (stop/start) an application-client withstartup="true" property set? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Random hiccups with Orion+https

2002-03-11 Thread Jon Iles
Hi, We were experiencing the same problem, adding shared="true" to the web-app tag in your web-site.xml file solves the problem. There appears to be an issue with browsers (IE?) tracking and maintaining SSL sessions correctly. I've no doubt someone better informed than me can fill in the details!

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

<    1   2   3   4   5   6   7   8   9   10   >