• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

change property with weblogic

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir,
I was Installed Weblogic version 8.1 application server and I am running webapplication like made SOAP Message with Attachments.

I found in my server.log from Weblogic is
javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl

I already using the Following line of code for overriding the above property
System.setProperty("weblogic.webservice.core.soap.MessageFactoryImpl","javax.xml.soap.MessageFactory"); even though it is not overridden

This property by default set with Weblogic. But I need to avoid set above Property please suggest me where I do modifications
 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not the correct way of resetting a property. You are only creating a new property IMO.

BTW, I don't think you should be altering the property you are attempting to play around with.
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why not you pass the same property in the form of properties file or hashtable rather than overriding weblogic property ?

In the same way as we lookup the things.
 
When evil is afoot and you don't have any arms you gotta be hip and do the legwork, but always kick some ... tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic