Oracle.cabo.ui ----HELP

Hi there,
I have downloaded and example program to run in jdeveloper and on running it I get the followin errorrs:
Error(292,5): MessageData not found in class toystore.fwk.controller.ToyStoreDataForwardAction
Error(13,48): InitModelListener not found in class toystore.fwk.controller.ToyStoreInitModelListener
Error(19,29): UIXRequestEvent not found in class toystore.fwk.controller.ToyStoreInitModelListene
These errors seem to corresponds to the following lines:
import oracle.cabo.ui.data.MessageData;
import oracle.cabo.adf.rt.InitModelListener;
import oracle.cabo.servlet.event.UIXRequestEvent;
If anyone has any ideas on how to fix these it would be greatly appreciated

Guys,
I remove the ToyStoreInitModelListener class and it run.I didn't have problems in the tests.
Ailton

Similar Messages

  • ADF UIX table example: oracle.cabo.doc.* missing

    Hi,
    I'm working through the Oracle ADF UIX Developer's Guide and want to try the ADF UIX Table Example. Unfortunately I don't seem to have the classes which are referred to in that example (located in oracle.cabo.doc.demo.table..), which makes it difficult for me to follow and understand the example.
    I've found a reply to a post to this forum of 26-nov-2002 where it is stated that these files were at that moment not yet available.
    My question is: have these files become available in the meantime. If so, wher can I find them?
    Regards,
    Anton

    Clicking on a sortable header generates a sort event. You need to specify a handler for this event. The error you see is a result of the application not knowing how to handle the sort event. On your page you should include something like the following to handle the sort event:
    <handlers>
    <event name="sort">
    <method class="myPackage.myClass" method="doMySort"/>
    </event>
    </handlers>
    For more details, see the "Sortable Column Headers" section in this chapter of the ADF UIX Dev Guide: http://helponline.oracle.com/jdeveloper/help/state/content/navSetId.jdeveloper/navId.4/vtAnchor.Sort/vtTopicFile.jdeveloper%7Cuixhelp%7Cuixdevguide%7Ctables%7Ehtml/

  • Oracle.cabo.servlet.event.UnhandledEventException when deploying to Tomcat

    I have developed an ADF/UIX Application, tested it in JDeveloper 10.1.2.1, but when I deploy this application to Tomcat 5.0 I got
    oracle.cabo.servlet.event.UnhandledEventException
    oracle.cabo.servlet.event.UnhandledEventException,page=Page[name=login],event=PageEvent[name=VerifySignin,VB_password1=doffen,VB_email1=[email protected],target=hovedside,loginUIModelState__=789C73720E0EB1B235F0C94FCFCC734A4DCCF32C492D4A2CC92FB2D575D1353030303480004747675717206D6A6E6E60021533D081EB72492C4974CECF2B29CACF892FCACF2F01994294090033072308,_secrets= VB_password1 ]
         at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    What can be wrong?
    Regards
    Robert Hetleflåt

    To enable someone to help you with a solution, you need to provide additonal information.
    What is your OEM version?
    What is your operating system?
    Have you used this before or it is the first time?
    What events lead to the error?
    What have you done already to try to resolve it?

  • Triggering login using oracle.cabo.servlet.loggedInKey ?

    Hi all,
    Does anyone know what other parameters come into play when trying to trigger login using oracle.cabo.loggedInKey?
    The following code (added to web.xml) works in an older project but not in a new one. In merging 2 projects the SAME web.xml file was used for the merge but Login is not triggered; rather the target page acutally executes.
    <init-param>
    <param-name>oracle.cabo.servlet.loginPage</param-name>
    <param-value>Login</param-value>
    </init-param>
    <init-param>
    <param-name>oracle.cabo.servlet.loggedInKey</param-name>
    <param-value>logged_in</param-value>
    </init-param>I'm pretty sure there is some other parameter which is interering with this hook but I cannot find it.
    Any help is greatly appreciated, thanks in advance!
    /SFL

    Hi all,
    Does anyone know what other parameters come into play when trying to trigger login using oracle.cabo.loggedInKey?
    The following code (added to web.xml) works in an older project but not in a new one. In merging 2 projects the SAME web.xml file was used for the merge but Login is not triggered; rather the target page acutally executes.
    <init-param>
    <param-name>oracle.cabo.servlet.loginPage</param-name>
    <param-value>Login</param-value>
    </init-param>
    <init-param>
    <param-name>oracle.cabo.servlet.loggedInKey</param-name>
    <param-value>logged_in</param-value>
    </init-param>I'm pretty sure there is some other parameter which is interering with this hook but I cannot find it.
    Any help is greatly appreciated, thanks in advance!
    /SFL

  • Class oracle.cabo.ui.beans.form.RadioGroupBean has been deprecated

    Hi all,
    im new to OAF just going through basics,n need u OAF champs help...
    here is my code...
    OAMessageChoiceBean oaCollectorBean = (OAMessageChoiceBean)pgbean.findChildRecursive("prCollector");
    OAMessageRadioGroupBean oaReviewCycleBean = (OAMessageRadioGroupBean)pgbean.findChildRecursive("RevCycle");
    OAMessageChoiceBean oaCreditAnalystBean = (OAMessageChoiceBean)pgbean.findChildRecursive("CreditAnalyst");
    if ("CREDIT".equalsIgnoreCase(strCategory))
    if(!(null == oaCollectorBean ))
    oaCollectorBean.setRequired("yes");
    if(!(null== oaReviewCycleBean) )
    oaReviewCycleBean.setRequired("yes");
    if(!(null == oaCreditAnalystBean))
    oaCreditAnalystBean.setRequired("yes");
    else
    oaCollectorBean.setRequired("no");
    oaReviewCycleBean.setRequired("no");
    oaCreditAnalystBean.setRequired("no");
    here im getting warnings as
    Warning(44,37): class oracle.cabo.ui.beans.form.RadioGroupBean has been deprecated
    may be beacause of which my beans are not getting mandatory...
    please help.
    Thanks'
    Namrata

    Hi,
    Instead of importing oracle.cabo.ui.beans.form.RadioGroupBean, try by importing this class:
    oracle.apps.fnd.framework.webui.beans.message.OAMessageRadioGroupBean
    --Sushant                                                                                                                                                                                                                                                                                                                                                                           

  • Transfer Of Data from Sap to Oracle with the help of Enterprise Services.

    Hello,
    We want to transfer data from Sap to Oracle using standard Enterprise Services.Some fields were not available in the existing standard Enterprise Services,so we have enhanced the existing Services by writing code inside BADI available with Enterprise Services.Rest of the fields we have mapped with the existing fields available in standard Enterprise Services.But,the Oracle people want to fetch all data from Sap without entering any input as a mandatory field in the Enterprise Services.The existing standard Enterprise Services require to enter any field as mandatory and are not accepting the range in input for multiple records.e.g.All enterprise Services related to Sales Orders are displaying only one sales Order.We have searched all Enterprise Services for Sales Order(related to reading of data),but not able to find service which would display mutiple records without entering any input.ECC_SALESORDER009QR is the only service which is displaying multiple records without entering any input,but the required fields are not available in this service.So,kindly suggest what we need to do further.
    1.Should we go for customization of services completely,so that it would fulfil our requirement.
    2.Are there  standard Enterprise Services exists which would we give us data in range(all records).
    If they exists,please specify the names of Services for reading Purchase Order,Production Order,BOM etc.
    Thanks & Regards,
    Divya.

    Hi Vaibhav,
    Let me tell you the objective in detail.
    Objective.
    To develop a package solution which will work as a bridge between Oracle APS and SAP system so that customers using SAP will be able to use advantages of Oracle APS for their planning needs.
    This will consist of following major components:
    OA Templates is an Oracle utility to load data from any legacy system to Oracle APS using standard flat files.
    Oracle has developed an Application Integration Architecture which is a standard architecture used for integration of Oracle products with other systems.
    Enterprise services is an SAP utility to communicate with SAP.
    AIA canonicals are standard canonicals developed by Oracle where we have to map data fields from destination system (Oracle APS) and source system (SAP)
    Fusion middleware is being used to develop application interfaces following AIA standards.
    Tasks at stake:
    Mapping of Oracle APS fields and SAP Enterprise Service fields to AIA canonicals
    Technical work of developing middleware using Oracle Fusion
    From Sap side,we have to map fields which we have received from Oracle with the help of Enterprise Services,rest  consumption of these services is done by Oracle guys.So,suggest is there enterprise services available which would give us multiple records .
    Thanks & Regards,
    Divya.

  • A note of thanks to Oracle for the help I have received!

    Hi!
    I would like to thank the following people from Oracle for their help on a recent problem I was having with FOP PDF generation:
    Carl Backstrom for his patience and dilligence in finding the problem and
    the solution! Another bug squashed!
    Marc Sewtz for his initial investigation of the problem.
    Joel Kallman, David Peake and Matt Doherty for working behind the scenes to see that a solution was found.
    Without your help our project would have been dead in the water and not completed as an APEX project.
    Again many thanks for your time, patience and help in getting me a very needed solution!
    Dave Venus

    Just goes to show why this is one of the BEST software forums around.
    Not only are there many knowledgable "civilians" on here, willing to help with their expertise, but we also have many of the Oracle developers on here as well who are more than willing to help us with our problems.
    Bill Ferguson

  • Bug in  oracle.toplink.internal.helper.JDK14Platform?

    It looks like JDK14Platform tries to compile the text we are searching as regular expressions...
    Yet the descriptions we are searching can contain special characters like "{" or "+"...
    Caused by: java.util.regex.PatternSyntaxException: Illegal repetition near index 15
    ceci est un test{{Text1}}
    ^
         at java.util.regex.Pattern.error(Pattern.java:1528)
         at java.util.regex.Pattern.closure(Pattern.java:2545)
         at java.util.regex.Pattern.sequence(Pattern.java:1656)
         at java.util.regex.Pattern.expr(Pattern.java:1545)
         at java.util.regex.Pattern.compile(Pattern.java:1279)
         at java.util.regex.Pattern.<init>(Pattern.java:1035)
         at java.util.regex.Pattern.compile(Pattern.java:779)
         at java.util.regex.Pattern.matches(Pattern.java:865)
         at oracle.toplink.internal.helper.JDK14Platform.conformLike(JDK14Platform.java:54)
         at oracle.toplink.internal.helper.JavaPlatform.conformLike(JavaPlatform.java:57)
         at oracle.toplink.expressions.ExpressionOperator.doesRelationConform(ExpressionOperator.java:750)
         at oracle.toplink.internal.expressions.RelationExpression.doesConform(RelationExpression.java:126)
         at oracle.toplink.internal.identitymaps.IdentityMapManager.getAllFromIdentityMap(IdentityMapManager.java:209)
         at oracle.toplink.publicinterface.Session.getAllFromIdentityMap(Session.java:1251)
         at oracle.toplink.queryframework.ReadAllQuery.conformResult(ReadAllQuery.java:314)
         at oracle.toplink.queryframework.ReadAllQuery.registerObjectInUnitOfWork(ReadAllQuery.java:684)
         at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(UnitOfWork.java:2217)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:1086)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:1038)
         at oracle.toplink.publicinterface.Session.readAllObjects(Session.java:2423)

    This is a known issue and will be fixed in the next 9.0.4 patch release.

  • How do i export/import the Oracle Portal Online help

    hai everybody...
    i want to export/import the
    Oracle Portal Online Help Content Area
    i tried this same as (my own content area
    export/import)...but my own content area Pages were worked.....how do i do this..
    any help..
    thanks in advance
    null

    The recommended way is to export the User Manager configuration template out (using the AdminUI), import it into your new enviroment (again using the AdminUI - you have to type the password of the LDAP user in since it is not exported) and then initiating an LDAP Synch.

  • Oracle/toplink/internal/helper/ConcurrencyManager.acquire "Hang"

    Hi,
    I am trying to test an application on WAS with some load (200 virtual users from a load-runner) experiencing a hand condition. There are 128 threads waiting with the below stack trace.
    at java/lang/Object.wait(Native Method)
    at java/lang/Object.wait(Object.java:199(Compiled Code))
    at oracle/toplink/internal/helper/ConcurrencyManager.acquire(ConcurrencyManager.java:47(Compiled Code))
    at oracle/toplink/internal/sequencing/SequencingManager.acquireLock(SequencingManager.java:487(Compiled Code))
    at oracle/toplink/internal/sequencing/SequencingManager$ForcedToUseWriteAccessor_State.getNextValue(SequencingManager.java:678(Compiled Code))
    at oracle/toplink/internal/sequencing/SequencingManager.getNextValue(SequencingManager.java:325(Compiled Code))
    at oracle/toplink/internal/sequencing/ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:76(Compiled Code))
    at oracle/toplink/internal/descriptors/ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:127(Compiled Code))
    at oracle/toplink/publicinterface/UnitOfWork.assignSequenceNumber(UnitOfWork.java:297(Compiled Code))
    I am using the following oracle version:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows Server 2003 Version V5.2 Service Pack 1
    CPU : 4 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1831M/3583M, Ph+PgF:3736M/5475M, VA:495M/2047M
    The server slowly slips into a hang state and later becomes unresponsive.
    I request you guys to provide an insight into the problem area here?
    Thanks
    Phani

    Is the stack the same? There must be at least one thread that has the lock and is waiting on another resource to have a deadlock, could you include its stack.
    What type of sequencing are you using, table or native (sequence object)?
    Are you using JTA, and have you set a non-JTA read connection pool?
    If you are using table sequencing and JTA, what could be occuring is a database deadlock on the sequence table. Some solution would be:
    - Use native sequencing (sequence objects).
    - Specify a sequence connection pool on your TopLink ServerSession using a non-JTA datasource or TopLink direct-JDBC connection pool.
    You may also want to try using the TopLink 11g preview, it may not encounter the issue.

  • Oracle.toplink.internal.helper.NonSynchronizedVector exception

    I get following exception when invoking session bean from EJB client generated by JDev (EJB JPA project). Session bean returns the list of value objects created using TopLink Essentials based JPA native query. Does anybody know what is causing this exception and if there is a workaround?
    java.lang.ClassCastException: oracle.toplink.internal.helper.NonSynchronizedVector
    List<ProfileBasicVO> profiles = searchFacade.queryBasicProfilesByLastName( partialName );
    I get exception at this point:
    for( ProfileBasicVO profile: profiles ) {
    System.out.println( "lastName = " + profile.getLastName() );
    ...

    I changed the code to return List and I added mapping as a second parameter:
    public List queryBasicProfilesByLastName(String partialName) {
    Query basicProfileQuery =em.createNativeQuery( "findBasicProfilesByLastName", "BasicProfileResults" );
    return basicProfileQuery.getResultList();
    It fails with following exception:
    Internal Exception: java.sql.SQLException: SQL string is not QueryError Code: 17128
    and the query is defined as
    <query>
    select o.last_name as LAST_NAME,
    o.first_name as FIRST_NAME,
    o.middle_name as MIDDLE_NAME,
    o.birth_date as BIRTH_DATE,
    o.sex_code as SEX_CODE,
    a.height_cm as HEIGHT_CM,
    a.weight_kg as WEIGHT_KG,
    o.PERSON_ID as PERSON_ID
    from offenders o,
    person_bookings b,
    person_physical_attributes a
    where o.PERSON_ID = b.PERSON_ID
    and b.PERSON_BOOK_ID = a.PERSON_BOOK_ID
    and o.last_name = 'POTTER'
    </query>
    Mapping is defined as:
    <sql-result-set-mapping name="BasicProfileResults">     
    <entity-result entity-class="entities.Persons">
    <field-result column="LAST_NAME" name="lastName"/>
    <field-result column="FIRST_NAME" name="firstName"/>
    <field-result column="MIDDLE_NAME" name="middleName"/>
    <field-result column="BIRTH_DATE" name="birthDate"/>
    <field-result column="SEX_CODE" name="sexCode"/>
    <field-result column="PERSON_ID" name="personId"/>
    </entity-result>
    <entity-result entity-class="entities.PersonPhysicalAttributes">
    <field-result column="HEIGHT_CM" name="heightCm"/>
    <field-result column="WEIGHT_KG" name="weightKg"/>
    </entity-result>
    </sql-result-set-mapping>
    I can execute the query manually without problem, i.e. it is valid query, but I still get exception

  • How to get complete oracle apps R12 help text?

    Is there any way that i can get all Oracle Apps R12 help text as .html file.

    Ateeq,
    Download (Patch 5051400) which is the Online Help for Oracle Applications Release 12, and (Patch 6400100) which is the consolidated online help for 12.0.4

  • Oracle.cabo.doc in UIX Demos - question to oracle support

    Hallo,
    Where can i found the oracle.cabo.doc.* classes used in the UIX Demo Bundle ?
    ( download link : http://technet.oracle.com/sample_code/products/jdev/uix/uixdemos.zip )
    regards, Manolis

    Manolis: The UIX demo class files are not currently available --we have not completed the work required to externalize this.
    Thanks,
    Ken

  • Where can I find the packages oracle.cabo.doc.*

    Hi,
    I wanted to execute the uixdemos, but I couldn't. The error messages are "Couldn't found oracle.cabo.doc.demo.HGridDemo" and so on. I've tried to search for them but I couldn't find anythings. Could you please tell me where I should looking for?
    Many thanks,
    VKW

    The link for the UIX-demo is: http://otn.oracle.com/sample_code/products/jdev/content.html.
    Go to zip from the UIX (UIX Demo Bundle ).
    I'll greatly appreciate hearing of your message about the new uixdemo-version. My email address is: "[email protected]"
    Many thanks.
    VKW

  • b font color ='red' Java JDBC and Oracle DB URGENT HELP PLEASE /font /b

    Hello, I am a newbie. I'm very interested in Java in relation to JDBC, Oracle and SAP.I am trying to connect to an Oracle DB and I have problems to display the output on the consule in my application. What am I doing wrong here . Please help me. This is my code: Please Explain
    import java.sql.*;
    import java.sql.DriverManager;
    import java.sql.Connection;
    public class SqlConnection {
         public static void main(String[] args) {
              Class.forName("oracle.jdbc.driver.OracleDriver"); //Loading the Oracle Driver.
              Connection con = DriverManager.getConnection
              ("jdbc:orcle:thin:@34.218.5.3:1521:ruka","data","data"); //making the connection.
              Statement stmt = con.createStatement ();// Sending a query to the database
              ResultSet rs = stmt.executeQuery("SELECT man,jean,test,kok FROM sa_kostl");
              while (rs.next()) {
                   String man = rs.getString("1");
                   String jean = rs.getString("2");
                   String test = rs.getString("3");
                   String kok = rs.getString("4");
                   System.out.println( man, jean, test,kok );//here where my the
                                                 //compiler gives me errors
              stmt.close();
              con.close();
    }

    <b><font color ='red'>Java JDBC and Oracle DB URGENT HELP PLEASE</font></b>Too bad your attempt at getting your subject to have greater attention failed :p

Maybe you are looking for

  • VGA vs DVI - What's the real difference?

    Hi everyone, quick question. I currently have my 19" LCD display hooked up to my MacBook via the Apple Mini-DVI to VGA adapter. Here's my question. What is the real image quality difference between VGA and DVI-D connections? I don't watch videos or d

  • Dual Screen setup with laptop

    I have the ideapad u400.. is it possitble to connect 2 external monitors to this machine to have 3 displays if not.. can i use the 2 external monitors and just close the lid to the laptop to use just 2 monitors? let me know Thanks.

  • Change of Customer Billing Address

    Hi Gurus,      In my scenario using portal, customer is requesting for change his billing address, once the billing address is changed we need customer sign for that we have to send the service contract with the changed billing address for customer s

  • Tab control in sequence

    Hello,  I'm learning LabView and until I have started making applications I couldn't see how complicated it is.  I have tried to do VI to choosing in sequence some parameters. After many attempts to solve the problem, the VI it's working wrong all th

  • System Spell Checker 'stuck' on American English

    Hi, Running OS X 10.8.3. I have my language settings set to Australian English. How ever, when typing in system applications such as Mail, or Notes, the OS X System Spell checker is spell checking based on American English. For example; when typing a