[jboss-dev-forums] [Design of JBoss Profiler] - Re: Web app fails to start - managed beans missing no-argume

jesper.pedersen do-not-reply at jboss.com
Tue Nov 25 21:15:27 EST 2008


A quick follow-up -- look into the CombinedFrameInfo class in the client package which maybe what you are looking for.

Or create a class hierarchy like ThreadInfoManagedBean -> ThreadInfo -> FrameInfo -- where the last two are from shared and be used in the web ui since they implements Serializable. ThreadInfoManagedBean is a managed bean with a non-arg constructor and defined in faces-config.xml

Hope this gives you an idea...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192318#4192318

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192318



More information about the jboss-dev-forums mailing list