Hi, Outside an OSGi environment I have some code running OK.
When I try running the same handlers in an OSGi project the pipeline malfunctions. If I use the Netty logging handler first in the pipeline, the logging works fine. Any type of handler added after logging handler is ignored. Also if the logging handler is left out and any handler placed first in the pipeline, it is ignored. I have tried debugging through the pipeline code but no success. I have tried this with v4 and v5 of Netty. OSGi has problems with class loading and I wonder if the problem could be related to this. Class.forName() is a known cause of OSGi problems but I have been unable to find any evidence of it's use. Any clues as to what the problem might be would be most appreciated. Regards Paul Fraser -- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/9cdd0ddf-8f27-4230-bfaf-91b7f7909385%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
