Re: ejb question

2002-03-06 Thread Mark Phelps
I don't know if there is a hard and fast rule about how the server implements entity beans or not, but I think that entity beans typically will access the database a lot, if not after every call. Entity beans must keep the database in sync with their internal state so that non-EJB processes c

ejb question

2002-03-05 Thread Jeff Dingle
do entity beans call the db everytime you call methods on them? __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: h

RE: Jrun 3.0 SP2 EJB Question

2001-01-30 Thread Jay Walters
Store does any work or not. Cheers Jay Walters -Original Message- From: Lin Lin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 2:23 PM To: JRun-Talk Subject: RE: Jrun 3.0 SP2 EJB Question Did you set ejipt.isDataCached=true? if set to true, this will disables the EJB store wi

RE: Jrun 3.0 SP2 EJB Question

2001-01-30 Thread Lin Lin
Did you set ejipt.isDataCached=true? if set to true, this will disables the EJB store with each method call. -Original Message- From: Jay Walters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 1:12 PM To: JRun-Talk Subject: RE: Jrun 3.0 Sp2 EJB Question Sad to post my own

RE: Jrun 3.0 Sp2 EJB Question

2001-01-30 Thread Jay Walters
I'm trying to write portable code, and for the moment this is breaking it. Cheers Jay Walters -Original Message- From: Jay Walters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 12:13 AM To: JRun-Talk Subject: Jrun 3.0 Sp2 EJB Question I'm now running on SP2 and seem

Jrun 3.0 Sp2 EJB Question

2001-01-30 Thread Jay Walters
I'm now running on SP2 and seem to be having a problem where the ejbStore method on my BMP entity bean is not getting called when it should be. Does JRun implement any features under the covers to optimize calling ejbStore in BMP Beans, for example calling an isModified method, modified attribute

Re: JRun3.0 EJB Question

2000-10-22 Thread Phil Oxenberg
ion http://www.allaire.com/developer/jrunreferencedesk/ > -Original Message- > From: Phil Oxenberg [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 12, 2000 11:02 AM > To: JRun-Talk > Subject: Re: JRun3.0 EJB Question > > > Hi Scott, > > Scott Stir

Re: JRun3.0 EJB Question

2000-10-13 Thread Phil Oxenberg
Hi Uday, The example uses     properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, "allaire.ejipt.ContextFactory");     properties.setProperty(Context.PROVIDER_URL, "ejipt://" + server + ":2323");     properties.setProperty(Context.SECURITY_PRINCIPAL, user);     properties.setP

Re: JRun3.0 EJB Question

2000-10-12 Thread Uday
Hi Your IP at Initial context is worng. Pls put /java/... as in the edxample because ejb port is 2323 .I used it and worked. Thanks. regards, Uday Kumar Bhatt System Engineer Acefusion.Com 750 A TechnoPark Chai Chee Singapore.

Re: JRun3.0 EJB Question

2000-10-12 Thread Phil Oxenberg
/developer/jrunreferencedesk/ > -Original Message- > From: Phil Oxenberg [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 12, 2000 11:02 AM > To: JRun-Talk > Subject: Re: JRun3.0 EJB Question > > > Hi Scott, > > Scott Stirling wrote: > > > Is the e

RE: JRun3.0 EJB Question

2000-10-12 Thread Scott Stirling
2000 11:02 AM > To: JRun-Talk > Subject: Re: JRun3.0 EJB Question > > > Hi Scott, > > Scott Stirling wrote: > > > Is the ejb service starting when you start up the default > server? Check the > > default-event.log to make sure. > > Here's an ex

Re: JRun3.0 EJB Question

2000-10-12 Thread Phil Oxenberg
Hi Scott, Scott Stirling wrote: > Is the ejb service starting when you start up the default server? Check the > default-event.log to make sure. Here's an excerpt from the log file. It looks like ejb has started. BTW what services are listening onports 51000 and 53000? What port should I be

Re: JRun3.0 EJB Question

2000-10-12 Thread renyu Teng
Phil Oxenberg wrote: > Hi, > > I've justinstalled JRun3.0 on my Windows2000Server and configured it for > IIS5.0 according to the documentation. a new one to JRun, where could I down load JRun? thanks. teng -- Archive

RE: JRun3.0 EJB Question

2000-10-12 Thread Scott Stirling
thing to eliminate as a problem. Scott Stirling Allaire Corporation http://www.allaire.com/developer/jrunreferencedesk/ > -Original Message- > From: Phil Oxenberg [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 12, 2000 9:37 AM > To: JRun-Talk > Subject: JRun3.0 EJB

JRun3.0 EJB Question

2000-10-12 Thread Phil Oxenberg
Hi, I've justinstalled JRun3.0 on my Windows2000Server and configured it for IIS5.0 according to the documentation. I've written an EJB which I have deployed on the JRun server. My problem is with my client app when attempting to connect to the server. The setProperty calls were taken from the s