ADF/BC Swing  PasswordChangeDialog

Hello,
is there an easy way to create a Password Change Dialog for Database Users?
ak

Aku,
Yes there is.
John
Oh, you wanted to know what it is? Simply create your dialog and have it issue the appropriate "alter user identified by" statement.

Similar Messages

  • How to give JASS Security to ADF BC Swing Application.

    Hello Friends,
    ->I read lots of threads about JASS Security in ADF about Web Application.
    ->But i am not getting any solution/Document Which explains, How to Implement JASS Security to ADF BC Swing Apllication.
    -> I Will Explain Which type of application we developed.
    We had developed one Whole ERP Product by using ADF BC [Swing] Technology.We have 480 Forms in our Application.Now i need to give security to my Application.
    ->I Will Explain Structure of Application.
    We have seperate Application Module for each form means i have 480 Application Modules in my application.I create seperate session beans for each Application Module and I deploy it on Standalone OC4J Server
    So please friends help me out to give security to my application.
    Thanks in Advance.

    Hello Franks
    First thanks for your reply.
    --> As you suggested two options for me but i would like to go with second option.
    JAZN with ADF BC.
    ---> As you said i need to do jbo.security.enforce property set to "auth".but currently i made it "Test" to trace login user means to set History Columns.
    --->Frank i am waiting for your documents.If you have documents in the format of how-to-do then Please Forward me.
    Thanks Frank

  • Oracle ADF or Swing

    Hi,
    I am new to ADF.I am trying to create a simple desktop based application which will basically read/update XML file.
    Which stack do i need to Oracle ADF desktop Application or Simple Swing.

    Hi,
    if the requirement for the application is just like: run it on the desktop machine, to have some input form where the user fill in the source of xml file, some other parameters, then submit that form, then application will process something and store the result to the file or on the screen then use only simple Swing - you do not need any ADF libraries.
    regards,
    Branislav

  • URGENT! Need To set a ADF Swing JCombo Editable to enable copy/paste

    I bound a LOV to a VO column with a Jcombox Box but want to render teh Combo editable . The JTable was completely egenrated by ADF Swing wizard.
    Please help
    Thanks
    JO

    Hi,
    Thanks for the quick answer.
    I have a VO and created an ADF runnable SWING table panel.
    I want a column of the VO to be populated by a LOV, so I added a transient attribute to bind the LOV datasource attribute to the VO attribute in question.
    But I do not want to select the value for each row, So I want to be able to copy/past rows to the Jtable so that the select combo value is set and the VO attribute as well.
    Hope it clarified.
    Thanks
    JO

  • ADF and 100 tables

    Hi
    I'm new in ADF technology so I suppose my question is very simple.
    How can I create ComboBox witch have a fields with all tables in databes??
    I don't wont write manually, but I want that my application read all tables from database (JDBC connected)!!
    Then if I choose one of them the NavigationBar will be for selected table..
    If something is not clear pleas ask me, because my english is not very good :/
    Thank you for help.

    Shay:
    Could you give me more details or links where this is explained??
    Sorry but I'm new in ADF and Swing technology..
    Frank:
    I want to modify, add and erase rows in tables which someone select that table in ComboBox..
    For example I want to do something like this:
    http://www.oracle.com/technology/products/jdev/viewlets/1013/ADF_Swing_viewlet_swf.html
    but in ComboBox I must selected tables with my database!!

  • ADF BC : JMX : ApplicationModule MBean ?

    hi
    Is there any JMX (Java Management Extensions) MBean available (from Oracle or someone else) that provides information on a running ADF BC application?
    I think this could be convenient to examine the state (pooling info, object instance stats, queries executed, ...) of an ADF BC (Swing) application.
    regards
    Jan Vervecken

    Jan,
    There is an AMPool MBean in 10.1.3.1 Developer's Preview, but it was created for internal use only by some Oracle Application's team building a management GUI on top of it. Due to its internal-only nature, it doesn't come pre-installed. It's not clear if it will be removed in the final 10.1.3.1 production release at this point.
    Seems like the full publically-accessible MBean story is slated for the 11g release, even though some internal work has already been done in the 10.1.3.1 timeframe.
    That's my latest info on this subject. Hope it helps.

  • Create tooltip on Previous and Next button in ADF UI

    Hi,
    I have a question on how to create tooltip on Previous and Next button in ADF UI.
    The tooltip for Previous button shows previous record id and previous record name.
    The tooltip for Next button shows next record id and next record name.
    How can you get previous and next record info easily when you are on the current record?
    Thanks,
    Jenny

    Hi,
    which ADF UI, Swing or Faces ? Note that on Faces the tootip is set cia "shortDesc" property
    Frank

  • ADF BC standalone app and JDBC data source

    Hi,
    I have created a small ADF BC (swing) application that is not using ANY application server. It's just a small rich client app. It's using a table on an Oracle database. In JDeveloper I have set the Connection Type in the AppModule to JDBC URL and thsi works just fine.
    However, using that method makes it impossible to deploy the app sinice the JDBC URL is hardcoded. I thought changing the Connection Type to JDBC DataSource would solve my problem. But now I get the message that the JNDI data source could not be found.
    What do I need to do to make this work? I just want to have the app not being bound to a specific database/host.
    Thank you for any help!
    /Bruno
    (oracle.jbo.common.ampool.ApplicationPoolException) JBO-30003: The application pool (oracle.model.AppModuleLocal) failed to checkout an application module due to the following exception:
    ----- LEVEL 1: DETAIL 0 -----
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-27200: JNDI failure. Unable to lookup Data Source at context FWRK
    ----- LEVEL 2: DETAIL 0 -----
    (oracle.jbo.DMLException) JBO-27200: JNDI failure. Unable to lookup Data Source at context FWRK
    ----- LEVEL 3: DETAIL 0 -----
    (javax.naming.NoInitialContextException) Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial

    Hi,
    as mentioned in the original post there is no application server involved. It's a standalone rich client application which is running locally on the client computer. It just needs to read some data from a database.
    /Bruno

  • How to create a specific  master detail

    hi,
    my problem is that i have 3 tables(tab1,tab2,tab3);
    tab1 is master of tab2.
    tab 2 is master of tab3.
    i would like to make a master detail page between tab1 and tab3 without using tab2.
    i am using jdev10.1.3.2 and ADF BC Swing.
    can you help me.
    7rouz

    i've the same kind of treatement in my application.
    i did it this way.
    i created a view object based on entity tab1.
    i created a view object based on a join of entities tab2 and tab3
    (don't forget to create associations between your 3 entites first)
    i then created a viewlink between these two views.
    In the application module, i added the first view and then the second view via the first view.
    You can then use this to created your master/detail relation from the data control palette.
    hope it helps.
    J.

  • Initial thoughts on Jdev 10.1.3 3673 build

    Much better guys...
    Lets be honest 10.1.12 was only going to convince someone who has been locked in a room on a very remote island, and been exposed to nothing but Oracle technologies, that Oracle was serious... but I actually quite like this...
    A little bit about my background:
    Up to very recently I was a IT contractor based in the UK who in recent years has worked with IBM RSA (Eclipse 3 based), stand-alone Eclipse, NetBeans and IntelliJ (which is still by far the best Jave IDE but unfortunately few companies like paying for IDE's these days....). As a contractor I am sure most of you can imagine that although I am not the one who has signed the cheques, I have often been the one who has made the decision on which technology a lot of companies have adopted. (God I am exposing myself to a lot of abuse here!!). I've now "joined the enemy" and gone permie.
    I am pretty new to JDeveloper, although I have toyed around with it in the past; I have usually got so infuriated by its pi$$ poor integration with external tools such as Ant and CVS, and incredibly annoying bugs that I have dismissed it out of hand. However, it is pleasing to see that a lot of the integration issues have been addressed in this issue, and someone in Oracle has finally realised that Java developers refactor Java classes and packages frequently (especially in the early stages of a development), and we would prefer it if doing so did not completely bollox up the project files... Infact - how about actually doing what it says on the tin??
    Well, this version almost does... It still has bugs refactoring models at package level, and I am not completely comfortable with the CVS integration, although it is certainly as good as RSA.
    The benefits to JDeveloper - the ADF BC integration is really good when you get used to it... Oracle should focus on this and help with integrating with it - especially with ADF rich client development, and stop pretending that vendor neutral houses writing thin client web apps might adopt it... Look, we are using Oracle DB, we want Oracle ADF BC, so tell us how to use it efficiently with online help. I have masses of web development experience, and I know how to do that... What I want to do is write a rich ADF JClient/ Swing app with Jdeveloper - Infact, I have got quite a way into doing it now, with not much thanks to the in built help!
    And how about releasing the Dockable window manager you guys use for JDeveloper?? I am currently using JIDE as a dockable window manager, and I would like some alternatives. Obviously I am aware that a lot of the development world is using Eclipse/ SWT for this, and I don't like it per se, but I can live with its annoyances.
    And why have you shipped JDeveoper with JGoodies 1.0.4 when 1.0.5 has been out for ages? (ndeed 1.0.6 is out on the same day as production JDeveloper, but I would n't expect you to have that. ;-))
    I hope this post stimulates some thought and interesting comments.
    Cheers......Dean

    Dave,
    These are some of the things I have noticed about the CVS integration with that are a bit "unusual".
    1) Importing a module - It did not successfully check out the module afterwards... Yet I quit JDeveloper (10.1.3), and then go back in and I could then check out the module.
    2) The update facilty does not always seem to "update" the repository if a file has been recently checked in? However, if I click on the CVS Navigator and expand my repository, and then back to the Application view it then seems to have refreshed my view of CVS, and it will then work. I wondered if this was caused by conflicts with my project files, as JDeveloper does have the nastly habit of updating them frequently... However, 2 other developers have also noticed this, and we have now switched back to updating whole mobules using Tortoise as it just seems more reliable.
    How often does it pole the CVS server??
    On the plus side- I like the revision comparison tab panel. ;-) It is better than most IDE inbuilt CVS diff tools I have seen - not as good as Beyond Compare though.
    About my CVS configuration :-
    Server is on Windows 2003, using CVSNT (latest version - 2.5.03 I think I installed).
    Client - I changed my CVS executable to be the one shipped with Tortoise CVS, as I have it installed, and I wanted the ability to view my repository from the CVS navigator (I don't think the one shipped with Oracle 10g lets you do this). Client version is 2.5.02 I think... I would have to check that as I writing this from home.
    Oh, and I have a CVSROOT environment viarable set, which lets JDev setup my CVS connection automatically.
    I hope this info helps.
    Cheers.....Dean

  • Load Error - Business Components

    I created a project that has business components and when I close down JDeveloper and reopen I get the following message below
    More Information:
    We use a central objects and import them into each project that must use them. I am assuming that the issue is the projects are not seeing the central ADF Objects. But I would like to know how to Fix this without rebuilding everything all over again....
    JDeveloper Version: 10.1.3.0.4.3673
    Enviroment: Creating ADF Client ( Swing ) Application
    Error Messages:
    Object prices.phoenix.conformity.adf
    Project: xxx
    The following object refeered to object that could not be found:
    Prices.phoenix.conformity.adf.CProductOfferView
    Could not find the following objects:
    Prices.phoenix.dbo.Banner
    Stack Trace:
    [ pre]
    oracle.jbo.dt.objects.JboException: The following object(s) referred to
    objects that could not be found:
    prices.phoenix.conformity.adf.C_ProductOfferViewEx
    Could not find the following referenced object(s):
    prices.phoenix.dbo.Banner
    at
    oracle.jbo.dt.objects.JboException.throwException(JboException.java:81)
    at
    oracle.jbo.dt.objects.JboPackage.loadResolveReferencesXML(JboPackage.jav
    a:1397)
    at
    oracle.jbo.dt.objects.JboPackage.finishObjectsLoad(JboPackage.java:1042)
    at
    oracle.jbo.dt.objects.JboPackage.loadFromXMLFile(JboPackage.java:972)
    at
    oracle.jbo.dt.objects.JboPackage.loadFromXMLFile(JboPackage.java:951)
    at
    oracle.jbo.dt.objects.JboBaseObject.loadFromXMLFile(JboBaseObject.java:2
    555)
    at
    oracle.jbo.dt.objects.JboPackage.loadFromXMLFile(JboPackage.java:880)
    at
    oracle.jbo.dt.objects.JboPackage.checkForLoad(JboPackage.java:451)
    at
    oracle.jbo.dt.objects.JboPackage.findContainedObjectByName(JboPackage.ja
    va:440)
    at
    oracle.jbo.dt.objects.JboPackage.findObjectByName(JboPackage.java:1999)
    at
    oracle.jbo.dt.objects.JboApplication.findObjectByName(JboApplication.jav
    a:943)
    at
    oracle.adf.dt.providers.BC4JDataControlProvider.createDataControls(BC4JD
    ataControlProvider.java:153)
    at
    oracle.adf.dt.providers.BC4JDataControlProvider.addControlsToArrayList(B
    C4JDataControlProvider.java:98)
    at
    oracle.adf.dt.DataControlManager.getAllDataControls(DataControlManager.j
    ava:129)
    at
    oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataContro
    lsTreeModel.java:50)
    at
    oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataContro
    lsTreeModel.java:35)
    at
    oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataContro
    lsTreeModel.java:30)
    at
    oracle.adf.dt.controls.treemodel.DataControlsTreeModel.<init>(DataContro
    lsTreeModel.java:25)
    at
    oracle.adf.dt.controls.DataControlsTree.createDataControlsTreeModel(Data
    ControlsTree.java:81)
    at
    oracle.adf.dt.controls.ModelCreator.run(DataControlsTree.java:113)
    at
    oracle.adf.dt.controls.DataControlsTree.internalPopulateFromActiveWorkSp
    ace(DataControlsTree.java:76)
    at
    oracle.adf.dt.dbpanel.DataBindingPanelTree.dataControlSetChanged(DataBin
    dingPanelTree.java:115)
    at
    oracle.adf.dt.DataControlManager.notifyDataControlSetChanged(DataControl
    Manager.java:54)
    at
    oracle.adf.dt.dbpanel.DataBindingPanel.populateTreeIfNecessary(DataBindi
    ngPanel.java:99)
    at
    oracle.adf.dt.dbpanel.DataBindingDockeableWindow.dockableShown(DataBindi
    ngDockeableWindow.java:140)
    at
    oracle.ide.docking.DockableWindow$ShowHideTranslator.dockableShown(Docka
    bleWindow.java:68)
    at
    oracle.ideimpl.docking.DockStationImpl.fireDockableEvent(DockStationImpl
    .java:961)
    at
    oracle.ideimpl.docking.DockStationImpl.fireDockableEvent(DockStationImpl
    .java:1001)
    at
    oracle.ideimpl.docking.TitledPanel.fireDockableShown(TitledPanel.java:62
    7)
    at
    oracle.ideimpl.docking.TitledPanel.setPageVisible(TitledPanel.java:828)
    at
    oracle.ideimpl.docking.TitledPanel.showClient(TitledPanel.java:758)
    at
    oracle.ideimpl.docking.TitledPanel.setClientVisible(TitledPanel.java:745
    at
    oracle.ideimpl.docking.TitledPanel.setClientVisible(TitledPanel.java:738
    at
    oracle.ideimpl.docking.TitledPanel.loadVisibilityLayout(TitledPanel.java
    :1799)
    at
    oracle.ideimpl.docking.DockPanel.loadVisibilityLayout(DockPanel.java:200
    at
    oracle.ideimpl.docking.AbstractDockPanelHost.loadVisibilityLayout(Abstra
    ctDockPanelHost.java:94)
    at
    oracle.ideimpl.docking.DockStationImpl.onStartup(DockStationImpl.java:14
    08)
    at
    oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1
    353)
    at
    oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java
    :36)
    at oracle.ide.layout.Layouts.activate(Layouts.java:758)
    at oracle.ide.layout.Layouts.activateLayout(Layouts.java:176)
    at
    oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
    at
    oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at
    java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThrea
    d.java:242)
    at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.
    java:163)
    at
    java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at
    java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at
    java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [ /pre]
    Message was edited by:
    cchobanik
    Message was edited by:
    cchobanik
    Message was edited by:
    cchobanik

    Just to let everyone know the issue is a result of this error:
    Compile Errors
    Cory

  • Datetime pickers

    i need to add some time and date pickers to my aplication, it's a jdeveloper 10g adf bc swing application, but i don´t know how to find this pickers, can someone help me?.. i need a tutorial or something like that.

    ADF contains a control called < af:selectInputDate > which ought to do the trick. It seems to pop the calendar up in a separate window, though. The link for more information about the ADF component set is at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/imageIndex.html.

  • Jscrollbar doesn't work

    ADF BC Swing Application
    JDeveloper 10.1.3
    ?? beginner question...
    i have my principal pane (jpane1) with null layout and a lot of components.. the size is bigger than my screensize, i add a jscrollbar to jpane1, but doesn't work, maybe because i need some code lines to do the relation between jpane1 and jscrollbar, but i don't know how to do this, can somebody help me?

    Hi,
    To make this work you need to add JScrollPane (see Swing Containers) first and then drop your jpane1 into it.
    JScrollBar does not scroll a panel but a record set. These are two different conponents.
    Frank

  • Urgent----OC4J Hanging After every 4-5 Hours

    Respected All Oracle ADF Users,
    I Have Developed very large ADF (ADF BC Swing) Application i.e. One ERP Product, It Contains 300 Application Modules (Forms). I deployed this Application as EJB Session Bean on standalone OC4J which is on Fedora Core 3. There is Very Huge Data Entry, Data Fetching through this Application. (Daily 100000 Records Insertions)
    Now problem is, when I start OC4J it goes fine for next 4-5 hours, but after 4-5 hours it get hang or my application get hang .if I restart my OC4J then it will run fine for next 4-5 hours and after 4-5 hours again it hanging ,so in a day I have to restart OC4J 4 times.
    So I can u tell me
    1) Is OC4J not support such kind of large application?
    2) Weather I have to go for Oracle Application Server?
    3) Is there any kind of setting needs for same problem?
    4) Is this an Operating System Problem?
    5) Is this a Server Compatibility Problem?
    Please guide me.
    Thanks

    Hello,
    I ran into a similar problem running an application server instance on a SLES 9 machine. My application was much smaller than yours and it turned out that I was forgetting to release a connection to an LDAP server from Java code. So, I suggest you have a look at all suspicious bits of code first.
    Regarding the going to Oracle IAS, I would certainly advice you to do so.
    Finally, a last piece of experience that I can share with you is that before getting SLES I used to run my application server on SuSE 8.2. While all the required packages were there the ias instance appeared to use all the available system memory. The issue was resolved until I finally installed the Oracle supported SLES.
    If you like the Red Hat "look and feel" but still don't want to get a Linux that requires subscription like Oracle EL, why not try CentOS (www.centos.org) which appears to be a very good Red Hat clone.
    Thanassis

  • Problem-OC4J Hanging

    Respected All Oracle ADF/OC4J Users,
    I Have Developed very large ADF (ADF BC Swing) Application i.e. One ERP Product, It Contains 300 Application Modules (Forms). I deployed this Application as EJB Session Bean on standalone OC4J which is on Fedora Core 3. There is Very Huge Data Entry, Data Fetching through this Application. (Daily 100000 Records Insertions)
    Now problem is, when I start OC4J it goes fine for next 4-5 hours, but after 4-5 hours it get hang or my application get hang .if I restart my OC4J then it will run fine for next 4-5 hours and after 4-5 hours again it hanging ,so in a day I have to restart OC4J 4 times.
    -- Some of ADF Experts said that it is better to go for Oracle Application Server.
    ---But when i go for Oracle Application Server is this problem will not come.
    ---i have set JVM ARGES AS follows in OC4J.
    OC4J_JVM_ARGS="-server -Xms700m -Xmx900m -XX:PermSize=1024m -XX:MaxPermSize=1024m -Doc4j.jms.doGc=true"
    --in some times my 3-4 Tables get Lock(DBLOCK) is this reason that my OC4J get hanged.
    So I can u guide me on .......
    1) Is OC4J not support such kind of large application?
    2) Weather I have to go for Oracle Application Server?
    3) Is this an Operating System Problem(We are using Fedora Core-3)?
    Please guide me.
    Thanks

    There's very little difference between the OC4J component itself that is provide as part of Oracle Application Server and OC4J standalone.
    The Oracle Application Server version benefits from the OPMN infrastructure, which enables the Java process to be configured with settings (as you are doing), provides controls the process (start/stop) and which monitors the process to ensure the configured OC4J instances are available. The OC4J instances are also configured out of the box with a bunch of additional libraries, such as the ADF runtime libraries./
    In general, the recommendation is for sites to make use of Oracle Application Server when they want to make use of OPMN, and the other bits and pieces that come with the application server such as Oracle HTTP Server, single-signon, etc.. However, at the end of the day with respect to OC4J, the application server is really just running and maintaining Java processes with OC4J.
    When you say OC4J is hanging, is it just your application on OC4J, or does the whole OC4J become unresponsive?
    Are there any errors when the OC4J instance is hanging -- are you getting any out of memory exceptions? I see you have configured -Xmx so that may not be an issue.
    It's hard to say any more -- have you done a stack dump and taken a look at the various threads to see if there are any deadlocks?
    If you are experiencing problems with locks at the database level and you have a heavily TP oriented application, that may be an issue with the ADF modules that are accessign them. It's very hard to say from the limited information.
    I'd start with looking at some of the above -- then taking the thread-dump when it does hang and see what sort of state the JVM is in.
    -steve-

Maybe you are looking for

  • How can i add a calender in my form

    Dear all i am using 10G form. I have Date field and a button near to it . I want when i pressed button one calender should display and i can select the date . How can i do this ?

  • Need field for delivery status

    Dear Friends,      I want a field for checking whether delivary opened or completed? Is there any such field available with LIKP table? Regards, Bhavin

  • IDisk - how to always open in LIST VIEW?

    I can't seem to find a way to always open in list view for my iDisk folder, the only option is to always open in icon view. Should I be looking somewhere other than view options?

  • Self training on Oracle BPM 11g

    Hi All, I want to learn Oracle BPM 11g, can some one provide me hands on documents please . Reagards, Rohan. Edited by: user10956358 on Mar 26, 2012 3:09 PM

  • ITunes Store language settings or using an overseas store?

    Is there any way to change the Japan iTunes Store interface to display English instead of Japanese? Or failing that, is there any way to use the US or UK stores if I only have a Japan credit card?