Nope, haven't done much in terms of performance and load testing yet. I've done some profiling ... the vast bulk of time is spent XML parsing, but that's a one-time cost. I've done some investigations of relative performance ... check out the blog about a month back. Isolating performance hot spots is on my TODO list.
-- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2003 12:30 PM > To: [EMAIL PROTECTED] > Subject: RE: Hivemind and Javassist > > > I just added this version and it cleared the issue up. > Know I have an issue of javassist not finding my interface, > but I think that might be some Weblogic classloader madness. > > Have you performance tested the Hivemind package at all? > > Thanks, > Dan > > > > > -----Original Message----- > From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2003 9:27 AM > To: [EMAIL PROTECTED] > Subject: RE: Hivemind and Javassist > > > My first question is: why version of Javassist are you using? > Make sure it matches HiveMind's (2.6.1 I believe ... check the site). > > -- > Howard M. Lewis Ship > Creator, Tapestry: Java Web Components > http://jakarta.apache.org/tapestry > http://jakarta.apache.org/commons/sandbox/hivemind/ > http://javatapestry.blogspot.com > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, October 15, 2003 11:56 AM > > To: [EMAIL PROTECTED] > > Subject: Hivemind and Javassist > > > > > > > > Howard, > > > > Any idea why I would get this error? > > > > java.lang.NoSuchMethodError: > > javassist.ClassPool.appendSystemPath()Ljavassist/Cl > > assPath; > > at > > > org.apache.commons.hivemind.service.impl.ClassFactoryImpl.findPool(Cl > > assFactoryImpl.java:141) > > at > > > org.apache.commons.hivemind.service.impl.ClassFactoryImpl.newClass(Cl > > assFactoryImpl.java:93) > > at > > > org.apache.commons.hivemind.impl.DeferredServiceExtensionPointImpl.cr > > eateDeferredProxyClass(DeferredServiceExtensionPointImpl.java:178) > > at > > > org.apache.commons.hivemind.impl.DeferredServiceExtensionPointImpl.cr > > eateServiceProxyClass(DeferredServiceExtensionPointImpl.java:146) > > at > > > org.apache.commons.hivemind.impl.DeferredServiceExtensionPointImpl.ge > > tServiceProxy(DeferredServiceExtensionPointImpl.java:130) > > at > > > org.apache.commons.hivemind.impl.DeferredServiceExtensionPointImpl.ge > > tService(DeferredServiceExtensionPointImpl.java:117) > > at > > > org.apache.commons.hivemind.impl.ServiceExtensionPointImpl.getService > > (ServiceExtensionPointImpl.java:317) > > at > > > org.apache.commons.hivemind.impl.ModuleImpl.getService(ModuleImpl.jav > > a:158) > > at > > > org.apache.commons.hivemind.impl.RegistryImpl.getService(RegistryImpl > > .java:125) > > at > > > com.wellsfargo.wib.prototype.action.SignOnAction.getService(SignOnAct > > ion.java:45) > > at > > > com.wellsfargo.wib.prototype.action.SignOnAction.execute(SignOnAction > > .java:74) > > at > > > org.apache.struts.action.RequestProcessor.processActionPerform(Reques > > tProcessor.java:484) > > at > > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja > > > > I have javassist in my class path but nothing is changing. > > > > Also on a side note, have you load tested the package or > > anything to that effect. > > > > Thanks > > > > Dan > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
