XSL Map Generation Failed: JDev Studio Edition Version 10.1.3.1.0.3984

XSLT mapper will neither create nor open XSL files. Error given is "Attribute version missing from XSLT element". Below is my XSLT document. As you can see, the version element is present. Please advise.
<?xml version="1.0" encoding="UTF-8" ?>
<?oracle-xsl-mapper
<!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
<mapSources>
<source type="XSD">
<schema location="../xsd/MapGetData.xsd"/>
<rootElement name="job" namespace="http://hanson.hansplc.com/MapGetData"/>
</source>
</mapSources>
<mapTargets>
<target type="XSD">
<schema location="../xsd/geocode_request.xsd"/>
<rootElement name="geocode_request" namespace=""/>
</target>
</mapTargets>
<!-- GENERATED BY ORACLE XSL MAPPER 10.1.3.1.0(build 061009.0802) AT [THU FEB 01 15:01:05 CST 2007]. -->
?>
<xsl:stylesheet version="1.0"
xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ora="http://schemas.oracle.com/xpath/extension"
xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
xmlns:gd="http://hanson.hansplc.com/MapGetData"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
exclude-result-prefixes="xsl gd xs xp20 bpws ora ehdr orcl ids hwf">
<xsl:template match="/">
</xsl:template>
</xsl:stylesheet>

Hi,
still it doesn't reproduce in my environment. However, I am not testing Webcenter but JDeveloper/ADF FAces. The error you see might be a dependency issue that needs to be followed up by Webcenter (forum WebCenter Portal
I found bug 6339095 filed by Detlef Mueller against Webcenter for this problem
Frank

Similar Messages

  • Unable to open xsl file in Jdev 10.1.3.4.0.4270 (XSL Map generation failed)

    Hi Guys,
    I am trying to edit an XSL file using Jdeveloper 10.1.3.4 and it gives me the error "XSL Map generation failed. Please use the source editor to correct the problems and return to the design editor".
    In the Mapper Message Log i find these lines.
    Line Number:(44) : Error: "xsl:import" XSL Element Currently not Supported
    Line Number:(68) : Error: "xsl:apply-templates" XSL Element Currently not Supported
    Line Number:(67) : Error: <xsl:template match="/"> and <xsl:template name="..."> are the only permitted <template> elements in the XSL
    Any help / pointers is very much appreciated.
    Regards,
    Vik

    Perhaps better late than never...
    This is a limitation in JDeveloper that it cannot render an XSL in design/mapper view when it contains these features of XSL. Pretty much 100% of AIA transformations fall into this category.

  • Error : XSL map generation failed

    I am trying to map two XSD and generate the XSL file which will transform from one xml to another.
    Source XML
    +<root>+
    +<Hello>Well</Hello>+
    +<World>Thats</World>+
    +</root>+
    Destination XML
    +<root>+
    +<property name="Consumer" value="Well"/>+
    +<property name="Consumer" value="Thats"/>+
    +</root>+
    Since the the destination XSD has same element twice, in its XSD it appears only once. So there only one node in the XSL Map tree in the right side of the JDeveloper (version 11.1.1.5.0)
    I can only drag lines from either <hello> or <world> from the 1st XSD to the <property> element of the second XSD.
    When I changed the XML map's xsl source to match my requirement as follows
         +<xsl:template match="/">+
              +<root>+
              +<ns0:property>+
                   +<xsl:attribute name="name">+
                        +<xsl:text disable-output-escaping="no">Consumer</xsl:text>+
                   +</xsl:attribute>+
                   +<xsl:attribute name="value">+
                        +<xsl:value-of select="/root/Hello"/>+
                   +</xsl:attribute>+
              +</ns0:property>+
              +<ns0:property>+
                   +<xsl:attribute name="name">+
                        +<xsl:text disable-output-escaping="no">Consumer</xsl:text>+
                   +</xsl:attribute>+
                   +<xsl:attribute name="value">+
                        +<xsl:value-of select="/root/World"/>+
                   +</xsl:attribute>+
              +</ns0:property>+
              +</root>+
         +</xsl:template>+
    +</xsl:stylesheet>+
    It works when I test the xsl but I can not go back to the design mode, it is showing the following error
    Error : XSL map generation failed
    Error: This node is already mapped, repeating nodes not supported :
    I am not able to map (drag lines) any more due this error. Please suggest how to create repeating nodes in the destination XSD
    Edited by: neilghoshidc on May 21, 2012 6:53 PM

    The XSL Map error is only in Design mode. Runtime shouldn't generate an error.
    Also refer
    Notes on the Mapper
    http://docs.oracle.com/cd/B31017_01/integrate.1013/b28211/xslt_mpr.htm
    When you map duplicate elements in the XSLT Mapper, the style sheet becomes invalid and you cannot work in the Design view. The Log Window shows the following error messages when you map an element with a duplicate name:
    Error: This Node is Already Mapped  :
    +"/ns0:rulebase/for-each/ns0:if/ns0:atom/ns0:rel"+
    Error: This Node is Already Mapped  :
    +"/ns0:rulebase/for-each/ns0:if/ns0:atom/choice_1/ns0:ind"+
    Error: This Node is Already Mapped  :
    +"/ns0:rulebase/for-each/ns0:if/ns0:atom/choice_1/ns0:var"+
    The workaround is to give each element a unique name.

  • XSL Error: XSL Map generation failed

    When i try to open the xsl-design window i get the error
    Error: XSL Map generation failed. Please use the source editor.....
    When i switch to the source editor, i have a red box in the scroll bar. This has a tooltip with:
    "Obligatorisches Attribut version fehlt in Element xsl:stylesheet"
    translated:
    "obligatory attribut version is missing in element xsl:stylesheet"
    I get this error on every xsl map. New generated and others which has worked... Does anybody know, how to fix this?

    Hi HEWizard ,
    I am also facing similar issue,i am not able to open my xsl with ide.
    i am seeing XSL Map generation Failed error for all my XSL :( even all new XSL as well.
    how did you solve this problem,
    Any pointers.
    Thanks,
    Murali

  • XLS map generation failed

    am using Jdeveloper to create an ESB flow with soap service. I couldn’t save the xls map between my rout service and soap service. The error is
    “ XLS map generation failed. Please use source to correct the problems.”
    I ma using Jdeveloper 10.1.3.3
    Anyone has a clue?

    "When the XSLT Mapper encounters any elements in the XSLT document that cannot be found in the source or target schema, it is unable to process them and displays an
    Invalid Source Node Path error. XSL map generation fails. You can create and
    import a file that directs the XSLT Mapper to ignore and preserve these specific
    elements during XSLT parsing by selecting Preferences, then XSL Maps in the Tools main menu of Oracle JDeveloper."
    Please refer section
    Ignoring Elements in the XSLT Document
    http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28211.pdf

  • Unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS

    Hi,
    I am unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS.
    When right click on jspx page , clicks on Debug option, it gives the following error:
    Debugger unable to connect to local process.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]
    I also restarted the Jdeveloper, even re-installed Jdev but still the problem persist.
    Any help is appreciated.
    Thanks in advance.

    If the jspx page is not part of the adfc-config.xml the page can only be displayed, but the tags will not work as the adf life cycle  is not involved. drag te page onto the adfc-config.xml (the unbounded task flow), right click on it and select debug from the context menu.
    Main problem is : Weblogic server cannot be started in debug mode.
    To check this, open the application navigator, select the integrated server, right click on it and select 'debug' from the context menu.
    After a short time you should see some messages and at last you should see <Runnning> in the message log. Now the server runs (without any of your applications, but it runs).
    If you done't see the 'Running' message you should see an error, which you should post here.
    Timo

  • Pie Graph ring-multi Studio Edition Version 11.1.1.2.0

    Update:
    Discovered that a specific sequence is required.
    Column 1 must be set to slice and colums 2-5 pie -- then Preview
    Then swap and it works.
    What ever it takes!!!
    Hi,
    I am trying to create a Pie Graph using Ring_Multi .
    I created a database table with 3 rows.
    1st column is a varchar2 that I want to use for no of Pies.
    2-5 columns are number types.
    When I assign column 1 to the pie and columns 2-5 to the slice I receive a error that states to add a numeric value to the pie. If a swap then the error states to add a numeric value to the slice.
    When I added one of the columns 2-5 to pie it runs, but the result is useless.
    I have tried this at least 50 times, and believe it or not on 3 out of the 50 tries the error did not occur and produceed the desired result.
    I am using Vista 32.
    By the way the Bar graphs work fine.
    Help!!
    chuck
    Edited by: user634580 on Nov 23, 2009 7:23 AM

    Frank,
    Thanks for your response.
    I have installed the Studio Edition Version 11.1.2.4.0 in my PC. But the Tutorial document I have with me, that was written for 11.1.1.2.0. This document I received from ORACLE during my ADF traing with Oracle corporation. Now I have a new PC and I installed the latest version of the Jdeveloper(11.1.2.4.0). This time when I tried to follow the document, I do not see the same screens as before. Sould I remove 11.1.2.4.0 version and install the version 11.1.1.2.0 to follow the training document?
    Or is there any training document or user guide for this new version 11.1.2.4.0.
    I just need to practice few ADF applications/examples with step by step guidance. Any link or document will be helpful.
    Thanks,
    Sudam.

  • CVS branching  in JDeveloper Studio Edition Version?

    Hi there,
    how can i create a CVS-Branch for a project that is in CVS ? I use JDeveloper Release version(Studio Edition Version). There is a "tag" section which gives tag to the project, but i think this does not mean that we can branch. Is there another way to create branch?

    JDeveloper can do almost all the features of CVS with the embedded CVS Versioning plug-in except branching capability. You can see the activities for CVS with JDeveloper from the internal documentation of JDeveloper which is great to learn the details of CVS and JDeveloper. Just click the "Table Of Contents" from "Help" menu and search for "cvs' and read the tutorials.

  • Mapping Generation Fail

    Hi,
    While generating a mapping, I am getting the following error:
    oracle.wh.repos.sdk.exceptions.WBException: Internal Error: MappingGenerator.generate WBGeneratedObject[] is null or length 0 for UII_MAP_NCA_21CNETWORKINSTANCE
    oracle.wh.repos.sdk.exceptions.WBException: Internal Error: MappingGenerator.generate WBGeneratedObject[] is null or length 0 for UII_MAP_NCA_21CNETWORKINSTANCE
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.notifyInternalError(WHRuntimeProgress.java:180)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:98)
    \nCMPException message and stack trace:\njava.lang.Exception: Internal Error: MappingGenerator.generate WBGeneratedObject[] is null or length 0 for UII_MAP_NCA_21CNETWORKINSTANCE
         at oracle.wh.service.impl.runtime.generation.MappingGenerator.generate(MappingGenerator.java:131)
         at oracle.wh.service.impl.runtime.generation.MappingGenerator.generateMapping(MappingGenerator.java:449)
         at oracle.wh.service.impl.runtime.generation.MappingGenerator.generate(MappingGenerator.java:96)
         at oracle.wh.service.impl.runtime.generation.DeploymentGenerator.generate(DeploymentGenerator.java:69)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.defineUnit(UnitControllerImpl.java:130)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.<init>(UnitControllerImpl.java:78)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.defineControllerList(DeploymentControllerImpl.java:249)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.<init>(DeploymentControllerImpl.java:50)
         at oracle.wh.service.impl.runtime.DeploymentSpecificationImpl.createController(DeploymentSpecificationImpl.java:395)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:86)
    Can anyone highlight on this problem.
    Thanks in advance.
    Liyakat Hussain

    This is one of the most peculiar/anoying OWB error. Log out of OWB client without commiting and login back again. Try to generate/deploy the mapping once again, the error might not be there.
    There are no concrete steps that needs to be taken to avoid such errors.
    regards
    -AP

  • (Error in Developing) JDEVELOPER Studio Edition Version 11.1.1.3.0

    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = sohail-PC TXID = CONTEXTID = cec57ae05f79953b:-149a1c17:12f430338a6:-8000-000000000000016c TIMESTAMP = 1302501784085
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000

    hi user6721422
    I HAVE SOLVED IT.Good for you.
    If you could share some details, e.g. "how", others could benefit from it too.
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    regards
    Jan Vervecken

  • XSL-Maps: "Elements to Ignore Config File" broken

    Hi,
    We use Jdev Studio Edition 10.1.3.3.0 build 4157 in a SOA project.
    The JDev XSL mapper displays only simply xslt structures.
    Often, the xsl map generation fails after manually editing the code.
    This applies to 100% valid xsl, sometimes restarting JDev helps.
    According to:
    http://download.oracle.com/docs/cd/E11036_01/doc.1013/e10295/xslt_mpr.htm#CFAIBFFJ ,
    elements can be ignored to have JDev display a partial xsl map.
    However, that does not work as described in the documentation.
    Elements within <elements-to-ignore> still cause map generation to fail!
    How can we get JDev to ignore code parts it cannot display?

    Hi,
    Thanks for your reply. When I created extensions.xml (as advised by you) and tried specifying it as User Defined Extension Functions Config file, I get the following error:
    Invalid User Extension Functions Config File
    Invalid value 'object' for attribute:'as' line 5 column 52
    i.e. the following line:
    <function name="extensions:getMSPDate" as="object">
    Any pointers on what will be the correct value for attribute 'as' for element 'function'?
    Also, what is the default namespace being used in the extensions.xml?
    Is there a link for more documentation on the format for extensions.xml?

  • Failed to save xsl map

    I see a few people asked about this problem. do you have a solution yet?
    I tried to use Transform Activity in BPEL 10.1.3 Developers Preview. I am not able to create any transformation. It keeps giving me this error:
    "Failed to save XSL map. Make sure XSL map is valid".
    I think the problem is in the section of <?oracle-xsl-mapper> .. <?>, because if I remove this section , the bar in the right side of the panel changed from red to green, but this section is generate by Jdev , even if you remove it, Jdev will put it back. What should I do?
    Message was edited by:
    user531689

    Hello,
    I have the same problem with the mapping tool. I'm using
    jDeveloper 10.1.3.1.
    BPEL Designer 10.1.3.1.0 (Build 061009.0802)
    BPEL Process Modeler oracle.bpm.modeler 10.1.3.1.0.061009.0802 Loaded
    XSL Mapper oracle.bpm.mapper 10.1.3 Loaded
    It's a very strange probleme because it's working in an other laptop with the same configuration. I made the ORDER BOOKING tutorial and I'm hiting up when i Created the Mapping File ("TransformOrder" BPEL Service). (section 8.7.6)
    Thanks a lot for helping me.

  • Generation failed when doing a build in NWeaver studio

    Hi experts,
    while doing a dc build in my netweaver studio, i got a error.  I ve checked all my codes and that there are no syntax error. Somehow there is something preventing the generation process. The log found recorded an error but never gave a hint as what could be the possible error. So i ve no clue what is causing the generation to fail. Please see log captured below. Is there anyway i can find out the cause of this error ?
    Thanks a lot !
    Rgds,
    Daniel
    ===========================================================================
        [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:157)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2047)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1296)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
         [wdgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:364)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:341)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
         [wdgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:116)
         [wdgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:59)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:214)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:186)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:324)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
         [wdgen]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         [wdgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:6004)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         [wdgen]      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         [wdgen]      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (26 seconds)
    Error: C:\Documents and Settings\pmsdla\.dtc\1\DCs\com.diagonal\appl\sd\workmenu\_comp\gen\default\logs\build.xml:98: [Error]   Generation failed!
         at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:116)
         at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:59)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:214)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:186)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:6004)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Ant runtime 38.094 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2009-05-20 10:56:11 GMT+08:00 (SGT)
    Total build plugin runtime: 41.438 seconds
    Build finished with ERROR
    Edited by: Daniel  Lam on May 20, 2009 5:31 AM

    Hi Rajat,
    Thanks a lot. Indeed i found the error in task view.
    It is referring to a window in my webdynpro application.
    "window has no InterfaceView".
    Indeed the interface view is not there and there is no option for me to create the interface view.
    So what i did is to delete the window so that i can create a new one and the interface view will thus be generated. But when i tried to delete the window, a null pointer exception window is pop out.
    I remember when i created this window the other time, there was an exception.
    So the question is how to create the interface view ?
    Thanks
    Regards,
    Daniel

  • Error with transform activity - failed to save XSL Map

    I am trying to create a bpel process that gets files via ftp which consists and a set of data records. The plan is for the data to be inserted into a db staging table. Along the way I need to execute a transformation on the data to get it into a form that the staging table can use. Thus I was trying to execute a transform activity which would take the ftp source data which is a xml document with multiple records and then port it into the collection for insertion into the db table. However I find that when I try to save the transform after connecting the recs element to the for-each for the db elements I get a message from jdeveloper 10.1.3.4 "Failed to save XSL Map".
    How to I transport the data and overcome this problem?
    Thanks,
    Steve

    Hi,
         I had faced similar kind of problem earlier. It was not a problem with transformation; it was problem with JDeveloper sessions. Before creating the XSL please check if you can able to connect the remote system from JDeveloper.

  • Fail to install latest version of Ovi Maps

    I tried to install Ovi maps 3.03 but during the installation, it says there's not enough memory and it asks me to delete something from the C:. But I didn't really put much in C: and I don't know what I can delete without affecting the system.
    So, when I open "Maps" now, the old version still pops out (it says 3.01 when I click into "About"),
    but apparently the installer in the PC suite thinks I have 3.03 already.
    What should I do?
    Thanks.

    I just saw your post that the old version opens, but the ovi suite says that the latest version is already installed. I had exactly the same problem a few days ago: the error was that the stupid software installed the new maps version as a seperate program, instead of updating the old maps version. Everytime I tried to launch maps, it still opened the old version, and when I tried to reinstall the new one again (because I thought that it didn't work the first time), my phone would tell me that there isn't enough free space left. The solution was to delete both maps programs in the program-manager and then install the latest maps software manually using the file from here: http://maps.nokia.com/ovi-services-and-apps/ovi-maps/downloads?lid=nav_navq1_link_downloadovimapswit...

Maybe you are looking for