Search:

Type: Posts; User: galt; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,397

    Moving again

    Many, many thanks for all the help.

    Looking in the logs on a deploy (thanks mveitas) the urls were not mapped.
    My package name was incorrect in my component-scan :(

    Now having fixed that I can...
  2. Replies
    6
    Views
    1,397

    config

    Thanks for your help Grzegorz.
    It has been awhile since I've worked on a web application, a bit rusty.

    I changed my controller mapping to:

    @RequestMapping("index")

    Moved the jsp's to...
  3. Replies
    6
    Views
    1,397

    Servlet URL Mapping

    Trying to figure out why I keep getting a 404 trying to hit my index.jsp.

    web.xml

    <servlet>
    <servlet-name>usageadmin</servlet-name>
    ...
  4. Thank goodness

    Thank you both for the reply

    I moved the service to the context config file and everything works.

    I wasn't aware that the location of the elements the different config files was important. Now...
  5. Cannot connect to derby database, but no exception

    Working on a small Spring WS application. I started by looking in depth at the airline example from spring-WS.

    Basically the client sends a few elements of data to the server and the
    server...
  6. Replies
    3
    Views
    1,935

    Grzegorz, Many thanks for the reply. I am...

    Grzegorz,

    Many thanks for the reply.

    I am using 1.5.9, but you are right that the class name referenced in the log file does not exist as a class in any of the spring ws jar files.

    Looking...
  7. Replies
    3
    Views
    1,935

    Request to endpoint - endpoint not found

    I'm new to Spring WS - I think everything is correct but I get that the endpoint cannot be found. I've been going in circles.

    Any help is very much appreciated, I'm stuck at this point.

    Here...
  8. Replies
    0
    Views
    652

    xpath endpoint expression not recognized

    I am getting this error when sending a request to this endpoint:

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'endpointMapping' defined in ServletContext...
  9. Replies
    1
    Views
    764

    No endpoint mapping found error

    I cannot figure out why the endpoint is not found, checked for similar posts and resolutions, nothing jumped out at me as my problem.

    From the server log:
    The key seems to be mapped to the...
  10. Replies
    1
    Views
    794

    wsdl not generated

    I have configured everything as in the tutorial but no wsdl is generated. The war deploys fine.
    Can anyone see what I have wrong? Thanks

    spring-ws-servlet.xml

    <bean id="usage"...
  11. Replies
    0
    Views
    701

    persistence unit not found

    New to spring-ws. I am using airline example as a guide, looking at spring-ws-reference.pdf and various google results. Spring-WS seems very full featured, I am struggling to figure out which...
  12. Convert project "folder" to dynamic web application?

    New to STS, looking at web services.

    I setup a project in STS for the WS airline example, created a war and deployed it on tomcat.

    Then started to build my own web service (in a different...
Results 1 to 12 of 12