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

2003-09-11 Thread Rod Burgett
be coaxed 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 US

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

2003-07-11 Thread Rod Burgett
ED] > Subject: RE: [JBoss-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, Jul

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

2003-07-11 Thread Rod Burgett
f 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

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

2003-07-10 Thread Rod Burgett
ing the MainDeployer.shutdown() back with a removeDeployer loop 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 Fai

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

2003-07-08 Thread Rod Burgett
ndles 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 Burge

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

2003-07-07 Thread Rod Burgett
type - where the list gets out of synch with it's copy. I'm 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 th

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

2003-07-03 Thread Rod Burgett
ng deploymentList.add(...) with a conditional add 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.

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: [JBos

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
ges 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 webMe

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

2003-06-06 Thread Rod Burgett
drian > > > > Adrian Brock > Director of Support > Back Office > JBoss Group, LLC > xxxxxxxx > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Be

[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 Seni

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

2003-06-02 Thread Rod Burgett
> of the ejb mbeans. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message - > From: "Rod Burgett" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

[JBoss-dev] test suite compile error

2003-05-31 Thread Rod Burgett
wable) [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 S

[JBoss-dev] jsr-77 and undeploying ejbs

2003-05-31 Thread Rod Burgett
ion to the notification. It looks to me like 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?

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
...and so 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