Re: Bean managed Entity-EJB error!

1999-10-17 Thread Jonas Larsson
>I think some container managed code is accidentially generated for the >wrapper classes even thoug the entity bean is container managed. Correction: I think some container managed code is accidentially generated for the wrapper classes even though the persistence of the entity bean is bean manag

Bean managed Entity-EJB error!

1999-10-17 Thread Jonas Larsson
Does anyone know why i get the following error when trying to use a bean managed entity bean? >Auto-deploying file:/D:/www/orion/ejb/Comunity/... >EntityBeanWrapper0.java:90: Undefined variable or class name: set >set.close(); >^ >EntityBeanWrapper0

Re: EJB, Servlets

1999-10-17 Thread Robert Krueger
Kevin Duffey wrote: > Hi. > > I am curious, what is all the hype about EJB for anyways? From what I have > heard on the #Java channel and articles, EJB is a very young and immature > implementation still, and isnt very useful. What exactly does it do for our > web site? Is it something I should b

EJB, Servlets

1999-10-17 Thread Kevin Duffey
Hi. I am curious, what is all the hype about EJB for anyways? From what I have heard on the #Java channel and articles, EJB is a very young and immature implementation still, and isnt very useful. What exactly does it do for our web site? Is it something I should be considering now? Kevin Duffey

Re: documentation/ejb benchmarks

1999-10-17 Thread Karl Avedal
Hello again Robert! > Karl Avedal wrote: > > Hey, great response time, hope it stay this way ;-). > Pure luck I assure you, we get so many questions from everywhere... it's not always we can answer this fast :) > I just can't control my curiosity. Can you at least say something about > optimiza

Re: documentation/ejb benchmarks

1999-10-17 Thread Robert Krueger
Karl Avedal wrote: Hey, great response time, hope it stay this way ;-). I just can't control my curiosity. Can you at least say something about optimizations you have implemented? Here's just a short list: - do you optimize intra-VM calls to beans? - have you implemented activation/passivation