Stateful Session Bean and HTTPSession

2000-12-11 Thread Laurent Cornelis
. But if the user close the browser without logout or if Orion crash and is restarted, the bean instance is not removed... I set a session timeout of 7200 sec. in my orion-ejb-jar.xml, is the bean removed after this time if unused ? How can I clean these "phatom" bean's instance ? Thanks Laurent Cornelis

Stateful Session Bean and HTTPSession

2000-12-07 Thread Laurent Cornelis
. But if the user close the browser without logout or if Orion crash and is restarted, the bean instance is not removed... I set a session timeout of 7200 sec. in my orion-ejb-jar.xml, is the bean removed after this time if unused ? How can I clean these "phatom" bean's instance ? Thanks Laurent Cornelis

Error in ORList (Re: byte array OR mapping...)

2000-11-28 Thread Laurent Cornelis
Yes I know that a byte is a primitive, but byte array (byte[]) is an object. In my Entity Bean, this array represent a graphic (a jpg), one of my entity bean can have more than one graphic (I represent it now with a List of Graph). I changed my EJB to : public class ResultBean

Workaround found - Re: Error in ORList (Re: byte array OR mapping...)

2000-11-28 Thread Laurent Cornelis
(sorry, can't recall the number; if you want I can try and look) and received a message several days ago that it had been fixed in 1.4.5. Perhaps, when that version comes out your error will also go away. Vidur Laurent Cornelis wrote: Yes I know that a byte is a primitive, but byte array (

byte array OR mapping...

2000-11-27 Thread Laurent Cornelis
Hello, I have an Entity Bean : public class ResultBean implements EntityBean { [...] public String id; [...] public byte[][] graphResult; } The graphResult field is an array of byte arrays. I want it to be stored as a list of BLOBs. Here is my mapping for this field

Re: JetSpeed

2000-11-17 Thread Laurent Cornelis
For me, putting the Jetspeed jars in /orion/lib gives me the following error when calling http://hostname/servlet/jetspeed java.io.FileNotFoundException: /tmp/turbine.log (O sistema não podelocalizar o caminho especificado) It's normal, turbine.log MUST exists when you launch Jetspeed...

Re: EJB classpath problem

2000-10-26 Thread Laurent Cornelis
Veninga. Laurent Cornelis wrote: Hello, I deploy a J2EE application (called rapids) with Orion, here is my directory structure after deployment : orion/applications/rapids - Contains EJBs jar orion/applications/rapids/rapids-web - Contains the Web app orion