[JBoss-dev] [Lorg.hsqldb.persist.CachedObject;

2006-05-28 Thread Clebert Suconic
I didn't have anything better to do in a Sunday night, I was then playing around improving the code of JBossProfiler. Then I realized a single object (org.hsqldb.persist.CachedObject[]) taking 196624 bytes on JBoss-4.0/default right after startup. Further investigation showed an array of 49152

[JBoss-dev] trove.jar

2006-05-25 Thread Clebert Suconic
Both JBossSerialization and JBossAOP are using trove.jar, and on the case of if JBossSerialization is being used for communication on UnifiedInvokers, we need trove.jar on the client. I used that thing to keep register of references so I could control circular references without having to create

RE: [JBoss-dev] trove.jar

2006-05-25 Thread Clebert Suconic
Of Clebert Suconic Sent: Thursday, May 25, 2006 1:27 PM To: jboss-development@lists.sourceforge.net Subject: [JBoss-dev] trove.jar Both JBossSerialization and JBossAOP are using trove.jar, and on the case of if JBossSerialization is being used for communication on UnifiedInvokers, we need

[JBoss-dev] JBAS-2267 is the last task!!!

2006-05-13 Thread Clebert Suconic
OptimizedOutputStream and OptimizedInputStream didn't send versioning information before. These were overriding metadata discovery by always rebuilding it from current class, what means if a field is added ObjectInputStream will think the streaming should have everything. Then my changes

RE: [JBoss-dev] RE: JBAS-2267 is the last task!!!

2006-05-13 Thread Clebert Suconic
don't have anything to do with that: http://cruisecontrol.jboss.com/cc/artifacts/jboss-4.0-compatibility-matr ix/20060512154233/results/org/jboss/test/compatibility/test/matrix/Matri xTestContainer(jms_3_2_x).html Clebert Suconic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[JBoss-dev] RE: JBAS-2267 is the last task!!!

2006-05-12 Thread Clebert Suconic
It's already commited, I'm waiting next version compatibility testsuite build to see if this is working fine. -Original Message- From: Scott M Stark Sent: Friday, May 12, 2006 12:10 PM To: Clebert Suconic; 'jboss-development@lists.sourceforge.net' Subject: RE: JBAS-2267 is the last task

[JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

2006-05-11 Thread Clebert Suconic
Its not my fault any more. I had fixed everything now. Bill, it looks like you updated remoting: services/cruisecontrol/checkout/jboss-4.0.x/server/src/main/org/jboss/invocation/InvokerInterceptor.java:39: cannot access org.jboss.remoting.serialization.IMarshalledValuebad class file:

[JBoss-dev] RE: JBAS 4.0.4.GA project dependencies

2006-05-04 Thread Clebert Suconic
; Clebert Suconic; jboss-development@lists.sourceforge.net; QA Subject: Re: JBAS 4.0.4.GA project dependencies - JBossRemoting, (a) the version number shouldn't be 1.4.2.GA ??. Second, I don't see any dependency in its component-info.xml on JBossRemoting ? Don't understand what you mean

[JBoss-dev] Updating jboss-remoting to 1.4.2

2006-05-03 Thread Clebert Suconic
I'm updating jboss-remoting to 1.4.2 on build-thirdparty. There were some problems with WS, but I will be updating its dependency to 1.4.2 also. 1.4.2 is almost the same as 1.4.1_final. There was only a small change on MarshalledObject for JBossSerialization. Clebert

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Clebert Suconic
Cc: Dimitris Andreadis; QA; jboss-development@lists.sourceforge.net; Clebert Suconic Subject: RE: Problem with minimal config in Branch_4_0 Why is that? We need to be doing a better job of minimizing cross package dependencies to allow for cleaner reuse of functionality. -Original Message

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Clebert Suconic
, 2006 11:16 PM To: Clebert Suconic; Tom Elrod Cc: Dimitris Andreadis; QA; 'jboss-development@lists.sourceforge.net' Subject: RE: Problem with minimal config in Branch_4_0 So what does this mean, that the custom object input stream is not needed? -Original Message- From: Clebert Suconic

[JBoss-dev] jboss-serialization dependent on trove.jar

2006-04-21 Thread Clebert Suconic
Jboss-serialization is now dependent on trove.jar. I used that to solve circular dependencies, and it was way better to use TIntObjectHashMap and TObjectIntHashMap. And jboss-serialization is included into /client/jboss-all.jar. So, what should I do before GA? Basically I have

RE: [JBoss-dev] jboss-serialization dependent on trove.jar

2006-04-21 Thread Clebert Suconic
Sorry about the crappy HTML post. My bad. Same post again, sorry about the duplication. Jboss-serialization is now dependent on trove.jar. I used that to solve circular dependencies, and it was way better to use TIntObjectHashMap and TObjectIntHashMap. And jboss-serialization is included

RE: [JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-04-03 Thread Clebert Suconic
Geez... still broken: http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-jdk-matrix/200604 03061941/compile.log -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Fox Sent: Friday, March 31, 2006 10:14 PM Cc: jboss-development@lists.sourceforge.net;

RE: [JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-04-03 Thread Clebert Suconic
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clebert Suconic Sent: 03 April 2006 18:39 To: jboss-development@lists.sourceforge.net Cc: Jason T. Greene; Thomas Diesler Subject: RE: [JBoss-dev] jboss-head-jdk-matrix Build Failed Geez... still broken: http

RE: [JBoss-dev] Why isn't server building?

2006-03-28 Thread Clebert Suconic
Title: Re: [JBoss-dev] Why isn't server building? I didn't commit my changes. I was waiting the newer version of Remoting. I will be looking into that now. From: [EMAIL PROTECTED] on behalf of Tom ElrodSent: Tue 3/28/2006 8:51 PMTo: jboss-development@lists.sourceforge.netSubject: Re:

RE: [JBoss-dev] Why isn't server building?

2006-03-28 Thread Clebert Suconic
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clebert Suconic Sent: Tuesday, March 28, 2006 9:28 PM To: jboss-development@lists.sourceforge.net; jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Why isn't server building? I didn't commit my

[JBoss-dev] AOP ClassLeakages

2006-03-27 Thread Clebert Suconic
a small testcase within AOP testing redeployments. I would need to work close to someone at AOP project. Clebert Suconic --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web

[JBoss-dev] RE: JBAS-2972 - OOME / Redeployment leakages

2006-03-24 Thread Clebert Suconic
. Like: a href=./jmx-callMethod(MBean=some sort of context, method=show-sub-methods parameter1= parameter2==) References to Class org.user.SomeUserClass /href -Original Message- From: Adrian Brock Sent: Thursday, March 23, 2006 10:18 AM To: Clebert Suconic Cc: Scott M Stark; QA; jboss

[JBoss-dev] RE: FW: JBAS-2972 - OOME / Redeployment leakages

2006-03-23 Thread Clebert Suconic
/JBAS-2909 -Original Message- From: Adrian Brock Sent: Thursday, March 23, 2006 3:41 AM To: Clebert Suconic Cc: Scott M Stark; jboss-development@lists.sourceforge.net Subject: Re: FW: JBAS-2972 - OOME / Redeployment leakages On Wed, 2006-03-22 at 21:03 -0600, Clebert Suconic wrote: Sorry

[JBoss-dev] RE: JBAS-2972 - OOME / Redeployment leakages

2006-03-23 Thread Clebert Suconic
:27 AM To: Clebert Suconic Cc: Scott M Stark; QA Subject: RE: JBAS-2972 - OOME / Redeployment leakages On Thu, 2006-03-23 at 01:37 -0600, Clebert Suconic wrote: I created another method on JVMTIInterface, called exploreClassRefernces. With that method you can use JMXConsole to explore class

[JBoss-dev] RE: JBAS-2972 - OOME / Redeployment leakages

2006-03-23 Thread Clebert Suconic
To: Clebert Suconic Cc: Scott M Stark; QA; jboss-development@lists.sourceforge.net Subject: RE: JBAS-2972 - OOME / Redeployment leakages On Thu, 2006-03-23 at 09:23 -0600, Clebert Suconic wrote: The new features uses getRerenceHolders Method, which does an inverted walkthrough everyObject looking

[JBoss-dev] RE: JBAS-2972 - OOME / Redeployment leakages

2006-03-23 Thread Clebert Suconic
FileCollections with a dummy quick sort. Since I was using just quickSort/binarySearch that was way faster than using HSQLDB. -Original Message- From: Adrian Brock Sent: Thursday, March 23, 2006 9:44 AM To: Clebert Suconic Cc: Scott M Stark; QA; jboss-development@lists.sourceforge.net

[JBoss-dev] RE: JBAS-2972 - OOME / Redeployment leakages

2006-03-22 Thread Clebert Suconic
. For example, if I run: ant -Dtest=org.jboss.test.cts.test.BmpUnitTestCase one-test -Original Message- From: Scott M Stark Sent: Wednesday, March 22, 2006 7:02 PM To: Clebert Suconic; QA Cc: Bill Burke Subject: RE: JBAS-2972 - OOME / Redeployment leakages Something has pushed us

[JBoss-dev] FW: JBAS-2972 - OOME / Redeployment leakages

2006-03-22 Thread Clebert Suconic
. (use jboss-profiler-jvmti.sar for that), and don't forget to add -agentlib:jbossAgent into your run.bat/run.sh Clebert -Original Message- From: Scott M Stark Sent: Wednesday, March 22, 2006 7:02 PM To: Clebert Suconic; QA Cc: Bill Burke Subject: RE: JBAS-2972 - OOME / Redeployment

[JBoss-dev] FW: Viewer for JMX/MBeans

2006-03-21 Thread Clebert Suconic
metadata on xmdesc I would be able to create a nice tool only using JMX-Console. Clebert -Original Message- From: Scott M Stark Sent: Tuesday, March 21, 2006 11:44 AM To: Clebert Suconic Subject: RE: Viewer for JMX/MBeans WAS: [JBoss JIRA] Created: (JBAS-2972) Find cause of current

[JBoss-dev] Struts error with current Tomcat version

2006-03-20 Thread Clebert Suconic
Im seeing this error when starting JBossProfiler with JBoss-4.0 fresh install. It works with any other previous version. Any idea on what changed? (did we change any classLoader op here?) 18:01:48,986 ERROR [MainDeployer] Could not create deployment:

RE: [JBoss-dev] possible builder error during 3 minute window

2006-03-09 Thread Clebert Suconic
I have a fresh checkou of Branch_4_0, and I have a build failure, but not on WebServices BUILD FAILED /home/csuconic/jboss-4.0.x/server/build.xml:274: Failed to copy /home/csuconic/jboss-4.0.x/server/src/resources/org/jboss/verifier/EJB21 Messages.properties to

RE: [JBoss-dev] possible builder error during 3 minute window

2006-03-09 Thread Clebert Suconic
- 20051027_03723_lHdSMR JIT - 20051027_1437_r8 GC - 20051020_AA) JCL - 20060120a [ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clebert Suconic Sent: Thursday, March 09, 2006 12:55 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev

[JBoss-dev] Dependency on IMarshalledValue

2006-02-27 Thread Clebert Suconic
Scott, Im removing MarshalledValues dependency on IMarshalledValue. IMarshalledValue will be moved to jboss-remoting.jar next RC release. (later this week, or early next week). So, can I remove IMarshalledValue from commons then? Or should I just make it deprecated? Clebert

RE: [JBoss-dev] [Fwd: Reflection using Javassist]

2006-02-20 Thread Clebert Suconic
Just one addendum... When you asked me long ago to consider using the micro-container's reflection metadata to serialization, I didn't do it because serialization is something totally different in terms of reflection's metadatas. Hibernate and MicroContainer deals with Properties collections,

RE: [JBoss-dev] [Fwd: Reflection using Javassist]

2006-02-20 Thread Clebert Suconic
things like that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clebert Suconic Sent: Monday, February 20, 2006 10:36 AM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] [Fwd: Reflection using Javassist] Just one addendum... When you

RE: [JBoss-dev] [Fwd: Reflection using Javassist]

2006-02-20 Thread Clebert Suconic
it, don't fork it. I'm hoping we can return JBoss5 to being able to boot within less than a week on machines with something less than 4G of memory. :-) On Mon, 2006-02-20 at 11:36, Clebert Suconic wrote: Just one addendum... When you asked me long ago to consider using the micro-container's

RE: [JBoss-dev] [Fwd: Reflection using Javassist]

2006-02-19 Thread Clebert Suconic
:-) Can I use this to access/modify private attributes? Also, is it possible to modify final private attributes? Clebert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Brock Sent: Sunday, February 19, 2006 7:27 AM To:

[JBoss-dev] RE: 3.2.8 Client - 4.0.x Compatibility

2006-02-19 Thread Clebert Suconic
From: Scott M Stark Sent: Saturday, February 18, 2006 1:04 AM To: Clebert Suconic; Ryan Campbell; Dimitris Andreadis Cc: 'jboss-development@lists.sourceforge.net'; QA Subject: RE: 3.2.8 Client - 4.0.x Compatibility Ok, so we would have: 4.0.x: MBeanServerConnection:* RMIAdaptor:add

[JBoss-dev] RE: 3.2.8 Client - 4.0.x Compatibility

2006-02-17 Thread Clebert Suconic
other idea/option? Thoughts? Clebert Suconic --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web

[JBoss-dev] RE: 3.2.8 Client - 4.0.x Compatibility

2006-02-17 Thread Clebert Suconic
communicating with previous versions of 4.0.4. But I don't know if that is required. Clebert From: Scott M StarkSent: Fri 2/17/2006 7:00 PMTo: Clebert Suconic; Ryan Campbell; Dimitris AndreadisCc: 'jboss-development@lists.sourceforge.net'; QASubject: RE: 3.2.8 Client - 4.0.x Compatibility My

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev] client libraries on EJB3 On Tue, Feb 14, 2006 at 12:09:59PM -0600, Clebert Suconic wrote: If you write an EJB3 remote application application, it's very likely you will have to add cglib, asm and hibernate3 to the classpath

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
Title: Re: [JBoss-dev] client libraries on EJB3 we are not propagating relationships across JVM boundaries. But if you have a lazy relationship, you need CGLIB and ASM on the client side. So, if you don't have CGLib, ASM and Hibernate and using a lazy relationship you will get a

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
Title: Re: [JBoss-dev] client libraries on EJB3 Well... I'm not sure what would happen if the lazy relationship is filled. I guess you would get the ClassNotFoundException on any Lazy Relationship if hibernate.proxy is not availble. Bill? Kabir? I only tested without activating a Lazy

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
Title: Re: [JBoss-dev] client libraries on EJB3 we will need a proxy framework anyways, right? if we replace cglib by something else (aop, javassist maybe) I guess it would be the same on that point, and besides it would require some work. From: [EMAIL PROTECTED] on behalf of Scott M

[JBoss-dev] client libraries on EJB3

2006-02-14 Thread Clebert Suconic
If you write an EJB3 remote application application, it's very likely you will have to add cglib, asm and hibernate3 to the classpath of your application. I don't know if we already had a discussion about this, but shouldn't these jars be under /client in our distribution. I know we have

RE: [JBoss-dev] client libraries on EJB3

2006-02-14 Thread Clebert Suconic
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clebert Suconic Sent: 14 February 2006 19:10 To: jboss-development@lists.sourceforge.net Subject: [JBoss-dev] client libraries on EJB3 If you write an EJB3 remote application application, it's very likely you will have to add

[JBoss-dev] Pluggable Serialization into JBAS Invocation Layer

2006-02-06 Thread Clebert Suconic
page on how to use and configure it. Clebert Suconic --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy

[JBoss-dev] RE: WebServices in the 3.2.8 compatibility testsuite

2006-02-06 Thread Clebert Suconic
Sent: Monday, February 06, 2006 2:41 PM To: Clebert Suconic Cc: Scott M Stark; [EMAIL PROTECTED] Subject: RE: WebServices in the 3.2.8 compatibility testsuite Hi Clebert, see attached my earlier response. With web service, the endpoint and the client are fundamentally detached (i.e. the server

[JBoss-dev] New Javadocs

2005-06-02 Thread Clebert Suconic
Sometime ago I modified a javadoc implementation to generate links to sourcecodes + integrating with Java2HTML converter. I just noticed that Norman deployed these javadocs with sourcecode and Im feeling it pretty useful: http://www.jboss.org/docs/index and

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-13 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316877 ] Clebert Suconic commented on JBAS-1319: --- Scott wrote: Ok, then no. Is there an example other than the spec ear which demonstrates the issue? -Original Message

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1676) Exception java.lang.IllegalStateException: clusteredSession.getAttribute.ise when using invalidation/reusing session too often

2005-04-13 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1676?page=history ] Clebert Suconic updated JBAS-1676: -- Summary: Exception java.lang.IllegalStateException: clusteredSession.getAttribute.ise when using invalidation/reusing session too often (was: Exception

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1676) Exception java.lang.IllegalStateException: clusteredSession.getAttribute.ise when using invalidation/reusing session too oftenly

2005-04-12 Thread Clebert Suconic (JIRA)
: http://jira.jboss.com/jira/browse/JBAS-1676 Project: JBoss Application Server Type: Bug Components: Clustering Versions: JBossAS-4.0.2 Final Reporter: Clebert Suconic Assigned to: Ben Wang Fix For: JBossAS-4.0.3 Final If you invalidate/reuse the session too

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-11 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316849 ] Clebert Suconic commented on JBAS-1319: --- Adrian wrote: What we really need is to identify the classloader classloader.toString() and then provide

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-11 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316855 ] Clebert Suconic commented on JBAS-1319: --- This should be done in what version? Should we mark the fix to? (At least a trying?) -clebert redeploy causes

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=history ] Clebert Suconic updated JBAS-1319: -- Attachment: analysis.zip redeploy causes OutOfMemoryError Key: JBAS-1319 URL: http://jira.jboss.com

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316790 ] Clebert Suconic commented on JBAS-1319: --- Basically I have created a profiler for analyzing this bug. I had to do that because I had to cross information

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316804 ] Clebert Suconic commented on JBAS-1319: --- I'm using a downloaded version from cvs, Branch_4_0, jboss-4.0, updated I think 2 weeks ago. Isn't the patch supposed

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316815 ] Clebert Suconic commented on JBAS-1319: --- I think for a small application like JMX-console you would have to re-deploy it a lot until you get into any memory boundaries

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316820 ] Clebert Suconic commented on JBAS-1319: --- HUH? Well... I don't have access to Java methods through JVMTI, and plus I'm already showing the references throught

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=history ] Clebert Suconic updated JBAS-1319: -- Attachment: ServletExample.zip redeploy causes OutOfMemoryError Key: JBAS-1319 URL: http

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316821 ] Clebert Suconic commented on JBAS-1319: --- I uploaded a ServletExample.zip that I was using to test. That file was releasing Classes without any problem. I would assume

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316822 ] Clebert Suconic commented on JBAS-1319: --- I added these three lines to HttpStressTest.java, and the VM still releasing the class: public void init() throws

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-04-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316823 ] Clebert Suconic commented on JBAS-1319: --- Forget what I said about jakarta's collections. I did the deployment test with Specj that doesn't use any jakarta's collection

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.1 in JBossAS 4.0.x releases

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316523 ] Clebert Suconic commented on JBCACHE-98: BTW: 1.2.1 or 1.2.2? Backporting JBossCache 1.2.1 in JBossAS 4.0.x releases

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1632) clustering unit test failure

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=history ] Clebert Suconic updated JBAS-1632: -- Attachment: 2005-03-30.17-34.tgz clustering unit test failure Key: JBAS-1632 URL: http://jira.jboss.com

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1584) Create a unit test for tracking the serialVersionUID across versions using ObjectStreamClass

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1584?page=comments#action_12316539 ] Clebert Suconic commented on JBAS-1584: --- I can add checking of serialUUID against older versions also. Say... load the defined serialUUID (not the calculated through

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1632) clustering unit test failure

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=history ] Clebert Suconic updated JBAS-1632: -- Attachment: jboss-cache.jar clustering unit test failure Key: JBAS-1632 URL: http://jira.jboss.com/jira

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.1 in JBossAS 4.0.x releases

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316534 ] Clebert Suconic commented on JBCACHE-98: I'm assuming the file attached at JBAS-1632 is 1.2.2 based in what Ben told me. Backporting JBossCache 1.2.1 in JBossAS

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1584) Create a unit test for tracking the serialVersionUID across versions using ObjectStreamClass

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1584?page=comments#action_12316537 ] Clebert Suconic commented on JBAS-1584: --- As I worked already on this, I commited three new tests that are verifying if Serializable/Externalizable classes

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1632) clustering unit test failure

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=comments#action_12316570 ] Clebert Suconic commented on JBAS-1632: --- I've executed the testsuite after applied the patch for jboss-cache.jar 1.2.2 beta (different from the attached version

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1632) clustering unit test failure

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=history ] Clebert Suconic reassigned JBAS-1632: - Assign To: Ben Wang (was: Clebert Suconic) clustering unit test failure Key: JBAS-1632 URL: http

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.2 in JBossAS 4.0.x and 3.2.x releases

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316575 ] Clebert Suconic commented on JBCACHE-98: Just executed the backport test into jboss-4.0, executing the testsuite for tests-clustering. I got the same results

[JBoss-dev] [JBoss JIRA] Assigned: (JBCACHE-98) Backporting JBossCache 1.2.2 in JBossAS 4.0.x and 3.2.x releases

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=history ] Clebert Suconic reassigned JBCACHE-98: -- Assign To: Clebert Suconic (was: Ben Wang) Backporting JBossCache 1.2.2 in JBossAS 4.0.x and 3.2.x releases

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.2 in JBossAS 4.0.x and 3.2.x releases

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316577 ] Clebert Suconic commented on JBCACHE-98: Well... the patch is validated for 4.0.0 and 4.0.1. (4.0.3 is a consequence of the release process, as we are applying

[JBoss-dev] [JBoss JIRA] Assigned: (JBCACHE-98) Backporting JBossCache 1.2.2 in JBossAS 4.0.x and 3.2.x releases

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=history ] Clebert Suconic reassigned JBCACHE-98: -- Assign To: Ben Wang (was: Clebert Suconic) Backporting JBossCache 1.2.2 in JBossAS 4.0.x and 3.2.x releases

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.2 in JBossAS 4.0.x and 3.2.x releases

2005-03-31 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316576 ] Clebert Suconic commented on JBCACHE-98: Into 4.0.1-sp1 I had two failures before the patch, two after the patch DETAILS OF ERRORS Suite

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.1 in JBossAS 4.0.x releases

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316522 ] Clebert Suconic commented on JBCACHE-98: It looks like it's mandatory to backport JBossCache to AS 4.0 due to the dependency on this JIRA task: JBAS-1632. Ben, can

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1632) clustering unit test failure

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=history ] Clebert Suconic updated JBAS-1632: -- Attachment: jboss-cache.jar I attached the mentioned file. clustering unit test failure Key: JBAS-1632

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1632) clustering unit test failure

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=comments#action_12316528 ] Clebert Suconic commented on JBAS-1632: --- Even by changing the library we still have few errors. I've attached the results (2005-03-30.17-34.tgz) and I executed

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1632) clustering unit test failure

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=history ] Clebert Suconic reassigned JBAS-1632: - Assign To: Ben Wang (was: Clebert Suconic) I executed the tests... see comments at this task. clustering unit test failure

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.1 in JBossAS 4.0.x releases

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316532 ] Clebert Suconic commented on JBCACHE-98: I've already done this as part of JBAS-1632. Ben asked me to run it again (just in case), and it would be already done

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1632) clustering unit test failure

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1632?page=history ] Clebert Suconic reassigned JBAS-1632: - Assign To: Clebert Suconic (was: Ben Wang) clustering unit test failure Key: JBAS-1632 URL: http

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316546 ] Clebert Suconic commented on JBAS-1319: --- My understanding is that unused classes will be unloaded by the GC. I mean... no instances, on references through garbage

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1319) redeploy causes OutOfMemoryError

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=comments#action_12316547 ] Clebert Suconic commented on JBAS-1319: --- Sorry... i meant no references through class loaders, not garbage collectors. redeploy causes OutOfMemoryError

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-98) Backporting JBossCache 1.2.1 in JBossAS 4.0.x releases

2005-03-30 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-98?page=comments#action_12316540 ] Clebert Suconic commented on JBCACHE-98: Ok... It's 1.2.2 alpha. I guess this is the version that Ben has worked with. Can you upload the JAR at this JIRA task

[JBoss-dev] [JBoss JIRA] Reopened: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-29 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1580?page=history ] Clebert Suconic reopened JBAS-1580: --- Remy, I think you have answered Clebert's question saying that when a session is invalidated, we are supposed to re-use the session id to create a new

[JBoss-dev] [JBoss JIRA] Reopened: (JBCACHE-102) Exception when Submitting Load into HttpSession

2005-03-29 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-102?page=history ] Clebert Suconic reopened JBCACHE-102: - Comments available for its reopening at http://jira.jboss.com/jira/browse/JBAS-1580 Exception when Submitting Load into HttpSession

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-102) Exception when Submitting Load into HttpSession

2005-03-29 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-102?page=comments#action_12316502 ] Clebert Suconic commented on JBCACHE-102: - Scott wrote: It will try to keep the session cookie. -Original Message- From: Clebert Suconic Sent

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1579) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

2005-03-27 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1579?page=comments#action_12316433 ] Clebert Suconic commented on JBAS-1579: --- I thought the requirement for this would be to have serialUID defined in every single class. By using that method SerialUID

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1579) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

2005-03-24 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1579?page=history ] Clebert Suconic reassigned JBAS-1579: - Assign To: Clebert Suconic (was: Scott M Stark) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1579) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

2005-03-24 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1579?page=comments#action_12316392 ] Clebert Suconic commented on JBAS-1579: --- I didn't know there is another testcase doing something to serialUIDs. When I saw JBAS-1598 I understood I needed to verify

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1579) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

2005-03-24 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1579?page=history ] Clebert Suconic updated JBAS-1579: -- Attachment: compatibilityCheckProposedSourceCde.zip Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1579) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

2005-03-24 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1579?page=comments#action_12316393 ] Clebert Suconic commented on JBAS-1579: --- If this test is relevant/aprooved I will put it under org.jboss.test.compatibility.test Need to cleanup

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-23 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1580?page=history ] Clebert Suconic updated JBAS-1580: -- Security Level: Public (was: JBoss Internal) Problem when Submitting Massive Load into HttpSession

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-102) Exception when Submitting Load into HttpSession

2005-03-23 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-102?page=history ] Clebert Suconic updated JBCACHE-102: Security Level: Public (was: JBoss Internal) Exception when Submitting Load into HttpSession

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1579) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

2005-03-21 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1579?page=history ] Clebert Suconic updated JBAS-1579: -- Attachment: TestResultSample.zip Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1579) Need to cleanup the serialVersionUIDs for Serializable/Externalizable classes

2005-03-21 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1579?page=history ] Clebert Suconic reassigned JBAS-1579: - Assign To: Scott M Stark (was: Clebert Suconic) I've created a TestCase that: - tests if all classes in a given JAR have the SerialUID - tests

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-14 Thread Clebert Suconic (JIRA)
: JBossAS-4.0.2RC1, JBossAS-4.0.1 SP1, JBossAS-3.2.7 Final, JBossAS-3.2.6 Final, JBossAS-3.2.5 Final, JBossAS-5.0 Alpha Reporter: Clebert Suconic Assigned to: Ben Wang Fix For: JBossAS-4.0.2 Final, JBossAS-5.0 Alpha Description available at: http://jira.jboss.com/jira/browse

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-14 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1580?page=history ] Clebert Suconic updated JBAS-1580: -- Fix Version: JBossAS-3.2.8 Final Problem when Submitting Massive Load into HttpSession

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1588) Collection synchronization into cmp2

2005-03-14 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1588?page=history ] Clebert Suconic resolved JBAS-1588: --- Resolution: Done Collection synchronization into cmp2 Key: JBAS-1588 URL: http

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1588) Collection synchronization into cmp2

2005-03-14 Thread Clebert Suconic (JIRA)
: Clebert Suconic Assigned to: Alexey Loubyansky Fix For: JBossAS-5.0 Alpha, JBossAS-4.0.2 Final, JBossAS-3.2.8 Final More details at this Jira Issue: http://jira.jboss.com/jira/browse/JBBENCH-44 Also, this issue was created just to reference the issue into JBossAS. It was already solved

[JBoss-dev] [JBoss JIRA] Created: (JGRP-45) JVM Crashes when starting three groups at the same time

2005-03-08 Thread Clebert Suconic (JIRA)
.ELsmp #1 SMP Mon Dec 20 18:47:45 EST 2004 i686 i686 i386 GNU/Linux (our dev02 box) Reporter: Clebert Suconic Assigned to: Bela Ban Priority: Minor Fix For: 2.2.8 When starting three clusters at the same time, a JVM crashed inside the socket JNI function. I've added the log file

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-45) JVM Crashes when starting three groups at the same time

2005-03-08 Thread Clebert Suconic (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-45?page=history ] Clebert Suconic updated JGRP-45: Attachment: console3.out.gz JVM Crashes when starting three groups at the same time --- Key

  1   2   >