Coder Social home page Coder Social logo

Comments (5)

jtmelton avatar jtmelton commented on August 18, 2024

After researching this and with much help from Juan C. Calderon (many thanks), it appears the issue is actually not specific to .NET. It appears it's a general issue with the sample app itself. It just so happens that the first client testing it is under .NET.

The issue is that I was using the default implementation of Jax-WS (metro), which does not play nicely with Spring's dependency injection. The objects necessary for the service were not being populated even though the service itself was starting properly.

There is a bridge tool (http://mvnrepository.com/artifact/org.jvnet.jax-ws-commons.spring/jaxws-spring), but it does not work well with spring 4. We have a couple of options:

  • try to fork that project or contribute spring 4 support
  • use another jax-ws implementation supporting spring

I think that using another project is the right choice here. I'm going to use CXF as it's widely used, and supports spring very well. It's feature set is generally overkill for this small project, but it does provide this needed functionality out of the box.

from appsensor.

jtmelton avatar jtmelton commented on August 18, 2024

Pushed a few changes and asked Juan to re-test for me. Will update ticket when I have more info.

from appsensor.

jtmelton avatar jtmelton commented on August 18, 2024

Juan was on vacation, and will be re-testing in the next couple days.

from appsensor.

jtmelton avatar jtmelton commented on August 18, 2024

Made some updates for Juan to test, namely:

19b2911

b13d8ba

04150a0

from appsensor.

jtmelton avatar jtmelton commented on August 18, 2024

After working through the tests with Juan, he agreed this issue is resolved for him, so marking as closed

from appsensor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.