[JBoss-dev] [HEAD] Does URLDeploymentScanner with DeploymentCache work?

2003-01-11 Thread David Klimek
Hello, I would like to implement my own custom MainDeployer. MyMainDeployer mbean will delagete calls to MainDeployer mbean. The question is what methods do I need provide in MyMainDeployer to make a fully functional MainDeployer. I thought it should be only the methods from Deployer

[JBoss-dev] Optimisation for proxy creation?

2003-01-11 Thread Sacha Labourey
Hello, While digging in ProxyFactory (Branch_3_0) to solve some clustering issues/optimisations, I thought about the current proxy creation and maybe we should do something here: I think it is a hotspot. In getStatefulSessionEJBObject and getEntityEJBObject, each time we must return a proxy, we:

[JBoss-dev] Re: Optimisation for proxy creation?

2003-01-11 Thread Scott M Stark
Sure, this is something to try out to see how much of an improvement can be made. Start with entities as these are the most likely to be created frequently. I really doubt session proxy creation can be a hotspot as its just not a frequent event in a normal workflow. As for sharing interceptors,

[JBoss-dev] [ jboss-Bugs-666150 ] Cannot use discover for a HA-JNDI for another partition

2003-01-11 Thread SourceForge.net
Bugs item #666150, was opened at 2003-01-11 11:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=666150group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Sacha Labourey (slaboure) Assigned

[JBoss-dev] [ jboss-Bugs-666154 ] HA-Home not refreshed in JNDI

2003-01-11 Thread SourceForge.net
Bugs item #666154, was opened at 2003-01-11 11:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=666154group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Sacha Labourey (slaboure) Assigned

[JBoss-dev] [ jboss-Bugs-666157 ] Version ID not updated in clustered proxy

2003-01-11 Thread SourceForge.net
Bugs item #666157, was opened at 2003-01-11 11:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=666157group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Sacha Labourey (slaboure) Assigned

[JBoss-dev] [ jboss-Bugs-663859 ] Deadlock in shutdown hooks when interrupting startup

2003-01-11 Thread SourceForge.net
Bugs item #663859, was opened at 2003-01-07 09:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=663859group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Dave Marquard (lurp) Assigned

[JBoss-dev] [ jboss-Bugs-665067 ] Managed Connection equals Null! Problems in JBOSS 3.0.3

2003-01-11 Thread SourceForge.net
Bugs item #665067, was opened at 2003-01-09 15:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=665067group_id=22866 Category: JBossCX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Michael Ukpong (michaelukpong) Assigned

[JBoss-dev] [ jboss-Bugs-666150 ] Cannot use discover for a HA-JNDI for another partition

2003-01-11 Thread SourceForge.net
Bugs item #666150, was opened at 2003-01-11 11:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=666150group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Sacha Labourey (slaboure)

[JBoss-dev] [ jboss-Bugs-666157 ] Version ID not updated in clustered proxy

2003-01-11 Thread SourceForge.net
Bugs item #666157, was opened at 2003-01-11 11:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=666157group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Sacha Labourey (slaboure)

[JBoss-dev] [ jboss-Bugs-666154 ] HA-Home not refreshed in JNDI

2003-01-11 Thread SourceForge.net
Bugs item #666154, was opened at 2003-01-11 11:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=666154group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Sacha Labourey (slaboure)

RE: [JBoss-dev] Re: Optimisation for proxy creation?

2003-01-11 Thread Sacha Labourey
OK, I did some testing: from a client (not in-VM) on the same host, calling 100x findAll which returns 1000 EB from an In-Memory BMP. I implemented different solutions: 1) I preload the chain and reuse it 2) I preload the chain and if one of the interceptors is marked as stateless=false I

[JBoss-dev] Jboss JMX View Attributes

2003-01-11 Thread Stefan Groschupf
Hi jboss friends, please vote: based on the jmx specification a JMX Mbeant attribute can be each object. I want to implement the Attribute editing in the jboss jmx gui next days. You think it make sence to edit the attributes as a.) Primitive in the eclipse property sheet view. b.) with a

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 11-January-2003

2003-01-11 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1012 Successful tests: 1006 Errors:5 Failures: 1 [time of test: 2003-01-11.12-12 GMT] [java.version:

[JBoss-dev] [ jboss-Patches-666392 ] XML fixes

2003-01-11 Thread SourceForge.net
Patches item #666392, was opened at 2003-01-12 00:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376687aid=666392group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Ville Skyttä (scop) Assigned to:

Re: [JBoss-dev] Re: Optimisation for proxy creation?

2003-01-11 Thread Scott M Stark
At this point I don't want this going into the 3.0.5 release. You can put it in after the release and include it in 3.2.0RC1 to get feedback. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Sacha Labourey

Re: [JBoss-dev] MBean persistence?

2003-01-11 Thread Peter Fagerlund
lördagen den 11 januari 2003 kl 19.42 skrev Dain Sundstrom: anyone working on it? When do you expect to In some sidesteps projects here ... it is easy when hsqldb is up ... or in a grid ... when one master is up to have configurations federated.

Re: [JBoss-dev] JBoss 3.0.5

2003-01-11 Thread Scott M Stark
Its been integrated. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Corby Page [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 2:16 PM Subject: [JBoss-dev] JBoss 3.0.5 Can we