Diameter Reconnect feature
As part of the solution to handle the reconnect feature in Diameter we need to use the TimerManager API which will help us to schedule and receive timer notifications. (http://download.oracle.com/docs/cd/E13222_01/wls/docs92/commonj/commonj.html#wp1057981)
According to the specification we need to first configure the TimerManager in the deployment descriptor after which we can access it by doing a JNDI lookup in our Java Code.
We tried doing the same but are unable to modify the deployment descriptor with the TimerManager details because we found that these descriptors are auto generated by the EJBGen Weblogic Server in the OCSG Communication Service Project .Due to this the changes we make are overwritten every time the descriptor is generated.