Proxies in OSGi |
|

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
- Spring OSGi support gaining momentum
- Gemini project proposal at Eclipse.org
- SpringSource dm Server 2.0.1 Released
- SpringSource manifest headers registered with OSGi
- So what's the deal with Spring-OSGi?





vijayabaskaar says:
Added on April 28th, 2009 at 11:54 pmHi 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.