Is the session XML format specification available?

I wish to programmatically generate session files for importing into Audition.

Well, I've got somewhere.
It turns out the XML declaration must be
<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?>
and not
<?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?>
as written by .net's System.XML.Linq.XDocument.  Note the space before the question mark.
Happy days.

Similar Messages

  • What are the differences in format options available for partition?

    what is the differences in format options available for partition?

    Select the drive in Disk Utility, click on the Erase or Partition tab, select the Format type: dropdown menu that will list your format options. For OS X the only option you should use is Mac OS Extended, Journaled. This is the standard format for OS X drives.
    Then there are options for Windows - MSDOS (standard FAT format) or ExFAT (an advanced FAT system with most of the characteristics of NTFS.) OS X can read and write with either filesystem. NTFS is only readable, not writeable, by OS X.

  • How do you add a format to the "Date Picker Format Mask" available formats?

    Hi,
    When I select the Date Picker Format Mask or "Number / Date Format" they doen't have YYYYMMDD or others that may be desired...
    How do you add a format to the available formats?
    Thank you, Bill

    Bill - From the popup help text:
    If you need to create a Date Picker item, but the format you need does not appear in the Display As list, select Date Picker (use application format mask). When an application uses this type of date picker, the Application Express engine derives the date format from an item named PICK_DATE_FORMAT_MASK. You can populate this item in two ways:
    - By defining an application substitution string named PICK_DATE_FORMAT_MASK
    - By creating an application-level item named PICK_DATE_FORMAT_MASK
    See the doc for more details.
    Scott

  • QUESTION: Where do I find the sessions.xml file?

    I am using JD 10.1.3. I used CMP entity beans from tables to create my EJBs. I also created a local client for my entity bean. When I try to run my local client I get a bunch of errors. I have a sample of the errors, below. I have the following questions:
    1. How do you resolve these?
    2. I tried to uncomment the code from the local client that refers to sessions.xml. I am unable to locate this file. Where can I get a sample of this file?
    3. Can anyone point me to a sample code of CMP entity beans from tables and sessions.xml file?
    Many thanks.
    Kannan
    Local Exception Stack:
    Exception [TOPLINK-59] (Oracle TopLink - 10g release 3 (10.1.3.0.0) (Build 050912)): oracle.toplink.exceptions.DescriptorException
    Exception Description: The instance variable [demandClassCode] is not defined in the domain class [model.OeTransactionTypesAllBean], or it is not accessible.
    Internal Exception: java.lang.NoSuchFieldException: demandClassCode
    Mapping: oracle.toplink.mappings.DirectToFieldMapping[demandClassCode-->OE_TRANSACTION_TYPES_ALL.DEMAND_CLASS_CODE]
    Descriptor: RelationalDescriptor(model.OeTransactionTypesAllBean --> [DatabaseTable(OE_TRANSACTION_TYPES_ALL)])
         at oracle.toplink.exceptions.DescriptorException.noSuchFieldWhileInitializingAttributesInInstanceVariableAccessor(DescriptorException.java:1058)
         at oracle.toplink.internal.descriptors.InstanceVariableAttributeAccessor.initializeAttributes(InstanceVariableAttributeAccessor.java:78)
         at oracle.toplink.mappings.DatabaseMapping.preInitialize(DatabaseMapping.java:954)
         at oracle.toplink.mappings.foundation.AbstractDirectMapping.preInitialize(AbstractDirectMapping.java:468)
         at oracle.toplink.publicinterface.Descriptor.preInitialize(Descriptor.java:2355)
         at oracle.toplink.publicinterface.DatabaseSession.initializeDescriptors(DatabaseSession.java:350)
         at oracle.toplink.publicinterface.DatabaseSession.initializeDescriptors(DatabaseSession.java:331)
         at oracle.toplink.publicinterface.DatabaseSession.login(DatabaseSession.java:512)
         at model.OeTransactionTypesAllBeanClient.main(OeTransactionTypesAllBeanClient.java:35)
    Caused by: java.lang.NoSuchFieldException: demandClassCode
         at java.lang.Class.getDeclaredField(Class.java:1854)
         at oracle.toplink.internal.security.PrivilegedAccessController.findDeclaredField(PrivilegedAccessController.java:33)
         at oracle.toplink.internal.security.PrivilegedAccessController.findDeclaredField(PrivilegedAccessController.java:39)
         at oracle.toplink.internal.security.PrivilegedAccessController.getDeclaredField(PrivilegedAccessController.java:231)
         at oracle.toplink.internal.helper.Helper.getDeclaredField(Helper.java:771)
         at oracle.toplink.internal.descriptors.InstanceVariableAttributeAccessor.initializeAttributes(InstanceVariableAttributeAccessor.java:76)
         ... 7 more

    Hi,
    create a session bean and run this bean with the embedded OC4J or external OC4J. Create a local client for the session ben
    Frank

  • Get the required XML format..

    Hi Guru's,
    I am trying to post the data to the External URL.
    The scenario is asynchronous. I have done with the configuration part and able to successfully ping to the External Server.
    The issue is the XML format that i am sending to the external server is :
    *xml
    =
    < ?xml version="1.0" encoding="UTF-8"? >\n< ns1:MT_SEND_DATA_URL xmlns:ns1="http:/XXXX/XXXX/X_X_X" >
    < REQUEST >
    < INVITE_DETAIL >
    < MSG_ID >
    < /MSG_ID >
    < SERVICE >
    < /SERVICE >
    < MAIL_LINK >
    < /MAIL_LINK >
    < OPT_MESSAGE > poiuyt poiuy</OPT_MESSAGE >
    < RECV_EMAIL >< /RECV_EMAIL >
    < SENDER_EMAIL >com< /SENDER_EMAIL >
    < SENDER_NAME > < /SENDER_NAME >
    < USER_ID >123456< /USER_ID >
    < /INVITE_DETAIL >
    < META >
    < ACTION >qwerty< /ACTION >
    < /META >
    < /REQUEST >
    < /ns1:MT_SEND_DATA_URL >*
    while the required Output format should be :
    *<?xml version=\"1.0\" encoding=\"UTF-8\"?>
    < request >
    < meta >
    < action>XXXXe</action >
    < /meta >
    < invite_details >
    < user_id>1105288</user_id >
    < senders_name><![CDATA[abc]]></senders_name >
    < senders_email><![CDATA[ ]]></senders_email >
    < user_id><![CDATA[000000]]></user_id >
    < emails><![CDATA[ ]]></emails >
    < opt_message><![CDATA[]]></opt_message >
    < mail_link><![CDATA[http://www.xyz.com]]></mail_link >
    < service><![CDATA[abc]]></service >
    < msg_id><![CDATA[def]]></msg_id >
    < /invite_details >
    < /request >*
    Please provide the Solution for this.
    Thanks,
    regards,
    akshay ruia.

    Hi,
    If you doesn't have the XSD or WSDL file.
    Create a Data type structure as
    < meta >
    < action>XXXXe</action >
    < /meta >
    < invite_details >
    < user_id>1105288</user_id >
    < senders_name><![CDATAabc]></senders_name >
    < senders_email><![CDATA ]></senders_email >
    < user_id><![CDATA000000]></user_id >
    < emails><![CDATA ]></emails >
    < opt_message><!CDATA[]></opt_message >
    < mail_link><![CDATAhttp://www.xyz.com]></mail_link >
    < service><![CDATAabc]></service >
    < msg_id><![CDATAdef]></msg_id >
    < /invite_details >
    Create a messge type as request i.e. message type name should be request and delete the namespace in XML Namespace text box
    In Messge Mapping you can check the format of the message

  • How do I create a session with the datasource set in code not sessions.xml

    I want to create a session where I specify the J2EE datasource name dynamically in code. Normally, I would hard-code a J2EE datasource name in sessions.xml e.g.
    <login>
    <datasource>jdbc/MyApplicationDS</datasource>
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <uses-external-connection-pool>true</uses-external-connection-pool>
    <uses-external-transaction-controller>true</uses-external-transaction-controller>
    </login>
    However, we don't want to use a hard-coded string "jdbc/MyApplicationDS". We want to be able to set this at runtime.
    I found this in the App Developer's Guide:
    Configuring an External Connection Pool in Java
    To configure the use of an external connection pool in Java:
    1. Configure the DataSource on the server.
    2. Configure the Login to specify a DataSource and the use of an external connection pool:
    login.setConnector(
    new JNDIConnector(new InitialContext(), "jdbc/MyApplicationDS"));
    login.setUsesExternalConnectionPooling(true);
    and this:
    Configuring Sessions with the sessions.xml File
    OracleAS TopLink provides two ways to preconfigure your sessions: you can export and compile Java source code from the OracleAS TopLink Mapping Workbench, or use the OracleAS TopLink Sessions Editor to build a session configuration file, the sessions.xml file.
    It seems like I should export and compile Java code that calls login.setConnector(), but I can't find out any information on how to do this. I looked at the MW user guide and I didn't see anything on this.
    I also found this by searching this discussion forum:
    To create a server session completely from code given a project you can use,
    project.getLogin().setConnector(new JNDIConnector(new InitialContext(), "your-datasource-url"));
    project.getLogin().setUserName("");
    project.getLogin().setPassword("");
    Server server = project.createServerSession();
    server.login();
    However, I don't know how to get the project.
    Thanks,
    Vicki

    If you are using a sessions.xml file, you can get your project from your session. Ensure that when you access your session from the SessionManager, that you do not have it login.
    Session session = SessionManager.getManager().getSession("my-session", false);
    session.getProject().setConnector(...);
    session.login();
    If not using a sessions.xml, you can either read your Project from the XMLProjectReader, or instantiate your Project class directly.

  • Need the output of a query in given XML format

    I have a table as
    create table t_cases (case_id number, pros_seq number, case_lname varchar2(100),
    day_phone number, night_phone number, intl_phone number);
    where case_id and pros_seq is the compound primary key.
    The insert script to insert the data in the table is
    insert into t_cases values(1, 1, 'test', 12, 23, 34);
    insert into t_cases values(1, 2, 'test', 56, 67, 78);
    commit;
    Now from this table I need to query and fetch the data in the following xml format.
    &lt;case REPEATINGTYPE="PageList"&gt;
    &lt;rowdata REPEATINGINDEX="1"&gt;
    &lt;caseid&gt;1&lt;/caseid&gt;
    &lt;prosseq&gt;1&lt;/prosseq&gt;
    &lt;PhoneNumbers REPEATINGTYPE="PageList"&gt;
    &lt;rowdata REPEATINGINDEX="1"&gt;
    &lt;CountryCode&gt;12&lt;/CountryCode&gt;
    &lt;Type&gt;Day&lt;/Type&gt;
    &lt;/rowdata&gt;
    &lt;rowdata REPEATINGINDEX="2"&gt;
    &lt;CountryCode&gt;23&lt;/CountryCode&gt;
    &lt;Type&gt;Night&lt;/Type&gt;
    &lt;/rowdata&gt;
    &lt;rowdata REPEATINGINDEX="3"&gt;
    &lt;CountryCode&gt;34&lt;/CountryCode&gt;
    &lt;Type&gt;International&lt;/Type&gt;
    &lt;/rowdata&gt;
    &lt;/PhoneNumbers&gt;
    &lt;/rowdata&gt;
    &lt;rowdata REPEATINGINDEX="2"&gt;
    &lt;caseid&gt;1&lt;/caseid&gt;
    &lt;prosseq&gt;2&lt;/prosseq&gt;
    &lt;PhoneNumbers REPEATINGTYPE="PageList"&gt;
    &lt;rowdata REPEATINGINDEX="1"&gt;
    &lt;CountryCode&gt;56&lt;/CountryCode&gt;
    &lt;Type&gt;Day&lt;/Type&gt;
    &lt;/rowdata&gt;
    &lt;rowdata REPEATINGINDEX="2"&gt;
    &lt;CountryCode&gt;67&lt;/CountryCode&gt;
    &lt;Type&gt;Night&lt;/Type&gt;
    &lt;/rowdata&gt;
    &lt;rowdata REPEATINGINDEX="3"&gt;
    &lt;CountryCode&gt;78&lt;/CountryCode&gt;
    &lt;Type&gt;International&lt;/Type&gt;
    &lt;/rowdata&gt;
    &lt;/PhoneNumbers&gt;
    &lt;/rowdata&gt;
    &lt;/case&gt;
    Please let me know how to do this.

    Like this...
    select XMLELEMENT( "case", XMLATTRIBUTES ('PageList' as "RepeatingType")
                     ,xmlagg(
                              xmlelement("rowdata", xmlattributes(pros_seq as "RepeatingIndex")
                                        ,xmlelement("caseid", case_id)
                                        ,xmlelement("prosseq", pros_seq)
                                        ,xmlelement("PhoneNumbers", xmlattributes('PageList' as "RepeatingType")
                                                   ,xmlelement("rowdata", xmlattributes(1 as "RepeatingIndex")
                                                              ,xmlelement("CountryCode", day_phone)
                                                              ,xmlelement("Type", 'Day')
                                                   ,xmlelement("rowdata", xmlattributes(2 as "RepeatingIndex")
                                                              ,xmlelement("CountryCode", night_phone)
                                                              ,xmlelement("Type", 'Night')
                                                   ,xmlelement("rowdata", xmlattributes(3 as "RepeatingIndex")
                                                              ,xmlelement("CountryCode", intl_phone)
                                                              ,xmlelement("Type", 'International')
            as x
    from t_cases

  • Error while using session xsd format

    Hi,
    I am new to toplink. I am trying to use the session.xml as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <toplink-sessions version="11g Release 1 (11.1.1.0.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="server-session">
    <name>default1</name>
    <server-platform xsi:type="oc4j-1013-platform"/>
    <event-listener-classes/>
    <primary-project xsi:type="xml"/>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <user-name>user</user-name>
    <password>A65D5C33FF49656730F827DEDE41ACDE647A7A01F9C16C7D</password>
    <sequencing>
    <default-sequence xsi:type="table-sequence">
    <name>Default</name>
    </default-sequence>
    </sequencing>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@sta:5521:changes</connection-url>
    <bind-all-parameters>true</bind-all-parameters>
    </login>
    <connection-pools>
    <read-connection-pool>
    <name>ReadConnectionPool</name>
    </read-connection-pool>
    <write-connection-pool>
    <name>default</name>
    </write-connection-pool>
    </connection-pools>
    <connection-policy/>
    </session>
    </toplink-sessions>
    when I acquire the unit of work etc, things are fine. But somehow the client session is giving the error as follows
    Database: Oracle Version: Oracle Database 11g Enterprise Edition Release 11.1.0.2.0 - Beta
    With the Partitioning and Data Mining options
         Driver: Oracle JDBC driver Version: 11.1.0.0.0-Alpha
    [TopLink Finest]: 2007.06.14 01:59:06.341--ServerSession(26200506)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [TopLink Finest]: 2007.06.14 01:59:06.341--ServerSession(26200506)--Thread(Thread[main,5,main])--sequence CONTEXT_SEQ: preallocation size 50
    [TopLink Finest]: 2007.06.14 01:59:06.341--ServerSession(26200506)--Thread(Thread[main,5,main])--sequence ORCHFAILEDEVENT_SEQ: preallocation size 50
    [TopLink Finest]: 2007.06.14 01:59:06.341--ServerSession(26200506)--Thread(Thread[main,5,main])--sequence ORCHEVENT_SEQ: preallocation size 50
    [TopLink Finest]: 2007.06.14 01:59:06.372--ServerSession(26200506)--Thread(Thread[main,5,main])--sequence CONTEXTVAL_SEQ: preallocation size 50
    [TopLink Finest]: 2007.06.14 01:59:06.372--ServerSession(26200506)--Thread(Thread[main,5,main])--sequence ORCHPROCESS_SEQ: preallocation size 50
    [TopLink Info]: 2007.06.14 01:59:06.372--ServerSession(26200506)--Thread(Thread[main,5,main])--default login successful
    [TopLink Finer]: 2007.06.14 01:59:06.372--ServerSession(26200506)--Thread(Thread[main,5,main])--client acquired
    [TopLink Finer]: 2007.06.14 01:59:06.372--ClientSession(28117308)--Thread(Thread[main,5,main])--acquire unit of work: 18518800
    [TopLink Finest]: 2007.06.14 01:59:06.981--UnitOfWork(18518800)--Thread(Thread[main,5,main])--Register the new object oracle.iam.platform.context.dao.Context@4c94e5
    [TopLink Finer]: 2007.06.14 01:59:06.981--UnitOfWork(18518800)--Thread(Thread[main,5,main])--begin unit of work commit
    [TopLink Finer]: 2007.06.14 01:59:06.981--ClientSession(28117308)--Connection(18012078)--Thread(Thread[main,5,main])--begin transaction
    [TopLink Finest]: 2007.06.14 01:59:06.981--ClientSession(28117308)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [TopLink Fine]: 2007.06.14 01:59:06.981--ClientSession(28117308)--Connection(18012078)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
         bind => [50, CONTEXT_SEQ]
    [TopLink Warning]: 2007.06.14 01:59:07.778--ClientSession(28117308)--Thread(Thread[main,5,main])--Local Exception Stack:
    Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1 (11.1.1.0.0) (Build 070411)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: ORA-00942: table or view does not exist
    Error Code: 942
    Call:UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
         bind => [50, CONTEXT_SEQ]
    Query:DataModifyQuery()
    The databse is up and running since same works if I use the DTD format for sessions.xml.
    Is there something wrong with the table qualifier that I am using? Also what kind of login information should I specify in the map file? It would be great if somebody could tell me whats wrong/ point me to the correct info/docs.

    You are getting an error stating the table "SEQUENCE" does not exist. From the log, it shows you are registering a new object, and this object is set to use table sequencing, which requires a Sequence table in the database.
    http://www.oracle.com/technology/products/ias/toplink/doc/1013/main/_html/prjdaun007.htm
    has information on different types of sequencing available in TopLink.
    Best Regards,
    Chris

  • 4F4 File Format Specification

    Is there a file format specification document available for the 4F4 file format? The HTTP Dynamic Streaming product page has a link titled "Learn about the F4F file format specification" but the link leads to the FLV/F4V file format specification document.

    It looks like F4M is a XML-based metadata protocol for video. I'm looking for F4F, which is a encapsulating protocol to divide FLV/F4V containers into fragments and segments.
    Check out this packet dump from Limelight's demo site. This is a response with content type video/f4f, which seems to wrap a f4v file (moof/mfhd/traf keywords are visible, are these related to moov/mvhd/trak?).
    0000   48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d  HTTP/1.1 200 OK.
    0010   0a 44 61 74 65 3a 20 54 68 75 2c 20 32 32 20 4a  .Date: Thu, 22 J
    0020   75 6c 20 32 30 31 30 20 31 32 3a 34 39 3a 30 37  ul 2010 12:49:07
    0030   20 47 4d 54 0d 0a 53 65 72 76 65 72 3a 20 41 70   GMT..Server: Ap
    0040   61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65  ache..Content-Le
    0050   6e 67 74 68 3a 20 36 33 34 34 35 38 0d 0a 4c 61  ngth: 634458..La
    0060   73 74 2d 4d 6f 64 69 66 69 65 64 3a 20 54 68 75  st-Modified: Thu
    0070   2c 20 32 39 20 41 70 72 20 32 30 31 30 20 31 39  , 29 Apr 2010 19
    0080   3a 34 38 3a 30 38 20 47 4d 54 0d 0a 43 6f 6e 74  :48:08 GMT..Cont
    0090   65 6e 74 2d 54 79 70 65 3a 20 76 69 64 65 6f 2f  ent-Type: video/
    00a0   66 34 66 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a  f4f..Connection:
    00b0   20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 0d 0a 00   keep-alive.....
    00c0   00 00 45 61 66 72 61 00 00 00 00 c0 00 00 03 e8  ..Eafra.........
    00d0   00 00 00 03 00 00 00 00 00 00 be 4b 00 00 00 00  ...........K....
    00e0   00 00 3b 81 00 00 00 00 00 00 c3 ab 00 00 00 00  ..;.............
    00f0   00 04 76 f5 00 00 00 00 00 00 c6 1d 00 00 00 00  ..v.............
    0100   00 06 96 d9 00 00 00 fa 61 62 73 74 00 00 00 00  ........abst....
    0110   00 00 00 0d 00 00 00 03 e8 00 00 00 00 00 00 cb  ................
    0120   53 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00  S...............
    0130   00 00 19 61 73 72 74 00 00 00 00 00 00 00 00 01  ...asrt.........
    0140   00 00 00 01 00 00 00 0d 01 00 00 00 b5 61 66 72  .............afr
    0150   74 00 00 00 00 00 00 03 e8 00 00 00 00 0a 00 00  t...............
    0160   00 01 00 00 00 00 00 00 00 00 00 00 10 04 00 00  ................
    0170   00 05 00 00 00 00 00 00 40 84 00 00 10 68 00 00  [email protected]..
    0180   00 06 00 00 00 00 00 00 50 cf 00 00 0f a0 00 00  ........P.......
    0190   00 07 00 00 00 00 00 00 60 73 00 00 10 04 00 00  ........`s......
    01a0   00 08 00 00 00 00 00 00 70 6a 00 00 0e 10 00 00  ........pj......
    01b0   00 09 00 00 00 00 00 00 7e 97 00 00 12 5c 00 00  ........~....\..
    01c0   00 0a 00 00 00 00 00 00 90 d6 00 00 0e d8 00 00  ................
    01d0   00 0b 00 00 00 00 00 00 9f aa 00 00 10 68 00 00  .............h..
    01e0   00 0c 00 00 00 00 00 00 af f4 00 00 0e 74 00 00  .............t..
    01f0   00 0d 00 00 00 00 00 00 be 4b 00 00 0c e4 00 00  .........K......
    0200   3a 1c 6d 6f 6f 66 00 00 00 10 6d 66 68 64 00 00  :.moof....mfhd..
    0210   00 00 00 00 00 0d 00 00 0b 64 74 72 61 66 00 00  .........dtraf..
    0220   00 1c 74 66 68 64 00 00 00 03 00 00 00 01 00 00  ..tfhd..........
    0230   00 00 00 7e dd 8d 00 00 00 01 00 00 00 24 74 72  ...~.........$tr
    0240   75 6e 00 00 0f 01 00 00 00 01 00 00 00 6b 00 00  un...........k..
    0250   0e c4 00 00 a6 6f 02 00 00 00 00 00 00 00 00 00  .....o..........
    0260   00 24 74 72 75 6e 00 00 0f 01 00 00 00 01 00 00  .$trun..........
    0270   aa 13 00 00 0e 6a 00 00 3a e0 01 01 00 00 00 00  .....j..:.......
    0280   00 00 00 00 00 24 74 72 75 6e 00 00 0f 01 00 00  .....$trun......
    0290   00 01 00 00 e7 f5 00 00 0e c4 00 00 0b 43 01 01  .............C..
    02a0   00 00 00 00 00 00 00 00 00 24 74 72 75 6e 00 00  .........$trun..
    02b0   0f 01 00 00 00 01 00 00 f6 31 00 00 0e c4 00 00  .........1......
    02c0   0a 88 01 01 00 00 00 00 00 00 00 00 00 24 74 72  .............$tr
    02d0   75 6e 00 00 0f 01 00 00 00 01 00 01 03 88 00 00  un..............
    02e0   0e 6a 00 00 3c 00 01 01 00 00 00 00 00 00 00 00  .j..<...........
    02f0   00 24 74 72 75 6e 00 00 0f 01 00 00 00 01 00 01  .$trun..........
    0300   40 fe 00 00 0e c4 00 00 09 8e 01 01 00 00 00 00  @...............
    0310   00 00 00 00 00 24 74 72 75 6e 00 00 0f 01 00 00  .....$trun......
    0320   00 01 00 01 4d 8a 00 00 0e c4 00 00 0b 06 01 01  ....M...........
    0330   00 00 00 00 00 00 00 00 00 24 74 72 75 6e 00 00  .........$trun..
    0340   0f 01 00 00 00 01 00 01 5b 84 00 00 0e 6a 00 00  ........[....j..
    0350   3a a2 01 01 00 00 00 00 00 00 00 00 00 24 74 72  :............$tr
    0360   75 6e 00 00 0f 01 00 00 00 01 00 01 99 0d 00 00  un..............
    0370   0e c4 00 00 08 f3 01 01 00 00 00 00 00 00 00 00  ................
    0380   00 24 74 72 75 6e 00 00 0f 01 00 00 00 01 00 01  .$trun..........
    0390   a4 f4 00 00 0e c4 00 00 0c 1b 01 01 00 00 00 00  ................
    03a0   00 00 00 00 00 24 74 72 75 6e 00 00 0f 01 00 00  .....$trun......
    03b0   00 01 00 01 b2 af 00 00 0e c4 00 00 3b 78 01 01  ............;x..
    03c0   00 00 00 00 00 00 00 00 00 24 74 72 75 6e 00 00  .........$trun..
    03d0   0f 01 00 00 00 01 00 01 f1 76 00 00 0e 6a 00 00  .........v...j..
    03e0   09 de 01 01 00 00 00 00 00 00 00 00 00 24 74 72  .............$tr
    03f0   75 6e 00 00 0f 01 00 00 00 01 00 01 fe 6c 00 00  un...........l..
    0400   0e c4 00 00 09 08 01 01 00 00 00 00 00 00 00 00  ................
    0410   00 24 74 72 75 6e 00 00 0f 01 00 00 00 01 00 02  .$trun..........
    0420   0a 6c 00 00 0e c4 00 00 3c 52 01 01 00 00 00 00  .l......<R......
    0430   00 00 00 00 00 24 74 72 75 6e 00 00 0f 01 00 00  .....$trun......
    0440   00 01 00 02 49 c7 00 00 0e 6a 00 00 09 bb 01 01  ....I....j......
    0450   00 00 00 00 00 00 00 00 00 24 74 72 75 6e 00 00  .........$trun..
    0460   0f 01 00 00 00 01 00 02 55 18 00 00 0e c4 00 00  ........U.......
    0470   08 3e 01 01 00 00 00 00 00 00 00 00 00 24 74 72  .>...........$tr
    0480   75 6e 00 00 0f 01 00 00 00 01 00 02 60 60 00 00  un..........``..
    0490   0e c4 00 00 3e 23 01 01 00 00 00 00 00 00 00 00  ....>#..........
    04a0   00 24 74 72 75 6e 00 00 0f 01 00 00 00 01 00 02  .$trun..........
    04b0   a1 9c 00 00 0e c4 00 00 07 d0 01 01 00 00 00 00  ................
    04c0   00 00 00 00 00 24 74 72 75 6e 00 00 0f 01 00 00  .....$trun......
    04d0   00 01 00 02 ac 91 00 00 0e 6a 00 00 08 77 01 01  .........j...w..
    04e0   00 00 00 00 00 00 00 00 00 24 74 72 75 6e 00 00  .........$trun..
    04f0   0f 01 00 00 00 01 00 02 b8 12 00 00 0e c4 00 00  ................
    0500   3b 51 01 01 00 00 00 00 00 00 00 00 00 24 74 72  ;Q...........$tr
    0510   75 6e 00 00 0f 01 00 00 00 01 00 02 f5 4d 00 00  un...........M..
    0520   0e c4 00 00 06 ce 01 01 00 00 00 00 00 00 00 00  ................
    0530   00 24 74 72 75 6e 00 00 0f 01 00 00 00 01 00 02  .$trun..........
    0540   ff 48 00 00 0e 6a 00 00 08 8b 01 01 00 00 00 00  .H...j..........
    0550   00 00 00 00 00 24 74 72 75 6e 00 00 0f 01 00 00  .....$trun......
    0560   00 01 00 03 0a c4 00 00 0e c4 00 00 3b 1f 01 01  ............;...
    0570   00 00 00 00 00 00 00 00 00 24 74 72 75 6e 00 00  .........$trun..
    0580   0f 01 00 00 00 01 00 03 48 e8 00 00 0e c4 00 00  ........H.......
    0590   07 4e 01 01 00 00 00 00 00 00 00 00 00 24 74 72  .N...........$tr
    05a0   75 6e 00 00 0f 01 00 00                          un......

  • Sessions.xml data source not working using toplink

    I'm having some difficulty getting a data source to work. I have an ADF selectOneChoice component and I want the list of values available to be bound to a database given by the JNDI name and controlled at the j2ee container level.
    I have created a sessions.xml file
    <toplink-configuration>
    <session>
    <name>PIMSSession</name>
    <project-xml>META-INF/PIMS_ADF_TLMap.xml</project-xml>
    <session-type>
    <server-session/>
    </session-type>
    <login>
    <datasource>jdbc/PIMSDS</datasource>
    <uses-external-connection-pool>true</uses-external-connection-pool>
    </login>
    <connection-pool>
    <is-read-connection-pool>true</is-read-connection-pool>
    <name>default</name>
    <login>
    <datasource>jdbc/PIMSDS</datasource>
    <platform-class>Oracle10g</platform-class>
    <uses-external-connection-pool>true</uses-external-connection-pool>
    </login>
    </connection-pool>
    </session>
    </toplink-configuration>
    The sessions.xml points to the toplink mapping file PIMS_ADF_TLMap.xml, which contains information about the database view that is used to populate the drop down list. It also contains a deployment connection:
    <toplink:login xsi:type="toplink:database-login">
    <toplink:platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</toplink:platform-class>
    <toplink:user-name>pimsdev</toplink:user-name>
    <toplink:password>BB742416276274A494F7008B3AE0FB10</toplink:password>
    <toplink:driver-class>oracle.jdbc.OracleDriver</toplink:driver-class>
    <toplink:connection-url>jdbc:oracle:thin:@yvworad01:1521:PIMSD</toplink:connection-url>
    </toplink:login>
    The problem I'm having is that my ADF application always binds the selectOneChoice to the connection-url in the toplink mapping file instead of the datasource in the sessions.xml.
    If I remove the deployment connection from the mwp file, recompile and deploy I get a JBO-29000 error about not having a suitable driver.
    Does anyone know how to get the selectOneChoice to bind to a datasource instead of the toplink mapping connection-url?

    Hi Aaakar,
    From the error message, please try to change the setting of Credential type for the data source on report manager as follows:
    Go to the Data Sources properties page.
    For the Connect Using option, select Credentials stored securely in the report server.
    In User Name and Password, type credentials that can be used to access the database. If you are using SQL Server as the data source, the user name must be valid for both logging on to the server and for accessing the database that contains the data for
    the report.
    If the user name and password are credentials for a Windows account, select Use as Windows Credentials.
    If you want the report server to pass the credentials of the user accessing the report to the server hosting the external data source, click Windows Integrated Security. In this case, the user is not prompted to type a user name or password.
    For more details about Configure Data Source Properties, please see:
    http://technet.microsoft.com/en-us/library/ms155882.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Illustrator file format specifications

    Where I can found the illustrator file format specifications?

    Monika is right. There is no public documentation on the file format. It's proprietary and only AI itself can read and write it 100% correctly. Corel claim to have reverse-engineered the CS3 AI format, but I can't tell you how well it works, if at all. You can of course still find enough info on the legacy AI 88 format, which was the last time the format spec was publicly available, but it's a completely different thing from today's AI files....
    Mylenium

  • How can i generate session.xml file?

    hello
    i am a beginner of toplink,i find that in my project,i must provide two xml format files,they are "session.xml" and a project xml file,to make the toplink works well,the project descriptor can be generated by using the mapping workbench,but how can i generate the "session.xml",now,what i can do is to modify the sample file that come with the toplink installation,i wonder if there is a graphic tool that can be used to generate it?
    thanks for any helps!

    Currently there is no UI support for creating or modifying sessions.xml. The DTD is provided in both the documentation as well as in the installed files (<TOPLINK_HOME>\core\sessions_4_5.dtd). The examples should also contain a variety of sessions.xml file to assist you.
    Doug Clarke
    Principal Product Manager, Oracle9iAS TopLink
    Oracle Corporation

  • Where to put my sessions.xml using Axis2 webservices

    Hi,
    We want to use TopLink for persistency layer and ORM for webservices using the Axis2 framework. It's all running on a standalone OC4J 10.1.3. The problem I'm facing is that Toplink can't find the sessions.xml. The TOPLINK-7095 message that lots of people ran into.
    But in our specific situation I've got no idea where sessions.xml should be located. I guess I'm a little confused by the frameworks I'm using. The Axis2 framework has it's own web-app whereon webservices are deployed in separate .aar files. I don't think the sessions.xml should be part of that deployment. Than I'm mixing up the webservice and TopLink layer. Besides I don't think TopLink can find it there.
    I expect the sessions.xml file somewhere in a TopLink or OC4J config directory. That way all services can use the same config. But where?
    Or should I deploy my persistency-layer (sessions.xml, project.xml, POJO's) from the TopLink workbench as a separate web-app on OC4J. How can I access it then?
    Grtz,
    Roel

    Basically you want to put your sessions.xml file i the same jar/deployment unit as your persistent model classes. Either put it in the root or meta-inf directory in this jar, or put it in a subdirectory and provide the path to it when loading.
    When you load your sessions.xml from the SessionManager provide the class loader of one of your persistent model classes.

  • XML format for input to BPEL process from client stub

    Hi,
    I have deployed SyncHelloWorld BPEL process as given in the tutorial in the BPEL Server. It is working fine. Now I am trying to invoke the process by creating a Java client stub . I created a stub using the Web-services wizard by specifying the WSDL of the BPEL. Now I want to know how to pass some string through XML document to the BPEL process.
    I am using this code in the main method of the stub., but the value is not being passed to the BPEL nodes correctly. the output I am getting is "Hello "
    and not "Hello XYZString". I think I am not able to form the XML document to pass as input correctly. Can anyone help.
    Can anyone please help :
    public static void main(String[] args)
    try
    SyncHelloWorldStub stub = new SyncHelloWorldStub();
    // Add your own code here.
    // Create an empty XML document
    XMLDocument doc = new XMLDocument();
    // Create an element
    Element body = doc.createElementNS("http://xmlns.oracle.com/SyncHelloWorld", "SyncHelloWorldProcessRequest");
    // Create the inner element
    Element ip = doc.createElementNS("http://xmlns.oracle.com/SyncHelloWorld", "input");
    // Create a text node
    Text text = doc.createTextNode("input");
    // Set the input parameter
    text.setNodeValue("XYZString");
    ip.appendChild(text);
    body.appendChild(ip);
    // Call the process. It returns a vector
    Vector v = stub.process(body);
    // Code to print the returned xml.
    System.out.println("Received " + v.size() + " element");
    Enumeration enum = v.elements();
    // Walk through the vector and print out contents
    while (enum.hasMoreElements())
    Object o = enum.nextElement();
    System.out.println("Returned a " + o.getClass().getName());
    //If it is an element, print it out
    if (o instanceof XMLElement)
    XMLElement xml = (XMLElement)o;
    xml.print(System.out);
    else
    System.out.println("Returned " + o.toString());
    System.out.println("After executing : "+v.toString());
    catch(Exception ex)
    ex.printStackTrace();
    This is the code for WSDL file for the BPEL process.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="SyncHelloWorld" targetNamespace="http://xmlns.oracle.com/SyncHelloWorld" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/SyncHelloWorld" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/SyncHelloWorld">
    - <types>
    - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/SyncHelloWorld" xmlns="http://www.w3.org/2001/XMLSchema">
    - <element name="SyncHelloWorldProcessRequest">
    - <complexType>
    - <sequence>
    <element name="input" type="string" />
    </sequence>
    </complexType>
    </element>
    - <element name="SyncHelloWorldProcessResponse">
    - <complexType>
    - <sequence>
    <element name="result" type="string" />
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    - <message name="SyncHelloWorldRequestMessage">
    <part name="payload" element="tns:SyncHelloWorldProcessRequest" />
    </message>
    - <message name="SyncHelloWorldResponseMessage">
    <part name="payload" element="tns:SyncHelloWorldProcessResponse" />
    </message>
    - <portType name="SyncHelloWorld">
    - <operation name="process">
    <input message="tns:SyncHelloWorldRequestMessage" />
    <output message="tns:SyncHelloWorldResponseMessage" />
    </operation>
    </portType>
    - <binding name="SyncHelloWorldBinding" type="tns:SyncHelloWorld">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="process">
    <soap:operation style="document" soapAction="process" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="SyncHelloWorld">
    - <port name="SyncHelloWorldPort" binding="tns:SyncHelloWorldBinding">
    <soap:address location="http://cisoidd001.corporate.ge.com:5843/orabpel/default/SyncHelloWorld/v2006_06_19__40924" />
    </port>
    </service>
    - <plnk:partnerLinkType name="SyncHelloWorld">
    - <plnk:role name="SyncHelloWorldProvider">
    <plnk:portType name="tns:SyncHelloWorld" />
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    Also, while running the BPEL process from console, we can give the input as html or string. Can anyone give the me xml format of the input.
    Any help would be highly appreciated.
    Thanks,
    Debojyoty

    Your last question shows that you might have solved this by now.
    The xml document you are composing in java might not exactly be the xml input bpel excepts. The way to compare is first initiate a process by posting an html message, using the initiate tab for your process in the BPEL console. Check the box "Save as default input" before you send the html request.
    Then again do an initiate from the BPEL console and select "XML Source" instead of "HTML Form". You will see the xml message you just have sent as html.
    You might also want to test your java program with one of the many free soap clients available on the internet.
    HTH,
    Ruerd
    http://www.numericalexample.com

  • XML format for Acrobat JavaScript

    Hi,
    This is my first posting to any Adobe forum, so please bear with me...
    I'm interested in the XML format for Acrobat JavaScript.  I'll be using an external editor (UltraEdit).  When I do (in Acrobat 8) Advanced-->Document Processing-->Edit All JavaScripts, UltraEdit starts off with this:
    //-----------------Do not edit the XML tags--------------------
    Interesting, but not very useful.  If I look at some existing PDF files containing JavaScript, I see things like:
    //-----------------Do not edit the XML tags--------------------
    //<Document-Level>
    //<ACRO_source>DocOpen</ACRO_source>
    //<ACRO_script>
    /*********** belongs to: Document-Level:DocOpen ***********/
    OK, this is better.  In fact, if I look at enough existing PDF files containing JavaScript, I could probably figure out the XML format by myself, including the XML format of tags like <Page-Actions>,  <AcroForm>, etc.  However, it would be far easier to get the specification of the JavaScript XML format -- for example, what is the format of the text following the "belongs to:" string within the various types of XML tags?
    I *presume* this is documented somewhere but I couldn't find it.  If someone has the Acrobat JavaScript XML format specification, it would be greatly appreciated.
    Thanks.
    Dave
    P.S. Another possible approach would be to create JavaScripts myself using Advanced-->Document Processing-->Document JavaScripts, and then see what XML is created based on the code I enter into the GUI, e.g. form code, functions, etc. This also seems somewhat inefficient, presuming again that the JavaScript XML format is already documented.

    Thanks for the additional information.
    I played with JavaScript some more, using my preferred editor, UltraEdit, which I attached to Acrobat.  I thought I would be able to take a JavaScript program from one PDF file (source file) and do a copy & paste into another PDF file (destination file).  While I can do the paste (again, via UltraEdit) into the destination file and can do an UltraEdit Save, when I go back into UltraEdit via Advanced --> Document Processing --> Edit All JavaScripts, the JavaScript I pasted from the source file to the destination file isn't there in the destination file.
    From this, I concluded that I'll need to create the Document-level JavaScript and the form field Javascripts (e.g. a JavaScript triggered by a "Mouse Down" in a button) via the Acrobat GUI's.  Acrobat doesn't seem to like it if I bypass the GUIs and just attempt to paste the code directly into the PDF file via an editor.  By not using the GUI and just doing the cut & paste as I did, I'm probably missing some part of the code setup/creation process that Acrobat needs to know about.
    This is why I originally asked about the syntax for the pseudo-XML, thinking I could just copy the pseudo-XML/JavaScript code from one PDF file to another, and then modify the code to reflect the needs of the destination PDF.  Now I understand the need you mentioned to use the Acrobat GUIs to set up the initial XML/JavaScript structure.
    Once I have the XML structure set up in the destination file (e.g. a JavaScript triggered by a "Mouse Down" in a button), I can obviously copy code snippets into that <AcroForm> sections, I just can't *create* the original "Mouse Down" <AcroForm> sections via the editor.
    Another approach I could follow would be to make a copy of the original source file and change the name of the copy to the desired destination file name, and then start modifying the code in the new (destination) file -- presuming that's the easiest path to get the desired functionality created.  This way, I wouldn't have to manually (via the Acrobat GUI) create all of the <Document-Level> and <AcroForm> sections.
    Thanks for your (and others') help, let me know if I'm missing anything.
    Dave

Maybe you are looking for

  • Installing SAP GUI on windows using Bootcamp on (MACBook)

    HI SDN, I am looking forward to buy MACBook. Please provide your suggestions on installing SAP GUI on windows using Bootcamp on MACBook? Are they any issues installing SAP GUI on Mac machine on Windows OS? Running Bex Queries, any excel integration i

  • Migratiing files from a MacBook Pro to a new iMac via firewire connection

    The firewire connection does not appear to work between my older MacBook Pro running 10.4.11 and my new iMac running 10.5.6. I've been trying to use migration assistant and it never gets passed "waiting for old mac to restart". I 've put the target m

  • Need to reorder the rows in my report

    Hi, i have generated an report like d1 f1 a 10 b 20 c 30 d 40 e 50 and also i created two rows by using calculated items in pivot table view as d1 f1 a 10 b 20 c 30 g 40 h 50 e 50(b+c) f 90(g+h) in the dashboard my reports as d1 f1 a 10 b 20 c 30 g 4

  • Uploading the EXCEL file  in transaction QM02

    Hi SAP  Gurus, I am uploading the EXCEL file  in transaction QM02 >services for object >Create attachment. But after uploading it I am not able to find where it is stored Best Regards, Parag Save.

  • IMovie 6 projects

    I just had to replace my 5-year MacBook Pro with a new one running Mavericks, and now I can't get to any of my iMovie projects from the other machine.  I tried to run the "Update Projects" operation, but it says it cannot find any projects, even thou