Documentation tool for xsql-xsl-xml ??

Hi,
can anybody tell me if there is a good tool for documenting XSQL / XML / XSL Projects ?
Like JavaDoc or any XREF programms?
Thank you
Thomas
null

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Thomas Viohl ([email protected]):
Hi,
can anybody tell me if there is a good tool for documenting XSQL / XML / XSL Projects ?
Like JavaDoc or any XREF programms?
Thank you
Thomas<HR></BLOCKQUOTE>
I recommend you take a look to XML Spy http://www.xmlspy.com
null

Similar Messages

  • Documentation Tool for Querys

    Hello All!
    Has anyone a good recommendation for a docu tool for querys?
    We have to document all our productiv querys and that in a really short time.
    Hope that anyone has a good recommendation.
    Regards
    Mirjam

    If you are looking for any readymade tool then I am not aware of any. But as suggested, you should use Metadata repository to get the complete and fast access to all the query details. The only disadvantage is, you will not be able to know RKF, CKF, Selection and Formula definitions. For that you will have to look into Query desginer only.
    Wishing you happy documentation
    - Danny

  • Technical Documentation Tool for Oracle reports ---?

    Hello All,
    Are there are any technical documentation tools available for Oracle reports...similar to the one available for Oracle forms(FoReDocLet 1.1). In any kindly specify.
    Thanks & Regards,
    Arun.v

    HI Arun
    where can we get this forms documentation?
    Thankyou
    Sasi

  • Tool for creating xsl for .xsql

    I am looking for tool that will give me the
    default code for xsl base on a .xsql file as imput.
    What I am looking for is a xsl designer.
    null

    If you are doing HTML you can just start with a well-formed HTML file and:
    (1) Add the xsl namespace to the top element,
    (2) Add in <xsl:for-each> tags where you
    need to loop
    (3) Add in <xsl:value-of> tags where
    you want to plug-in values.
    <html xmlns:xsl="http://www.w3.org/1999/XSL/Transform xsl:version="1.0">
    <body>
    <xsl:for-each select="ROWSET/ROW">
    <tr>
    <td><xsl:value-of select="ENAME"/></td>
    <td><xsl:value-of select="SAL"/></td>
    </tr>
    </xsl:for-each>
    </body>
    </html>
    That's it. We don't yet offer an XSL visual editor.
    null

  • Documentation Tool for Essbase Applications

    Are your Essbase applications adequately documented? Are you interested in a tool that facilitates documenting Essbase models? Faced with the Herculean task of documenting a very complex planning model for a recent customer, I developed this great tool that I wish to share with other Essbase users. Contact me.Farid [email protected]

    Hello,If you're interested in sharing a free utility with the community, we have a utilities section of the Essbase.com Web site. Please send email with utility, overview information, supported platforms and Hyperion Essbase versions to [email protected] Thanks!Kimberley Kent,Essbase.com Administrator

  • Tool for migrating Weblogic XML files to OC4J 9.0.4

    hi,
    Are there any tools available to convert the Weblogic 6.1 xml files (like weblogic-ejb-jar.xml, weblogic-cmp-rdbms-jar,weblogic-cmp-rdbms-rmm-jar) to oc4j xml files like orion-ejb-jar.xml ?
    Any info/link is greatly appreciated.
    Thanks in advance.
    Ramesh

    hi,
    Are there any tools available to convert the Weblogic 6.1 xml files (like weblogic-ejb-jar.xml, weblogic-cmp-rdbms-jar,weblogic-cmp-rdbms-rmm-jar) to oc4j xml files like orion-ejb-jar.xml ?
    Any info/link is greatly appreciated.
    Thanks in advance.
    Ramesh

  • Reporting and analysis tools for Designer ES XML form responses

    What are recommended applications or tools to use in order to analyze the XML responses from Livecycle Designer forms?
    I am currently using Excel and find it cumbersome and requires a lot of repitition in order to import the individual files.
    Any suggestions, besides purchasing the server product?
    Thank you.

    Hi,
    Without going down the server route, have you tried using Acrobat.com to distribute the form? It gives some reasonable tools:
    Also if you open Acrobat and go to the Forms > Manage Form Data menu, you can select 'Merge data files into spreadsheet'.
    I haven't used any third party tools to deal specifically with XML and Excel.
    Hope that helps, in some small way,
    Niall

  • Searching for a Documentation Tool for PL SQL Packages

    Hi there!
    I've got the following problem. Our project contains of many different pl/sql packages and now we want to generate a simple documentation (e.g. the procedure signatures etc.). Is there any tool, which is able to generate such a documentation automatically, like the javadoc tool in Java???
    kind regards, Ingo

    Try one of these open source projects.
    http://oraschemadoc.sourceforge.net/
    http://sourceforge.net/projects/pldoc/
    Jens

  • ERD & Database documentation tool

    Hello All:
    I am looking for a ERD & Database documentation tool for documenting my Databases. The tool should ideally do the following.
    1. ERD
    2. Database Documentation
    3. Capability to do reverse engineering
    I want to evaluate Oracle Designer, Ervin and the one from TOAD. Please let me know some other good tool that I should evaluate. Thank you so much.
    -- BMP

    Do the following:
    SELECT DISTINCT object_type
    FROM all_objects;
    SELECT DISTINCT index_type
    FROM all_indexesIf you see anything that isn't vanilla stick with Oracle Designer.

  • Urgent :post xml for xsql difference with html form post

    Hi,
    We are developing an application to process xml request
    posted by external party. The requests arrive by
    http-post operation
    We developed and tested with an html-form.
    Now we encounter problems in testing with http-post
    The xsql page is processed correctly but
    insert only fixed text when formatting xml-data as input for
    the insert-request, string inserted is empty.
    Everything is by the book and html-forms works great.
    Is anybody else using xsql to insert xml data in the database on this version? Maybe can you help by looking into a testcase ? Issued a tar but am on terrible deadline
    so need help very soon.
    Details: HP-UX 11.11 Oracle 9.2.0.4 java1.4 ojdbc 1.4
    Tnx in advance,
    Jeroen

    Mark,
    Have an external partner which sends xml-requests.
    Have to read those, store them and process them.
    Idea is let them
    1)post the xml at a url where an xsql page is reading the xml
    2) transforming this for an insert into
    the database. The column is defined to store the complete xml-message.
    3) A trigger takes care of processing the stuff and preparing the output
    4) and a query in the xsql-page reads the output from an output table
    When developing and testing this with an html-form that posts the xml is works great.
    $ cat newclobins.xsql
    <?xml version="1.0"?>
    <page connection="demo" xmlns:xsql="urn:oracle-xsql" >
    <xsql:set-session-param name="id">
    select msgid.nextval from dual
    </xsql:set-session-param>
    <xsql:dml>
    delete cbs_msg_in where id={@id}
    </xsql:dml>
    <xsql:insert-request table="cbs_msg_in" column="id,msg" transform="cbsform_1.xsl"/>
    <data>
    <xsql:query null-indicator="yes">
    select msgid,msg from cbs_xml_out where msgid={@id}
    </xsql:query>
    </data>
    </page>
    $ cat cbsform_1.xsl
    <?xml version="1.0"?>
    <ROWSET xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0">
    <xsl:for-each select="request">
    <ROW>
    <MSG><xsl:value-of select="parameters/doc" /></MSG>
    <ID><xsl:value-of select="session/id" /></ID>
    </ROW>
    </xsl:for-each>
    </ROWSET>
    1) When using a tool like
    http://www.programmersheaven.com/articles/adrian/getpost/article.html it fails with
    No rows to modify -- the row enclosing tag missing. Specify the correct row enclosing tag.
    2) When using the commandline utility like
    xsql jeroen5.xsql posted-xml=test3.xml
    this works great when inserting plain text but not
    when inserting xml-format data into a column
    So problem 1 is why external tools like above or my partner that uses .net to do something similar gives this strange error?
    Problem nr 2 is should I stick to just the data in xml and forget about storing the xml-formatted data?
    Hope you can help because I am getting quite desparate here.
    Regards,
    Jeroen

  • Tool to create XML definition, a tool for creating XSD

    I need a tool to create XML definition, a tool for creating XSD.
    I was trying to do this with Oracle packages. But again there are some problems. Could you tell me which one, I should use?
    Can I do it with the Oracle SQL Developer?

    Hello,
    i get the error message and I don't know, what I can do
    The user have the permissions to use DBMS_LOB package.
    Is it the sofware, do I need a license version tool for XML generation
    SQL> select DBMS_XMLSCHEMA.GENERATESCHEMA( 'HR', 'EMP_DATA' )
    2 from dual;
    select DBMS_XMLSCHEMA.GENERATESCHEMA( 'HR', 'EMP_DATA' )
    ERROR at line 1:
    ORA-00904: "DBMS_XMLSCHEMA"."GENERATESCHEMA": invalid identifier

  • Philisophical Question:  Tools for synchronizing JSPs, Java Beans and XML?

    This is a "best practices" question...
    The JSTL and JSF tags provide a lot of support for minimizing the amount of text that must be included in a JSP page. For example:
    <c:out value="${customer.firstName}"/>This snippet will find an object named "customer" in any of the JSP scopes, extract the value of the property named "firstName", and output it as part of the page.
    Here are my questions:
    (1) Is there a recommended method to communicate to the page designer what objects are in scope for a particular page, and what the properties of those objects are?
    (2) Is there any programmatic way to determine from the program's source code that an object with the specified name and of the expected type will be in scope at run time?
    I would love to have an IDE that would be able to help the page designer by providing a list of the objects that are expected to be in scope, along with the name of their properties. What conventions exist to make this possible?

    Maybe you like this, it's one of dozens of tools for Struts and in version 3.0
    http://www.scioworks.com/scioworks_camino.html
    hth,
    .V

  • XSL-XML Templates

    Hello,
    My requirement is generate xml output file using BI Publisher. I think xsl-xml template will generate xml output from xml extract.
    Is there a easy way of developing xsl-xml templates using BI Publisher for given XML Extract? I know we can write a xsl file manually but looking for a tool where I can drag and drop. I read this article: http://blogs.oracle.com/xmlpublisher/entry/building_xsl_templates
    However, In my Jdev, I do not see an option of Inregration tier to map. Any info. on this is greatly appreciated.
    Thanks

    I have changed the filter but still not showing up Integration tier. I am on JDev 11g Release2. Please let me know if I have to switch to different version of JDev or any other settings that I need to do.
    Thanks again for your info.

  • Code Review tool for XPRESS

    Does anybody have any idea about Code review tool for XPRESS Language??Please let me know

    We did something like it only using xsl.
    Using the console we do an export of all sources, then the xsl processes the huge xml file and writes 'inconsistencies'
    message for calls to rules/subprocesses/forms that are incorrect...

  • Glassfish Tools for Luna

    I am running  Groovy/Grails Tool Suite™  eclipse distribution on a mac os x.
    when I try to install GlassFish Tools for Luna | Eclipse Plugins, Bundles and Products - Eclipse Marketplace
    it throws the following error below.
    Any suggestions?
    Thanks
    An error occurred while collecting items to be installed
    session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.application.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.application.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.templating_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.templating_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.upgrade_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.upgrade_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.envcheck_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.envcheck_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.v11_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.v11_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.patches_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.patches_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.javawebapp_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.javawebapp_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.facelet_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.facelet_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.edit.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.edit.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.model_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.model_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.modeling.xml_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.modeling.xml_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi.fragment_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi.fragment_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.platform_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.platform_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.workspace.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.workspace.ui_0.7.4.201406171836.jar

    Could you see if you can access the following two URLs on your system? The expected behavior is 404/not-found, but you are somehow trying to install based on metadata from the previous release, which was found in these two files.
    http://download.oracle.com/otn_software/oepe/luna/content.jar
    http://download.oracle.com/otn_software/oepe/luna/artifacts.jar

Maybe you are looking for