| Author |
Message |
|
|
Post subject: Need Spring-WS capabilities
Posted: Jun 07, 2012 - 04:17 PM
|
|
Veteran Member

Joined: Oct 01, 2004
Posts: 81
|
|
I am unable to resolve
org.springframework.ws.server.endpoint.annotation.Endpoint
Can you tell me which MyEclipse Spring library contains this jar? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 08, 2012 - 02:12 PM
|
|
Registered Member


Joined: Feb 03, 2009
Posts: 3442
|
|
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 - http://myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=131001#131001
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 here
Sorry for the inconvenience. |
_________________ Joy
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 08, 2012 - 03:47 PM
|
|
Veteran Member

Joined: Oct 01, 2004
Posts: 81
|
|
| 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 - http://myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=131001#131001
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 here
Sorry for the inconvenience. |
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 11, 2012 - 08:01 AM
|
|
Registered Member


Joined: Feb 03, 2009
Posts: 3442
|
|
|
_________________ Joy
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |