Search:

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

Search: Search took 0.02 seconds.

  1. Problem solved. SimpleJaxWsServiceExporter...

    Problem solved.

    SimpleJaxWsServiceExporter have a "base-address" property which if not specyfied bind on default 'localhost:8080'.So If server start on different port,autowiring not work.
    ...
  2. Strange problem changing tomcat 7 port with Spring

    Hi

    I'm developing a SOA Spring based webapp which expose the business method throught JAX-WS web services:

    When start Tomcat 7 on port 8080 all run as expected.
    If I switch port from 8080 to...
  3. Ok I solved .... The JAX-WS ENDPOINT CLASS...

    Ok I solved ....

    The JAX-WS ENDPOINT CLASS (in my case ProxyWS) annotated with @WebService Annotation is not recognized as a Spring component,also if it was annotated with @Component. So...
  4. referencing object into antoher jar with @Autowired

    Hi all

    My application back-end,spring based and deployed in Tomcat 7, is composed by four different .jar and one .war,which contains jax-ws interfaces webservice,and use the mentioned jars:
    ...
Results 1 to 4 of 4