himalaya51 / sipservlets

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

AS7 - fix @SipApplicationKey processing #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AS7 class loader isolation forces to delay looking up for the 
@SipApplicationKey annotated method until context start.
(other containers are looking up the method straight away from the annotations 
processor).

Original issue reported on code.google.com by josemre...@gmail.com on 15 Aug 2012 at 1:35

GoogleCodeExporter commented 8 years ago

Original comment by josemre...@gmail.com on 15 Aug 2012 at 1:38

GoogleCodeExporter commented 8 years ago
Fix in commit 
https://code.google.com/p/sipservlets/source/detail?r=d4b713373c10

Original comment by josemre...@gmail.com on 15 Aug 2012 at 2:19

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 1c4539aafef1.

Fix  NPE for applications not having the @SipApplicationKey annotations

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

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 2799eae27cd9.

Backport to TelScale branch

@SipApplicationKey annotated method reflection lookup must be referred to the 
class loader of the deployed module, so we must wait until context start to 
resolve it.

This commit includes also preliminary fix for issue-149 (support for 
@ConcurrencyControl)
(cherry picked from commit d4b713373c1013fba11b80aa85fec4bc2c9c107c)

Original comment by josemre...@gmail.com on 16 Aug 2012 at 3:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 45bd212dc36a.

Backport to TelScale branch

Fix  NPE for applications not having the @SipApplicationKey annotations
(cherry picked from commit 1c4539aafef14237883f58e8528202cef6a40c1d)

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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