Hi there,
I have some questions on this, please understand I am a newbie:
1. Did you build your project using eclipse? If yes, did you export it as a deployable jar and rename it to war...
Type: Posts; User: Jhid; Keyword(s):
Hi there,
I have some questions on this, please understand I am a newbie:
1. Did you build your project using eclipse? If yes, did you export it as a deployable jar and rename it to war...
Hi all,
I am getting the same error when trying to export the bundle with org.springframework.web_2.5.6.A.jar dependency.
Could anyone please help me give more details of how to hack the...
Hi Mark,
I am sorry if I am a newbie to this, but could you please provide me a more-detailed simple examples? Because I am currently stuck with HessianServlet, which always converts the objects...
Never mind my stupid mistake, it is because I was using Jetty, whose default port is 80 instead of 8080. Does anyone know how to convert this code to use Embedded apache Tomcat in Spring DM server?
Hi all,
I am in the situation where I have to use the service registered by the development group in SpringDM server from outside SpringDM server.
The only way that I can think of is to make a...
Never mind, I got this working. The reason why it didn't work earlier, because I am using Jetty service, so that the port is on 80 instead of 8080. But another question, how to use the embed Tomcat...
Hi all,
I tried the exact above example, but I couldn't get it to work. When the code is deployed, I can see that it passed the httpService.RegisterServlet... point, but whenever I access...
Hi all,
I am just trying some simple calculator projects to see how Hessian works to extend the OSGi service from Spring DM to outside Java application. I am encountering issue where...