Re: Using NT security

2002-03-15 Thread Brian Smith
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 "is 'password' the correct password domain\user". If you search for "LogonUser and JNI" on the internet there

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, March 16, 2002 5:09 AM Subject: RE: SQL S

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
Hi, Jose > <% if (modem) { %> <% }else{ %> From Sun site: Generates a comment that is sent to the client. JSP Syntax Expressions are working fine for me. Regards, D.S. - Original Message - From: "prasanth sb" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Fr

RE: SQL Server JDBC driver from Microsoft

2002-03-15 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
weblogic (oops) has had a driver for MS SQL server for a while ... used it for a demo once, works fine for basic jdbc, don't know about advanced features and performance relative to other drivers -Original Message- From: Robert Virkus [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 200

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

MessageDrivenBean dying after sometime

2002-03-15 Thread Manoj Sadangi
Hi all, we are using orion (couple of beans and a MessageDrivenBean which listens to a topic of Fiorano) and Fiorano JMS server. The problem is MessageDrivenBean after sometime stops receiving the messages. I checked the fiorano log files , It says the connection is still there. Orion is a

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...

SQL Server JDBC driver from Microsoft

2002-03-15 Thread Jarrod Roberson
has anyone gotten this to work with Orion 1.5.4? If so are there any "gotchas" or anything that I should look out for, I want to use it to develop against.

Problem with Orion and classpaths

2002-03-15 Thread Tony K. Lawrence
Title: Message   Hi, I have a WAR file that I can deploy in most web containers including Tomcat, jBoss, Resin, Weblogic to name a few.  I tried to do the same in Orion 1.5.2 but am having trouble with loading classes. I have my jar's in th WEB-INF/lib directory which so far I've not had a

JSP comment tag.

2002-03-15 Thread Jose Mena
Hi, I have a problem when putting comments in JSP code. Orion doesn't process the code inside a comment, but if i look at the sun's jsp reference(http://java.sun.com/products/jsp/tags/11/syntaxref11.fm1.html) it says that the server must process it when it's put inside a comment. Here you are an e

Session Managment and Cache

2002-03-15 Thread Deniz Bocek
  Hi All, I have the following problems: with orion when my application creates a session it gets the old session Id.I mean if the session expired or my program invalide it, nex created session gets the old session id. Should it be a unique?I am asking because maybe my creation procedure is w