HI all, First of all thanks a lot for this wonderful AOP based tool.
Now the problem:- We have many J2EE applications deployed in JBoss. Each application is a set of one or more components. Each component belongs to different teams. The owner of each component has included their own log4j based logging into their component. Now the team who is integrating all these disparate pieces of components cannot see these logged messages since those messages go to the URLs only the owners of those components could access. Hence the integrator has to send emails across to find out what happenede in the system. WHat I would like to do is to build a Javassist based tool( am I correct) which will dynamically inspect all these existing logging lines, and add equivalent lines so as to route/repeat those in the final integrated system, so that the final integrator need not rely component teams for analysing logs. It will be great if we can passivate the existing logging messages and re-route them to a central place to view. Now can I do this with Javassist ? Assume that I know the existing log messages are built on log4j. Thanks , your help is greatly appreciated. Best regards, Ravi <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827142#3827142">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827142>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
