-
Jun 9th, 2006, 04:07 AM
#1
Advice on Spring remoting..
Hi,
Iam a newbie to Spring, pls excuse me for my lame question.
I have an unique problem with spring remoting.
I have a 3rd party application (sakai , opensource) which exposes its services as spring components.
For remoting i added a remoting-servlet.xml and added an entry in web.xml for 'DispatcherServlet' but it seems the sakai when boots up on tomcat does not load all the components initially because components are distributed across the webapps and the components can be accessed or discovered only when all the webapps are loaded.
So for this reason there is an error loading my webapp which says that the beans are NOT available yet.
How can i resolve this issue.?? how can i expose the service components and when iam supposed to do this.
Should i be using HttpInvokerServiceExporter thru code or something, if so how??
please advice!!
thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules