Blogs

SpringSource Blog

Proxies in OSGi

Ben Hale

Over the past couple of months, we've had a number of customers report issues to us regarding ClassNotFoundExceptions and proxies in dm Server. The issue actually has to do with type visibility in OSGi and is explained very well by Peter Kriens over at the OSGi Alliance Blog. Please take a look at his post if you are seeing classloading issues when using proxies in dm Server or any other OSGi runtime.

Similar Posts

Share this Post
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • DZone
  • LinkedIn
  • Slashdot
  • Technorati
  • Twitter
 

One response


  1. Hi i have created two servlet container named sample1 and sample2
    In sample1,
    i created one servlet class like com.sample.Hellowrold.
    i gave /hello1 is alias name

    In sample2,
    i created one servlet class like com.sample.Hellowrold .
    i gave /hello2 is alias name.

    i created same package for both.
    i am register the servlet in registerServlet method.
    only takes the first class.

    pls help me to define the registerServlet for this.

Leave a Reply