Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8627549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:18:30+00:00 2026-06-12T08:18:30+00:00

After deploying my Spring WS 2 Webservices (using JDOM2 Element as Parameter) on a

  • 0

After deploying my Spring WS 2 Webservices (using JDOM2 Element as Parameter) on
a Weblogic 10.3.5 Server, child Elements of the root Element – wich is the main parameter
of my endpoint function – never contain TEXT-content.

Example:

Request XML (as sent)

<root foo="bar">
  <doo>dat</doo>
</root>

Request JDOM2 Element Structure (as presented in function)

<root foo="bar">
  <doo/>
</root>

This works fine in junit and on glassfish server.
There is no special configuration for weblogic yet.

I suspect that some weblogic library might override the JDOM2 implementation,
but I would really appreciate some input if You had simmilar experiences.

update

While debugging into the jdom2 implementation I found out, that
Text is entering the DOMBuilder as “weblogic.xml.saaj.TextImpl”.
JDom is unable to extract the text.

Maybe someone has a hint how to prevent weblogic libraries
from messing up the application… ?

(Thanks for the comment too)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T08:18:31+00:00Added an answer on June 12, 2026 at 8:18 am

    I solved the problem by setting the SAAJ Message Factory to the Sun implementation:

    Using Maven dependency:

    <dependency>
      <groupId>com.sun.xml.messaging.saaj</groupId>
      <artifactId>saaj-impl</artifactId>
      <version>1.3.3</version><!-- or higher -->
    </dependency>
    

    Adding to Spring Configuration:

    <bean id="messageFactory" class="org.springframework.ws.soap.saaj.SaajSoapMessageFactory">
      <property name="messageFactory">
        <bean class="com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1_Impl"/>
      </property>
    </bean>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

after deploying my web app to a new server using the add web setup
After deploying WCF server (svc) on my Server, I have got this message when
After deploying to Azure, I kept getting server errors -- the application would not
Background: I am getting a Internal Server 500 24 50 error after deploying an
After deploying a complete application using Entity Framework (EF) and LINQ, the next things
i am using WinForm App. C#2010 with 4.0 ,after deploying application to another computer
After deploying an ASP.Net application to a new server, the first user to hit
After deploying an ASP.net webservice to my production server i got this exception: System.MissingMethodException
After deploying a set of services on QA environemnt, one orchestration is suspended with
I got this problem after deploying my web package to IIS: HTTP Error 500.19

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.