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
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
add a comment |
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
add a comment |
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
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
java web-services jaxb marshalling
edited Mar 21 at 14:53
Saliffanag
asked Mar 21 at 14:46
SaliffanagSaliffanag
46
46
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 21 at 15:18
Ramana YerramsettyRamana Yerramsetty
113
113
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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