Loading customized xalan and xerces jar files
The application had custom version of xalan and xerces jar files which are used by application to parse the xml files. JBoss loads the xalan and xerces jar files into it’s class loader repository using UCL. PERI engineers had to use the custom xalan and xerces jar files to make sure the xml parsing happens the same way as it was working in Websphere environment.
Optimizing publishing of projects on JBoss through JBDS
The clearcase source code had number of projects (utility projects) and the application has dependency over them, optimizing publishing task was one of the goal to be achieved.
A successful code dependency matrix was built and the final ear file had a lesser memory foot stamp.
Hung threads identification on JBoss server
Websphere provides a utility to monitor the Websphere application server, a similar utility for monitoring the JBoss server was created and implemented.
XML not getting parsed
The application, with JBoss xalan files into repository, was not being able to parse the xml document correctly. Successfully re-engineered xalan.jar to parse the file right. |