Is it possible to use "SimpleHttpInvokerServiceExporter" and "SimpleHessianServiceExporter" with OSGi HTTP Service instead with "com.sun.net.httpserver.HttpServer".
Currently I have...
Type: Posts; User: FelixHallmann; Keyword(s):
Is it possible to use "SimpleHttpInvokerServiceExporter" and "SimpleHessianServiceExporter" with OSGi HTTP Service instead with "com.sun.net.httpserver.HttpServer".
Currently I have...
When can we expect the next release/milestone with this issue fixed?
Regards
Felix
After updating my Eclipse 3.5 installation it works on Windows using the following code:
@echo off
set ECLIPSE=<my eclipse install dir>
set local_update_site=file:<my update site dir>
...
With eclipse "Build id: 20090920-1017" and the following ant target:
<target name="mirror">
<p2.mirror>
<repository location="file:/tmp" name="A new repository" kind="M" />
...
Hello,
I'm trying to setup a local STS mirror with the eclipse "mirroring command".
I'm using the site "http://www.springsource.com/update/e3.5". The result is:
!SESSION 2009-10-26...
Hello,
im trying to expose an osgi service also as a web service. The osgi service is accessible but the web service is not started.
My Bean Configuration:
<bean id="ReverseStringABC"...