Re: JNDI question: client talking to EJBs on multiple app servers

2002-04-17 Thread Lachezar Dobrev
Hi. A working model is to create two Initial Context-s for each server. Use a "dedicated.connection=true" property to create the context. The "dedicated.connection" however leads to resource leakage, and if you keep creating more and more of them you will eventualy get "java.lang.OutOfMemo

How can I simplify a URL?

2002-04-17 Thread Alex Paransky
I have a url which looks like this: http://www.myprofiles.com/view.do?profileId=127 I would like to be able to replace it with: http://view.myprofiles.com/127 I know how to create a new website with view.myprofiles being serviced by orion. I am just not sure how to map the /127 to execute /vi

how to use unchecked tag?

2002-04-17 Thread Anil D
Hi all I have a question regarding the use of tag in ejb-jar.xml. The docs says if we specify a method as unchecked in the ejb-jar.xml no user name and password nee d to be given while invoking that method. But when I run such a method(from a Swing client) the login screen is shown and evenif

Fwd: RE: Showstopper: Orion deployment crash, NullPointerException

2002-04-17 Thread Ray Harrison
2nd Try...   Randahl Fink Isaksen <[EMAIL PROTECTED]> wrote: From: "Randahl Fink Isaksen" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Subject: RE: Showstopper: Orion deployment crash, NullPointerExceptionDate: Wed, 17 Apr 2002 21:42:30 +0200Organization: ROCK IT You are absolutely right

JNDI question: client talking to EJBs on multiple app servers

2002-04-17 Thread David Moles
I've got the same beans deployed on two different app servers (each backed by a different database). I want my client to talk to both. Say the two app servers are running on machines named Fred and Wilma; I know I can choose which one I talk to by setting java.naming.provider.url=ormi://fred/a

Re: Fw: Cursos de E-Business (6 de Mayo)

2002-04-17 Thread KirkYarina
clueless sales droid, looks like, rather than a spammer. Guess they have them in Paraguay (if I remember .pa correctly), too. Unify must still be in business... At 01:57 PM 4/14/02 +, you wrote: >_nice_idea_ to post an ~650mb jpeg (content with unknown language) to a >mailing-list 8-|#

RE: Showstopper: Orion deployment crash, NullPointerException

2002-04-17 Thread Greg Davis
Did you also remove the related files in the orion/persistence directory.  I have had problems before when the .cache files don;t match up with the persistence ones.  Just a thought.  I haven't seen the error below before though   Later...   Greg -Original Message-From: Randah

ObjectOutputStream error

2002-04-17 Thread Roxanne Tapia
Occasionally, when I try to send an object to my servlet, I get the message "413: Request entity is too large", and the request never seems to get into the servlet code. Is there anything I can do to change the size of acceptable objects? How would I chunk my output object to make it more acc

RE: How do you tell orion not to autocommit?

2002-04-17 Thread Juan Pablo Lorandi
Excerpt from the API docs for method java.sql.Connection.setAutoCommit(boolean autoCommit) follows setAutoCommit public void setAutoCommit(boolean autoCommit) throws SQLException Sets this connection's auto-commit mode. If a connection is in auto-commit mode, then all its SQL s

SV: JNDI Reference to home of EJB failing?

2002-04-17 Thread Jesper Rasmussen
Are you looking up from an EJB? if so do you have a reference in the ejb-jar for that bean to the bean you are looking up? like: ejb/ItemHome Entity beans.ItemHome beans.Item ItemBean

Re: how do I setup a datasource for mssql ?

2002-04-17 Thread Lachezar Dobrev
Change the url and the driver. You have miswritten them: url="jdbc:microsoft:." connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver" Lachezar > Subject: how do I setup a datasource for mssql 1 2 3 4 5 6 7 8 9 > From: "alt.cybercafes" <[EMAIL PROTECTED]> > === > I have tried

RE: how do I setup a datasource for mssql ?

2002-04-17 Thread Roland van Woerkom
You mixed up the url and connectiondriver. regards, roland -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Orion Newsgroup Verzonden: dinsdag 16 april 2002 20:55 Aan: Orion-Interest Onderwerp: how do I setup a datasource for mssql ? Subject: how do I se