Un Subscribe

2001-03-12 Thread Dan DiCesare
From: [EMAIL PROTECTED] Reply-To: Orion-Interest <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Subject: Un Subscribe Date: Mon, 12 Mar 2001 09:30:14 +0530 Get your FREE download of MSN Explorer at http://explorer.msn.com

RE: Why is Netscape slower with Orion?

2001-01-29 Thread Dan DiCesare
So how do you really feel :). I agree. We are writing solutions that will have minimal functionality on Netscape and max functionality on IE. From: "Paul Kofon" <[EMAIL PROTECTED]> Reply-To: Orion-Interest <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Subject: RE: Why is Netscape

RE: Memory Leak

2001-01-25 Thread Dan DiCesare
r) if the JVM will alot time for it. -Original Message- From: Dan DiCesare [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 11:59 AM To: Orion-Interest Subject: Memory Leak Hello, I am using JSP tags to invoke java beans. In my java beans I create a reference to my EJB's

Memory Leak

2001-01-23 Thread Dan DiCesare
Hello, I am using JSP useBean tags to invoke java beans. In my java beans I create a reference to my EJB's. In my JSPI scope the bean as session. In other words the syntax looks as follows: jsp:useBean id="fooBean" scope="session" class="FooBean" / What we are noticing is that every time the page

Re: Application client.

2000-11-14 Thread Dan DiCesare
You will need sever things: 1) Create an application-clien.xml file that defines the ejb's needed for your application. For example if foo was an ejb deployed as fooejb, your application-client file should read: application-client display-nameMyApplication/display-name

Re: Please Help ! (2nd Post)

2000-11-06 Thread Dan DiCesare
Not sure if this is your problem but hope this helps. It looks like you are extending "AbstractSession". Make sure that this gets packaged with your session jar file. -Danno _ Get Your Private, Free E-mail from MSN

RE: Ok. I feel dumb. Data Sources and MS SQL.

2000-10-25 Thread Dan DiCesare
Has MS removed the ODBC-JDBC bridge in Win 2K? From: Kurt Hoyt [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: Ok. I feel dumb. Data Sources and MS SQL. Date: Wed, 25 Oct 2000 06:06:13 -0700 I hate to be the bearer of bad news, but

RE: Ok. I feel dumb. Data Sources and MS SQL.

2000-10-25 Thread Dan DiCesare
Has MS removed the ODBC-JDBC bridge in Win 2K? From: Kurt Hoyt [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: Ok. I feel dumb. Data Sources and MS SQL. Date: Wed, 25 Oct 2000 06:06:13 -0700 I hate to be the bearer of bad news, but

RE: Client application

2000-10-06 Thread Dan DiCesare
Not to my understanding, I think you need to include the necessary orion jars -Danno From: "Pantelis, Thomas" [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: Client application Date: Fri, 6 Oct 2000 12:55:02 -0400 Shouldn't it be

unsubscribe

2000-03-30 Thread Dan DiCesare
unsubscribe __ Get Your Private, Free Email at http://www.hotmail.com

JNDI Lookup

2000-03-24 Thread Dan DiCesare
Hello, I have deployed an application onto my Orion server. In my application I attempt to lookup an EJB with the following code: ___ try { Properties p = new Properties();