You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Howard M. Lewis Ship" <hl...@comcast.net> on 2003/10/15 19:30:09 UTC

RE: Hivemind and Javassist

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: marchadr@wellsfargo.com [mailto:marchadr@wellsfargo.com] 
> Sent: Wednesday, October 15, 2003 12:30 PM
> To: hlship@comcast.net
> 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:hlship@comcast.net]
> Sent: Wednesday, October 15, 2003 9:27 AM
> To: marchadr@wellsfargo.com
> 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: marchadr@wellsfargo.com [mailto:marchadr@wellsfargo.com]
> > Sent: Wednesday, October 15, 2003 11:56 AM
> > To: hlship@apache.org
> > 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org