Agreed, though logging the mbean name and the class it is waiting for would be useful so that the logs reflect more of what is going on in the system. For example if I see that my foo-service.xml was deployed, but appear to be no components created/started I might get a little concerned. Since I know that this is a side effect of the dependency system, I don't worry too much, that is until I run my testsuite or notice that the service was never started in the first place.
I believe that both are useful and that both should be implemented. --jason > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:jboss- > [EMAIL PROTECTED]] On Behalf Of Scott M Stark > Sent: Thursday, June 13, 2002 9:29 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] Waiting for classes to appear to deploy > > Logging this is really of little use. There has to be a timeout that fails > deployments so that error level logging can be captured and used > as a trigger to page an admin if desired. Having the the state of > a deployment including its dependencies available through jmx would > be more useful for debugging than logging. > > xxxxxxxxxxxxxxxxxxxxxxxx > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxxxxxxxxxxxxxxxxxx > ----- Original Message ----- > From: "David Jencks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 13, 2002 8:17 PM > Subject: Re: [JBoss-dev] Waiting for classes to appear to deploy > > > > It lets packages deploy successfully in more orders than without it, and > > lets you undeploy and redeploy a class without having to undeploy and > > redeploy the mbean instances of that class. > > > > That being said, the "silent" feature we have now is not very helpful. > > I've been wondering what a solution might be, and now suggest... > > > > What if the DeploymentScanner logged all the waiting stuff after every > > scan? > > > > --packages waiting for deployers > > --mbeans waiting for their classes > > --mbeans waiting for their dependencies to be satisfied > > > > Then you would surely notice if something was awry. > > > > Comments? > > > > david jencks > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
