jaxb2 problem with multiple context paths'Must Override a Superclass Method' Errors after importing a project into EclipseHow to define a List bean in Spring?Hibernate cannot simultaneously fetch multiple bagsduplicate element not is detected with maven jaxb/jaxb2 pluginBetter way of implementing Spring webservicesResolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error?Multiple marshallers/unmarshallers with Spring OXMPopulating Spring @Value during Unit Test'context-path' error in Spring OXMspring ws soap client+jaxb2

Freedom of speech and where it applies

Why isn't KTEX's runway designation 10/28 instead of 9/27?

Is infinity mathematically observable?

Why does this part of the Space Shuttle launch pad seem to be floating in air?

How can a jailer prevent the Forge Cleric's Artisan's Blessing from being used?

Simple image editor tool to draw a simple box/rectangle in an existing image

I2C signal and power over long range (10meter cable)

Indicating multiple different modes of speech (fantasy language or telepathy)

Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)

Superhero words!

Have I saved too much for retirement so far?

Can a Gentile theist be saved?

What do you call the infoboxes with text and sometimes images on the side of a page we find in textbooks?

Who must act to prevent Brexit on March 29th?

What is the term when two people sing in harmony, but they aren't singing the same notes?

Installing PowerShell on 32-bit Kali OS fails

Is a naturally all "male" species possible?

Is there a problem with hiding "forgot password" until it's needed?

What was required to accept "troll"?

Blender - show edges angles “direction”

Why is delta-v is the most useful quantity for planning space travel?

How to deal with or prevent idle in the test team?

Perfect riffle shuffles

Is the next prime number always the next number divisible by the current prime number, except for any numbers previously divisible by primes?



jaxb2 problem with multiple context paths


'Must Override a Superclass Method' Errors after importing a project into EclipseHow to define a List bean in Spring?Hibernate cannot simultaneously fetch multiple bagsduplicate element not is detected with maven jaxb/jaxb2 pluginBetter way of implementing Spring webservicesResolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error?Multiple marshallers/unmarshallers with Spring OXMPopulating Spring @Value during Unit Test'context-path' error in Spring OXMspring ws soap client+jaxb2













0















I have a problem related to contexts path in the Jaxb2 marshaller , if I set multiple context paths , the last one will override the others like this :



 <bean id="testJaxb2Marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
<property name="contextPath" value="com.test.foo.bar.cancel.docin:com.test.foo.bar.acept.docin"/>
</bean>


In this case , com.test.foo.bar.acept.docin overrides com.test.foo.bar.cancel.docin



How can I do to set multiple paths in the context path ?










share|improve this question




























    0















    I have a problem related to contexts path in the Jaxb2 marshaller , if I set multiple context paths , the last one will override the others like this :



     <bean id="testJaxb2Marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
    <property name="contextPath" value="com.test.foo.bar.cancel.docin:com.test.foo.bar.acept.docin"/>
    </bean>


    In this case , com.test.foo.bar.acept.docin overrides com.test.foo.bar.cancel.docin



    How can I do to set multiple paths in the context path ?










    share|improve this question


























      0












      0








      0








      I have a problem related to contexts path in the Jaxb2 marshaller , if I set multiple context paths , the last one will override the others like this :



       <bean id="testJaxb2Marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
      <property name="contextPath" value="com.test.foo.bar.cancel.docin:com.test.foo.bar.acept.docin"/>
      </bean>


      In this case , com.test.foo.bar.acept.docin overrides com.test.foo.bar.cancel.docin



      How can I do to set multiple paths in the context path ?










      share|improve this question
















      I have a problem related to contexts path in the Jaxb2 marshaller , if I set multiple context paths , the last one will override the others like this :



       <bean id="testJaxb2Marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
      <property name="contextPath" value="com.test.foo.bar.cancel.docin:com.test.foo.bar.acept.docin"/>
      </bean>


      In this case , com.test.foo.bar.acept.docin overrides com.test.foo.bar.cancel.docin



      How can I do to set multiple paths in the context path ?







      java web-services jaxb marshalling






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 21 at 14:53







      Saliffanag

















      asked Mar 21 at 14:46









      SaliffanagSaliffanag

      46




      46






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Add Qualifier for each bean in the class as @Qualifier("testJaxb2Marshaller") for class1, @Qualifier("test2Jaxb2Marshaller") for classs2 etc and give that name in the context file.






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55283112%2fjaxb2-problem-with-multiple-context-paths%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Add Qualifier for each bean in the class as @Qualifier("testJaxb2Marshaller") for class1, @Qualifier("test2Jaxb2Marshaller") for classs2 etc and give that name in the context file.






            share|improve this answer



























              0














              Add Qualifier for each bean in the class as @Qualifier("testJaxb2Marshaller") for class1, @Qualifier("test2Jaxb2Marshaller") for classs2 etc and give that name in the context file.






              share|improve this answer

























                0












                0








                0







                Add Qualifier for each bean in the class as @Qualifier("testJaxb2Marshaller") for class1, @Qualifier("test2Jaxb2Marshaller") for classs2 etc and give that name in the context file.






                share|improve this answer













                Add Qualifier for each bean in the class as @Qualifier("testJaxb2Marshaller") for class1, @Qualifier("test2Jaxb2Marshaller") for classs2 etc and give that name in the context file.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 21 at 15:18









                Ramana YerramsettyRamana Yerramsetty

                113




                113





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55283112%2fjaxb2-problem-with-multiple-context-paths%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript