[JBoss-user] Re: Where has my memory gone?

2003-03-31 Thread David Rocks
memory in native code. Steve Coy On Friday, March 28, 2003, at 09:44 PM, David Rocks wrote: I am having a desperate problem with my JBoss app server. It seems to be leaking memory all over the place but after a week of debugging and JProbing I can just not find the problem. My architecture

[JBoss-user] Where has my memory gone?

2003-03-28 Thread David Rocks
this with me. Even the obvious clue would be great. I have tried everything I know. David Rocks Software Development Manager [EMAIL PROTECTED] --- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop

[JBoss-user] Re: Where has my memory gone?

2003-03-28 Thread David Rocks
to the Oracle Driver objects? I had problems with it. There are Oracle optimizations that keep data in cache. Do the number of connection to the database increase? -- Gaetan Zoritchak Bright Side Factory http://www.bs-factory.com David Rocks wrote: I am having a desperate problem with my JBoss app

[JBoss-user] Problems obtaining a CLOB reference from my Oracle Database

2002-07-02 Thread David Rocks
[INFO,Default] BlueSky: - column type: 2005 [INFO,Default] BlueSky: - we get: null Many thanks David Rocks Technical Lead Elevation Networks www.elevation-networks.com --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http

[JBoss-user] re: help with bean lock/transaction error (Gray Jones)

2002-06-26 Thread David Rocks
Gray, Probably quite unrelated but i had a similar exception last week and it was due to me calling id = (String)context.getPrimaryKey within ejbActivate(). the entity was BMP. i moved the line to ejbLoad() instead. I don't know why it prefered it there but it worked. I have seen examples