Regarding Oracle ADF Enterprise Application Development - Made Simple book

Hi guys,
I am trying to do Sten Vesterli's Oracle ADF Enterprise Application Development - Made Simple
book. But I am stuck setting up OTPC. When I am trying to run "tpcinstaller.jar" and give my database connection information I am given a TPC-90019 error.
The log file says it is a "ORA-01882: timezone region not found" error.
My timezone is 'Asia/Calcutta'.
This is what tpcinstaller log file contains,
-------------------------------------------------------------------------------------log_file
oracle.alminternal.version.Version: file:/C:/install/tpcinstaller.jar!/META-INF/version.xml
11.1.1.4.37.59.23
Launched from jar:file:/C:/install/tpcinstaller.jar!/oracle/alminternal/installer/Installer.class
Found installer jar file /C:/install/tpcinstaller.jar
Installer jar file name: /C:/install/tpcinstaller.jar
Created temporary directory: tpctemp
Execute command[tpctemp]: [D:\Oracle\Middleware\jdk160_21\bin\jar.exe, -xf, /C:/install/tpcinstaller.jar, lib]
Extracting files ...
Launching installer wizard, it may take a minute or so, please wait ...
Execute command[tpctemp\lib]: [D:\Oracle\Middleware\jdk160_21\bin\java.exe, -classpath, annotations.jar;commons-io-1.2.jar;dms.jar;forms-1.0.6.jar;ideimpl.jar;idert.jar;javatools-nodeps.jar;javatools.jar;javax-ide.jar;javax.persistence_1.0.0.0_2-0-0.jar;jewt4.jar;oicons.jar;ojdbc6dms.jar;ojdl.jar;ojmisc.jar;oracle.ide.jar;oracle.ide.webbrowser.jar;oracle.ide.webupdate.jar;org.eclipse.persistence_1.0.0.0_2-1.jar;share.jar;TimingFramework.jar;uic.jar;xercesImpl.jar;xmlparserv2.jar;/C:/install/tpcinstaller.jar, oracle.alminternal.installer.Installer, -W]
Temporary directory: connector created
C:\install\tpctemp\lib\otpc created
Jan 5, 2013 11:38:33 PM oracle.alminternal.installer.ideimpl.webbrowser.ProxyAddin loadProxyNative
WARNING: Unable to default HTTP proxy: Native support is not available.
:::settingsInitialized = false
jdbc.url = jdbc:oracle:thin:@localhost:1521:xe
jdbc.user = BOOK
jdbc.password = BOOK
SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-01882: timezone region not found
-------------------------------------------------------------------------------------log_file
Regards !
Sameera
Edited by: samme4life on Jan 5, 2013 9:10 PM

I have the same problem, when I delete row and after that I use refresh button in internet explorer. What I do is I drag and drop button "removeEntity" and edit it in backing beans adding new bindigs that commit changes and referesh page. Code:
public String commandButton2_action1() {
BindingContainer bindings = getBindings();
OperationBinding operationBinding =
bindings.getOperationBinding("removeEntity");
Object result = operationBinding.execute();
if (!operationBinding.getErrors().isEmpty()) {
return null;
OperationBinding commit1 = bindings.getOperationBinding("Commit");
commit1.execute();
OperationBinding requery = bindings.getOperationBinding("findAllRezerwacja1");
requery.execute();
return null;
In page definition I added "Commit" action and code with methodAction is:
<methodAction id="removeEntity" InstanceName="SessionEJBLocal.dataProvider"
DataControl="SessionEJBLocal" MethodName="removeEntity"
RequiresUpdateModel="true" Action="999">
<NamedData NDName="entity"
NDValue="${bindings.findAllRezerwacja2.currentRow.dataProvider}"
NDType="java.lang.Object"/>
</methodAction>
<action id="Commit" IterBinding="findAllRezerwacja1Iter"
InstanceName="SessionEJBLocal.dataProvider"
DataControl="SessionEJBLocal" RequiresUpdateModel="true"
Action="2"/>
Can sb tell is there is normal that when I delete row in table, and after it I refresh manually by IE page is normal that I get error messages. I this is the same situation using Back in IE. Deleting row that is commited to database works fine, but the problem is with manually refreshing page?
Next question is about using Delete action from node instead of removeEntity, what is the difference? As you can see, I use removeEntitity method. Choosing Delete action instead doesnt works. Why? Rest of the code is the same but instead of dropping method removeEntity I drop Delete action
Sorry for my English, its not my native.
Thank in advance

Similar Messages

  • Book on "Enterprise Application Development" .

    I am looking for a Java book on "Enterprise Application Development" . The book must detail using a sample business application complete software development life cycle i.e Analysis , Design, Development and Implementation . Kindly suggest me some good suitable titles .
    Rgds
    B V Mittal

    Don't cross-post:
    http://forum.java.sun.com/thread.jsp?forum=54&thread=533586&start=15&range=15&hilite=false&q=
    http://forum.java.sun.com/thread.jsp?thread=368825&forum=54&message=1559748
    http://forum.java.sun.com/thread.jsp?thread=388131&forum=31&message=1672870
    http://forum.java.sun.com/thread.jsp?thread=409039&forum=31&message=1795254

  • Oracle ADF Mobile Applications

    Dear Experts,
    Please tell me details of which mobile set is compatiable/suitable for Oracle ADF Mobile Applications. as I am working on Oracle ADF.
    I have to test some Oracle ADF Mobile Applications on mobile.
    Thanks in Advance.
    Shiv Naresh Gupta
    08795317510

    Excerpts from http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfmobilefaq-1866697.pdf
    Both iOS (5.x and above) and Android (2.3.x and above) devices are
    supported. Furthermore, both the tablet and smart phones running
    these mobile operating systems are supported.So basically any handset which supports this version of OS should do. Please check how to deploy etc. in the docs to get more idea.

  • Enterprise Application Development Using Oracle NoSQL Database

    Hi,
    I am following the below link given by Re Lai, to develop the Kvitter application using NoSQL database. But there is no link to sample code in the given below blog.
    Application Development Using Oracle NoSQL Database
    Please help me with the link for the Kvitter Application Code.
    Thank you.
    Regards
    Anvesh Raju

    Hi Anvesh
    Here is the direct link to source code of the above sample program. The link is also posted under Demo/Sample Programs section.
    HTH
    Anuj

  • How to implememnt sync capabulity in Oracle ADF mobile Application?

    Hi All,
    I am trying to implement once ADF mobile application which will capable of bout offline and online  synchronization.
    right now I am crated direct online accessible application and offline accessible application.
    my use-case is something like:when I login into application I need to full data from webservices and inserted into local DB. so that if network is not available I can work on local DB.
    later point once I have network I need to capable of update(Sync) to actual DB.
    I have tried one sample download from net and trying to execute but its not able to full data.
    can you please guide me any other configurations need to do for achieve this use-case. or end to end sample for the same.
    Regards
    Shankar

    Read Steven Davelaar's article http://www.ateam-oracle.com/going-mobile-with-adf-implementing-data-caching-and-syncing-for-working-offline/
    Timo

  • Oracle ADF Mobile application is very slow in Android

    Hi
    I am new to oracle ADF.
    When I tried to deploy an application in an android device it takes a lot of time to deploy as well as every button click in the application takes more time to load. Is there any way to speed up the deployment process ?

    And this one as well
    ADF Mobile: Android performance is very slow - when will this be fixed?

  • Oracle Finacial Services Application - developer required

    I am urgently seeking a developer with OFSA experience for an end client based in Scotland. Anyone interested please leave contact details...(contract/perm)

    Hi Robin
    We are Pakistan based software development company developing on business applications and ERP solution for local market. We have customization, training, and implementation experience of Oracle Financial too.
    If you can outsource the services to us we can provide you best of our services on very competitive rates.
    Best Regards.
    Muhammad Nadeem
    WIZMEN System
    [email protected]
    www.wizmen.net
    Voice: 92-42-5886651-2
    FAx: 92-42-5886653
    Cell: 92-300-9416913

  • Oracle 9i lite application development using java

    hi all,
    I want to develop a applcation which interacts with the 9i lite database in java.Is there any emulator which will help me in developing this on a windows 2000 machine or winnt machine?
    i tried developing it in eVB but the emulator which come along with it does not support the 'oladoce' object..
    please if anybody has done something on this please help .. this is very urgent..
    thanks ..,
    sreekanth sreedharan

    Oracle 9i Lite is a multi-platform product and you need to specific the target OS for the database and the version of java.
    If you are planning to run your application in Win2000 you will have no problem using Oracle 9i Lite with the supplied
    jdbc drivers and any java development environment for J2SE. What you get is a laptop platform that works while not
    connected to the Internet
    If you are trying to using Oracle 9i Lite on the Palm with J2ME development on windows, it works fine with the Palm Emulator
    but I am not sure that the jdbc drivers are available for J2ME yet and I have not used them as I have for J2SE on windows
    I am also very interested in developing java applications for the palm using Oracle 9i Lite and I would appreciate feedback
    on the jdbc and other required sql extensions for the sun java cldc
    If you are talking about the PocketPC or other WinCE, I cannot help you but I have used Personal Java on WinCE but not yet
    attempted Oracle 9i Lite on those platforms

  • ADF Mobile - insert data into oracle db from oracle adf mobile application

    Hi,
    I have to insert data from mobile into oracle database 11g(not in local sqlite database), can somebody tell me how to do it?
    Thanks,
    Anshul

    Hi, Anshul, one common way is to expose DB data as ADF BC, and then add a service interface on top of ADF BC. This would allow the ADF Mobile app to access server DB through ADF BC. There may be other mechanisms to access server-side DB - I think APEX also expose some REST interface to Oracle DB as well. Another option is to use TopLink - TopLink can also expose some REST services.
    Thanks,
    Joe Huang

  • Oracle ADF JSF APPLICATION

    Pls, can any one help me how to implement inputfile component that is how use it to upload file to application server.

    <af:inputFile label="Upload:" value="#{managedBean.file}"/>   -- Managed bean is Bean you need to create . The file value binding is with a varible name file in managedbean
      <af:commandButton text="Begin" action="#{managedBean.doUpload}"/>     Similarly doUpload is method inside the managed Bean.
    see this link .. and follow
    ADF Webcenter Blog: File Uploading in ADF

  • ColdFusion development made simple

    Hi,
    I'm looking for an IDE that will allow me to setup a Database connector and, thereby, allow me to point to a Table within that Database and generate a basic ColdFusion CRUD form on the Table.  Ideally, the IDE would allow me to drag-n-drop fields about the page to speed development.  You know, the usual stuff...generate a List page with basic Search critera and allow the User to drill-down to and Add/Edit page.  Naturally, the List page should support pagination.  Naturally, the form generation should support field lookups and Master/Detail relations.  Anyhow, these are vanilla requirements that have been around for years so I'm sure the tools are around to do this with ColdFusion...I am just wanting to hear your recommendations on which to try first and which are free!
    For example, I have downloaded Eclipse CF Builder and it does NOT provide any of this...plus it is not free, rather it supports the manual coding process which is very tedious regardless of how many builtin tags exist.
    Many Regards,
    J

    jimmyor wrote:
    >
    > If we have currently a license for the Online server,
    why should we buy
    > another license? I know is the only option, however, it
    does not make any sense
    > to me. Don't you think?
    >
    Because that is the way you want to configure your shop. And
    because
    there are dishonest people out there.
    Allaire nee Macromedia nee Adobe: You have only one license
    for
    ColdFusion why are your running 13 web serviers.
    Dishonest Citizen: Oh only that one is 'production' those
    other 12 are
    our 'centralized development' servers.
    I.E. if it was not locked down it would be circumvented.
    I think you are over estimating how difficult it is for each
    developer
    to have their own CF server. You don't have to give up your
    other
    centralized features.
    Each developer CF server can easily connect to the one remote
    database
    server. Creating and sharing DSN configurations are not hard
    manually,
    sharing the dsn xml files and or creating CAR archives and
    installing on
    each machine.
    Each developer CF serve can use a centralized file server as
    the web
    root|source directory so the code is actually centralized
    though it
    might be executed by 4 different servers at any given time.
    IIS can also be configured remotely if you would like
    everybody to use a
    common web server which could also be the common file server.
    But this
    would be a bit weird and unusual. But it is technically
    possible. You
    would just need to use ports or host headers to create a
    differnt IIS
    website for each developer that connects remotely to their
    development
    CF server.
    I really don't recommend that last suggestion but it is
    there.
    P.S. The developer version of CF is restricted to two IP
    addresses and
    th local host..... wink wink nudge nudge.

  • URGENT: Deployment of ADF UIX application to Oracle App Server 10g

    Hi,
    Please let me know of documentation of how to deploy an ADF UIX application developed using Jdeveloper9.0.5.2 to Oracle Application Server 10g.
    I have already created an WAR and EAR deployment profile. and also an ORacle APp server connection from the connections tab in Jdeveloper.
    Thanks a lot.

    Have a look at the JDeveloper online help (F1) there is a complete chapter about deploying:
    http://helponline.oracle.com/jdeveloper/help/state/content/destination.2%7E9%7E1%7E6%7E/navSetId.jdeveloper/oldNavId.0/navId.0/oldNavSetId.jdeveloper/
    Basically you need to deploy the ADF runtime libraries (use the ADF Runtime Installer), and then deploy your WAR.

  • Oracle ADF application Deploymet Guide Preparation-Needed Inputs

    Hi all ,
    I need to prepare deployment guide for deploying Oracle ADF  11g Application in weblogic server 10.3.5  and Oracle Database 11g.
    Please provide your inputs for me  in preparing the deployment guide. From where should i start and what things i can incorporate in the guide.

    A good starting point is the doc http://docs.oracle.com/cd/E28280_01/web.1111/b31974/deployment_topics.htm#CHDJJDDG
    This should get you started.
    Timo

  • Enterprise Java-Based Application Development

    This company appears to be doing some rather interesting things for Java based enterprise application development. Looks like you can build apps much faster than any traditional method I have seen...can build work flows too.
    http://www.veloxtp.com

    Not sure if this helps.... ( It only will help if you are some how using Javascript to talk to the applet. )
    Macintosh computers do not support "LiveConnect" in any of their browsers. So if you are using Javascript to interact directly with the applet, i.e., to modify properties on the applet itself, then you're out of luck.
    http:\\www.unix.org.ua/orelly/web/jscript/ch19_01.html

  • Oracle ADF Business Service Layer Technologies

    Hello,
    We are building an online shopping mall/site that is expected to receive order volume of 50-60 thousand orders per week. So obviously, data traffic generated by the site will be pretty heavy. The technology set we are supposed to use is Jdeveloper 10g with ADF. Currently ADF business service layer offers following set of technologies. The question is which of following technologies meets these four criterias the BEST? (1) Security, 2)24x7 Reliability and Maintenace overheads (3)Speed /Performance of the server response to client requests (4) integration with Oracle database.
    Please advise. Any technet/metalink oracle document that compares these various business layer technology would be great indeed.
    Business service technologies that I am talking about is mentioned below
    Enterprise JavaBeans (EJB) Session Beans
    Since most J2EE applications require transactional services, EJB session beans are a logical choice because they offer declarative transaction control. Behind the EJB session bean facade for your business service, you use plain old Java objects (POJOs) or EJB entity beans to represent your business domain objects. JDeveloper offers integrated support for creating EJB session beans, generating initial session facade implementations, and creating either Java classes or entity beans. You can also use Oracle TopLink in JDeveloper to configure the object/relational mapping of these classes.
    JavaBeans
    You can easily work with any Java-based service classes as well, including the ability to leverage Oracle TopLink mapping if needed.
    Web Services
    When the services your application requires expose standard web services interfaces, just supply Oracle ADF with the URL to the relevant Web Services Description Language (WSDL) for the service endpoints and begin building user interfaces that interact with them and present their results.
    XML
    If your application needs to interact with XML or comma-separated values (CSV) data that is not exposed as a web service, this is easy to accomplish, too. Just supply the provider URL and optional parameters and you can begin to work with the data.
    ADF Business Components.
    These service classes are a feature of the ADF Business Components module, and expose an updateable dataset of SQL query results with automatic business rules enforcement.
    Thanks
    Ruchir

    So the quote says "technologies Oracle recommends to J2EE developers" which is correct - if you are an experience Java EE developer the TopLink/JPA/EJB stack should be your choice however if you are coming from a 4GL/Enterprise developer background then the recommendation is here:
    http://download.oracle.com/docs/html/B25947_01/intro002.htm#sthref21
    For enterprise 4GL developers building new web applications, Oracle recommends using JavaServer Faces for the view and controller layers, and ADF Business Components for the business service implementation. This combination offers you the same productive J2EE technology stack that over 4000 of Oracle's own enterprise 4GL developers use every day to build the Oracle E-Business Suite. Since its initial release in 1999, several thousand external customers and partners have built and deployed successful Oracle ADF-based applications as well. Both now and in the future, Oracle and others are betting their business on Oracle ADF with ADF Business Components.
    And yes ADF BC can be exposed as EJB - but this is usually only used for remote deployment of ADF BC when they are on another server than the UI code - for example when using Swing.

Maybe you are looking for