Re: [JBoss-user] Anyway to clean memory usage after run jboss?

2002-05-16 Thread Nicolai Tufar
Are you using `free' command to report free memory? If you do it's a common error to look at the first line of report. `used' column there includes memory used for cache and buffers. Refer to the second line, the one that starts with `-/+ buffers/cache:'. Hope it helps. - Original Message -

Re: [JBoss-user] CMR field column mapping

2002-05-16 Thread Dain Sundstrom
Put your current key fields declaration in the other role, and change the current role to an empty key-fields element. You are thinking the old backwards (like the sql references decl). -dain Justin Casp wrote: > Hello list, > I have a question regarding mapping CMR fields to table columns.

RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-16 Thread Paul Cody
> > It can't be turned off. In the future we may make it possible to have > several loader repositories with a parent-child relationship > which would > let you have several versions of a class at once. However it > is not yet > clear this is cost-effective compared to running several > jbo

[JBoss-user] make love tonight 美女图片

2002-05-16 Thread sexygirl
click here to see more °´ÕâÀï½øÈë ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] ___

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-16 Thread David Jencks
On 2002.05.16 20:39:45 -0400 Paul Cody wrote: > Wow, I'm really surprised to hear this. Sorry if this is a stupid > question, > but what is the benefit of class visibility between hotdeploys? Stuffing > everything into a single classloader namespace seems like a high price to > pay. Any way thi

RE: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-16 Thread Paul Cody
Wow, I'm really surprised to hear this. Sorry if this is a stupid question, but what is the benefit of class visibility between hotdeploys? Stuffing everything into a single classloader namespace seems like a high price to pay. Any way this 'feature' can be turned off in some sort of 'productio

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-16 Thread David Jencks
On 2002.05.16 19:05:43 -0400 Hunter Hillegas wrote: > Whoah... Really? yup > > So I can't have two ejb-jars with classes that are named the same, in > different ears? > > H... > > We have a content management system with EJBs that we need to deploy in > several different customer instance

Re: [JBoss-user] Internet Ethics (and please UNSUBSCRIBE ME)

2002-05-16 Thread Mike Heath
No kidding. I mean I try to do as they say and make love EVERY night but enough is enough. What do you think I am, a machine?!! On Thu, 2002-05-16 at 08:21, Dennis Muhlestein wrote: > I agree, I set up a filter to send those right to the trash but I think > they greatly detract from the quality

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similarejb-jars in Different EARs

2002-05-16 Thread Hunter Hillegas
Whoah... Really? So I can't have two ejb-jars with classes that are named the same, in different ears? H... We have a content management system with EJBs that we need to deploy in several different customer instance EARs. Are you saying we can't do that without changing the classnames or pa

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-16 Thread David Jencks
JBoss 3 doesnt' support having 2 classes with the same name, no matter how you package them. It does support classes in one ear seeing the classes in the other ear(s). david jencks On 2002.05.16 18:03:07 -0400 Hunter Hillegas wrote: > I'm trying to get this damn EAR to deploy and I started wond

[JBoss-user] CMR field column mapping

2002-05-16 Thread Justin Casp
Hello list, I have a question regarding mapping CMR fields to table columns. I read about this problem in the JBoss forums, but the solutions I found there don't seem to work with the latest code in CVS. Specifically, I am trying to use the element which is contained by the element as spec

[JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in DifferentEARs

2002-05-16 Thread Hunter Hillegas
I'm trying to get this damn EAR to deploy and I started wondering if JBoss3 has trouble deploying an EAR if another EAR has a similar ejb-jar... Basically I have two versions of an ejb-jar. One has a bean with one extra CMP variable. The first archive deploys just fine. The second one deploys ok

[JBoss-user] Can't Find CMP Field?

2002-05-16 Thread Hunter Hillegas
I am deploying an app on my staging server (JBoss3RC1)... The app runs fine in dev... I am getting the below on deploy on the staging server... It can't find abstract accessors for "quantity". I think I know which bean it is referring to, even though the error message doesn't specify... The be

Re: [JBoss-user] Application EJB to JBoss in SourceForge

2002-05-16 Thread Philippe de M. Sevestre
Don't know if this is the one you're looking for, but... http://ejbca.sourceforge.net/ > > Recently anybody commented about an application in sourefourge what use EJB > and work with JBOSS, i lost this email > ,someone have this url > Regards > Jaime _

Re: [JBoss-user] Application EJB to JBoss in SourceForge

2002-05-16 Thread Burkhard Vogel
its called xdoclet: www.sf.net/projects/xdoclet Regards, Burkhard - Original Message - From: "jaime1" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 16, 2002 9:23 AM Subject: [JBoss-user] Application EJB to JBoss in SourceForge > People > > Recently anybody commented abo

RE: [JBoss-user] Anyway to clean memory usage after run jboss?

2002-05-16 Thread Junjie Ding
Hi Paul, Yeah, that's what I thought. I killed all java process. I have no Timer or Threading Those memory is taken by nobody. Just seems like memory leak. As I remember, I didn't run into this problem when I was using Solaris 7. I just have this problem recently when I move to Linux. And t

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Dain Sundstrom
org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil Simon Stewart wrote: > Standard JDK classes: java.lang.String, java.net.URL and > java.util.Date. > > It seems as if the code is not going through the steps necessary to > unmarshal (?) the Object before returning it. From your description, > it sounds as

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Simon Stewart
Standard JDK classes: java.lang.String, java.net.URL and java.util.Date. It seems as if the code is not going through the steps necessary to unmarshal (?) the Object before returning it. From your description, it sounds as if some "instanceof" testing is done before the class is returned. I would

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Simon Stewart
On Thu, May 16, 2002 at 09:59:11AM -0500, Dain Sundstrom wrote: > Simon Stewart wrote: > >On Wed, May 15, 2002 at 10:48:48PM -0500, Dain Sundstrom wrote: > > Before you do this, make sure it is not a DB or driver bug. I > specifically remember PostgreSQL having problems with URLs. Try your >

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Dain Sundstrom
Simon Stewart wrote: > On Wed, May 15, 2002 at 10:48:48PM -0500, Dain Sundstrom wrote: > >>>I'm starting to suspect that JBoss might be the culprit here. If I >>>manually extract an object from the byte array, it turns out to be a >>>java.rmi.MarshalledObject when the expected class was java.lan

Re: [JBoss-user] Anyway to clean memory usage after run jboss?

2002-05-16 Thread Rnd
To the person (thinking of ) having problems with his linux box: Can you please send an output from your, vmstat, ps, top, swapon -s ?? Can you read threaded apps ps output?? Are you sure your jboss shuts down properly?? (without leaving any threads running)?? If your app just fires an expensive

Re: [JBoss-user] Anyway to clean memory usage after run jboss?

2002-05-16 Thread Gunaseelan Nagarajan
we had some problems with too many files being opened by the java process. you can find out the number of open files by giving. cat /proc/sys/fs/file-nr This wil give a result like 2448183 8192 where 2448 are the currently allocated file handles, 183 is the number of file handles are

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Dan Christopherson
I do remember looking at this code in JAWS and saying to myself 'I don't see how that can work, but nobody's complaining, so I'll leave it be.' Simon, I take it you're getting this problem with non-jdk classes? There may be some crufty instanceof testing in there. -danch Simon Stewart wrote:

[JBoss-user] Application EJB to JBoss in SourceForge

2002-05-16 Thread jaime1
People Recently anybody commented about an application in sourefourge what use EJB and work with JBOSS, i lost this email ,someone have this url Regards Jaime ___ Have big pipes? SourceForge.net is looking for download mirrors. We supp

Re: [JBoss-user] Internet Ethics (and please UNSUBSCRIBE ME)

2002-05-16 Thread Dennis Muhlestein
I agree, I set up a filter to send those right to the trash but I think they greatly detract from the quality of the list. Someone nuke that account. -Dennis On Thu, 2002-05-16 at 04:17, Mantzios Achilleus wrote: > > Dont you hate this "make love tonite" message from "sexygirl", > that comes e

Re: [JBoss-user] Anyway to clean memory usage after run jboss?

2002-05-16 Thread jaime1
I have the same problem and i work with SUSE 7.2 and JBoss-2.4.4_Tomcat-3.2.3. My application is same the petstore 1.1.2 but when i do several Tx., my server lost performance, lost network connection and need restart my machine Another person have the same problem? Jaime - Original Message -

Re: [JBoss-user] one-to-one relationship

2002-05-16 Thread Ingo Bruell
Hi Alex, > While deploying beans with one-to-one relationship each bean's table > contains a field that represent the primary key of the other bean. For > example for ResourceOwner-Contacts one-to-one unidirectional > relationship table 'resourceowner' contains field 'contacts' and table > 'con

[JBoss-user] one-to-one relationship

2002-05-16 Thread Alex Loubyansky
While deploying beans with one-to-one relationship each bean's table contains a field that represent the primary key of the other bean. For example for ResourceOwner-Contacts one-to-one unidirectional relationship table 'resourceowner' contains field 'contacts' and table 'contacts' contains 'Res

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Simon Stewart
On Wed, May 15, 2002 at 10:48:48PM -0500, Dain Sundstrom wrote: > >I'm starting to suspect that JBoss might be the culprit here. If I > >manually extract an object from the byte array, it turns out to be a > >java.rmi.MarshalledObject when the expected class was java.lang.String. > > > >Can anyone

[JBoss-user] Internet Ethics (and please UNSUBSCRIBE ME)

2002-05-16 Thread Mantzios Achilleus
Dont you hate this "make love tonite" message from "sexygirl", that comes everyday, when your wife is standing over your screen as you read your beloved jboss messages?? Would not you like the jboss-user list to be removed from sexygirl's sneaky addressbook?? Right. Now what if sexygirl indee

[JBoss-user] make love tonight 美女图片

2002-05-16 Thread sexygirl
click here to see more °´ÕâÀï½øÈë ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] ___

[JBoss-user] jboss classloading

2002-05-16 Thread David Ward
I just read this article from the serverside: http://www.theserverside.com/resources/article.jsp?l=ClassLoading that describes (with diagrams) the classloading techniques of WebLogic 6.1sp2, WebSphere 4.0 and HP-AS 8mp3. I would LOVE to read / hear about how both JBoss 2.4 and 3.0 do it, even i