Re: Sending a PDF via a servlet to IE 5

2001-02-20 Thread Thomas Munro
response.setContentLength( ba.size() ); > ServletOutputStream out = response.getOutputStream(); > ba.writeTo( out ); > out.flush(); > > Good luck! > > -mark > > Mark Meuer > Software Engineer > Life Navigator, Inc. > (612) 333-8018 > http://www.lifenavigator.com > [EMAIL PROTECTED] -- Thomas Munro <[EMAIL PROTECTED]> http://www.fullsix.com/ Fullsix Technology (Paris)

Garbage collection, out of memory

2001-02-13 Thread Thomas Munro
What can we do to make Orion stop using more and more memory, and not to cause such outrageous garbage collection cycles? Any comments or suggestions would be very much appreciated. -- Thomas Munro <[EMAIL PROTECTED]> http://www.fullsix.com/ Fullsix Technology (Paris)

Re: Please Help with Orion Debuging (Third Post !") Please Help !!!

2000-11-10 Thread Thomas Munro
Michel, This a bug in a certain version of Orion from a few weeks ago. Try updating and see if that improves things. (java -jar autoupdate.jar) -- Thomas Munro <[EMAIL PROTECTED]> http://www.gi-technology.com/ GI Technology (Paris) On Fri, 10 Nov 2000 [EMAIL PROTECTED] wrote: >

Re: 1.4.4 OR Collection classes

2000-11-10 Thread Thomas Munro
t the offending classes were (for example java.util.AbstractList$Itr, and also RuleBasedComparator which I had been using to sort sets). Maybe this is totally unrelated but the symptoms seem similar enough so I though I'd mention it. Good luck ;) -- Thomas Munro <[EMAIL PRO

Non-serializable object turns into null

2000-11-08 Thread Thomas Munro
ject was causing the problem by reading the message) I had to write the object to an ObjectOutputStream before returning it. The one that confused me was a Comparator hiding inside a TreeSet... -- Thomas Munro <[EMAIL PROTECTED]> http://www.gi-technology.com/ GI Technology (Paris)

Re: Orion on SCO UnixWare 7

2000-08-10 Thread Thomas Munro
George, What do you get if you start the virtual machine with -Djava.compiler="" on the command line? -- Thomas Munro <[EMAIL PROTECTED]> http://www.gi-technology.com/ GI Technology (Paris) On Thu, 10 Aug 2000, Holmes, George (TWIi London) wrote: > Hi, > > Has

Re: Multiple developers with Orion

2000-07-28 Thread Thomas Munro
someone changes something too much there, but most of the time it works well. -- Thomas Munro <[EMAIL PROTECTED]> http://www.gi-technology.com/ GI Technology (Paris) On Fri, 28 Jul 2000, Rick Bos wrote: > We have several developers working with Orion at the same time. > > We

Re: Auto-deploy SQL errors - PostgreSQL on Linux

2000-05-29 Thread Thomas Munro
rself. Normally you would want to do that anyway as far as I can work out. Does anyone know how to get all container generated SQL statements logged? -- Thomas Munro <[EMAIL PROTECTED]> http://www.gi-technology.com/ GI Technology (Paris) On Fri, 26 May 2000, Christopher Morley wrote: &

taglib processing

2000-05-26 Thread Thomas Munro
uot; instead of having the contents of bar stuck in there. Is the order of processing configurable somewhere? Can anyone suggest where I'm going wrong there? -- Thomas Munro <[EMAIL PROTECTED]> http://www.gi-technology.com/ GI Technology (Paris)

RE: What does this error mean

2000-05-24 Thread Thomas Munro
nd I think that you would normally want that control over datatypes anyway). -- Thomas Munro <[EMAIL PROTECTED]> http://www.gi-technology.com/ GI Technology (Paris) On Wed, 24 May 2000, Gordon Tyler wrote: > > Auto-creating table: create table ShipBean (id NUMBER > > not

Bean-boy

2000-05-07 Thread Thomas Munro
ansaction(). I was trying to implement a unique identifier generator that uses a loop with a new transaction each time if there is a collision, but it seems not to work (see Usenet posting <[EMAIL PROTECTED]> for a description). -- Thomas Munro <[EMAIL PROTECTED]> "Travelling throu

Stateful Session timeout, JSPs

2000-05-04 Thread Thomas Munro
edirect()). Or perhaps (C), I'm way off the mark (I'm not using JavaBeans or a taglib to access the EJB, for example, which might well be the source of my vexation). Opinions, solutions, experiences much appreciated. -- Thomas Munro <[EMAIL PROTECTED]> "Travelling through

Re: Orion on Linux

2000-04-14 Thread Thomas Munro
0 lines of C) in its init() method (and configure the relevant security settings). My 10 cents. Thomas Munro Software Engineer Grey Interactive Paris On Thu, 13 Apr 2000, Elias Martensson wrote: > On Sat, 8 Apr 2000 [EMAIL PROTECTED] wrote: > > > While it is true that all services ru

Datatype size restrictions

2000-04-14 Thread Thomas Munro
which would specify the max size of all the Strings, and then make the bean check those lengths in the setXXX() methods. Then I suppose I should through an exception if it's too long. Any comments on that approach, Barry, anybody? Thomas Munro Software Engineer Grey Interactive Paris

jsp:include behaviour

2000-04-11 Thread Thomas Munro
l URL for page A (the includer, I.E. the URL I typed into my browser). Hmmm. Anyone know what's happening there? Thomas Munro Software Engineer Grey Interactive Paris