Oracle XDK:  '1945-09-30' as xsd:date not validated

Hi,
Oracle XSD seems not validate a value (xsd :date) with dates between May and September 1945, with JVM 14.2 .
On the other hand, with JVM 1.6, it works.
Here is an exemple:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
     <xs:element name="aDate" type="xs:date">
          <xs:annotation>
               <xs:documentation>Comment describing your root element</xs:documentation>
          </xs:annotation>
     </xs:element>
</xs:schema>
<aDate xsi:noNamespaceSchemaLocation="dateoracle.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1945-09-30</aDate>
Error Message :
« ERROR: Erreur validation schema: XML-24525: (Error) Invalid text '1945-09-30' in element: 'aDate' »
Here are valid examples:
<aDate xsi:noNamespaceSchemaLocation="dateoracle.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1945-04-30</aDate>
<aDate xsi:noNamespaceSchemaLocation="dateoracle.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1945-10-01</aDate>
NB : The tests made with another librairy XML ( Xerces ) meet no problem of validation for this period of date.
Configuration of execution :
-     librairy: xdk_java_10.2.0.2.0_LINUX
-     JVM : Version 1.4.2
Have you met once these problems ?
Best regards,

You are using an Oracle date. The XML data format is different...
...have a look at the official format here
http://www.w3.org/TR/xmlschema-2/#isoformats
Oracle is following the rules of the W3 iso format, eg...
2000-01-12T12:13:14ZAlso have a look at the following regarding datetime format: http://www.liberidu.com/blog/?p=421
I have learned that one annoying issue is also the timezone in this context. It is ALWAYS american.america despite NLS.
Also here Oracle follows the W3 iso standard in the database...

Similar Messages

  • XSD Type not validating

    Hi I have a xsd for the inut of my BPEL process with one of the fields being of type int. (<xsd:element name="source_id" type="xsd:int">)
    However if I call this process from another BPEL process passing a string as parameter I don't receive an error? Is this correct? Shouldn't it validate the type and throw an error on if it don't match?
    Thanks
    Marinus

    Hi Marinus,
    There is a property in Bpel called "validateXML". You can find it in :
    Oracle BPEL Control under Manage BPEL Domain > Configuration
    By default is set to false .
    If you set to true, the Oracle BPEL Process Manager applies schema validation for incoming and outgoing XML documents.
    Regards ,
    Mihai

  • Data not validating in the cube

    We have upgrade the quality box to BI 7.0 recently as part of the testing we found that data is not consistent.The quality box is a copy of the production box and thereafter the quality box was upgraded to BI 7.0. The no of requsts in that specific cube which I say data is not consistent has the same number and same requests between QA & prod,but I found that in one of the data requests the data is different between QA & prod.
    This data request should be the same bcoz it is just copied from the prod it has the same requestno/no of added records,but the data looks to be diffrent inside the request.
    Pl let me know if anyone encountered the same problem during the upgrade and how to resolve this.
    Thank you

    Hi Kumar,
    1. are you sure no selective deletions were done on the cube?
    2. is the data still different if you check the data via a query?
    I'm mentioning this because we sometimes see very strange results when using LISTCUBE (wrong figures!).
    When using a query, the correct data are displayed.

  • ORA-01839: date not valid for month specified

    Hi
    I got this error while executing the mapping.
    We are using 9.0.2.56 version of OWB.
    Error details shown in audit viwer is
    "PER_EMPP_CREATIONTIMESTAMP"("PER_EMPPROFILING_STG_01_i") := "DEDUP_MAP_INPUTS_ENDDATE_PAR"("DEDUP_i");
    1752 Records are selected and 1749 Records are inserted.
    The attributes given above are date attributes itself.
    It the defined attributes are not date attributes then none of the rocords should have got inserted.
    The mapped attribute from the source is aslo a date attribute.
    I feel this as a strange error. where its not showing error for other records.
    Sorry if this is a silly doubt.
    Unable to fix it.
    any help is highly appreciated.
    Thanks in advance
    Nanda Kishore

    Hi I was able debug the error.
    The error was in a transformation.
    Its looks very strage for me with the error shown in the audit viewer.
    When the error is in a tranformation why is it showing differently in audit viewer.
    it just wasted a days effort for me in debugging.
    Had it been shown that the error is in Transformation probably I would have not spent that much time.
    The audit tables should show that the error is in transformation.
    Did any one face this before and how was it solved.
    Just share with me if the same thing has happened to others.
    Thanks
    Nanda Kishore

  • ORA-1839 date not validfor month

    I am getting ORA-1839 date not valid for month specified for fallowing query
    select      message_id,value_dt from tms_view_fx1
    where     TRUNC(to_date('20061124','YYYYMMDD') - TO_DATE(value_dt,'YYYYMMDD')) >=1
    what will be the solution please help

    Well the real solution is to stop using a string datatype to hold date values.
    Your problem is that you have values in that column which either do not hold dates or else hold dates in a different format to the one you sre using in that mask. As a work around you will need to build a user defined function to trap the exception and use that in your query instead.
    Cheers, APC
    P.S. Why are you using TRUNC()? If you don't include a time element in the string the date is TRUNC-ed already.

  • Oracle XDK - C language -

    Help!
    I would like to use the oracle xdk for xsl processing, and validation.
    But when I try to either process or validate this document,
    I get this error:
    In line 436 of ../dtds/ead.dtd:
    In line 644 of eadbase.ent [parameter entity eadbase]:
    LPX-00231: invalid character 37 ('%') found in a NAME or NMTOKEN
    I am processing a document that uses the EAD dtd.
    (see http://www.loc.gov/ead/).
    so the ead dtd is the standard ead dtd.
    The fragment in question is an attlist definition:
    635 <!--************************************************************-->
    636 <!-- SUBTITLE -->
    637
    638 <!ELEMENT subtitle (#PCDATA | %m.phrase.bare; | abbr |
    639 date | expan | num)* >
    640
    641 <!ATTLIST subtitle
    642 %a.common;
    643 encodinganalog CDATA #IMPLIED >
    644
    but both %m.phrase.bare; and %a.common were defined and used before, with
    no problem in other element, like for instance titleproper which comes immediately
    before subtitle (
    621 <!ELEMENT titleproper (#PCDATA | %m.phrase.bare; | abbr |
    622 date | expan | num)* >
    623
    624 <!ATTLIST titleproper
    625 %a.common;
    626 extent (all | part |
    627 unknown-extent) #IMPLIED
    628 pubstatus (pub | unpub |
    629 unknown-pub) #IMPLIED
    630 render (%av.render;) #IMPLIED
    631 type CDATA #IMPLIED
    632 encodinganalog CDATA #IMPLIED >
    Can anyone give me a hint why this would fail?
    This is the definition of parameter entity a.common:
    385 <!--************************************************************-->
    386 <!-- COMMON ATTRIBUTES -->
    387 <!--************************************************************-->
    388 <!-- Attributes used on most ead elements -->
    389
    390 <!ENTITY % a.common
    391 'id ID #IMPLIED
    392 altrender CDATA #IMPLIED
    393 audience (external | internal) #IMPLIED' >
    394
    395
    Thanks in advance for any help, or clues to deficiencies in the xdk parser.
    Rick

    You can use the DOM2 adoptNode() and ImportNode().

  • XSD:Date conversion

    I am generating an XML data source from PS Query using date information (PS 8.8, PT 8.49.11) ... the Schema file that PS generated assigned xsd:Date to the date fields, which expects YYYY/MM/DD. On the data template I am trying to display DD/MM/YYYY, using the following BI Publisher Properties: <?format-date: xdoxslt:ora_format_date_offset(D.ACCOUNTING_DT, 1, ‘+’);'DD/MM/YYYY'?> This works fine for single invoice file generation but not for bursting... it produces the following error sequence for each row:[061610_100822221][][ERROR] Invalid XSD string: 15/06/2010. So it looks like the transformed data is conflicting with the xsd:Date but I am not sure how to avoid this...
    Edited by: user9179281 on Jul 7, 2010 7:03 AM

    OK, I fixed the XSD error by removing the date mask in the Word template. Apparently you can't have two date masks even if they are the same, and I had one for the Oracle XML and the Microsoft one. I was converting from YYYY/MM/DD to DD/MM/YYYY. All the invalid stringtype errors were removed from the trace file. However, I am still getting blank PDF files, as described below in the ticket I am logging to Oracle: I am bursting invoices in PeopleSoft 8.8 with PT 8.49.11 and Oracle BI Publisher 10.1.3.3.2. My stdout file is not showing any errors when the process runs, and I am generating the appropriate number of files for the BurstBy Value (Customer ID). Each pdf output file contains a varying number of pages suggesting that the invoices are being separated by Customer ID appropriately. However, each pdf is blank and the file names are simply the template name (AR_INTL_ENG), so they are all the same. I can find the reports in the XMLP Report Search but when I click on the Report hyperlink the File List Name is “Name” and the file size is 0 bytes. The PDF files are 0KB. Please advise.

  • Oracle XDK License

    Hi,
    If I have the runtime / production licese for Oracle Database 10g, then do I automatically get a license for Oracle XDK, 10g. Or do I have to pay more to get XDK license.
    Cheers,
    Gurpreet.

    You pay extra for what's shown below. XML database comes in addition to the basic license.
    Oracle Enterprise Edition Options
    These options for Oracle Database Enterprise Edition extend the power of the Oracle database in secure data management, transaction processing and data warehousing.
    Real Application Clusters
    Partitioning
    OLAP
    Data Mining
    Spatial
    Advanced Security
    Label Security           
    Enterprise Managers
    Diagnostics Pack      
    Configuration Management Pack
    Tuning Pack
    Change Management Pack

  • Can I use Non-standard XSD Data Types in my XSD; if so how?

    Please help if you can, this is a complex question, so bear with me.
    Also note that I am in Livecycle 8.2 ES (not ES2 or higher).
    I am working on creating XSD schemas to map to form objects.
    I have created one master schema document that is wired into multiple forms, and I have one separate schema for reusable form objects, that I refer to as a "common node".
    All of my individual form schemas are brought together in this one Master Schema via the use of include statements.
    EXAMPLE: This is like my Master Schema
    <?xml version="1.0" encoding="UTF-8"?>
    <!--W3C Schema written by Benjamin P. Lyons - Twin Technologies July 2010-->
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" >
    <xs:include schemaLocation="./commonElementsNode.xsd" />
    <xs:include schemaLocation="./form1111.xsd" />
    <xs:include schemaLocation="./form2222.xsd" />
    <xs:include schemaLocation="./form3333.xsd" />
    <xs:element name="form">
    <xs:complexType>
      <xs:sequence>
       <xs:element ref="commonElementsNode" />
       <xs:element ref="form1111" />
       <xs:element ref="form2222" />
       <xs:element ref="form3333" />
      </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    This works fine.
    I can load this up in Designer in the Data View and everything appears in the Data View hierarchy correctly, with "form" as the top node.
    And as long as I use standard "xs:" data types - everything works great.  So if I go into LiveCycle Designer and I go to File --> Form Properties --> Preview --> Generate Preview Data and generate dummy XML data - it respects my XSD conventions.
    Now here is where the problem arises:
    In these schemas, I need to define the data types.
    The client I am working for needs me to use their data types.
    These data types are not standard xs: data types, like "xs:string" or "xs:date".
    Rather, the data types are ones that have been defined in other schemas and reserved to a namespace.
    For instance, rather than use xs:date I need to use something like:  "myns:DateType"
    This "myns:DateType" is defined as:
    <xs:complexType name="DateType">
      <xs:simpleContent>
       <xs:extension base="xs:date">
        <xs:attribute name="format" type="xs:string" use="optional">
         <xs:annotation>
          <xs:documentation xml:lang="en">
           <mydoc:Name>Date Format Text</mydoc:Name>
           <mydoc:Definition>The format of the date content</mydoc:Definition>
           <mydoc:PrimitiveType>string</mydoc:PrimitiveType>
          </xs:documentation>
         </xs:annotation>
        </xs:attribute>
       </xs:extension>
      </xs:simpleContent>
    </xs:complexType>
    Note that I have redacted this data type slightly and changed the namespace to protect the anonymity of my client, but we can assume that their data type is valid and currently in use with other systems.
    It conforms to W3 standards.
    Note also how this type is an enumeration of the base type "xs:date".
    This is defined in a schema called something like "MyCoreTypes.xsd"
    There is a namespace reservation in this file that looks something like this:
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"
    xmlns:myns="http://clinetname.com/schemas/mycoretypes" >
    So there is a name space reservation there.
    In my aforementioned "Master Schema" file, I have an include statement that looks like this:
    <xs:include namespace="http://clinetname.com/schemas/mycoretypes" schemaLocation="./MyCoreTypes.xsd" />
    (let's assume that the schema is in the same folder, as the Master Schema, so we can use the "./" relative path.)
    Now the problems is that in all my forms, where I have a myns:DateType (e.g.:  in form1111, a "Date of Birth" element that looks like this: <xs:element name="OwnerBirthDt" type="myns:DateType"/> ) the XSD is not respected when the XML dummy data is generated in LiveCycle Designer implying that the XSD's data types are not being recognized properly.
    Has anyone had this problem before?
    Is there a solution?
    Is it even possible to use these kind of include or import references in LiveCycle to define a data type other that the standard "xs:" data types?
    Please let me know - it would be greatly appreciated.
    I am more than willing to clarify the question further if others are willing to help.
    Thanks -
    Ben Lyons

    prf.kishorekumar wrote:
    i came here with a hope that I would definitely get some help.
    pls.. some one reply1) You got some help. No where do I see thanks or acknowledgment for the information given.
    2) Please remember that people on the forum help others voluntarily, it's not their job.
    3) Google can often help you here if the forum can't. Using Google I found this interesting link:
    http://today.java.net/pub/a/today/2004/05/24/html-pt1.html
    It discusses the Swing HTML EditorKit as well as some other free HTML renderers.
    Edited by: petes1234 on Oct 24, 2007 7:29 PM

  • Oracle XDK and FOP 0.20.4 not working...

    Hi all,
    We have created a sample application with Apache FOP to obtain a PDF document.
    But, although it works fine with XERCES and XALAN, it doesn4t work with Oracle XDK, why?
    May it be a bug in Oracle XDK? Or do Apache projects implements something non-standard that is used? Or is Oracle who does not implement all the specification?
    This is the sample: (in perfect spanish ;-) )
    You only should change the file locations and the System.setParameters and libraries to use Apache or Oracle XDK.
    Can anybody help us?
    Thanks in advance
    Jose R.
    TESTFO.java:
    package es.aranzadi.fo;
    import javax.xml.transform.*;
    import javax.xml.transform.stream.*;
    import javax.xml.transform.sax.*;
    import javax.xml.parsers.SAXParserFactory;
    import javax.xml.parsers.SAXParser;
    import javax.xml.transform.sax.SAXSource;
    import java.io.*;
    import org.xml.sax.InputSource;
    import org.xml.sax.EntityResolver;
    import org.xml.sax.XMLReader;
    import org.xml.sax.helpers.XMLReaderFactory;
    import org.apache.fop.apps.Driver;
    import org.apache.fop.layout.Page;
    import org.apache.fop.apps.Version;
    import org.apache.fop.apps.XSLTInputHandler;
    import org.apache.fop.messaging.MessageHandler;
    import org.apache.fop.render.awt.AWTRenderer ;
    import java.net.URL;
    public class TestFo
    public TestFo()
    public static void main (String [] args) throws Exception
    TestFo tf= new TestFo();
    tf.go();
    public void go() throws Exception
    // THIS IS FOR ORACLE XDK
    System.setProperty("javax.xml.transform.TransformerFactory","oracle.xml.jaxp.JXSAXTransformerFactory");
    System.setProperty("javax.xml.parsers.SAXParserFactory","oracle.xml.jaxp.JXSAXParserFactory");
    System.setProperty("org.xml.sax.parser","oracle.xml.parser.v2.SAXParser");
    // THIS IS FOR APACHE XALAN AND XERCES
    //System.setProperty("javax.xml.transform.TransformerFactory","org.apache.xalan.processor.TransformerFactoryImpl");
    //System.setProperty("javax.xml.parsers.SAXParserFactory","org.apache.xerces.jaxp.SAXParserFactoryImpl");
    Driver driver = new Driver();
    driver.setOutputStream(getResultOutputStream());
    driver.setRenderer(Driver.RENDER_PDF);
    Transformer transformer= (TransformerFactory.newInstance()).newTransformer(getXSLSource());
    transformer.transform(getXMLSource(), new SAXResult(driver.getContentHandler()));
    public StreamSource getXSLSource() throws Exception
    return new StreamSource(new File("YOUR_PATH\\myPrueba.xsl"));
    public SAXSource getXMLSource() throws Exception
    File fichero=new File("YOUR_PATH\\myPrueba.xml");
    InputSource is=new InputSource(new FileReader(fichero));
    is.setSystemId("file://YOUR_PATH\\\\myPrueba.xml");
    is.setEncoding("iso-8859-1");
    return new SAXSource(is);
    public OutputStream getResultOutputStream() throws Exception
    File fichero=new File("YOUR_PATH\\pruebafo.pdf");
    return new FileOutputStream(fichero);
    myPrueba.xsl
    <?xml version="1.0" encoding="iso-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xml.apache.org/fop/extensions">
    <xsl:template match="/">
    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
    <fo:simple-page-master master-name="my-page">
    <fo:region-body margin="1in"/>
    </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="my-page">
    <fo:flow flow-name="xsl-region-body">
    <fo:block>
    <xsl:apply-templates select="prueba"/>
    </fo:block>
    </fo:flow>
    </fo:page-sequence>
    </fo:root>
    </xsl:template>
    </xsl:stylesheet>
    miPrueba.xml
    <?xml version="1.0" encoding="iso-8859-1"?>
    <prueba>
    Hola mundo
    </prueba>

    Sorry, this is the exception:
    java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.xml.jaxp.JXTransformer.reportXSLException(JXTransformer.java:720)
         at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:304)
         at oracle.xml.jaxp.JXTransformerHandler.endDocument(JXTransformerHandler.java:137)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:263)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:146)
         at oracle.xml.jaxp.JXXMLFilter.parse(JXXMLFilter.java:91)
         at org.apache.fop.apps.Driver.render(Driver.java:481)
         at es.aranzadi.documentos.pruebaFOP.metodoB(pruebaFOP.java:120)
         at es.aranzadi.documentos.pruebaFOP.main(pruebaFOP.java:41)

  • Can we configure Oracle 10g xe so that it accept date in yyyy-mm--dd format

    I am facing problem in inserting and updating data in oracle server through jdbc. its java.sql.Date class sends date in yyyy-mm-dd format while oracle requires date in dd-mmm-yy format. can we configure oracle server in such a way that we may send date in yyyy-mm-dd format to insert and update?

    People should be sure of their information before
    posting, even more so if they have an Oracle Ace
    credential,as they're more likely to be believed. Not sure what you are saying.
    The way I read it, Avi stated that overriding the NLS_DATE_FORMAT as an initialization parameter WILL NOT affect the way XE works, and you still need to set the parameter at the session level.
    This is true.
    As demonstrated here, where I
    - startup my XE (SuSE 10.1 Pro/Linux),
    - show the NLS setting,
    - log on to a regular user, -
    - show the system date,
    - change the NLS_DATE_FORMAT system wide by updating my PFILE,
    - restart the database
    - show the NLS_DATE_FORMAT
    - extract the system date.
    As you see from the console session, the date still comes out in the format defined by the NLS_TERRITORY, in spite of what the global NLS_DATE_FORMAT indicates.
    fcc@fuzzy:~> su - oracle
    Password:
    oracle@fuzzy:~> sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 6 08:06:05 2007
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  448790528 bytes
    Fixed Size                  1259400 bytes
    Variable Size             134219896 bytes
    Database Buffers          310378496 bytes
    Redo Buffers                2932736 bytes
    Database mounted.
    show parameter nls_date
    Database opened.
    SQL>
    NAME                                 TYPE        VALUE
    nls_date_format                      string
    nls_date_language                    string
    SQL> connect test/test
    Connected.
    SQL> select sysdate from dual;
    SYSDATE
    06-JUL-07
    SQL> alter session set nls_date_format='YYYY Mon DD';
    Session altered.
    SQL> select sysdate from dual;
    SYSDATE
    2007 Jul 06
    SQL> connect / as sysdba
    Connected.
    SQL> select sysdate from dual;
    SYSDATE
    06-JUL-07
    SQL> create pfile='/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/xe.pfile' from spfile;
    File created.
    SQL> !vi /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/xe.pfile
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup pfile=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/xe.pfile
    ORACLE instance started.
    Total System Global Area  448790528 bytes
    Fixed Size                  1259400 bytes
    Variable Size             134219896 bytes
    Database Buffers          310378496 bytes
    Redo Buffers                2932736 bytes
    Database mounted.
    Database opened.
    SQL> connect test/test
    Connected.
    SQL> connect / as sysdba
    Connected.
    SQL> show parameter nls_date
    NAME                                 TYPE        VALUE
    nls_date_format                      string      YYYY Mon DD
    nls_date_language                    string
    SQL> connect test/test
    Connected.
    SQL> select sysdate from dual;
    SYSDATE
    06-JUL-07
    SQL>                                                            

  • Oracle XDK Java 9.2.0.2.0 installation problem

    Hi,
    I downloaded xdk_java_9_2_0_2_0 and I did change the default connection with my username and password in XSQLConfig.xml file. When I tried to execute XSQL.bat file under bin folder I am getting the error in dos window as follows
    Bad command or file name
    Oracle XDK Java 9.2.0.2.0 Production
    XSQL-005: XSQL page is not well-formed.
    XML parse error at line 1, char 1
    Start of root element expected.
    Please suggest me what I need to do...

    This means your XSQL page is not well-formed XML document. Please check the syntax in your .xsql file.

  • Mapping from xsd:date to ABAP dates (yyyy-mm-dd)

    Hi there,
    I've an automated activity that calls an ABAP web service in our SAP ERP.
    In my BPM data object I've a date in format xsd:date which should be passed as web service parameter.
    I've tried to use
    (Data_Object/Requestor/FromDate) cast as date
    but this causes an error when calling the web service.
    If I put a fix value like "2011-03-17" it works.
    How can I do the conversion?
    Another general question:
    From a practical point of view, isn't it better to call web services in the WebDynpro itself instead of creating an automated activity?
    An advantage would be the direct response of the web service which then could be handled in the user interface.

    Thank you!
    >
    Mirza Baig wrote:
    > For manipulating dates you will have to write an EJB function and using date formatter and then call it during input or output mapping, on why the date value is getting reduced by 1 day refer to the following sap note:
    I've tried that by adding EJB function under Process Modelling->functions.
    Building of the product works, but running the application I get the following errors:
    Error occurs while the EJB Object Factory trying to resolve JNDI reference Reference Class Name: EJB Reference
    Error occurs while the EJB Scheme Context Factory trying to resolve an EJB with scheme ejb:/interfaceName=xxx.com.leaverequestproduct.pr.pm.formatDate.impl.FormatDateImplBeanLocal. Check server's trace files for more details.
    I don't know how to solve this.
    Maybe you can help me on this...

  • Help - Set XML /XSD data source at runtime(VC2003)

    The VC 2003 app loads a CR 2008  report without any issue.
    The CR report has an XML/XSD data source ,The spec has now changed to set XML/XSD data source at runtime.
    Anyone have any information /examples on changing a CR report XML data source at runt time in VC IDE. I can not update the app to .Net or port to JAVA ,only stuck with VC 2003.
    Thank you in advance.
    In VC IDE, is there away to set a crystal reports data source as an xml File without to import the xml into a dataset?
    Edited by: Tang Pat on Jan 12, 2009 6:45 AM

    duplicate - please do not post multiple times

  • ANN : New Oracle XDK 10g Sample Application

    Hello,
    Check out this new Oracle XDK 10g Sample Application at http://otn.oracle.com/sample_code/tech/xml/index.html that demonstrates the Unicode Support of XDK using the scenario of a Real Estate Portal. This sample application also discusses the XSLT Extensions and illustrates the following features:
    - Encoding XML documents in different character sets ( UTF-8, UTF-16, ISO-8859-1 )
    - Sending and receiving XML documents over HTTP along with character encoding information
    - Using single style-sheet for multilingual HTML page generation with the help of XSLT extension function facility provided by Oracle XDK 10g
    - Storing XML documents in XMLType column of Oracle database along with appropriate encoding
    - Generating XML documents on using Oracle XDK 10g DOM API's along with encoding attribute
    The sample application supports two languages; English and French.
    Regards,
    OTN Team

    I have got the following error when i run the WebServicesAssembler.jar
    D:\Oracle\Oc4j\j2ee\home>java -jar d:/oracle/oc4j/webservices/lib/WebServicesAss
    embler.jar -config etc/config.xml
    Exception in thread "main" java.util.zip.ZipException: The system cannot find th
    e path specified
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:105)
    at java.util.jar.JarFile.<init>(JarFile.java:110)
    at java.util.jar.JarFile.<init>(JarFile.java:52)
    D:\Oracle\Oc4j\j2ee\home>java -jar WebServicesAssembler.jar -config etc/config.x
    ml
    Exception in thread "main" java.lang.InstantiationException: Unknown deployment
    tag in JMS Web Service Example: <option>
    at com.evermind.xml.XMLConfig.parseDeploymentMainNode(XMLConfig.java:293
    at oracle.j2ee.ws.tools.WsAssemblerConfig.parseDeploymentMainNode(WsAsse
    mblerConfig.java:68)
    at com.evermind.xml.XMLConfig.parseRootNode(XMLConfig.java:268)
    at com.evermind.xml.XMLConfig.init(XMLConfig.java:147)
    at com.evermind.xml.XMLConfig.init(XMLConfig.java:88)
    at oracle.j2ee.ws.tools.WsAssemblerConfig.init(WsAssemblerConfig.java:30
    at oracle.j2ee.ws.tools.WsAssembler.main(WsAssembler.java:17)

Maybe you are looking for