- This topic has 3 replies, 2 voices, and was last updated 12 years, 5 months ago by support-joy.
-
AuthorPosts
-
ScottMemberI am unable to resolve
org.springframework.ws.server.endpoint.annotation.Endpoint
Can you tell me which MyEclipse Spring library contains this jar?
support-joyMemberstanlick,
Could you provide more details to help me investigate. Please answer below queries –
1. Is your installation details same as you have mentioned here – https://www.genuitec.com/forums/topic/myeclipse-webflow-editor/#post-326708
If you are using a different IDE, please do the following open IDE, from menu options click on MyEclipse > Installation Summary > Installation Details > [Copy to Clipboard] and paste the same here
2. Please attach your application-context.xml here
3. Please list the steps in detail to help me replicate here
4. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and attach file hereSorry for the inconvenience.
ScottMember@support-joy wrote:
stanlick,
Could you provide more details to help me investigate. Please answer below queries –
1. Is your installation details same as you have mentioned here – https://www.genuitec.com/forums/topic/myeclipse-webflow-editor/#post-326708
If you are using a different IDE, please do the following open IDE, from menu options click on MyEclipse > Installation Summary > Installation Details > [Copy to Clipboard] and paste the same here
Yes
2. Please attach your application-context.xml here<?xml version=”1.0″ encoding=”UTF-8″?>
-<beans xsi:schemaLocation=”http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd” xmlns:p=”http://www.springframework.org/schema/p” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns=”http://www.springframework.org/schema/beans”> <bean p:baseAddress=”http://localhost:8888/services/” class=”org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter”/> </beans>
3. Please list the steps in detail to help me replicate here
import org.springframework.ws.server.endpoint.annotation.Endpoint
4. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and attach file hereSorry for the inconvenience.
support-joyMemberstanlick,
Thank you for the details. This class is not distributed by MyEclipse, it is part of the Spring web services. Please download it from here – http://static.springsource.org/spring-ws/sites/1.5/downloads/releases.html
Hope this helps.
-
AuthorPosts