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)

Similar Messages

  • New Oracle Database 10g Collateral on Globalization Home Page

    Check out the new OTN Globalization Home Page which includes new Oracle Database 10g collateral.
    http://otn.oracle.com/tech/globalization/index.html

    I am installing Oracle 10.1.0.3 on RHEL4 but cannot manage to get installer screen loaded. I have made the necessary environment changes, applied patch 415257 to no avail.
    I get the error Exception: java.lang..UnsatisfiedLink Error: /tmp/OraInstall.. cannot open shared object file or directory occured. Implying file libXp.so.6 is missing.
    I downloaded Xfree86-libs-4.3.0.780EL.i386.rpm files to no avail.
    How can I get the Installer up and running? Are there any patches to apply?
    Moses Moya

  • Oracle Spatial book sample application

    Hi all,
    On Monday I received the Oracle Spatial book and I would like to post a topic about it. First of all I would like to congratulate the authors for their huge effort doing this excellent book. I think it will be very useful to the people that works with Spatial.
    Next, my question is about the sample application showed in chapter 12 (SampleApplication.jsp). I run correctly mapviewer in my server and I can do the other examples, nevertheless when I want to start this application I recieve this error message about 'jdbc/spatial10g not found' in my web browser:
    500 Internal Server Error
    javax.naming.NameNotFoundException: jdbc/spatial10g not found
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.rmi.RMIContext.lookup(RMIContext.java:149)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.ApplicationContext.lookup(ApplicationContext.java:248)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.ApplicationContext.lookup(ApplicationContext.java:119)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at spatial2d_book._sample_2d_app._SampleApplication._jspService(_SampleApplication.java:264)
         [SRC:/spatial-book/sample-app/SampleApplication.jsp:248]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I am using Java 2 Runtime Environment version 1.4.2_02 and I think I have correctly configured the shared libraries in the oc4j server (sdoapi.jar, sdonm.jar, ojdbc14.jar, etc.). Anyway, I think I will be missing something but I don't know what.
    I would be very grateful if somebody could help me.
    Juan M.

    Hi Juan
    Thanks for purchasing our book, and thanks also for the kind words.
    I think I know what that problem is.
    The application uses the network API. That API needs a database connection for the initial loading of the network. The connection used is provided by OC4J. This is done in the following code lines in the SampleApplication.jsp:
    // Get JDBC database connection
    InitialContext ic = new InitialContext();
    DataSource ds = (DataSource) ic.lookup("jdbc/"+dataSource.toLowerCase());
    Connection conn = ds.getConnection();
    // Load network
    net = NetworkManager.readNetwork(conn, networkName);
    In other words, for this to work, you need a datasource defined for OC4J, called "jdbc/spatial10g" (since dataSource is defined by default to be "SPATIAL10G".
    To define the datasource, refer to chapter 11, page 499, at the bottom of the page. You need to add the following to your data-sources.xml config file ($OC4J_HOME/j2ee/home/config/data-sources.xml):
    <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="spatial10g"
    location="jdbc/spatial10gCore"
    xa-location="jdbc/xa/spatial10gXA"
    ejb-location="jdbc/spatial10g"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="spatial"
    password="spatial"
    url="jdbc:oracle:thin:@localhost:1521:orcl101"
    inactivity-timeout="30"
    />
    (Adapt the url parameter to match your database definition)
    Thanks for pointing out this problem. We will update the errata page (http://www.apress.com/book/errataDisplay.html?bID=315&sID=2374) with clearer instructions.
    Albert Godfrind

  • Share news----Oracle JHeadstart 10g release 9.0.4 is now production.

    Share the news and product information to all Jdeveloper member if you expect to achieve good coding productivity in J2ee environment,
    Oracle announces that Oracle JHeadstart 10g release 9.0.4 is now production.
    Main new features are:
    - generation support for Struts and JSP's,
    - the new JHeadstart Project Set Up wizard
    - automatic creation of initial JHeadstart Application Structure File
    - and more support for multi language applications.
    For a complete list of new features please read the FAQ or run the all in one demo on the JHeadstart page on OTN.( )
    Holders of the supplement option can download this release from the supplement option portal through my.oracle.com (go to the old my oracle.com pages).
    An evaluation copy can be downloaded from OTN. This is only for evaluation purposes. If you want to use this new release to develop systems that are intended to go production please buy a license of JHeadstart + Supplement Option through the Oracle Store (search for JHeadstart) or contact your local consulting representative.
    Links:
    - JHeadstart on OTN http://otn.oracle.com/consulting/9iServices/JHeadstart2.html
    - Supplement Option http://my.oracle.com/
    - Oracle Store http://oraclestore.oracle.com/
    Are you struggling with developer productivity in a J2EE environment? Are you looking for a 4GL-like J2EE Development environment? Do you want to migrate your Forms to J2EE applications? Do you need to build a hybrid application using Forms for your power end-users and Java/HTML for field personnel or the internet? If you answered Yes to anyone of these questions, you need to look into JHeadstart.
    Oracle JHeadstart 10g is Oracle Consulting's rapid component based development approach/toolkit for building J2EE applications. It enables fast, reliable, and repeatable development of complex transactional systems. It combines proven J2EE frameworks to implement the Model-View-Controller (MVC) architecture. By declaratively specifying your application in XML files using property editors and using the JHeadstart Application Generator, JHeadstart generates the complete application into these frameworks. The declarative nature of this approach allows you to optionally use Oracle Designer to generate or migrate your Oracle Forms to, Java/HTML. In short: JHeadstart provides you with 4GL-like productivity without jeopardizing the flexibility and openness of the J2EE architecture.

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • New OracleAS Portal 10g Courses Released

    Oracle University has released two new classes for OracleAS Portal 10g: OracleAS Portal 10g: Build Corporate Portals and OracleAS Portal 10g: Build Portlets with PL/SQL. The first sessions are in February in the US in Reston, VA. These are the very first hand-on classes on Oracle Application Server 10g.
    A third class, OracleAS Portal 10g: Build Portlets with Java, will be released soon too.

    The links did come through properly... Let's try them again:
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16648GC10&p_org_id=1001&#9001;=US&source_call=
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16652GC10&p_org_id=1001&#9001;=US&source_call=

  • New OracleAS Portal 10g Classes Released

    Oracle University has released two new classes for OracleAS Portal 10g: OracleAS Portal 10g: Build Corporate Portals and OracleAS Portal 10g: Build Portlets with PL/SQL. The first sessions are in February in the US in Reston, VA. These are the very first hand-on classes on Oracle Application Server 10g.
    A third class, OracleAS Portal 10g: Build Portlets with Java, will be released soon too.

    The links did come through properly... Let's try them again:
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16648GC10&p_org_id=1001&lang=US&source_call=
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16652GC10&p_org_id=1001&lang=US&source_call=

  • Oracle XDK 10g for PL/SQL

    Hello,
    Is XDK for PL/SQL exists in current version of XDK 10g?
    What are the plans of Oracle about PL/SQL support for XML?
    Thank you.
    Alexey

    XDK for PL/SQL is not supported for XDK 10g.
    XDK for PL/SQL is supported for XDK 9i.

  • [ANN] New Course - Oracle JDeveloper 10g: Build Applications with ADF

    Register for this Oracle University course online at:
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16975GC10
    Upcoming course at VA, Reston next week.

    Yes more location will follow.
    To get the course near you, you might want to ask for it at:
    http://www.oracle.com/go/?&Src=2400827&Act=4
    This way Oracle University will know where there is demand for the course.

  • Creation of new oracle Database 10g in express edition

    I am new to oracle 10g express edition.
    Please let me know which user is able to create Database & Table, views, firing update ,Insert, Delete commands.
    what is the syntex before creating Database / user.
    What is the syntex for creation Database.
    After creation of database, can we straitaway create Tables and any other objects.
    Please let me know thr. SQL command example.
    Ajit

    user13349882 welcome,
    I suggest firstly read a few what is database, kind of databases, what is structure of database, then database structures, such as table, view, procedure, function, package, sequence, trigger etc
    According follow below links:
    http://searchsqlserver.techtarget.com/definition/database-management-system
    http://mdameryk.tripod.com/OrclOverview.htm
    http://www.utexas.edu/its/products/oracle/
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/intro.htm
    Hope after finish this material you will get essential information, good luck. Note, periodically use OTN forum, you will find out more necessary info which was asked before and several DBAs answered it.

  • ORA-12154 in new oracle client installation (ASP applications)

    Hello,
    I've got a test server with an Oracle 10.2 client that has some web services running on it. They connect using the oracle client to a database in another server. Untill this morning they were working great but then I has some trouble and I had to reinstall the Oracle client again. Now I have installed once any Web Service tries to open a connection to my oracle database I get an ORA-12154.
    I've tried to run (in my test server) a simple console application that opens a connection to the same database with the same connectionstring and queries a table and it works great, so I think that there might be some problem with asp.net applications or something like that....
    Does somebody know how can I solve that??
    Thanks in advance!

    after you reinstall Oracle client, run netca to configure your tnsnames again. Or if you have copy of old tnsnames.ora file put under new client ORACLE_HOME/network/admin

  • [ANN] New Oracle Developer Days Dates and Locations

    New dates for the Oracle Developer Days.
    These include J2EE training as well.
    Look for a location near you:
    http://www.oracle.com/go/?&Src=1587968&Act=43

    Here is a list of the location currently planed:
    Bellevue, Web Services Jan 20-21
    Redwood Shores, Best Practices for J2EE Development Jan 27
    Redwood Shores, Web Services Jan 28-29
    Oklahoma City, Introduction to J2EE Feb 2
    Oklahoma City, Best Practices for J2EE Development Feb 3
    Oklahoma City, Web Services Feb 4
    Oklahoma City, Web Services Feb 5
    Cincinnati, Introduction to J2EE Feb 9
    Cincinnati, Best Practices for J2EE Development Feb 10
    Cincinnati, Web Services Feb 11
    Cincinnati, Web Services Feb 12
    Orlando, Introduction to J2EE Feb 23
    Orlando, Best Practices for J2EE Development Feb 24
    Orlando, Web Services Feb 25
    Orlando, Web Services Feb 26
    There are other topics covered as well.

  • ANN: New Oracle Repository Discussion Group

    The Oracle Repository is now available as a separate download, which is ideal for JDeveloper customers who wish to use the Source Control support in JDeveloper 3.2. More information on Repository, as well as an online demo of the support in JDeveloper 3.2 is available at:
    http://otn.oracle.com/products/repository/
    A new discussion group for the Oracle Repository has been created. We will continue to answer questions about the JDeveloper 3.2 support for Repository here, but more general Repository questions can also be posted to this new group:
    http://technet.oracle.com:89/cgi-bin/forumdisplay.cgi?action=topics&forum=Oracle+Repository&number=86&DaysPrune=20&LastLogin=

    This raise another question from me..
    Can we execute the dbms_aw or any cmw2 package from ODP.NET?
    So far, I know that most of them have only use simple data types as their parameters/return values. It should
    have no different with the other internal packages..
    sjarif

  • Oracle DB 10g: Real Application Clusters Administrator Certified Expert

    Hello ,
    does anyone knows are there any books available for this exam ?

    To download the registered logos by Oracle for OCP, OCA, OCE, & OCM Certifications.
    You have to request to Oracle Exam Support Team to provide the link and the credentials (User Name/Password) to download the same.
    Mail to the following E-Mail: [email protected]
    Note 1: To get the response on time, you may need to provide your prometric information details i.e. Exam Passed Date, Prometric ID, Full Name, and Corresponding Address.
    Note 2: You will never have to disclose your credentials (User Name/Password) to anybody, as Oracle is going to give this for you especially.
    Regards,
    Sabdar Syed,
    http://sabdarsyed.blogspot.com

  • Oracle Database 10g JDBC Samples on OTN

    Review the OTN's new Oracle Database 10g JDBC Samples that illustrate new features introduced with Oracle10g JDBC Driver. The features illustrated are Connection Cache, Named Parameter Support, IEEE Datatypes, Thin Driver support for PLSQL Index by Tables and Web Rowset. Also watch out for samples on Datalinks, New Encryption Algorithms, Globalization Support, Shortcuts for CLOB manipulation and more to be hosted shortly.
    The samples are available at,
    http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/files/oracle10g/index.html

    I suppose that is nice.
    It would be even nicer if the drivers actually conformed to JDBC so that one could for example reliably use blobs in a J2EE server with CMP.

  • How to use LDAP with Oracle forms 10g on Oracle application server

    Hi,
    I need some help on this. I have developed oracle forms 10g on application server 9iAS. The client want to use the existing LDAP authentication to the software we wrote. I do not know how I could configure to use the existing LDAP authentication . If anyone know how would I use the existing LDAP on different server to use when they logon to our menu in 10g to validate the user. Do I need to add any varibales in formweb.cfg or any other method. Please help.
    Thanks
    Luksh

    I am not quite sure if this works out of the box. According to an Oracle FAQ:
    4.2 Can I use LDAP to authenticate Forms Services?
    Not directly. However, Oracle Login Server is able to authenticate against a LDAP directory and thus a Forms application can take advantage of this in a SSO environment. But you cannot use access control information stored in a LDAP directory with Forms.

Maybe you are looking for

  • Photoshop Elements 8 Editor

    I keep getting an error that my editor software has stopped working. It was working just fine till about 3 days ago. Using Windows Vista, IE8, Office 2007 The organizer still works. My Premiere Elements 8 is still working. Here is what I've tried so

  • Comparing date with time stamp

    Hii, I am trying to write a query where i have to pick all the record which have same date even thought the time stamp is different. '2008-06-23 14:19:23.060941' '2008-06-23 14:30:03.647688' I have to pick records based on the 2008-06-23. i tried sel

  • IPod spazzing out

    I've had problems with my iPod before, but this is unlike anything else.... It usually happens when I first turn the iPod from a complete charge. When I turn it on, it starts spazzing out. It goes back and forth through menus, songs, and turns the ba

  • Login problems to 10g forms demo

    hello, i've installed the Oracle Forms 10g (10.1.2.0.2) Demos. after starting a demo application (e.g. healthy living) the applet starts with the login window. when i try to login with the user hl and the password hl to my database (xe) then nothing

  • If I buy a Verizon/Sprint Phone from Apple at full price can I put an ATT SIM in it and run on ATT network?

    If I buy a Verizon/Sprint Phone from Apple Unlocked at full price, can I put an ATT SIM and Run on the ATT network?