[JBoss-dev] compile error in today's snapshot from Sun's 1.3.1_07

2003-09-11 Thread Rod Burgett
through the compiler by changing 'new RuntimeException(ignored)' to 'new RuntimeException(ignored.toString())' in 6 places. Is there a better solution involving a JBoss wrapper exception? Rod Burgett webMethods, Inc. 3930 Pender Drive Fairfax, VA 22030 USA Ph: 703.460.5819 (tty only

[JBoss-dev] new resource for jboss developers and users

2003-07-11 Thread Rod Burgett
. If the combination you use isn't represented, you can post your results. It's small now but, with your help, we'll grow it. Check it out. This website is supported by webMethods, a JBoss partner. Rod Burgett Senior Software Engineer webMethods, Inc. 3930 Pender Drive Fairfax, VA 22030 USA Ph

RE: [JBoss-dev] new resource for jboss developers and users

2003-07-11 Thread Rod Burgett
-dev] new resource for jboss developers and users Link doesn't work. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rod Burgett Sent: Friday, July 11, 2003 7:56 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-dev] new resource for jboss

RE: [JBoss-dev] multiple deployment info entries for invoker.war

2003-07-10 Thread Rod Burgett
will get rid of all the warnings, but breaks the service life cycle symmetry. Is there a good solution? Or only the lesser of evils? What am I missing? Rod Burgett Senior Software Engineer webMethods, Inc. 3930 Pender Drive Fairfax, VA 22030 USA Ph: 703.460.5819 (tty only) It's all

RE: [JBoss-dev] multiple deployment info entries for invoker.war

2003-07-08 Thread Rod Burgett
undeployment, and preserves the mirror, is there really a need for MainDeployer to undeploy anything at shutdown? Can MainDeployer do all its housekeeping in destroyService()? Then what's left for shutdown() do? Except maybe ask the service controller to stop the deployer services? Rod Burgett Senior

RE: [JBoss-dev] multiple deployment info entries for invoker.war

2003-07-07 Thread Rod Burgett
open to other suggestions. Rod Burgett Senior Software Engineer webMethods, Inc. 3930 Pender Drive Fairfax, VA 22030 USA Ph: 703.460.5819 (tty only) It's all just 0s 1s - the trick is getting them lined up in the proper order -Original Message- From: Scott M Stark [mailto

[JBoss-dev] multiple deployment info entries for invoker.war

2003-07-03 Thread Rod Burgett
would eliminate the duplicates, but that really addresses the symptom, not the cause. Has anyone seen this? Searched down the cause? Rod Burgett Senior Software Engineer webMethods, Inc. 3930 Pender Drive Fairfax, VA 22030 USA Ph: 703.460.5819 (tty only) It's all just 0s 1s

RE: [JBoss-dev] MBean Deployment Problem

2003-07-01 Thread Rod Burgett
It looks like the deployer is unable to find a constructor in the com.fts.timertasks.TsTestMBean class with this signature: public TsTestMBean() -Original Message- From: Rich Reese [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 9:10 AM To: [EMAIL PROTECTED] Subject:

RE: [JBoss-dev] Anonymous cvs access is out of synch

2003-06-25 Thread Rod Burgett
Sourceforge is having problems with cvs, check their status page. i believe anonymous access is now coming off a backup server, which is out of synch, by a day or so...more by your experience. -Original Message- From: Sebastian Hauer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June

[JBoss-dev] questions about recent changes to UnifiedLoaderRepository3.java

2003-06-24 Thread Rod Burgett
in the o.j.mx.loading and server packages. Specifically I was planning to add a shutdown() method for the mbean server to call for final cleanup. Before finalizing and submitting my patch, I want to verify the relationship between flush() and shutdown(). Rod Burgett Senior Software Engineer webMethods, Inc

[JBoss-dev] missing docs on web site

2003-06-06 Thread Rod Burgett
I'm looking for cvs versioning and branching information. The developer's page includes this: For our policies on CVS versioning and branching see the CVS Administration Guide. but the link is broken. Attempts to follow it yield 'not found'. Rod Burgett Senior Software Engineer

RE: [JBoss-dev] missing docs on web site

2003-06-06 Thread Rod Burgett
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rod Burgett Sent: 06 June 2003 14:33 To: [EMAIL PROTECTED] Subject: [JBoss-dev] missing docs on web site I'm looking for cvs versioning and branching information

RE: [JBoss-dev] jsr-77 and undeploying ejbs

2003-06-03 Thread Rod Burgett
JBoss Group, LLC - Original Message - From: Rod Burgett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 30, 2003 10:20 AM Subject: [JBoss-dev] jsr-77 and undeploying ejbs There's a bug in here somewhere, but I'm not sure exactly where

[JBoss-dev] jsr-77 and undeploying ejbs

2003-05-31 Thread Rod Burgett
there are three options: a) there's a bug associated with creation of the stats ejb mbean b) there's a bug associated with destruction of the stats ejb mbean c) I'm misreading something Which is it? a?, b?, c?, a and c?, b and c? Rod Burgett Senior Software Engineer webMethods, Inc. 3930 Pender

[JBoss-dev] test suite compile error

2003-05-31 Thread Rod Burgett
) [exec] location: class java.lang.RuntimeException [exec] return new RuntimeException(t); [exec] ^ java.lang.RuntimeException has a ctor like this in 1.4, but not 1.3. I thought the shift to compiling with 1.4 was restricted to jboss v4. Rod Burgett Senior

RE: [JBoss-dev] stop using JDK 1.4 for development

2003-03-03 Thread Rod Burgett
I'm working on an automated script to get and build from source, run the testsuite and post the results. It's about 90% complete - isn't everything? I expect to use it internally for testing on various os/jvm combinations. And, with a little luck, establish a site to post the results and collect

[JBoss-dev] JBoss 3.2 loops on startup

2003-01-31 Thread Rod Burgett
on... It worked fine last week. Is anyone else seeing this? Rod Burgett Senior Software Engineer webMethods, Inc. 3930 Pender Drive Fairfax, VA 22030 USA Ph: 703.460.5819 (tty only) It's all just 0s 1s - the trick is getting them lined up in the proper order