Comment #7 on issue 2316 by [email protected]: CDI fails to initialize for a Converged application
http://code.google.com/p/mobicents/issues/detail?id=2316
So i did a quick and dirty fix for the ApplicationContextFacade which resolves the previous exception, but now a new issue came up. Weld replaces Tomcat 7 InstanceManager (AnnotationProcessor in Tomcat 6.x) so SipStandardContext trying to get the SipInstanceManager fails.
java.lang.ClassCastException: org.jboss.weld.environment.tomcat7.WeldForwardingInstanceManager cannot be cast to org.mobicents.servlet.sip.annotations.SipInstanceManager at org.mobicents.servlet.sip.startup.SipStandardContext.getSipInstanceManager(SipStandardContext.java:1381)
Seems that we need to provide specific weld support for MSS for TC 7 and AS 7.
