Customisation file schemas

I'd like to modify a customisation file produced by OSB 10.3 by hand. Specifically I'd like to understand the schema used to validate/ create these customisation files.
The schemas I am interested in are: "http://www.bea.com/wli/customizations" and "http://www.bea.com/wli/xmltypes" which have the namespace "cus" and "xt" respectively in the customisation xml.
These schemas are not located at these URIs and I suspect hidden somewhere in a .jar file.
Does anyone know where they are?
I'm running Oracle Workshop for Weblogic 10.3 on Windows XP 32bit if that helps.
Thanks

Hi,
I am not sure if you can modify the xsd related to customizations files. I was going through some documentation and found this:
*"The customization schema (Customization.xsd) which describes the customization types is available at the following location in your Oracle Service Bus installation:*
*BEA_HOME\modules\com.bea.common.configfwk_1.2.0.0.jar"*
Thought I would share the same with you. As the xsd is embedded within the jar, if you modify it weblogic server might not recognize your changes.
In case you do become successful in making changes to this, do share your experience/observations.
Thanks,
Patrick

Similar Messages

  • Creation of Customisation file from WLST Script in OSB

    Hi,
    Please help in creating Customisation file in OSB from WLST Scripts

    Hi,
    Please refer -
    Create Customization File in OSB 10g with WLST script
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/deploy/config_appx.html
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/javadoc/com/bea/wli/config/customization/Customization.html
    Regards,
    Anuj

  • Running reports on Flat file schemas when OBIEE server is on Unix

    Hello
    we would like to know how Unix OBIEE work with flat file. Currently, in our environment our Development and Production OBIEE are running on Unix AIX machine while our local OBIEE environment is on Windows.
    As our devolepment and configuration goes, we have encounter situations where the flat file schema that were working well on Windows OBIEE server will not run on Unix. The flat files are located on a windows file directory and could be successfully imported into OBIEE throu Admin Tool.
    However, when updating rowcounts or running reports on answers in Unix OBIEE it would return errors:
    State: HY000. Code: 472983136. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16023] The ODBC function has returned an error. The database may not be available, or the network may be down. (HY000)
    The same activity is working fine on our local machine when OBIEE is on windows..
    We would like to get some help on how to work with flat files when OBIEE is runing on Unix..

    is this the same question as [this one|http://forums.oracle.com/forums/message.jspa?messageID=4018049#4018049] ?

  • Object reference not set to an instance of an object error when generating a schema using flat file schema wizard.

    I have a csv file that I need to generate a schema for. I am trying to generate a schema using flat file schema wizard but I keep getting "Object reference not set to an instance of an object." error when I am clicking on the Next button after
    specifying properties of the child elements on the wizard. At the end I get schema file generated but it contains an empty root record with no child elements.
    I thought may be this is because I didn't have my project checked out from the Visual SourceSafe db first but I tried again with the project checked out and got the same error.
    I also tried creating a brand new project and generating a schema for it but got the same error.
    I am not sure what is causing Null Reference exception to be thrown and there is nothing in the Windows event log that would tell me more about the problem.
    I am using Visual Studio 2008 for my BizTalk development.
    I would appreciate if some has any insides on this issue.

    Hi,
    To test your environment, create a new BizTalk project outside of source control.
    Create a simple csv file on the file system.
    Name,City,State
    Bob,New York,NY
    Use the Flat file schema Wizard to create the flat file schema from your simple csv instance.
    Validate the schema.
    Test the schema using your csv instance.
    This will help you determine if everything is ok with you environment.
    Thanks,
    William

  • Error while validating flat file schema

    Hi,
    I have the flat file schema which is character delimited on '|'. It has Details and Tralier. Trailer starts with a "Tag Identifier" as 'T' and can have one value as "Total Records" i.e. T|3. Details is also delimited on the base of '|' and but has no "Tag Identifier".
    Details have min occurs as 0.
    Schema:
    Eg of the valid values:
    21788367|EN
    21848269|EN
    22004225|EN
    T|3
    This should also be the valid value (with no details and only trailer):
    T|0
    But, when I'm trying to validate this. I'm getting error:
    Unexpected data found while looking for:
    '\r\n'
    The current definition being parsed is User_details. The stream offset where the error occurred is 2. The line number where the error occurred is 1. The column where the error occurred is 2.
    I think it is trying to find Details record also. What setting I need to change?
    Please help.
    Kunal G

    This is my schema:
    <?xml version="1.0" encoding="utf-16"?>
    <xs:schema xmlns="http://BTS_POC.Users" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" targetNamespace="http://BTS_POC.Users" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:annotation>
    <xs:appinfo>
    <schemaEditorExtension:schemaInfo namespaceAlias="b" extensionClass="Microsoft.BizTalk.FlatFileExtension.FlatFileExtension" standardName="Flat File" xmlns:schemaEditorExtension="http://schemas.microsoft.com/BizTalk/2003/SchemaEditorExtensions" />
    <b:schemaInfo standard="Flat File" codepage="65001" default_pad_char=" " pad_char_type="char" count_positions_by_byte="false" parser_optimization="speed" lookahead_depth="3" suppress_empty_nodes="false" generate_empty_nodes="true" allow_early_termination="false" early_terminate_optional_fields="false" allow_message_breakup_of_infix_root="false" compile_parse_tables="false" root_reference="Users_Root" />
    </xs:appinfo>
    </xs:annotation>
    <xs:element name="Users_Root">
    <xs:annotation>
    <xs:appinfo>
    <b:recordInfo structure="delimited" child_delimiter_type="hex" child_delimiter="0xD 0xA" child_order="infix" sequence_number="1" preserve_delimiter_for_empty_data="true" suppress_trailing_delimiters="false" />
    </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
    <xs:sequence minOccurs="0">
    <xs:annotation>
    <xs:appinfo>
    <groupInfo sequence_number="0" xmlns="http://schemas.microsoft.com/BizTalk/2003" />
    </xs:appinfo>
    </xs:annotation>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="Users_Detail">
    <xs:annotation>
    <xs:appinfo>
    <b:recordInfo structure="delimited" child_delimiter_type="char" child_delimiter="|" child_order="infix" sequence_number="1" preserve_delimiter_for_empty_data="true" suppress_trailing_delimiters="false" />
    </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
    <xs:sequence>
    <xs:annotation>
    <xs:appinfo>
    <groupInfo sequence_number="0" xmlns="http://schemas.microsoft.com/BizTalk/2003" />
    </xs:appinfo>
    </xs:annotation>
    <xs:element name="Name" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo justification="left" sequence_number="1" />
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    <xs:element name="Id" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo justification="left" sequence_number="2" />
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="Users_Trailer">
    <xs:annotation>
    <xs:appinfo>
    <b:recordInfo tag_name="T" structure="delimited" child_delimiter_type="char" child_delimiter="|" child_order="prefix" sequence_number="2" preserve_delimiter_for_empty_data="true" suppress_trailing_delimiters="false" />
    </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
    <xs:sequence>
    <xs:annotation>
    <xs:appinfo>
    <groupInfo sequence_number="0" xmlns="http://schemas.microsoft.com/BizTalk/2003" />
    </xs:appinfo>
    </xs:annotation>
    <xs:element name="TotalNumber" type="xs:string">
    <xs:annotation>
    <xs:appinfo>
    <b:fieldInfo justification="left" sequence_number="1" />
    </xs:appinfo>
    </xs:annotation>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    Kunal G

  • Error while buliding biztalk flat file schema

    Hi Everyone,
    am using a flat file schema i had imported a schemas.
    but when i bulit schemas solution am getting this error.
    Only one SchemaInfo, GroupInfo, RecordInfo or FieldInfo is allowed in the appInfo block

    Hi Rajiv,
    Your error is related is much more related to your own flat file where there is some restriction over grouping the record . 
    I would suggest to go through your Flat File Schema Wizard again to see is there inconsistency you have done while generating schema .
    I would also suggest you to look over below MSDN Articles
    Walkthrough: Creating a Flat File Schema From a Document Instance
    Creating Schemas Using BizTalk Flat File Schema Wizard
    BizTalk Server: Transform text files (Flat Files) into XML – by @Sandro
    Thanks
    Abhishek

  • Question about flat file schema definitions

    Hello,
    I have defined a flat file schema which works fine. However, I got now a new requirement for this schema: It has to support future potential additional fields in the end of the records.
    The solution I used is quit "ugly". I added an additional filler at the end of the record and configured it as "minOccurs = 0" and set Allow early termination of optional fileds to true.
    This works but I don't like it.
    It seems to me that there must be a property for ignoring any additional fields after the last one, so I won't need  this filler field.
    Does anyone familiar with such option/ property?
    Thanks all.

    Hi David,
    Min occurs and allow_early_termination options for perfectly valid to mark the last record as optional. There is no issue with approach and its not ugly. I have seen this approach being implemented in many projects without any issues.
     Refer this MSDN blog on this context and what you're doing is correct.
    http://blogs.msdn.com/b/skaufman/archive/2004/05/07/127899.aspx
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Receiver file schema

    I f i use Adapter specific identifiers in receiver file adapter...
    as pet this
    http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm
    but if i want the file schema format as abc_xxxx.dat wher xxxx is idoc number..
    where should i write the code and how should i implement it...

    I have got a problem where everything is showing fine in MONI....but variable substition is where i am facing some problem...please help me....I am not able to get the receiver file in the path specified.....
    I am doing IDOC to fixed length file..
    orders message type.
    recordset
    Head
    field1
    field2
    field5
    Body
    field1
    field2
    field3
    field10
    Tail
    field1
    field2
    field5
    File
    Name (ADDED JUST BECAUSE RECEIVER FILE WANTED WITH THE I NUMBER AS THE FILE NAME)
    Receiver name schema: HL_XXX.dat where XXX is the idoc number...
    now my file receiver CC looks like this.
    TP : NFS
    MP:FCC
    AE: Integration server
    Target directory:
    path
    File name schema: HL_%var1%.dat
    File contrsution mode : create
    File type binary : Binary
    Variable substitution Parameters:
    var1 : payload:MT_HL_file,1,FILE,1,Name,1
    Content conversion parameters:
    Head.fieldFixedLengths :20,14,8,10,4
    Head.endSeparator: \n
    Body.fieldFixedLengths: 20,14,8,10,4,4,2,14,12,1
    Body.endSeparator: \n
    Tail.fieldFixedLengths: 20,14,8,10,4,4,2,13
    Tail.endSeparator: \n
    FILE.endSeparator: \n
    FILE.fieldFixedLengths: 0,0
    FILE.fixedLengthTooShortHandling: Cut
    any ideas please
    Edited by: Harsha reddy on Aug 27, 2008 4:15 AM

  • Positional flat file schemas for input and output files to be generated with the required usecases

    Hello all,
    I need one help regarding the positional flat file schema which contains multiple headers, body and trailers.
    I have attached the sample input file below. This is a batched input and we have to generate the output which I have given below:
    We are unable to flat file schema which replicates the below input file. Please suggest better approach to achieve this.
    Sample Input FIle:
    010320140211ABC XYZ XYZ ABCD201402110 FSPAFSPA005560080441.02000006557.FSPA.IN AB-CD ABCD/AB-CD BETALKORT
    1020140210AN194107123459.FSPA.IN
    [email protected]
    1020140210AN196202123453.FSPA.IN
    [email protected]
    1020140210AN198103123435.FSPA.IN
    [email protected]
    1020140210AN195907123496.FSPA.IN
    [email protected]
    1020140210AN195903123437.FSPA.IN
    [email protected]
    1020140210AN193909123434.FSPA.IN
    [email protected]
    1020140210AN195607123413.FSPA.IN
    [email protected]
    1020140210AN199205123408.FSPA.IN
    [email protected]
    1020140210AN196206123499.FSPA.IN
    [email protected]
    1020140210AN196709123410.FSPA.IN
    [email protected]
    1020140210AN194708123455.FSPA.IN
    [email protected]
    1020140210AN195710123443.FSPA.IN
    [email protected]
    1020140210AN198311123436.FSPA.IN
    [email protected]
    1020140210AN196712123471.FSPA.IN
    [email protected]
    1020140210AV197005123403.FSPA.IN
    98000000000000014000000000000001000000000000015
    010320140211ABC XYZ XYZ PEDB201402111 FSPAICA 005560080441.02000006557.FSPA.IN AB-CDABCD/ABCDBETALKORT
    1020140210AN195111123491.ICA.IN
    [email protected]
    1020140210AV195309123434.ICA.IN
    98000000000000001000000000000001000000000000002
    Output FIle:
    1020140210AN195607123413.FSPA.IN
    [email protected]
    1020140210AN199205123408.FSPA.IN
    [email protected]
    1020140210AN196206123499.FSPA.IN
    [email protected]
    1020140210AN196709123410.FSPA.IN
    [email protected]
    1020140210AN194708123455.FSPA.IN
    [email protected]
    1020140210AN195710123443.FSPA.IN
    [email protected]
    1020140210AN198311123436.FSPA.IN
    [email protected]
    1020140210AN196712123471.FSPA.IN
    [email protected]
    1020140210AN195111123491.ICA.IN
    110019EPS [email protected]
    1020140210AV197005123403.FSPA.IN
    1020140210AV195309123434.ICA.IN
    98000000000000001000000000000001000000000000002
    99000000000000001
    Note: Header is a single line till BETALKORT and also there is a space before email id. That is not getting pasted properly in the files.
    Thanks and Regards,
    Veena Handadi

    Hi all,
    Header is missed from the output file for the above post:
    Please find the output file:
    010320140211ABC XYZ XYZ ABCD201402110 FSPAFSPA005560080441.02000006557.FSPA.IN AB-CD ABCD/AB-CD BETALKORT
    1020140210AN195607123413.FSPA.IN
    [email protected]
    1020140210AN199205123408.FSPA.IN
    [email protected]
    1020140210AN196206123499.FSPA.IN
    [email protected]
    1020140210AN196709123410.FSPA.IN
    [email protected]
    1020140210AN194708123455.FSPA.IN
    [email protected]
    1020140210AN195710123443.FSPA.IN
    [email protected]
    1020140210AN198311123436.FSPA.IN
    [email protected]
    1020140210AN196712123471.FSPA.IN
    [email protected]
    1020140210AN195111123491.ICA.IN
    110019EPS [email protected]
    1020140210AV197005123403.FSPA.IN
    1020140210AV195309123434.ICA.IN
    98000000000000001000000000000001000000000000002
    99000000000000001

  • How do I whitelist the 'file:' scheme in the NoScript preferences so I can use Zotero?

    I am using Firefox 15.0. When I opened Zotero, I received the message, "The NoScript extension is preventing Zotero from displaying notes. To use NoScript and Zotero together, whitelist the 'file:' scheme in the NoScript preferences and restart Firefox."
    I looked under NoScript for preferences, but I could not find any references to "preferences." What does the message mean and how do I get Zotero and NoScript to work together?

    Thanks, the-edmeister. I have tried looking at various entries in the list at your link. However, the top-level entries in the list are so generic that I have not found anything useful even after a couple of hours poking around in various lists.
    What is the message trying to tell me (see my first entry)? After my earlier unsuccessful attempts to find what it seems to be indicating, I have realized the message is gibberish to me at this point.

  • Customise Authorization Scheme web page

    Hi
    APEX - 4.1
    Oracle - 11gr2
    I have added an Authorization Scheme to my application whereby a check is performed to determine whether or not a user is allowed to access a webpage. If a user tries to access a restricted webpage a new webpage is displayed with
    'Access denied by Application security check' and a red exclamation
    My question is how can I customise this webpage as it differs from my application template (The log out disappears at the top and the topbar moves about between the restriction error webpage and the page it returns back to)?
    Is this possible?
    Thanks
    Rob

    Hi
    Thanks for the help. I located the 'Error Page Template Control' section.
    I am not looking to customise that section, but what I have noticed in firebug is that when I switch to this error page the BODY of the HTML document changes.
    So on a ordinary page you would normally have
      <div id="navbar">
        <div class="app-user">#WELCOME_USER#</div>
        <div class="app-user">Client: Internal</div> -- This is customised be me
        #NAVIGATION_BAR#
        #REGION_POSITION_08#
      </div>whereas on this error page you will have
      <div id="navbar">
        <div class="app-user">#WELCOME_USER#</div>
        <div class="app-user">Client: Internal</div> -- This is customised be me
      </div>Also the topbar seems to change from
       <div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>to
       <div id="topbar"></div>Is this normally? It is these adjustments I want to fix as navbar has the logout link which disappears and the topbar has my menu which messes with the page format on the error page
    Cheers
    Rob

  • Firefox Sync transfers bookmarks to local files ("file:" scheme) (probably it shouldn't)

    Firefox Sync transfers local files' links ("file:" URI scheme)

    just an update... this is really starting to freak me out for sure. I've just had another InDesign file I created this morning disappear from my local folder on my mac. It actually is lost now as Time Machine doesn't have reference to it, so I have to recreate it again...
    The only thing I can think of that seemed out of the ordinary is I got a 'Sync failed' message this morning and I noticed my synced fonts not working (only got 2 but I really needed them for an update to a project - so that gave me a scare as well). Anyway it seemed to get back on track but it was just after I created this file.
    This is really making me think of ditching the file sync thing. Any response from someone in the know would be greatly appreciated.
    Thanks,
    Andrew

  • Idoc - DTD file  - schema

    Hi,
    In my outbound idoc scenario, i have to send idoc in XML format with schema.
    I don't know what schema is, if it's XSD file or other.
    My answers is:
    1) What is it schema (or XSD) file? I have to send always or just one first time?
    2) the DTD file which i can set in WE21 for XML port is the same thing? If not, which differents?
    Thanks lot.
    Matteo Vernile.

    Hi,
    1) What is it schema (or XSD) file? I have to send always or just one first time?
    schema is a definition of xml. It is metadata which describes what can be inside xml. You can find xsd in this transaction: WE60
    2) the DTD file which i can set in WE21 for XML port is the same thing? If not, which differents?
    DTD is another definition type but it's not the same as xsd.
    /wg

  • Customization file schema

    Hi
    The schema for deployment customization files, Customization.xsd, is supposed to reside in this file according to the documentation:
    BEA_HOME\modules\com.bea.common.configfwk_[version].jar
    In my installation (11g) the filname is com.bea.common.configfwk.ja_1.3.0.0.jar
    I find the file, but it contains only these files:
    ConfigPublicLogLocalizer_ja.properties
    Config2TextLocalizer_ja.properties
    ConfigLogLocalizer_ja.properties
    Manifest.mf
    Have I missed something ?
    br Staffan

    You are looking into the right jar file (com.bea.common.configfwk_1.3.0.0.jar). The schema is under path - "schemaorg_apache_xmlbeans\src\" in the same jar.
    Regards,
    Anuj

  • Customising File Save As Dialog

    Hai,
    I want to have more than one options in "Save As Type" field of the "File Save As Dialog". Can this be done using WinAPI?( I am trying to use GetOpenFileName() of the comdlg32.dll but am not able to make it work)? I am using labview 7.1.
    Thanks,
    Manoj.C

    If you are trying to configure what type of file to save as default with the File I/O VIs, then you can always use the File Dialog express VI to configure this property.  It is the pattern label input, and you can have multiple file types, separated by a semicolon.Message Edited by Coal Man on 08-08-2007 04:46 PM
    Brian Coalson
    Software Engineer
    National Instruments

Maybe you are looking for

  • ODI 10.1.3.4 and Windows 7 compatability

    Is there an issue with ODI 10.1.3.4 and Windows 7? Edited by: dalew7777 on Sep 13, 2010 10:39 AM

  • Oraspeed : Oracle IDE : New version released

    Oraspeed 2.7 has been released. Please visit http://www.oraspeed.com Features: Using this Oracle IDE you can write and test Queries. Create, Compile, Execute and Debug your PL/SQL Programs. Execute Anonymous PL/SQL Blocks. Create/Edit Database object

  • I can not monitor Xmod to monitor ( the firmware update doesn't work on my ca

    I have a problem I can not monitor Xmod to monitor the sound when I use line-in to record,even if I have already update my firm ware.actually the main reason I bought this sound card is my laptop very noisy when recording ,so I hope I can get a usb s

  • Removing Asterix( *) in ESS Standard application

    Hi Experts, In Standard ESS application For FRANCE in Personel information-->familydependent, the client wants asterix* to be removed for Lastname.   i think that asterix is generated by code ,because i cant see it under transparent container. Can an

  • Removing video

    Hello, is there a way to remove a video called dynamically my code to call the video var vid = sym.$("Video"); vid.html('<video src="images/video_1024.mp4" autoplay="yes" loop="yes" type="video/mp4" width="100%"></video>'); thanks