Well, Mike, it's unimportant which tool you use to reverse-engineer the binaries, it's forbidden:
<lic> Software is confidential copyrighted information of IIT and title to all copies is retained by IIT and/or its licensors. Licensee shall not decompile, disassemble, decrypt, extract, or otherwise reverse engineer Software. </lic> It's even forbidden to extract the jar files or to add components (whatever it is, e.g. a watchdog) to SwiftMQ. We don't like that, too. You are the second company during the last few days that violates our license. Stop that immediatly or your license will terminate. -- Andreas Mueller, IIT GmbH, Bremen/Germany, http://www.iit.de SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com -----Original Message----- From: Michael Nonemacher <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Mon, 15 Oct 2001 17:02:26 +0200 Subject: [developers] bug report: ThreadPoolSwiftlet.getPoolNames() th rows ClassCastExc eption > nope, just from my IDE, which just does the same thing as javap. > > mike > > -----Original Message----- > From: Andreas Mueller [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 15, 2001 9:58 AM > To: [EMAIL PROTECTED] > Subject: [developers] bug report: ThreadPoolSwiftlet.getPoolNames() th > rows ClassCastExc eption > > > And the interfaces of the ThreadpoolSwiftlet, SwiftletManager, > AsyncTask > etc pp you got from decompiling the class files, right? > > -- > Andreas Mueller, IIT GmbH, Bremen/Germany, http://www.iit.de > SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com > > > -----Original Message----- > From: Michael Nonemacher <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Date: Mon, 15 Oct 2001 16:00:45 +0200 > Subject: [developers] bug report: ThreadPoolSwiftlet.getPoolNames() th > rows ClassCastExc eption > > > No, I'm just implementing a watchdog process to try & detect empty > > thread > > pools. Some of the thread-starvation problems I've seen recently end > > up > > emptying the sys$routing thread pool, effectively killing the app. > I'm > > trying to detect this case and others like it by dispatching a task > in > > each > > threadpool. If the task doesn't get executed in some reasonable > amount > > of > > time (or if the watchdog process doesn't complete), my assassin > process > > restarts the app. > > > > mike > > > > -----Original Message----- > > From: Andreas Mueller [mailto:[EMAIL PROTECTED]] > > Sent: Monday, October 15, 2001 8:48 AM > > To: [EMAIL PROTECTED] > > Subject: [developers] bug report: ThreadPoolSwiftlet.getPoolNames() > > throws ClassCastExc eption > > > > > > > SwiftMQ v2.1.3 > > > > > > SwiftletManagerImpl smgr = ...; > > > ThreadpoolSwiftlet tpMgr = (ThreadpoolSwiftlet) > > > smgr.getSwiftlet("sys$threadpool"); > > > String[] tpNames = tpMgr.getPoolnames(); > > > > May I ask you what you are doing here? Do you try to develop > Swiftlets? > > > > -- > > Andreas Mueller, IIT GmbH, Bremen/Germany, http://www.iit.de > > SwiftMQ - JMS Enterprise Messaging System, http://www.swiftmq.com > > > > > > ------------------------------------------------------ > > SwiftMQ developers mailing list * http://www.swiftmq.com > > To unsubscribe from this list, send an eMail to > > [EMAIL PROTECTED] and write in the body of your message: > > UNSUBSCRIBE developers <your-email-address> > > Archive: http://www.mail-archive.com/[email protected]/ > > > > > > ------------------------------------------------------ > > SwiftMQ developers mailing list * http://www.swiftmq.com > > To unsubscribe from this list, send an eMail to > > [EMAIL PROTECTED] and write in the body of your message: > > UNSUBSCRIBE developers <your-email-address> > > Archive: http://www.mail-archive.com/[email protected]/ > > > > > > > > > > > ------------------------------------------------------ > SwiftMQ developers mailing list * http://www.swiftmq.com > To unsubscribe from this list, send an eMail to > [EMAIL PROTECTED] and write in the body of your message: > UNSUBSCRIBE developers <your-email-address> > Archive: http://www.mail-archive.com/[email protected]/ > > > ------------------------------------------------------ > SwiftMQ developers mailing list * http://www.swiftmq.com > To unsubscribe from this list, send an eMail to > [EMAIL PROTECTED] and write in the body of your message: > UNSUBSCRIBE developers <your-email-address> > Archive: http://www.mail-archive.com/[email protected]/ > > > > ------------------------------------------------------ SwiftMQ developers mailing list * http://www.swiftmq.com To unsubscribe from this list, send an eMail to [EMAIL PROTECTED] and write in the body of your message: UNSUBSCRIBE developers <your-email-address> Archive: http://www.mail-archive.com/[email protected]/
