Validation in Jdeveloper!

HI! I have application and in it edit page! Fields Allele 1 and Indivīds are defined as numbers. When I try a string type in this edit form these fields and press commit then I have error:
Allele 1 - Not a number.
Indivīds - Not a number.
1. How can I change error messages in Jdeveloper?
And after I change these fields to number values then I have error after commit:
*JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[-375 ]*
Then the new record is commited with empty values, when I second time press commit, then the values are inserted.
2. Why is is so? What to do!?
Best regards!

Hi,
1. How can I change error messages in Jdeveloper?How about setting custom message to messageDetailConvertNumber property of af:convertNumber tag?
2. JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key-375 I don't have idea about this problem, you may go through below posts which talks about the same error:
Re: Row Currency exception after insert operation
http://blogs.oracle.com/smuenchadf/examples/ (Example 130 -      Two Ideas to Handle JBO-35007 'Row Currency Changed' Exception)
Sireesha

Similar Messages

  • XML Schema validation in JDeveloper 10.1.3.2.0 - is it namespace-aware?

    Hi everybody
    Look at the following simple xml schema:
    <?xml version="1.0" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xsd:element name="num" type="xsd:string"/>
    <xsd:element name="amount" type="xsd:integer"/>
    <xsd:element name="invoice">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="num"/>
    <xsd:element ref="amount"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="invoices">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="xsd:invoice" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    When I open it in JDeveloper 10.1.3.2.0 and choose "Validate XML", validation executes without errors.
    In spite of bad namespace declaration in <xsd:element ref="xsd:invoice" ...
    For example, in XML Spy validation of this schema ends with error: "'xsd:invoice' must refer to an existing element".
    If there any option on JDeveloper to turn on namespace-aware validation to prevent the above situation?

    hi
    Indeed, the "Validate XML" menu option only shows "Validate XML: 0 errors, 0 warnings.".
    But, if you look at the "Design" tab for your schema, the "invoices" element node contains an "xsd:invoice" sequence shown in red. If you change "xsd:invoice" to "invoice" this becomes white and the node can be expanded.
    One other thing, registering an XML Schema in JDeveloper like the one you posted, isn't possible without an "oracle.xml.parser.schema.XSDException" (without further details).
    regards
    Jan Vervecken

  • WSI Validation in Jdeveloper

    I tried to validate a wsdl against the wsi standard like shown in:
    http://www.oracle.com/technology/products/jdev/howtos/1013/ws-i/wsi_howto.html
    But my jdeveloper (10.1.3.1) prompts:
    C:\Programme\OracleJdevSOA10.1.3Prod\jdev\mywork\wsia.bat -config "C:\Programme\OracleJdevSOA10.1.3Prod\jdev\mywork\analyzerConfig.xml"
    -> there is no jdev\mywork directory and there is no wsia.bat in the jdeveloper directory....

    Here a workaround:
    i had to create the workspace mywork and a project in this workspace with a wsdl.
    After validating this one, the wsia.bat was created there and i was able to use it in other workspaces and project.
    I think this is a bug in jdev....

  • Validations in Jdeveloper with ADF

    Hello I would like to know where I can find examples with code of validations done for ADF in Jdeveloper or some tutorial.
    Thank you very much

    Well thats pretty difficult to answer since it is so extensive.
    You can validate data in the database, in your business services, in the bindings in the UI (on the server side) or client side validation. You can validate when you enter data, save data, query data...and you can do it before or after those actions!!!! So you can see, its pretty extensive.
    The developer guide tells you about this.
    Regards
    Grant

  • Ant validator in JDeveloper 10.1.3 Preview (isset propertty)

    Typo on this Ant build.xml validator for the isset attribute! The validator is looking for 'propertty' instead of 'property' (two t's). Consequently, this generates compile time errors with no work-arounds... Is there a "manual" fix we can apply to the preview version?
    Thanks.

    This bug has been fixed for the Production Release. There is no manual fix I can give you for the Preview Release. When you say this is a compile-time error, do you mean that this is preventing you from compiling your project in some way? The error should just appear in the editor when you have the Ant buildfile open, and you should be able to safely ignore it.
    -Matt Hawkins
    Oracle JDeveloper

  • XML validator in Jdeveloper/ADF

    Hi,
    I have xml in String variable and want to validate again xsd. Any input on how we can do this in Jdeveloper/ADF
    Thanks in advance.

    This bug has been fixed for the Production Release. There is no manual fix I can give you for the Preview Release. When you say this is a compile-time error, do you mean that this is preventing you from compiling your project in some way? The error should just appear in the editor when you have the Ant buildfile open, and you should be able to safely ignore it.
    -Matt Hawkins
    Oracle JDeveloper

  • XML validation errors in embedded OC4J jazn.xml

    hi
    If I open the jazn.xml of the embedded OC4J in JDeveloper 10.1.3.3.0 and select "Validate XML" from the context-menu on that file, I get these messages in the "XML Validation Errors - Log" :
    D:\oracle\jdevstudio10133\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\jazn.xml
        Error(10,28): <Line 10, Column 28>: XML-24535: (Error) Attribute 'schema-major-version' not expected.
        Error(10,28): <Line 10, Column 28>: XML-24535: (Error) Attribute 'schema-minor-version' not expected.
        Error(10,28): <Line 10, Column 28>: XML-24536: (Error) Missing Attribute 'filepath'
        Error(10,28): <Line 10, Column 28>: XML-24536: (Error) Missing Attribute 'OC4J_INSTANCE_ID'Strange, because I'm not aware of any changes I've made to this file.
    Could someone (from Oracle) please confirm that this is "intended", so I can exclude it as possible cause for the "security configuration issue" that I'm having.
    many thanks
    Jan Vervecken

    Thanks for your reply Frank.
    If "the content seems to be correct" then the XML schema jazn-10_0.xsd might not be what it should be.
    For the attributes "filepath" and "OC4J_INSTANCE_ID" it says they are "required", just like the validation by JDeveloper says, but they are not in the documentation.
    For the attributes "schema-major-version" and "schema-minor-version" the documentation says:
    "This attribute is not defined directly in the XSD for jazn.xml. It is according to the attributeGroup specification in the top-level OC4J XSD."
    Although there is no exact reference in that documentation, and also not in jazn-10_0.xsd, that XSD could be oc4j-10_0.xsd because it defines this:
        <xsd:attributeGroup name="oc4j-schemaVersionAttributeType">
            <xsd:annotation>
                <xsd:documentation>This type defines two different attributes which are intended to be used in the
                    root element of a schema document to define version 10.0 of the schema document.
                </xsd:documentation>
            </xsd:annotation>
            <xsd:attribute name="schema-major-version" type="xsd:integer" fixed="10"/>
            <xsd:attribute name="schema-minor-version" type="xsd:integer" default="0"/>
        </xsd:attributeGroup>I'm not sure if it is the validation by JDeveloper that went wrong here, or the XML schema jazn-10_0.xsd that is incomplete about these "schema version" attributes.
    Anyway, it seems OK to exclude it as possible cause for the "security configuration issue" that I'm having.
    regards
    Jan

  • Error in the browser

    I have generated with JHeadstart a master detail form.
    When I run the application i get a error in the browser in second page.
    line 1
    char 17
    expected '('
    code 0
    What kind of error is this.
    The UIX page generated with JHeadstart has a valid syntax
    Jdeveloper 9.05.02
    UIX with Struts
    Erik Kortman

    Erik,
    The error you describe is a JavaScript error. In order to solve it, we must find out in which piece of JavaScript this error occurs.
    You say that with UIX this error does not occur, does that mean that it occurred with a JHeadstart-generated JSP page? Can you reproduce it with the Oil demo (with possibly some changes in the settings to make it similar to your situation)?
    The error message you got looks like it was generated by Microsoft Internet Explorer. JavaScript is interpreted by the browser, and other browsers like Mozilla Firefox are much better in giving meaningful error messages. Do you have the opportunity to test this page with Mozilla Firefox? You could then open the window Tools - JavaScript Console to see the error.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • How to set proxy while deploying a bpel proxy?

    Hi All,
    How can i set proxy while deploying a bpel process. I'm trying to deploy an async bpel process that requires proxy to be set coz to access one of the xsd file requires to go thru a proxy. I have actually set proxy in the following files, setenv.bat and bpel-install.properties under location soa_home\bpel\bin and soa_home\bpel\system\services\install\ant-tasks respectively. When i try to deploy the process through obant.bat, it compiles file but gives an error while deploying stating that it is not able to access the xsd file. While compiling, the proxy setting is taken from setenv.bat and hence compiles successfully, but while deploying it doesn't seem to take the proxy setting set in bpel-install.properties file. Can anyone help me out as to how i can set proxy while deploying???? I'm using soa suite 10.1.3.3.
    The following is the log file of obant execution :
    C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient>SETLOCAL
    ** OBANT is now deprecated. This will be removed in
    ** the next release. You should use ANT instead.
    Buildfile: build.xml
    Trying to override old definition of task customize
    pre-build:
    validateTask:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Validating workflow
    [echo] --------------------------------------------------------------
    [echo]
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Compiling bpel process PSFTAsyncCalcClient, revision 1.0
    [echo] --------------------------------------------------------------
    [echo]
    [bpelc] validating "C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient\bpel\PSFTAsyncCalcClient.bpel" ...
    [bpelc] BPEL suitcase generated in: C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient\output\bpel_PSFTAsyncCalcClient_1.0.jar
    deployProcess:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Deploying bpel process PSFTAsyncCalcClient on 10.176.162.42, port 8888
    [echo] --------------------------------------------------------------
    [echo]
    [deployProcess] Deploying process C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient\output\bpel_PSFTAsyncCalcClient_1.0.jar
    BUILD FAILED
    C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient\build.xml:79: A problem occu
    red while connecting to server "10.176.162.42" using port "8888": bpel_PSFTAsync
    CalcClient_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "P
    SFTAsyncCalcClient" (revision "1.0"): BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part element
    In WSDL at "http://localhost/PSIGW/PeopleSoftServiceListeningConnector/ASYNCPSFT
    CALC.1.wsdl", message part element "{http://xmlns.oracle.com/Enterprise/Tools/sc
    hemas/PSFTCALCRESPONSEMESSAGE.V1}PSFTCalcResponseMessage" is not defined in any
    of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL impor
    t is complete.
    [Potential fix]: n/a.
    If you have installed a patch to the server, please check that the bpelcClasspat
    h domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.j
    ava:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(Deployment
    Manager.java:862)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(Deploymen
    tManager.java:728)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainMana
    gerBean.java:445)
    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:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoin
    PointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSIntercept
    or.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASIntercep
    tor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterce
    ptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxReq
    uiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSIntercept
    or.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.ja
    va:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(Stateless
    SessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:
    319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:3
    41)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.jav
    a:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispat
    cher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequ
    estDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandl
    er.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandle
    r.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketRead
    Handler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAc
    ceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHa
    ndler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSo
    cketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableRes
    ourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 44 seconds
    C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient>obant >>C:\log.txt
    BUILD FAILED
    C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient\build.xml:79: A problem occu
    red while connecting to server "10.176.162.42" using port "8888": bpel_PSFTAsync
    CalcClient_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "P
    SFTAsyncCalcClient" (revision "1.0"): BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part element
    In WSDL at "http://localhost/PSIGW/PeopleSoftServiceListeningConnector/ASYNCPSFT
    CALC.1.wsdl", message part element "{http://xmlns.oracle.com/Enterprise/Tools/sc
    hemas/PSFTCALCRESPONSEMESSAGE.V1}PSFTCalcResponseMessage" is not defined in any
    of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL impor
    t is complete.
    [Potential fix]: n/a.
    If you have installed a patch to the server, please check that the bpelcClasspat
    h domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.j
    ava:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(Deployment
    Manager.java:862)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(Deploymen
    tManager.java:728)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainMana
    gerBean.java:445)
    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:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoin
    PointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSIntercept
    or.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASIntercep
    tor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterce
    ptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxReq
    uiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSIntercept
    or.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationC
    ontextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.ja
    va:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(Stateless
    SessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:
    319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:3
    41)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.jav
    a:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispat
    cher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequ
    estDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandl
    er.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandle
    r.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketRead
    Handler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAc
    ceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHa
    ndler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSo
    cketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableRes
    ourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 39 seconds
    C:\JDeveloper\jdev\mywork\Async\PSFTAsyncCalcClient>ENDLOCAL
    Thanks in advance...

    Hi all
    I want to connect a secured web service from BPEL 10g. There are no compilation errors. I am getting getting while deploying to BPEL Console.
    I am attaching the full console log.
    I am using JDeveloper 10.1.3.4. I am not getting any error when i deploy from my home PC. I am getting problem in my office only. There may be some blocks for some external URL. I am not able to find out how to resolve the issue.
    I am looking into it... Can you please help me out????
    I am attaching the console log from JDeveloper
    ======================================================================================
    Buildfile: D:\Debarshi\AllWorkspace\CRMOnDemandApplication\AccountObjectProject\build.xml
    [java] Java Result: 1
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process AccountObjectProject on CTSINCALSDV8, port 80
    [deployProcess] Deploying process D:\Debarshi\AllWorkspace\CRMOnDemandApplication\AccountObjectProject\output\bpel_AccountObjectProject_1.0.jar
    BUILD FAILED
    D:\Debarshi\AllWorkspace\CRMOnDemandApplication\AccountObjectProject\build.xml:78: A problem occured while connecting to server "CTSINCALSDV8" using port "80": bpel_AccountObjectProject_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "AccountObjectProject" (revision "1.0"): BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10010]: unresolved element
    [Description]: in line 57 of "C:\product\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\.bpel_AccountObjectProject_1.0_c395168db42709156a3350fd7efbeaeb.tmp\AccountObjectProject.bpel", XML element "{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security" of variable "SecurityHeaderVar" is not defined.
    [Potential fix]: Make sure the XML element "{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security" is defined in one of WSDLs that are referenced by the deployment descriptor.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:804)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    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:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 12 seconds
    =========================================================================================
    Thanks in advance
    Deb

  • XSLT Mapper doesn't support xsi:type

    I'm starting to think that XSLT Mapper supports only the basic features of XML Schema ...
    It (XSLT Mapper in JDeveloper) does not seem to support mapping to generate this kind of element (cannot do it in Design view, when added to the Source view, cannot go back to Design view):
    <HighLevel:ParentEntity xsi:type="HighLevel:AChildEntity" xmlns:HighLevel="someNamespace">
    <A>ABC</A>
    <B>1</B>
    <FromAChildEntity>ABCDE</FromAChildEntity>
    </HighLevel:ParentEntity>
    If we leave this in Source view and run the xsl, the resulting XML has a validation error, the last element (FromAChildEntity is not known). The XML is valid in XML Spy.
    This problem combines with not being able to map two source elements to one target element, makes XSLT Mapper not able to deal with XML Schema inheritance at all.... ?

    I just want to reformat the XML from the original message (didn't realize I had to escape some of the characters). This is the XML that cannot be validated by JDeveloper):
    <HighLevel:ParentEntity xsi:type="HighLevel:AChildEntity" xmlns:HighLevel="someNamespace">
    &lt;A&gt;ABC&lt;/A&gt;
    &lt;B&gt;1&lt;/B&gt;
    <FromAChildEntity>ABCDE</FromAChildEntity>
    </HighLevel:ParentEntity>

  • ImportTEI when reading TLD

    Hi thre,
    I am getting:
    Error(1): org.apache.taglibs.standard.tei.ImportTEI al leer TLD /WEB-INF/c.tld
    when trying to deploy any of my webApps in Oracle 10.3.1... can anobody tell me how I must include JSTL 1.2 taglibs in my application? (Or even better... can I disable JSP compilation/validation in JDeveloper?)
    I am inserting
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
    at the top of al JSPs... and they do work in my tomcat 5 server, but deployed manually, not using JDeveloper deployment feature.
    As I had understood from JSP 2.0 I don't even need tld files now... and I don't put them in my production environment... just with the jars is enough...
    Thanks for any info.
    Ignacio

    Does the web.xml deployment descriptor have a taglib declaration for c.tld?
    <taglib>
    <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
    <taglib-location>/WEB-INF/c.tld</taglib-location>
    </taglib>

  • BUG: JDeveloper code editor shows valid static import call as error

    I've noticed what appears to be a bug in the JDeveloper code validator when dealing with static imports.
    The following classes demonstrate the problem:
    package test;
    public class Parent {
      public static void parentMethod() {
        System.out.println("called parentMethod.");
    package test;
    public class Child extends Parent {
      public static void childMethod() {
        System.out.println("called childMethod.");
    package test;
    import static test.Child.*;
    public class StaticInheritanceTest {
      public static void main(String[] args) {
        Child.childMethod();
        Child.parentMethod();
        childMethod();
        parentMethod();  //<-- this line is highlighted as an error
    }Notice how on lines 7 and 8 of StaticInheritanceTest, the code validator does recognise that both parentMethod and childMethod are static methods of the Child class.
    Since 'Child' has been statically imported, then parentMethod should be available. Although parentMethod is presented as an 'auto-suggest' at line 11 in StaticInheritanceTest, when you try to call it the code editor shows the call as an error and the Ctrl-Click (to drill down into the method) doesn't work.
    When I run the class, it compiles successfully and runs with the following output:
    called childMethod.
    called parentMethod.
    called childMethod.
    called parentMethod.This might seem like an obscure and theoretical problem, but I've hit this whilst using Mockito, which uses exactly this kind of inherited static method to provide matchers.

    Hi,
    thanks. Will file a bug. This seems to be a designtime only issue that does not present a show stopper.
    Frank

  • OA JDeveloper 9i (RUP5) 9.0.3.5 (Build 1453) - Row level validation issue

    Hi everyone,
    Can anyone help me with the following:
    Version of OA JDeveloper 9i (RUP5) 9.0.3.5 (Build 1453)
    I have a xml page what is based on a master detail relationship.
    The master table (Advancetable EO) contain the Employee details and the Detail VO (Advancetable) contain
    the allowances an employee are entitiled too.
    How do I stop a user from selecting(radio button) the next employee in an advance table, it the the records
    they entered at the detail level is not valid. (Row level validation). My validation method works fine then they try commit the record.
    But I need to stop them from navigating to the next employee record in the table, when the records they entered
    at detail level is not valid.
    How will I do this?
    I added the same validation method I used for the "APPLY" event to validate the records entered at detail level to the "EmployeeSelect" event, but the error message showed only after the new employee has been selected. Thus the error message that is displayed does not relate the the employee record selected at that stage.

    Time for you to make a trip to the [url http://forums.oracle.com/forums/forum.jspa?forumID=210]OA Framework Forum

  • Jdeveloper locks on the Validation tab (edit entity)

    Jdeveloper is locking when I Click on the validation tab in edit entity. I have tessted this in 7.3.4 and 8.1.5.0.2
    Jdeveloper:
    3.1 Build 681
    IDE 3.1.681
    JBO 3.1.681
    DAC 3.1.681
    OJVM 1.3.0
    COMMON 3.1.230
    Below is the entity:
    <?xml version="1.0" encoding='WINDOWS-1252'?>
    <!DOCTYPE Entity SYSTEM "jbo_03_01.dtd">
    <Entity
    Name="cb_run_control_00"
    DBObjectType="table"
    DBObjectName="CANDIDATES.CB_RUN_CONTROL_00"
    AliasName="cb_run_control_00"
    BindingStyle="Oracle"
    CodeGenFlag="4"
    RowClass="jtest.cb_run_control_00Impl" >
    <DesignTime>
    <Attr Name="_isCodegen" Value="true" />
    <AttrArray Name="_publishEvents">
    </AttrArray>
    </DesignTime>
    <Attribute
    Name="RcRnCnt00Run"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_RUN"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="50"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Runstate"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_RUNSTATE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="50"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Errors"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_ERRORS"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="50"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Systrans"
    Type="oracle.jbo.domain.Number"
    ColumnName="RC_RN_CNT_00_SYSTRANS"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    IsNotNull="true"
    TableName="CB_RUN_CONTROL_00"
    PrimaryKey="true" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="0" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Transdate"
    Type="oracle.jbo.domain.Date"
    ColumnName="RC_RN_CNT_00_TRANSDATE"
    ColumnType="DATE"
    SQLType="DATE"
    IsNotNull="true"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="7" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Source"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_SOURCE"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="50"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Runpath"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_RUNPATH"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="100"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="100" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Filename"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_FILENAME"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="50"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00ResumeCount"
    Type="oracle.jbo.domain.Number"
    ColumnName="RC_RN_CNT_00_RESUME_COUNT"
    ColumnType="NUMBER"
    SQLType="NUMERIC"
    IsNotNull="true"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="0" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00SearchString"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_SEARCH_STRING"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="100"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="100" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00Logical"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_LOGICAL"
    Co lumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="50"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50" />
    </DesignTime>
    </Attribute>
    <Attribute
    Name="RcRnCnt00FocusArea"
    Type="java.lang.String"
    ColumnName="RC_RN_CNT_00_FOCUS_AREA"
    ColumnType="VARCHAR2"
    SQLType="VARCHAR"
    IsNotNull="true"
    Precision="50"
    TableName="CB_RUN_CONTROL_00" >
    <DesignTime>
    <Attr Name="_DisplaySize" Value="50" />
    </DesignTime>
    </Attribute>
    <Key
    Name="CbiRnCnt00Sst" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="CBI_RN_CNT_00_SST" />
    <Attr Name="_isPrimary" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Systrans" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001244" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001244" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_RUN&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Run" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001245" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001245" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_RUNSTATE&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Runstate" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001246" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001246" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_ERRORS&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Errors" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001247" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001247" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_SYSTRANS&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Systrans" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001248" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001248" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_TRANSDATE&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Transdate" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001249" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001249" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_SOURCE&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Source" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001250" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001250" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_RUNPATH&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Runpath" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001251" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001251" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_FILENAME&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_co ntrol_00.RcRnCnt00Filename" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001252" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001252" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_RESUME_COUNT&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00ResumeCount" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001253" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001253" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_SEARCH_STRING&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00SearchString" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001254" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001254" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_LOGICAL&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00Logical" />
    </AttrArray>
    </DesignTime>
    </Key>
    <Key
    Name="SysC001255" >
    <DesignTime>
    <Attr Name="_DBObjectName" Value="SYS_C001255" />
    <Attr Name="_checkCondition" Value="&#34;RC_RN_CNT_00_FOCUS_AREA&#34; IS NOT NULL" />
    <Attr Name="_isCheck" Value="true" />
    <AttrArray Name="_attributes">
    <Item Value="jtest.cb_run_control_00.RcRnCnt00FocusArea" />
    </AttrArray>
    </DesignTime>
    </Key>
    </Entity>
    null

    Hi Frank, thanks for your answer.
    I believe that my problem is more complex.
    What happens if the View Object have certain transient attributes?
    These attributes are not persistent in the Entity Object.
    Can I use the collection from the Data Control Palette to create the Input Form?
    Thanks again.
    JuanFer HP

  • JDeveloper 11.1.2.4: Is it possible to only display custom validator IDs defined in faces-config.xml

    I have many custom validators and do not need to see the default values as listed in the below screen shot:
    http://i.imgur.com/xOQgxeZ.png
    Is it possible to only show the custom validators I define within faces-config.xml?
    Thanks,
    Wes

    Deepak,
    don't understand this sentence:
    "Do not specify the binding attribute value in the f:validator tag for the bindings not to display."
    Wes,
    The answer to the question seems to be "no" you cannot suppress the other validator entries as they too are configured in a faces config file - though not the one in the application
    Frank

Maybe you are looking for