Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    637

    U dont need to synchronized unless you have...

    U dont need to synchronized unless you have access to not immutable variables for your endpoint which seems to not be the case.

    By default each endPoint is a singleton bean.

    Secondly your...
  2. You cann add an interceptor to do the xslt...

    You cann add an interceptor to do the xslt transformation. We have tried it. It is a pain to write/debug...

    A more easy way to do it is to create a new webservice for the new version.

    Precise...
  3. No clean is done at all in this code in...

    No clean is done at all in this code in AxiomSoapMessageFactory and my experience too :(


    You can open a Jira for that.

    You can easily extend the culprit AxiomSoapMessageFactory and add a...
  4. Replies
    3
    Views
    1,959

    You can use DocBook along with your rest api like...

    You can use DocBook along with your rest api like the Spring & Hibernate Project but it will be written by hand & will reflect your Api as well.
    This solution supports template & full customization.
  5. Replies
    4
    Views
    1,414

    If your question is about to test everything...

    If your question is about to test everything without having to have a j2ee server deployed, see Javacrumbs
  6. Firts, you have to know that youi are int the...

    Firts, you have to know that youi are int the wrong forum section


    Here is your answer :


    @RequestMapping(value="/car/{carId}", method = RequestMethod.Get)
    public Car...
  7. Replies
    2
    Views
    1,702

    Spring WS & streaming attachment doesnt work.If...

    Spring WS & streaming attachment doesnt work.If im wrong im still waiting for a proof of concept with a file of 100mo without outOfMemory, not in request ANd response.
    IN request i can dot it.
    I...
  8. of course they are insecure if it is send through...

    of course they are insecure if it is send through http not https.
    But if you are on a private network & it is not a super important authentification like for bank stuff, why not.
    if you want to see...
  9. AUthentification are sent normally through the...

    AUthentification are sent normally through the soap:headers using ws-security oasis (google it ther is ton of doucmentation).
    It is in the headers because it is transversal, not specifing to an...
  10. Replies
    2
    Views
    880

    To avoid transforming back and forth you may need...

    To avoid transforming back and forth you may need just CDATA feature in XML.
  11. Replies
    9
    Views
    1,844

    its is a classic example of resistance to change...

    its is a classic example of resistance to change in the IT field & the final consequence: being stuck with old apis with olds bugs that might be already corrected in the new ones.

    Take up your...
  12. Replies
    2
    Views
    1,328

    There is a JIRA...

    There is a JIRA for that.
  13. Replies
    2
    Views
    2,633

    Any body has idea to manage this process of...

    Any body has idea to manage this process of creating java classes from schemas?

    Yes - here is the code needed for your case in your pom.xml:



    <plugin>
    ...
  14. View Post

    <oxm:jaxb2-marshaller id="jaxbmarshaller" contextPath="PACKAGE1:package2:package3" />

    I know it is ugly. I have open a JIRA about that a month ago.
    The older old school solution is


    <bean...
  15. Replies
    1
    Views
    1,014

    1. I dont know. You should dig on the code and...

    1. I dont know. You should dig on the code and had a breakpoint to understand what happens.
    If it seems to be a bug search on spring jira about that or on google.

    2. Yes. if your interceptor are...
  16. Here its is discussion only about java stuff. I...

    Here its is discussion only about java stuff.
    I dont know .NEt but they should have something like pooling connexion, open once & use all the time. Google is your friend
  17. Replies
    2
    Views
    2,633

    Ok super quick replay because i dont have my...

    Ok super quick replay because i dont have my project bewlo my eyes.
    Full answer tomorrow.

    I have almost the same configuration & i have multiple objectFactory & no problem of communs xsd imports....
  18. Replies
    1
    Views
    903

    Consider using debug logs server or client side...

    Consider using debug logs server or client side to the the full request sent.

    If you dont know or cant do that, consider using Wireshark and copy and paste you full request and compare it with the...
  19. Replies
    1
    Views
    993

    1-do you really need NOT soap stuff & why not ?...

    1-do you really need NOT soap stuff & why not ?
    2-do you really need Spring Ws for simple Xml message transfer ? Why dont use Rest service for that ? See Spring mvc Rest done by Arjen too (author...
  20. first i think you should considere the drawbacks...

    first i think you should considere the drawbacks of a stateful webservices.
    I'm 99% sure that there is not such thing in spring ws already ready to use.

    I will not recommand to store them on...
  21. Replies
    2
    Views
    459

    after a google search the answer is here...

    after a google search the answer is here
  22. Replies
    11
    Views
    5,264

    Keep dreaming :) And how can Spring know which...

    Keep dreaming :) And how can Spring know which packages is part of your project and not ?
  23. Replies
    11
    Views
    3,306

    yeah that is what i wanna say. And you maybe...

    yeah that is what i wanna say. And you maybe through this problem leave the super verbose Ant stuff & switch to the new Maven World :)
  24. Well actually, spring ws streaming is like the ...

    Well actually, spring ws streaming is like the
    One piece
    everyone want to find it but nobody has ever seen it:).

    Even if it is working, your NEED to use AxiomSoapMessageFactory. It will may be...
  25. Replies
    11
    Views
    5,264

    No it is "old school" :). Just on line is enough...

    No it is "old school" :).
    Just on line is enough tio detect them :



    <context:component-scan
    base-package="fr.yourCOmpany.endpoint,fr.yourCOmpany2.endpoint" />
Results 1 to 25 of 73
Page 1 of 3 1 2 3