[jboss-dev-forums] [Design of POJO Server] - Re: Various performance issues in core projects
alesj
do-not-reply at jboss.com
Sun May 10 06:00:56 EDT 2009
1) Method(Info)::getDeclaredMethod usage
* Config::locateMethodInfo
** Static methods check
I'll check why we used the (*), but afair there was a legit reason.
And I'll see if I can handle static methods in a single iteration as well.
2) Method plugins out of the loop
Yeah, this is a bug, and I've already fixed it.
3) ObjectName quote
I see a different code in CDC:
| name = name.replace("\"", """);
| String temp = "jboss.deployment:id=\"" + name + "\",type=Component";
|
where I don't see a " in your code.
4) Deployment as an mbean
This flag already exists, see DeployersImpl::isRegisterMBeans.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229883#4229883
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229883
More information about the jboss-dev-forums
mailing list