JNec / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 0 forks source link

AS7- Streamline listener loading and invocation #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Listener loading and invocation in AS7 port is taken directly from jboss-web, 
duplicating instances and invocations in some cases.
There is opportunity for streamlining it.

Original issue reported on code.google.com by josemre...@gmail.com on 2 Aug 2012 at 3:59

GoogleCodeExporter commented 8 years ago

Original comment by josemre...@gmail.com on 2 Aug 2012 at 4:12

GoogleCodeExporter commented 8 years ago
Commit http://code.google.com/p/sipservlets/source/detail?r=fa7ef2d5da46

- Listeners instantiated in contextListenerStart() (as web context does)
- Context listeners invoked in contextListenerStart()
- listenerStart() method only invokes super.listenerStart(), has nothing else 
to do

Original comment by josemre...@gmail.com on 2 Aug 2012 at 4:14

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 7 Aug 2012 at 1:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Integrated the code back into master branch. Waiting on TCK now

Original comment by jean.deruelle on 7 Aug 2012 at 3:16

GoogleCodeExporter commented 8 years ago

Original comment by josemre...@gmail.com on 10 Aug 2012 at 10:07

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 12 Aug 2012 at 9:23

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 16 Aug 2012 at 8:10