Child text node lost with newDomNode()

Hello,
I have a simple custom XMLBean compiled from a schema like:
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://mydomain.com/xsd/myBean"
     xmlns="http://www.w3.org/2001/XMLSchema"
     xmlns:tns="http://mydomain.com/xsd/myBean"
     elementFormDefault="qualified">
     <simpleType name="MyType">
          <restriction base="double"/>
     </simpleType>
     <element name="MyElement" type="tns:MyType"/>
</schema>
An the Java code:
import com.mydomain.xsd.myBean.*;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
void myMethod() {
MyElementDocument bean = MyElementDocument.Factory.newInstance();
bean.setMyElement(3.14d);
// this prints the the xml with text including 3.14d
System.out.println(bean.xmlText());
Element dom = ((Document) bean.newDomNode()) .getDocumentElement();
The problem is, after getting the DOM object my calling newDomNode(), the Text
Node for "3.14d" is lost from the DOM tree; i.e. instead of
<tns:MyElement xmlns:tns="http://mydomain.com/xsd/myBean">3.14d</tns:MyElement>
I get XML like:
<tns:MyElement xmlns:tns="http://mydomain.com/xsd/myBean" />
Question: how come the DOM tree is not complete?
Any help is very much appreciated.
-Feng

I fixed the error by upgrading xbean.jar to the one bundled with WebLogic Servcer
8.1 SP2 (I originally had the version from WLS 8.1 SP1).
-Feng
"Feng Xue" <[email protected]> wrote:
>
Hello,
I have a simple custom XMLBean compiled from a schema like:
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://mydomain.com/xsd/myBean"
     xmlns="http://www.w3.org/2001/XMLSchema"
     xmlns:tns="http://mydomain.com/xsd/myBean"
     elementFormDefault="qualified">
     <simpleType name="MyType">
          <restriction base="double"/>
     </simpleType>
     <element name="MyElement" type="tns:MyType"/>
</schema>
An the Java code:
import com.mydomain.xsd.myBean.*;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
void myMethod() {
MyElementDocument bean = MyElementDocument.Factory.newInstance();
bean.setMyElement(3.14d);
// this prints the the xml with text including 3.14d
System.out.println(bean.xmlText());
Element dom = ((Document) bean.newDomNode()) .getDocumentElement();
The problem is, after getting the DOM object my calling newDomNode(),
the Text
Node for "3.14d" is lost from the DOM tree; i.e. instead of
<tns:MyElement xmlns:tns="http://mydomain.com/xsd/myBean">3.14d</tns:MyElement>
I get XML like:
<tns:MyElement xmlns:tns="http://mydomain.com/xsd/myBean" />
Question: how come the DOM tree is not complete?
Any help is very much appreciated.
-Feng

Similar Messages

  • XMLSearch / case in-sensitive search in a text node value with XPATH

    Hi everyone,
    I was aggregating some XML files and queries for a search
    engine. It is pretty easy with coldfusion XML functions BUT ....
    I was looking around XMLSearch to do a simple text search
    into nodes and I am stuck with it.
    with something like that :
    selectedElements = XmlSearch(myxmldoc,
    '(/directory/user[contains(.,"#form.firstName#")])');
    Without loop all the XML elements, I cannot put firstName
    text nodes to lower-case, do a simple search into the directory and
    get user entries.
    Is it possible to do with XPATH something like that :
    selectedElements = XmlSearch(myxmldoc,
    '(/directory/user[contains(lower-case(.),lower-case("#form.firstName#"))])');
    Thanks for your help.

    When Do you think coldfusion will implement Xpath functions
    as
    http://www.w3schools.com/xpath/xpath_functions.asp
    ????

  • BPC 7.5 NW Master Data Text Node Load with Hierarchy Intervals - Duplicate

    Hi,
    Does anyone have ideas on how to get past this error (besides a BADI)?
    I am loading master data text nodes from a BW hierarchy (say 0COSTCENTER) that has intervals defined for cost center nodes.  The problem is that the text nodes fail since there are duplicate values in the hierarchy table.
    Master data (dealt by table level) has errors
    Detected duplicate member ID 'F100'
    Detected duplicate member ID 'F100'
    Detected duplicate member ID '1000'
    Detected duplicate member ID '1000'
    etc...
    Thanks!

    Hi Virginie,
    You should be able to see an example in many threads; look for an example to Restriction of bw infoobect(not mapped to dim)
    You can also make a restriction under the InfoObject name when you run the DM package.
    Hope this helps,
    Gersh

  • Manipulating Text Nodes

    Hi,
    I have only recently begun working with XML and the DOM. I have
    begun writng a small app to upload XML data to a database using
    the version 2 parser. I am having trouble getting at the content
    of text nodes ( for example the "Stan" in <name>Stan</name> ). I
    have tried using the getNodeValue() function,and casting to a
    XMLText and the getData() function. I know I am at the correct
    node because I have used to the getNodeName() function to
    generate a list of nodes as I work my way through the document
    from the root. What am I missing?
    Thank you for your help,
    Stan Grabinski
    null

    Stan Grabinski (guest) wrote:
    : Hi,
    : I have only recently begun working with XML and the DOM. I
    have
    : begun writng a small app to upload XML data to a database
    using
    : the version 2 parser. I am having trouble getting at the
    content
    : of text nodes ( for example the "Stan" in
    <name>Stan</name> ). I
    : have tried using the getNodeValue() function,and casting to a
    : XMLText and the getData() function. I know I am at the
    correct
    : node because I have used to the getNodeName() function to
    : generate a list of nodes as I work my way through the document
    : from the root. What am I missing?
    : Thank you for your help,
    : Stan Grabinski
    You need to use the getNodeValue() method against the text node
    associated with the element node of interest not the element
    node itself. If this doesn't help, please post a code sample and
    the XML file.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • Smartforms text node in release 710

    Prior to today, I have worked with SmartForms in ECC 5.0 but now I am in ECC 6.0.  I see a major difference in SmartForms when it comes to text nodes.  What is this all about?  I can no longer drag fiields to the text node.  Now the text node opens with an, embeded, instance of MS Word.  Is this normal?  Have SmartStyles gone away?  I am royally confused.
    Regards,
    Aaron

    The only pencil icon I see says "Editor" when you hover over it and it is above the 'Check' icon.  I used the 'Insert Field' icon, adding the '&'s, and it still doesn't display the result of that field.  Any ideas?
    I now managed to get the value to come through.  I had to click the "editor" button and add the field in that editor.  It didn't work if I added the field in the first editor (the node layout).
    My problem with the character format still stands.  Also, can you not drag and drop the fields anymore?  Is there a way to go back to the old editor?  This new editor takes entirely too long to load each time you go to a new text node.
    Aaron
    Edited by: Aaron Shover on May 7, 2008 11:12 AM

  • Tree Control Property Node for Accessing "Child Text" String Array

    When adding items to a tree control using the EditTreeItems invoke nodes, the inputs include "Child Tag", "Item Indent", "Child Only?", "Glyph Index", "Child Text", and "Left Cell String" as can be seen in this screenshot.
    There are property nodes for the tree control for accessing each of these elements, except for the "Child Text", which is an array of strings. It is possible to access this data as outlined in this forum post, but this method is somewhat involved and round about. 
    I suggest that a property for the Tree class be created to access the Child Text array directly.

     The work around only works if you do not have an empty string element some where in the middle.
    At lest could the "Active Celltring Property" read return an error when you have gone beyond the end of the array.

  • When double clicking a word with an adjacent br Firefox is reporting the endContainer of the selected range as the parent div, but when selecting with a mouse drag Firefox reports the endContainer is a text node. Is this expected behavior?

    Double click on break and the end container appears to be the parent div, but if you select just break with mouse the end container is a text node. If you continue to drag your mouse past the end of break you also get the parent div. Sample html:<br />
    <br />
    <pre><nowiki><!doctype html>
    <html>
    <body>
    <div id="surroundingDiv1">
    Break<br/>
    </div>
    <p>
    <a href="#" onclick="showSelectionInfo()">Show Selection Info</a>
    </p>
    <label for="output"></label><textarea id="output" rows="20" cols="50"></textarea>
    <script>
    function showSelectionInfo() {
    var range = null;
    var sel = window.getSelection();
    if (sel.rangeCount > 0 && sel.getRangeAt(0).toString() != "") {
    range = sel.getRangeAt(0);
    if (range != null) {
    document.getElementById("output").innerHTML =
    "Text: " + range.toString() +
    "\n\nendContainer - " +
    "\n\tid: " + range.endContainer.id +
    "\n\tnodeName: " + range.endContainer.nodeName +
    "\n\tnodeValue: " + range.endContainer.nodeValue +
    "\n\tnodeType: " + range.endContainer.nodeType +
    "\n\nstartContainer - " +
    "\n\tid: " + range.startContainer.id +
    "\n\tnodeName: " + range.startContainer.nodeName +
    "\n\tnodeValue: " + range.startContainer.nodeValue +
    "\n\tnodeType: " + range.startContainer.nodeType;
    </script>
    </body>
    </html></nowiki></pre>

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Mozilla bug with 4k+ text nodes resolved

    There is nasty bug in Gecko based browsers which makes text
    nodes with size greater than 4kB inaccesible. (This is not a Spry
    only issue.) The problem maight be resolved by calling normalize()
    method on xmlDoc right after it's created.
    this.doc = xmlDoc;
    this.doc.normalize() ;
    this.state =
    Spry.Data.XMLDataSet.LoadManager.CachedRequest.LOAD_SUCCESSFUL;
    The code is located in
    Spry.Data.XMLDataSet.LoadManager.CachedRequest.prototype.loadDataCallback
    function.
    Hope this helps someone, as well as this is added in next
    version of Spry.
    pi

    I filed a bug on this and we will check it out.
    Thanks,
    Donald Booth
    Adobe Spry Team

  • How to get access to Row Data (Child Text) in a Tree Control Pragmatically?

    In LabVIEW 2010, I have entered Row Data into a Tree Control pragmatically using the Add Item method and providing the Child Text array and the Child Tag for the Row. When a Row in the Tree Control is selected, I can get the Row Tag in the Value Property of the Tree. But how do I access the Child Text array data when the Row is selected? I can't seem to find a Tree Control Property or Method that will return that data back again.
    What I am trying to do is: once a Row in a Tree is selected and a button is pushed, if the Row Tag is valid, I want to transfer all of the Row data into another similarly formatted Tree. To do that I need the Row Data for the Tree and Row that was selected. I can not find a way to get access to this Row Data after it has been entered into the Tree.
    Can anyone tell me how to pragmatically access the Child Text or Row Data in a Tree Control from a selected Row in the Tree? I have the Tag for the Row, but how do I access the data?
    Thanks for your assistance.
    Solved!
    Go to Solution.

    As mentioned in the posting here, you can use the Active Item:Tag property to set the item to which subsequent property changes apply. This includes pulling the Active Celltring values out in a for loop as you increment the Active Cell:Active Column Number to get the row's Child Text data programmatically as I was originally wanting to do.
    Note that wiring a 0 to the ActiveColNum property and reading the String value will return the tree item's visible name (in column 0), but not the unique item Tag (which is somewhat intangible after its creation). Therefore, I save the unique item tag when I add the item to the tree control (the output of the Add Item invoke node) and store it as a separate column of the Child Text array and place it out of sight in the tree control so I have access to it later. It might be useful, it might not.
    I find the tree control totally non-intuitive and not well explained anywhere, but that's how a lot of LabVIEW coding is I guess. Play with it long enough and you become an expert. I had to learn the hard way, but I hope this helps someone else.
    -Richard
    "Computers are useless. They can only give you answers." - Pablo Picasso

  • Returning Text Nodes

    Hi,
    Can somebody please help me with this problem. I am trying to return a specific node name, return it, and see if it has any child nodes. Below is a snippet from my XML doc:
    <description>
         <genre>football simulation</genre>
         <year>2004</year>
         <publisher ....However, when I enter "year", I am presented with
    <year>2004</year>as the child nodes of the "year" node. And when print the results from
    getNodeType, the text nodes arent identified. How can I get my code to see if there are text nodes present and return the text nodes?? I'll be extrmely grateful for any help!! Thanks.
    Below is some of my Java code:
      NodeList docNodes = test.getElementsByTagName("year");
          if(docNodes.getLength() !=0){
               System.out.println("noelist length: "+docNodes.getLength());
               for (int i=0; i<docNodes.getLength();i++){
                    Node blah = docNodes.item(i);
                    System.out.println(blah);
                       System.out.println(blah.getNodeType());
                    if(blah.hasChildNodes()){
                         System.out.println("child nodes present: "+blah.getChildNodes());
                         Node check = (Node) blah.getChildNodes();
                         System.out.println("node type: "+check.getNodeType());
                         if (check.getNodeType()==Node.TEXT_NODE){
                              System.out.println("text nodes present");
                         else{
                              System.out.println("text nodes ARENT present");
                         }

    Here is a little helper class I use when parsing DOM via Xerces. May not work equally well for jDOM or other implementations.
    final public class XmlHelper extends Object {
         // Class Variables //
         /** TODO Consider moving this to an interface with constants */
         static final public String XML_TAG_ROOT = "document";
         // Constructors //
          * Default constructor.
         public XmlHelper() {
              super();
         // Static Methods //
         static public Document newDocument()
              throws ConfigurationException {
              try {
                   DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
                   return builder.newDocument();
              catch (ParserConfigurationException configure) {
                   throw new ConfigurationException("Error instantiating DOM XML parser", configure);
         static public Document parse(InputStream in)
              throws ConfigurationException, IOException, ParseException {
              try {
                   DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
                   return builder.parse(in);
              catch (ParserConfigurationException configure) {
                   throw new ConfigurationException("Error instantiating DOM XML parser", configure);
              catch (SAXException parse) {
                   throw new ParseException("Error SAX parsing XML input stream", parse);
         static public Document parse(String uri)
              throws ConfigurationException, IOException, ParseException {
              try {
                   DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
                   return builder.parse(uri);
              catch (ParserConfigurationException configure) {
                   throw new ConfigurationException("Error instantiating DOM XML parser", configure);
              catch (SAXException parse) {
                   throw new ParseException("Error SAX parsing XML uri '" + uri + "'", parse);
         static public String serialize(Document target)
              throws IOException, ConfigurationException, TransformationException {
              ByteArrayOutputStream byteOut = new ByteArrayOutputStream();
              serialize(target, byteOut, true);
              return byteOut.toString();
         static public void serialize(Document document, OutputStream target)
              throws IOException, ConfigurationException, TransformationException {
              serialize(document, target, false);          
         static public void serialize(Document document, OutputStream target, boolean indent)
              throws IOException, ConfigurationException, TransformationException {
              try {
                   Transformer transformer = TransformerFactory.newInstance().newTransformer();
                   if (indent)
                        transformer.setOutputProperty(OutputKeys.INDENT, "yes");
                   transformer.transform(new DOMSource(document), new StreamResult(target));
              catch (TransformerConfigurationException configure) {
                   throw new ConfigurationException("Error instantiating XML transformer", configure);
              catch (TransformerException transform) {
                   /** @todo Need to write a generic transformation or serialization exception */
                   throw new TransformationException("Error transforming XML", transform);
         static public Element getChildElement(Element parent, String name) {
              Element child = null;
              if (parent != null) {
                   NodeList childNodes = parent.getElementsByTagName(name);
                   switch (childNodes.getLength()) {
                        case 0:
                             System.err.println("XML element <" + parent.getNodeName() + ">" +
                                  " has zero child nodes <" + name + "> (expecting one node)");
                        case 1:
                             child = (Element) childNodes.item(0);
                             break;
                        default:
                             child = (Element) childNodes.item(0);
                             /** @todo Consider implementing a "Warning Log" for errors such as these rather than sys.err */
                             System.err.println("XML element <" + parent.getNodeName() + ">" +
                                  " has " + childNodes.getLength() + " child nodes <" + name + "> (expecting only one)");
              return child;
         static public List getAllChildElements(Element parent, String name) {
              List elements = null;
              if (parent != null) {
                   elements = Collections.synchronizedList(new ArrayList());
                   NodeList childNodes = parent.getChildNodes();
                   for (int current = 0; current < childNodes.getLength(); current++) {
                        Node node = childNodes.item(current);
                        if ((node instanceof Element) && node.getNodeName().equals(name)) {
                             elements.add(node);
              return elements;
         static public String getChildElementValue(Element parent, String childName) {
              Element child = getChildElement(parent, childName);
              return child == null ? null : getElementValue(child);
         static public String getElementValue(Element parent) {
              NodeList nodes = parent.getChildNodes();
              int current = 0;
              int length = nodes.getLength();
              while (current < length) {
                   Node node = nodes.item(current);
                   if (node instanceof Text) {
                        String value = node.getNodeValue();
                        if (value != null)
                             return value.trim();
                   current++;
              return "";
    }- Saish

  • What's the "#text" node for?

    when i use jaxp parse a xml dcument, for every node, there is always a empty child node which has a "#text" node type, emptyl node name and node value. could someone can tell me what's this node for? thanks your help!

    buy why product such "ignorable white space"? sometimes, only one. but if i parse with the DTD file, three! how can i avoid them!

  • CRLF not as text node

    How do I make the parser not to consider CRLF as text node?
    I'm having trouble using getFirstChild() method if I parse an XML that looks like
    <xml>
    <Animals>
    <Animal>
    </Animal>
    </Animals>
    </xml>
    The documentElement's(<xml>) firstChild expects to be <Animals>, but instead it is a text node which I believe is CRLF.
    If I rewrite the XML in one line (with no CRLF) then firstChild is <Animals> as expected.
    Any suggestion
    Thanks

    Hi the parser adds a TextNode for every new line (and even if you have only a space between two tags, it should be added) , this caused because the parser don't know if you want to read this information's.
    It's quite confusing, than normally you would expect this to be the node value, but it isn't!
    The node value by is normally null.
    See
    http://java.sun.com/j2se/1.4.1/docs/api/org/w3c/dom/Node.html
    for more information.
    Use getChildNodes and iterate trough them until you get a none TextNode.
    The NodeList knows:
    getLength()
    item (int)
    which is enough for a for loop.
    Or if you know the name of the child, you can use:
    getElementsByTagName(String name).item(0);
    Hope this helps.
    Greetings Michael

  • In SMARTFORMS when openee a Text Node,   Giving a Short Dump

    Hi
    I am getting Short Dump in SMARTFORMS Transaction, when ever I opened a Text Node and made some changes in it.
    With out opening a Text Node I can able to change and activate the SmartForm.
    But if I open a Text Node I can able to make changes in the Text Node but later if i click on any other Node, it is giving a Short Dump.
    But all other systems in my office are working fine.
    I have tried the Utilities->Settings-> and changed the editor also. 
    I have also Installed the SAPGUI once again for this Issue. But still I am getting the same problem.
    Can anyone Please help me on this Issue.
    I am sending the error enalysis of the Short Dump.
    Error analysis
        Short text of error message:
        Control Framework : Error processing control
        Long text of error message:
         Diagnosis
             An error occurred when the system tried to process the commands
             from the Automation Queue on the presentation server.
             There are several possible reasons for this:
             - The installation of the SAP GUI on the presentation server is
             faulty or obsolete.
             - There is an error in the application program
             - There is an error in the SAPGUI or an integrated control
         Procedure
             1. Make sure that you have imported the appropriate Support
             Package, the current kernel, and GUI patch for the release of your
             system
             2. Check whether the error occurs locally on one or a few PCs, or
             generally on all PCs. Note whether the error only occurs for some
             users, for example because of a specific Customizing setting.
             If it only occurs locally, this suggests an installation problem
             with the PC. Check the installation; if necessary, reinstall the
             software. In the dump, search for the SY-MSGLI field, since it may
             point to the cause of the error.
             3. Activate the Automation Trace (in accordance with SAP Note
             158985).
             4.Start the transaction and continue until the screen immediately
             before the dump.
             5. From the System -> Utilities menu, choose Autom. Queue,
             Synchronous Processing.
             The status bar of the GUI displays the text:
                "Automation synchron flush mode on"
             6. If you now proceed with the application, the short dump will
             display the ABAP call that caused the error; the Automation Trace
             will contain the error on the presentation server.
             7. If necessary, load the short dump and trace files on to
             sapservX, so that SAP can analyze them.
        Technical information about the message:
        Message class....... "CNDP"
        Number.............. 006
    Thanks in Advance.

    Hi
    I think dump is because of SAP GUI. If you are ECC 6.0 then install SAP GUI 710 with patch level  2 or more and check
    Regards
    Shiva

  • Text node in the Charac Hierarchy sums up

    Hi,
    I am working on IP.
    I had created an hierarchy for a specific consumption data with the top node as a text node, which should appear only once in the report.
    But when i use the Input ready query, the system shows multiple rows of the text node for every new characteristic values in the nodes below this node.
    How do i avoid the text node being displayed multiple times?
    Thanks in advance,
    regards,
    Sriram

    Hi Jacky,
    Yes i have text nodes for more than one set of characteristics.
    Level 1A
        Level 2
            Char1 A
            Char1 B
    Level 1B
            Char1 C
            Char1 D
            Char1 E
    These characteristic also have an attribute characteristic. Hence, in the Input ready query it displays as follows;
    Level 1A
        Level 2          Char2 A
        Level 2          Char2 B
            Char1 A    Char2 A
            Char1 B    Char2 B
    Is there a way to avoid the "Char2" in the text nodes.
    Thank in advance for the solution,
    regards,
    Sriram

  • Text node not showing first line?

    I'm trying to figure out some unexpected behavior with the layout of Text. If I create an example program based on the API documentation
    http://java.sun.com/javafx/1.2/docs/api/javafx.scene.text/javafx.scene.text.Text.html
    Like so:
    Stage
        title: "Application title"
        width: 500
        height: 500
        scene: Scene
            content: [ Text {font: Font { size: 20 } content: "First row\nSecond row" }  ]
    }The resulting screen only shows "Second row", the first line is moved out of the screen above. I need to set y to 20 to show the first line.
    Is that normal?

    Right, Text nodes have an textOrigin, which is default set to the base line. That means that y=0 is just below the letters.
    But the behavior is unexpected when simply adding a Text node and nothing is visible.

Maybe you are looking for

  • Can I change my iCloud email address once it has been created?

    I found I cannot change the email address with the @me.com ending. I think it is associate with the apple ID and I tried to deleted the iCloud account but it seems only "sign out" and when I signed in iCloud with my apple ID everything is back....

  • DEAR ALL FRIENDS I HAVE A PROBLEM WITH MY PRINTER HP LASER JET WITH ERROR MASSEGE,

    ORDER HP PART   HP Q5942   A PAGE REMAINING FRO THIS SUPLY HAS REACHED THE  LOW THRESHOLD.ESTIMATED PAGES IS BASED ON HISTORICAL PAGE COVERAGE OF THIS SUPPLY.PRINTING WILL CONTINUE UNTILL A SUPPLEY NEEDS TO BE REPLACED.I NEED A ANSWER TAHNKS

  • Pass unicode data in SQL Server 2008 stored procedure parameter

    Hi, I want to pass unicode data in a SQL stored procedure. But I am not sure that how to append N with NVarchar datatype. For example I Create a table LocalizationTest and wants to insert a few records. Create table LocalizationTest     Field1 NVarch

  • Mail receiver adapter: THeaderREPLY-TO not working on ASMA

    Hello people, (note: all the @ where changed by " at " because of limitations of SDN) I'm trying to set some adapter specific message attributes (ASMA) in a mail receiver adapter. Two properties I'm trying to set: THeaderFROM e THeaderREPLY-TO. The f

  • Changing LDAP roles programmatically

    Does anyone know if it´s possible to change a LDAP user role programmatically? I´ve searched for hours, but I didn´t find any information about it. I Only found classes on weblogic api to change user attributes. Is there any api on weblogic to do tha