OEPE support for ADF 11.1.2.x (11g R2)

Hi there,
Are there any plans to release a (preview) version of OEPE that supports ADF 11.1.2.x (i.e. ADF with JSF 2.0 / facelets)?
Thanks,
Murray
Edited by: 974848 on Dec 4, 2012 2:56 AM

In ADF 12c there would be conversion from JSPX to Facelets. Hence, you could create JSPX-based templates today in OEPE and they would be migrated to facelets in the moment we support ADF 12 in OEPE.
Nonetheless, to set up the right expectations: ADF Faces templates will work on facelets which does not imply ADF Faces template = Facelets Templates. As you might now we provide templating capabilities since the first release of ADF 11g. Are you looking into specific features of Facelets templating? perhaps I can validate internally if we cover them on our side on the ADF Faces templating.
By the way are you currenly using OEPE with ADF?
- Juan Camilo
Edited by: Juan Camilo Ruiz on Dec 13, 2012 2:18 PM

Similar Messages

  • Can anybody explain what is support for ADF Project and to solve the Issues

    Hi,
    I am new to ADF and i am currently associated to ADF Support Project.
    Can anybody explain what is support for ADF Project and to solve the Issues when the ADF Project is in Live.
    we are getting the Tickets for the Issues.
    Thanks in advance.

    I agree with Timo.
    It depends on the size of the project, user base, technologies, etc. We use lot of technologies in fusion middleware stack. We get tickets in many areas.
    In your case, it could be anything like user training issues (user may not know how to use the some system features), browser issues like blank screen, bugs in code like JBO errors (failed to validate, another user has changed row, failed to lock the record, NullPointerException, IllegalArgumentException etc), business logic issues, page may not render properly, performance issues, partial commit issues, application server issues, authentication issues. If you use web services you might get web services related problems.

  • OEPE support for Weblogic Portal 10.3.0?

    Hi,
    I was referred to this forum by Konstantin:
    replace Oracle Workshop for Weblogic with OEPE?
    Does anyone know if Oracle Enterprise Pack for Eclipse has tooling support for developing portlets/portals for Weblogic Portal 10.3.0?
    Kevin

    Thanks for your reply, Brad. It is WLP 10.3.
    Unfortunately, since other components of the Oracle stack that we use are unsupported by OEPE, OEPE isn't going to be an option for us:
    OEPE support for ODSI 10gR3?
    OEPE support for OSB 10gR3?

  • 11gR1 : ADS Support for ADF BC

    Hi All ,
    Bumped on a few old posts by Jan and found that there is a documentation bug in Oracle Documentation and Oracle doesnot yet support ADF BC with ADS.
    See Frank’s comments in this post :
    https://forums.oracle.com/thread/2199726
    Also , in the same post Frank mentions that below example is the best way if you need to do it using ADF BC :
    Example 156  here : https://blogs.oracle.com/smuenchadf/resource/examples (I now remember myself and Amulya trying it and it works though not sure if it’s ok to use a shared AM as a practice).
    Also there is another post which describes the same:
    https://forums.oracle.com/thread/1030213
    These posts are a few years old , so wanted to confirm that the part about Oracle not having support yet for ADS when using ADF BC still holds true.
    Can someone please confirm specifically part below -
    Frank Nimphius wrote:
    ... Again, using ADS with ADF BC exposed through the ADF binding layer is not yet supported to work other than what is documented on Steve Muench's website: http://blogs.oracle.com/smuenchadf/examples/ --> sample 156
    When you use ADS, then you actually wrap the component binding class. When a push is sent from the server to the client then this does not go through the binding filter (as it is not a client request), which means the FacesContext and the BindingContext (as far as my testings go) are not available. So unlike you hook up ADF BC directly to ADF Faces with using ADS, I suggest you go for sample 156. Note that we are aware of this requirement and there is work done on providing this feature out-of-the box for ADF BC. However, this does not have a release date yet and in fact hasn't left the stage of prototyping.
    Frank

    Hi  Frank ,
    Yes there was a question within the above post -
    These posts are a few years old , so wanted to confirm that the part about Oracle not having support yet for ADS when using ADF BC still holds true.
    Can someone please confirm specifically part in italics in above post .
    Thanks
    Sudipto

  • How to create support for ADF unsupported locale?

    Hi,
    I am working with JDeveloper 11g tp4 and I would like to add support for fo locale (which I've seen that is currently unsupported in adf). I've written a MessageBundle_fo class in oracle.adf.view.faces.resource package extending java.util.ListResourceBundle but seems not enough (In a jspx page I have a form with a number inputText; when run, only the loading image is shown and no message is displayed on server log.. changing the locale in faces-config.xml to one of the supporting locales, works just fine).
    Any guideline is welcome.
    Anca

    Hi,
    Thanks for your reply.
    I have downloaded the workspace containing the sample application from the address you provided. I have done the following changes to the application:
    1. Created AdcsResourceBundle_fo.java in the same package as AdcsResourceBundle.java
    2. Configured locale in faces-config.xml
    <locale-config>
          <default-locale>fo</default-locale>
          <supported-locale>fo</supported-locale>
        </locale-config>Indeed the messages are taken from AdcsResourceBundle_fo.java (I've tested the PanelCollection), but the problem with the number inputText is still there.
    Test scenario:
    Drag and drop DepartmentsView1 from Data Control to showDetailItem 1 in Table.jspx -> Create -> Forms -> ADF Form
    When the page is run, the 'Splash' image and 'Loading..' remains on the browser window and nothing else happens. And again, no messages in the server log.
    Is there anything else that needs to be configured?
    Anca

  • Support for ADF Faces

    Hi Everyone,
    We are planing to use ADF Facses for our upcoming prjoject. so for that we want some sample application or demonstration because the list of component is available in the oracle site is not very rich may be not updated, how can i get detail information about ADF Faces.
    How to get latest trial version of ADF Faces and how to configure ADF with MYEclipse
    Thanks
    Meraj

    Meraj,
    ADF Faces components are as they show in the JDeveloper 10.1.3.3 component palette. The Apache MyFaces open source project Trinidad contains new components that will be in JDeveloper 11. Note that unlike other vendors, Oracle doesn't make trial versions available but always the full version (we don't mind developers using our stack for longer than 30 days ;-) ).
    To configure ADF Faces in Eclipse, just make sure you have MyFaces or JSF-RI installed in Eclipse and adf-faces-api.jar and adf-faces-impl.jar configured for ADF face. The adf-faces-impl.jar fiel contains the tag libraries
    Frank

  • Webcenter Portal Support for ADF Mobile Browser

    Hi All,
    I am currently working on an ADF Mobile Browser Application for WebCenter Portal.
    The main issue I face is that WebCenter has some really powerful taskflows and connectors. Is it possible for us to make use of these taskflows in ADF mobile browser? It seems that when used within the trinidad framework, the taskflows are broken.
    I understand from documentation that "Except for page fragments, pop-up in dialogs, and region support, you can use the ADF task flow to develop ADF Mobile browser applications. ADF Mobile browser application that use the ADF task flow only support the trinidad-simple skin family"
    Does this mean that taskflows that use the page fragments, pop up dialogs dont work or that you cant use them within jsff and pop ups?
    Sincerely appreciate any help! thanks

    Hi,
    You can reuse taskflows but you need to modify jsff pages with trinidad components.
    Thanks,
    Minal

  • RMS Client support for ADFS 3 with MFA

    We are using Azure RMS. The Users are synchronized from on-premise AD onto Azure AD. If we configure the Relying Party Trust for Azure RMS authentication with MFA (Multi-Factor-Authentication like SMS, OneTimeToken...), the User couldn't login from a Windows
    Client with the RMS Client installed.
    The reason is, that RMS Client only ask for username and password. A another box for OTP, SMS Code and so on doesn't appears.
    Because the login into Azure RMS to get access to protected documents is very sensitive, it should be able to using MFA with the RMS Client.
    Are there a timeline to implement MFA support in the RMS Client (e.q. for Windows)?
    Thanks for your help.

    Office apps have historically required app passwords since they didn't support MFA. Newer Office apps are now using modern authentication that allow sign-in through ADFS and/or Azure AD. If MFA is enabled in Azure AD for federated accounts, the primary
    authentication should be done by ADFS, after which Azure AD will perform the MFA. The new Android apps came out later than the new iOS apps. There is a blog post put out by the Office team with details on the modern auth for their apps at
    http://aka.ms/officemodernauth.

  • SQL 2012 support for ADFS 2.0

    We recently upgraded to SQL 2012 Enterprise from SQL 2008. Since that happened we are now seeing errors when trying to create Relying Party Trusts in our ADFS 2.0 environment.
    The error is as follows:
    An error occurred during an attempt to access the AD FS configuration database. Error message: Exception of type 'Microsoft.IdentityServer.PolicyModel.Client.StorageOperationException' was thrown.
    That brings 3 specific questions:
    1. Does ADFS 2.0 support SQL 2012 as a backend?
    2. Can we move the AD FS configuration database back to WID?
    3. If the answer to question 2 is yes, how do I do it?
    Thanks in advance for any help or suggestions.
    Just a Network Administrator in a Developers World

    Hi Boomer,
    There is no official document published about incompatibilities between AD FS 2.0 and SQL 2012. Though many people have issues about this combination, please see this thread below:
    ADFS 2.0 + SQL 2012
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/6842274e-dca6-423d-9ddb-f5949fa83076/adfs-20-sql-2012?forum=Geneva
    In the meantime, SQL Server 2012 is supported with AD FS 2.1 for sure, you can try to upgrade AD FS 2.0 to AD FS 2.1 if the issue persists.
    In addition, I couldn’t find any resource about migrating AD FS configuration database from SQL to WID, only the other way around.
    More information for you:
    Federation Server Farm Using SQL Server
    http://technet.microsoft.com/en-us/library/gg982487.aspx
    FAQ on ADFS - Part 1
    http://blogs.technet.com/b/askpfeplat/archive/2013/07/22/faq-on-adfs-part-1.aspx
    Best Regards,
    Amy

  • Ipad support for ADF

    Guys,
    I'm running an adf project locally from Jdeveloper in 11.1.1.6.
    I replaced 127.0.0.1 with the ip address of the machine and tried running from IPAD (which is connected through LAN).
    Though am able to access the application from IPAD, the menu's and button's are not responding.
    I think the touches are not recognized properly. But if i deploy the project to our development server, its working perfectly.
    My question is 'when we run the project from jdeveloper, (and try to access from ipad) why the application is not working properly from touch devices ?'

    Do you by chance have '.jspx' at three end of the url you call to access the application?
    If yes you should remove it as this would just open the page but don't start the task flow. This would show effect you describe.
    Timo

  • Support for Indian Regional languages in OBIEE 11g

    Does OBIEE 11g support Indian regional languages like hindi, tamil, malyalam etc ?

    Dude,
    NO,it doesnt support any languages mentioned :d ...Y u got this doubt?? any specific requirement to do in regional languages.
    I dint hear anything of that sort,did you come across.
    Hope helps you.
    Cheers,
    KK
    Edited by: Kranthi on Jan 13, 2011 3:21 AM

  • AXAJ: support for old versions of browsers?

    Technilac preview version supports IE7, FireFox2 only.
    Are there plans for supporting old versions in future?

    IE 6.x support for ADF faces rich-client components..
    (there is no plan yet to support IE 6)

  • TimesTen Cache Connect support for Oracle 11g

    The latest 7.0.5 readme mentioned that "Oracle Release 11gR1 is supported with TimesTen Cache Connect to Oracle on Linux x86 32-bit and 64-bit platforms, and on Windows 32-bit."
    What about Solaris 10? It looks like on Solaris 10 only Oracle 10gR2 being supported. What is so specific about Oracle 11?
    Thank you,
    Alex

    TimesTen 7.0.5 can be used to cache data from different versions of Oracle database.
    The reason why the support for Solaris, AIX, and HP-UX were not at the same time as the Linux platform was because Oracle database 11g was not available on those platforms initially. So TimesTen 7.0.5 was certified to support only the ones available first, and support for other platforms was added as 11g became available on those platforms. It was just timing of the certification, code base is the same.
    Susan

  • Wiki & blogs 10gr3 support for MSSQL

    I am deploying Webcenter 10gr3 wike and blogs on weblogic 10gr3. I am using Microsoft SQL as my database. The script included in the owc_wiki war file is for use on Oracle DB only.
    1 - Is there a script to create the schema on MSSQL
    OR
    2 - Is there a way to convert Oracle.sql script to be used on MSSQL
    thank you,
    Enzo

    I believe that non-Oracle databases are not supported for a WebCenter installation. [WebCenter 11g documentation|http://download.oracle.com/docs/cd/E12839_01/install.1111/e12001/install.htm#CHDFJAHB] explicitly states that it requires an Oracle database, I was unable to find a similar document for 10g but I assume this requirement hasn't changed.
    Regards,
    Joonas

  • Future support for using PL/SQL core business logic with ADF BC

    We want to migrate our large Forms client/server (6i) application to ADF, possibly using a migration tool like Ciphersoft Exodus.
    One scenario could be to use ADF BC and ADF-Faces or a different JSF-Implementation for presentation and business layer but keep our heavy PL/SQL-businesslogic inside the Oracle database in packages, triggers, functions and procedures.
    This scenario could be chosen due to the huge amount of interconnected logic inside the database (10 years of development; no technical components; any package may access any table and more of this kind of dependencies). The business logic nowadays held in Forms client will be moved mainly into the database as a prerequisite to this scenario.
    Choosing this "keep-logic-in-DB"-scenario we need a good support by ADF BC to do so. We know and prototyped that it is possible to call some PL/SQL via JDBC from ADF BC and it is possible to use stored procedure calls for standard business entity data access (ins, del, upd, ..). But this does not solve our problems. We want to reuse core business logic coded in PL/SQL. This is much more than change the ADF standard behavior for an update with an own PL/SQL-call.
    Now my question:
    Will there be a kind of sophisticated support to use ADF BC in combination with database-kept logic?
    If so, when will this happen and how will the common problems of transactional state inside the database and inside the ADF BC be solved? Any plans or ideas yet?
    Many other clients do have similar applications built in Forms and PL/SQL and would be glad to hear about a path of direction.
    I've read the technical article 'understanding the ADF BC state management feature' which you have contributed to. One current limitation is pointed out there: Using PL/SQL with ADF BC limits ADF AM pooling to 'restricted level' which reduces scalability.
    Are you aware of additional main problems/tasks to solve when using PL/SQL heavily with ADF BC, which we have to think about?
    Thank you for any response.
    Ingmar

    My main problem is two 'concurrent' areas holding state in an application system based on DB-stored PL/SQL-logic in combination with ADF BC.
    For a new System everything can be made ok:
    Sure, it is possible to build a new system with the business logic included in ADF BC only. All long-living state will be handled in the BC layer ( including support for UnitsOfWork longer than the webside short HTTP-requests and HTTP-sessions and longer than the database transactions.
    For an old system these problems arise:
    1. DB data changes not reflected in BC layer:
    Our PL/SQL-logic changes data in tables without notifying the ADF BC layer (and its cache). To keep the data in ADF BC entity objects identical to the changed database content a synchronization is needed. BC does not know which part of the application data has been changed because it has not initiated the changes through its entity objects. Therefore a full refresh is needed. In a Forms4GL environment the behavior is similar: We do frequently requeries of all relevant (base)tables after calling database stored logic to be sure to get the changed data to display and to operate on it.
    -> Reengineering of the PL/SQL-logic to make the ADF BC layer aware of the changes is a big effort (notifying BC about any change)
    2. longer living database transactions
    Our PL/SQL-logic in some areas makes use of lengthy database transactions. The technical DB-transaction is similar to the UnitOfWork. If we call this existing logic from ADF BC, database state is produced which will not be DB-committed in the same cycle.
    This reduces scalability of ADF BC AM pooling.
    Example:
    a) Call a DB-stored logic to check if some business data is consistent and prepare some data for versioning. This starts a DB-transaction but does not commit it.
    b) Control is handed back to the user interface. Successful result of step a) is displayed
    c) User now executes the versioning operation
    d) Call another DB-stored logic to execute the versioning. DB-transaction is still open
    e) Business layer commits the transaction automatically after successful finishing step d). Otherwise everything from a) to e) is rolled back.
    -> redesign of this behavior (= cutting the 1to1 relation between LogicalUnitOfWork and the technicalDatabaseTransaction is a big effort due to the big amount of code.

Maybe you are looking for