Wlw-manifest.xml file missing con:conversation-state-table entries

Hello,
(cross-posted from weblogic.developer.interest.jndi)
I am using WebLogic 8.1.4 (WLI 8.5). When our wlw-manifest.xml file is generated, it is MISSING all the <con:conversation-state-table> tags which typically contain the name of the database table that is required for each "top-level-component".
Typically when you compile your WebLogic project into an EAR file a wlw-manifest.xml file is generated for your project, including any JMS Queues and database tables that are required to run in production mode.
Previously we were using WebLogic 8.1.3 (WLI 8.3) and those entries were created correctly in the wlw-manifest.xml file, but after our upgrade they are not being created anymore. NOTE: The JMS queue entries are still being correctly created after the upgrade.
Any idea what I need to do with WL 8.1.4 (WLI 8.5) to get the table names generated into the wlw-manifest.xml file again? A compiler argument or something like that perhaps?
Thanks in advance,
Chris

Hi all!
I am having the same problem with WebLogic Workshop 8.1 SP4.
Any idea?
Thanks in advance.

Similar Messages

  • Conversational Web Service - conversation-state-table

    Hi,
    Does anyone know if you can Can you change the table-name attribute of
    the conversation-state-table element in the wlw-manifest.xml file?
    It seems like you can (the file is in the project) but the build process
    overlays any and all changes.
    What I would like to do is name the state table something different in
    the database (well, actually the DBAs want to use a different name).
    Thanks
    Tom

    No. If you want to continue to use workshop, any changes made to this file
    will be overwritten in your next build. Otherwise, your going to have to
    write your own ant script and use it every time. It doesn't make any sense
    to change these names. They are just system table type names. They are
    created when you bring the server up in debug mode.
    I would think a DBA would know a way to take a table name and just make it a
    reference to the actual table name if he really wanted to do this.
    "Tom Adams" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    Does anyone know if you can Can you change the table-name attribute of
    the conversation-state-table element in the wlw-manifest.xml file?
    It seems like you can (the file is in the project) but the build process
    overlays any and all changes.
    What I would like to do is name the state table something different in
    the database (well, actually the DBAs want to use a different name).
    Thanks
    Tom

  • Autogenerate Manifest.xml file for custom namespace

    I am working on a library with custom components and I want the library to have a custom namespace.  From my reading, it looks like I need to create a manifest.xml file to associate by components with a specific namespace. (http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Live Docs_Book_Parts&file=compilers_123_43.html)
    Is there anyway I can autogenerate the manifest.xml file?  I am using Flex Builder 3 for development.I have a lot of components and I may periodically add and remove components, so I do not want to have to manually modify the manifest.xml file every time I make a change.

    Did you follow the guidelines in the Connect 6 SDK documentation? This document was applicable from version 6 through 7.5.
    http://help.adobe.com/en_US/Connect/6.0/SDK/help.pdf
    Your SWF needs to be named index.swf to work, as I recall.

  • XML file missing in numbers 08

    I have recently had to perform an erase and reinstall of snow leopard. On trying to get everything that was working fine before I find that I am now unable to open my numbers documents, this in spite of the fact that I wrote them in numbers 08 and have not updated to numbers 09 since reinstalling snow leopard. What's going on, do I really have to spend £80 just to open existing files with a programme that I already own?

    Your message isn't really clear.
    The title tell "XML file missing in numbers '08".
    Then you write that you are now unable to open your numbers documents.
    At last, you wrote that you have not updated to mumbers 09 since reinstalling snow leopard.
    Must I understand that you used numbers 09 before reinstalling snow leopard ?
    *If you did, the behaviour may be normal.*
    When you opened a numbers '08 document with numbers '09,
    *if you saved them* they where changed in Numbers '09 documents which can't be opened by numbrs 08.
    The soluce would be to install the iwork '09 trial version,
    open your documents with it then
    Use 'Save As" which gives you the ability to save them as numbers '08 files.
    Yvan KOENIG (VALLAURIS, France) dimanche 28 mars 2010 22:23:22

  • Please recommend if we have options to read xml file and insert data into table without a temporary table.

    Please recommend if we have options to read xml file and insert data into table without a temporary table. 

    DECLARE @data XML;
    SET @data =N'<Root>
    <List RecordID="946236" />
    <List RecordID="946237" />
    <List RecordID="946238" />
    <List RecordID="946239" />
    <List RecordID="946240" />
    </Root>'
    INSERT INTO t (id) SELECT T.customer.value('@RecordID', 'INT') AS id
    FROM @data.nodes('Root/List')
     AS T(customer);
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Generate XML file from an Oracle Database Table

    Hello All,
    I want to generate a xml file from an Oracle Database table which contains a blob column.
    Can somebody give pointers on this please.
    Thanks in advance
    Sulakshana

    Use the DBMS_XMLGEN package.

  • Regarding XML file miss information

    Dear Expert,
    I am facing issue in XML file ,issue details as follows ,
    1) IDOC(outbound) generated successfully with all required information .
    2) In PI, schema used to convert IDOC data to XML , in graphical mapping functions are used to check the condition and convert the data accordingly.
    2) In PI Enterprise Servise builder and integration builder, message mapping for IDOC is correct
    It convert source data to destination data using customize function which convert idoc data into XML file . But here some data are missing for only those fields have customize function are used for conversion.
    3) When XML file generated on FTP server successfully but in that some fields are showing blank data for those fields have used functions.
    Regards,

    2) In PI Enterprise Servise builder and integration builder, message mapping for IDOC is correct
    It convert source data to destination data using customize function which convert idoc data into XML file . But here some data are missing for only those fields have customize function are used for conversion.
    >>
    Points to a mapping issue. troubleshoot your mapping first in ESR and check if there is a proper result.
    in case the results are coming correctly but only when u do and end to end test with the same data the result is different, it should be a cache issue. Try to refresh the cache and try again.

  • XML file missing some schema after upgrade to 8.8

    Hi Experts,
    We have already upgraded from SBO 2005A to 8.8.  We have Add-on developed ourselves to export sales order, purchase order to xml file from SBO.  But the schema <Costingcode> is missing from the file.  How to include this schema back to the 8.8 xml file?
    Regards,
    Eric

    Eric,
    I am not 100% clear on your question, but there have been changes between Business One 2005A an 8.8.  I recommend that you look at the Compatibility Issues/Changes for 8.8 at this link ...
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20f81618-0ab4-2c10-0eab-f5255034e5d7
    Also, I am not sure where you originally pulled the CostingCode from (I assume the document lines object?), but it is still available via the Document_Lines Object via the DI API, so you should still be able to access this.
    Eddy

  • Config.xml file missing after using pack/unpack (WebLogic 12c)

    Hi,
    When I use the utilities pack/unpack to "copy" a domain from one physical server to another one, I end up with the config directory where there is no config.xml file while on the source physical there is of course this file.
    If I use the scp command (I work under Linux) to "copy" the domain I do not encounter problem and I can start the Node Manager and the WebLogic server.
    Did someone faced this situation?
    How did you solved it? Or, is there something that I am missing?
    Kind Regards.

    Hi all!
    I am having the same problem with WebLogic Workshop 8.1 SP4.
    Any idea?
    Thanks in advance.

  • Configuration/Workspace/Designer.xml file missing

    My Designer.xml file is missing. Anyone know where can I find this?

    save the following to Designer.xml and move to C:\Program Files (x86)\Adobe\Adobe Flash CS4\Common\Configuration\Workspace
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <panelset>
      <application/>
      <document maximize="true" rect="0 0 500 500"/>
      <panelframe dock="left" height="801" width="282" x="0" y="12">
        <panelcontainer expanded="true" height="118" visible="true">
          <panel height="118" id="tools" unconstrainedheight="736" unconstrainedwidth="30" width="278"/>
        </panelcontainer>
        <panelcontainer expanded="true" height="637" visible="true">
          <panel height="637" id="droverproperties" unconstrainedheight="114" unconstrainedwidth="278" width="278"/>
        </panelcontainer>
      </panelframe>
      <panelframe dock="right" height="801" width="212" x="1" y="12">
        <panelcontainer expanded="true" height="350" visible="true">
          <panel column0id="1" column0width="230.00" column1id="2" column1width="230.00" column2id="3" column2width="70.00" column3id="4" column3width="135.00" column4id="5" column4width="70.00" filename="" height="350" id="droverlibrary" previewwithgrid="0" previewwithmoviebackground="1" sortasending="1" sortcolumn="1" splitter="0.34" unconstrainedheight="300" unconstrainedwidth="278" width="208"/>
        </panelcontainer>
        <panelcontainer expanded="true" height="114" visible="true">
          <panel height="114" id="align" unconstrainedheight="114" unconstrainedwidth="208" width="208"/>
          <panel height="114" id="info" unconstrainedheight="114" unconstrainedwidth="208" width="208"/>
          <panel height="114" id="transform" unconstrainedheight="114" unconstrainedwidth="208" width="208"/>
        </panelcontainer>
        <panelcontainer expanded="true" height="268" visible="true">
          <panel height="268" id="mixer" unconstrainedheight="268" unconstrainedwidth="208" width="208"/>
          <panel height="268" id="swatches" unconstrainedheight="268" unconstrainedwidth="208" width="208"/>
        </panelcontainer>
      </panelframe>
      <panelframe dock="top" height="146" width="543" x="0" y="0">
        <panelcontainer expanded="true" height="123" visible="true">
          <panel height="123" id="drovertimeline" isInLayerMode="false" unconstrainedheight="180" unconstrainedwidth="600" width="539"/>
          <panel height="123" id="keyframeeditor" unconstrainedheight="180" unconstrainedwidth="600" visibleTab="false" width="539"/>
          <panel height="123" id="output" unconstrainedheight="180" unconstrainedwidth="600" visibleTab="false" width="539"/>
          <panel height="123" id="compiler errors" unconstrainedheight="180" unconstrainedwidth="600" visibleTab="false" width="539"/>
        </panelcontainer>
      </panelframe>
    </panelset>

  • Bioffice.xml file missing

    Hi,
    I installed the Office Plug-in to my OBIEE installation but I do not see the bioffice.xml file under the oc4j folder?
    Can anyone help me understand how to get the bioffice.xml file in this folder? Is it some kind of an error in installation? I do not remember anything going wrong in the installation.
    Thanks for the help!

    Thanks Cosimo. I do not see the bioffice folder under <Oracle Home>\oc4j_bi\j2ee\home\applications though my office plug-in installation was successful. I reinstalled the plug-in, rebooted the machine but still do not see the folder. Any ideas? Thanks.

  • CCPConfig.XML File missing

    When building a package for MacOS the package builds successfully but upon launch I receive an error that the pacakge could not be installed. After checking the PDApp.log file I found the following error:
    ERROR invalid xml file path. Could not read data from path /Applications/Utilities/Adobe Application Manager/core/../CCP/CCPConfig.xml
    I have verified that the referenced file does not exist and re-installing Adobe Application Manager did not create it. I am using Creative Cloud Packager 1.2.
    Any assistance is appreciated.
    Thanks.

    Hi,
    When you launch CCP it should auto update it to version 1.2. If it is not then Please rename OOBE Folder to OOBE.old.
    C:\Program Files (x86)\Common Files\Adobe
    Once done please download the latest version of CCP from LWS. try creating a new Package and let us know if you are able to install the same.
    regards,
    Abhijit

  • ADFS 3.0 xml file missing

    HI, 
    We have a Federation server in our environment and it has been doing its job for quite some time (running on 2008 w/IIS).  I stood up another 2012 R2 server with ADFS 3.0 to federate with another application. 
    With 2008, one needs to install IIS, but according to various posts, I see that with 2012 ADFS 3.0 we don't need IIS.  MY questions are ...
    1. Do I, in fact, need IIS?
    2. If IIS is needed, how do I tie the two together (adfs.comp.local/adfs/ls/) location??
    2. If not, I cannot access and how do I export this .xml file? (FederationMetadata/2007-06/FederationMetadata.xml.)
    Thank you in advance ...

    Hi,
    Thank you for your posting!
    Since Active Directory Federation Service is not an extension of Active Directory schema, I suggest you refer to the following forum to get professional support:
    Claims based access platform (CBA), code-named Geneva Forum
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Thank you for your understanding and support.
    Best Regards,
    Amy

  • How to Insert data from an XML file into an Oracle 10g table

    Hello,
    Please can you help me as I have hit a brick wall with this problem.
    We are running version 10g Oracle and we will start receiving XML files with employee data that needs loading into a table, this is the XML file:
    <?xml version="1.0"?>
    <RECRUITS>
    <RECRUIT>
    <FIRST_NAME>Gordon</FIRST_NAME>
    <LAST_NAME>Brown</LAST_NAME>
    <SHORT_NAME>GORDONBROWN</SHORT_NAME>
    <APP_NO>00002</APP_NO>
    <STATUS>M</STATUS>
    <DATE_FROM>21-JUL-2006</DATE_FROM>
    <RESOURCE_TYPE>P</RESOURCE_TYPE>
    <TITLE>Mr</TITLE>
    <DATE_OF_BIRTH>28-DEC-1983</DATE_OF_BIRTH>
    <SOCIAL_SEC>AB128456A</SOCIAL_SEC>
    <PARTTIME_PCT>1</PARTTIME_PCT>
    <SEX>M</SEX>
    <ADDRESS_TYPE>1</ADDRESS_TYPE>
    <ADDRESS>A HOUSE SOMEWHERE HERE</ADDRESS>
    <ZIP_CODE>PE3 LLL</ZIP_CODE>
    <PLACE>BOROUGH</PLACE>
    <COUNTRY_CODE>UK</COUNTRY_CODE>
    <PROVINCE>UK</PROVINCE>
    <EMAIL>[email protected]</EMAIL>
    </RECRUIT>
    (FYI - there may be more than 1 employee in each file so all of the above will be repeated X amount of times)
    </RECRUITS>
    To make things simple we have created a table which mirrors the XML file completely to load the data into, the SQL i have used is thus:
    CREATE TABLE RECRUITMENT
    FIRST_NAME VARCHAR2(30),
    LAST_NAME VARCHAR2(30),
    SHORT_NAME VARCHAR2(30),
    APP_NO NUMBER,
    STATUS VARCHAR2(1),
    DATE_FROM DATE,
    RESOURCE_TYPE VARCHAR2(1),
    TITLE VARCHAR2(4),
    DATE_OF_BIRTH DATE,
    SOCIAL_SEC VARCHAR2(9),
    PARTTIME_PCT NUMBER,
    SEX VARCHAR2(1),
    ADDRESS_TYPE VARCHAR2(1),
    ADDRESS VARCHAR2(30),
    ZIP_CODE VARCHAR2(8),
    PLACE VARCHAR2(10),
    PROVINCE VARCHAR2(3),
    EMAIL VARCHAR2(20)
    Every method we try from the numerous documents and so called "user guides" have failed, please can somebody show me the PL/SQL i need to get this files data into the above table?
    We need to be able to do this purely through SQL*PLUS as we hope - if we ever get it working manually to create a procuedure that will encapsulate everything so it can be run over and over again.
    The XML file is sitting in the XMLDIR and is called REC.XML.
    Please help : (

    Hi, I have got some material for inserting data into oracle table from xml file, this might help you.
    Create XML Document Table
    create table XML_DOCUMENT_TABLE
    FILENAME varchar2(64),
    XML_DOCUMENT XMLTYPE
    (This will be as per your record details).
    Inserting record to Oracle Table
    declare
    XML_TEXT CLOB := '<smsnotification>
                   <messageid> 256427844 </messageid>
              <protocolid> CO0NPS2KHQ </protocolid>
              <notifiedon> 1156123007416 </notifiedon>
              <status> 3PBI: Invalid </status>
    <additionalinfo> Customer account not active </additionalinfo>
    <carrierid> 1175 </carrierid>
    </smsnotification>';
    begin
    insert into XML_DOCUMENT_TABLE values ('Receipt.xml',XMLTYPE(XML_TEXT));
    end;
    Select Statement
    select extractValue(XML_DOCUMENT,'/smsnotification/messageid') Messageid,
    extractValue(XML_DOCUMENT,'/smsnotification/status') Status,
    extractValue(XML_DOCUMENT,'/smsnotification/carrierid') CarrierID
    from XML_DOCUMENT_TABLE;

  • XML Processing (XML file data to ABAP internal table).

    Hi,
    I have a an XML file and i need to send the data to internal table. I suppose i have written the program correctly.
    But the transformation program may not be correct.
    So can one please tell me the transformation program c o d e or guide me to write the transformation code. Below are details of XML file and my program.
    XML File
    <?xml version="1.0" encoding="UTF-8" ?>
    - <aeRequestOutputType>
    + <trackingInfo>
    + <JMSHeaders>
    - <ns:__caret_reply_caret_ZBAPI xmlns:ae="http://www.tibco.com/" xsi:type="ns:__caret_reply_caret_ZBAPI_">
    + <RETURN>
    - <T__TRADE__DATA>
    - <item>
      <BUKRS>1111</BUKRS>
      <HKONT>22222</HKONT>
      </item>
    - <item>
      <BUKRS>3333</BUKRS>
      <HKONT>44444</HKONT>
      </item>
      </T__TRADE__DATA>
      </ns:__caret_reply_caret_ZBAPI__TRADE__ACC__DOC__POST_caret_ZBAPI__TRADE__ACC__DOC__POST>
      </aeRequestOutputType>
    My Program
    REPORT  ZTEST13.
    DATA : BEGIN OF itab OCCURS 0,
              f(255) TYPE c,
         END OF itab.
    DATA : t001 TYPE TABLE OF ZTEST_ST_UB. "(structure has few variables like hkont,bukrs)
    DATA: xmlupl TYPE string .
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                       =  'c:\sap_output_xml.txt'
       FILETYPE                        = 'ASC'
      tables
        data_tab                      = itab          .
    LOOP AT itab.
    CONCATENATE xmlupl itab-f INTO xmlupl.
    ENDLOOP.
    CALL TRANSFORMATION ZTEST_ST_UB2
    SOURCE XML xmlupl
    RESULT root = t001.

    Hi,
    use class cl_xml_document and method import_from_file inorder to read the xml file to internal table.
    go trough this [LINK|http://wiki.sdn.sap.com/wiki/display/ABAP/UploadXMLfiletointernal+table] for detial code.
    Regards,
    Shanmugavel chandrasekaran

Maybe you are looking for