adf

ADF Business Components thru RMI Vs EJB and Toplink

I was wondering what the differences would be in implementing remote business logic. Currently we are planning on using ADF to develop front-end web apps (moving from Struts). We were wondering what the differences between the front end calling EJBs using Toplink vs ADF Business Components thru RMI in terms of scalability as the migratio...

How do I deploy an ADF Business Component?

I wish to deploy an ADF business component to the middle tier and call it using RMI. I just cannot find any good documentation on this! Any help would be greatly appreciated. ...

Can we configure Oracle ADF Faces to produce valid XHTML?

We are using Oracle ADF Faces in a new web project. I am always looking for an unobtrusive user experience with progressive enhancement and valid XHTML output. It seems however that ADF Faces produce ugly, non-validating (table based) html output that reminds me of 1994 when using their standard components. Is there a way to configure A...

Oracle ADF on JBoss: Wrapped Jdbc Connection problem.

I'm trying to run an application using Oracle ADF Business Components on a JBoss Server. I've maneged to deploy it, but when I try to load the page I get this: java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6 cannot be cast to oracle.jdbc.OracleConnection Is there a way solve this? Maybe configur...

Oracle ADF Gantt chart

I am just starting to learn ADF and I am tasked with examining how ADF's gantt chart works. I have completed Oracle's tutorial of it, however I feel that all the tutorial teaches is how to use the tutorial. Basically I am looking for a good tutorial to show how from an empty project: create a collection of dummy data [ not from a data...

ADF Custom Components

Where is the best place to find custom compnonents? Ideally a repository, as opposed to finding a few here and there. We are currently about to re-design our look and feel UI for about 200 forms and we were hoping to find a lot of custom components... We were told they were everywhere by the pre-sales architect but even a simple google s...

Is Oracle BC4J Still Supported?

We need to move from OAS 9.0.4 to JBoss and we want to take our BC4J application with us. I'm looking for information on the supportability of BC4J on our new platforma and what licenses would be required. ...

JSF Faces Bridge get java.lang.NullPointerException when deploying to oc4j container

I am running JDeveloper 10.1.3.4 with the webcenter pre-configured oc4j. I'm trying to portletize a vanilla JSF webcenter project. I create a application using the webcenter application template. Add a JSF JSP, simple called it index with all the default values. Add a deployment profile and deploy to local oc4j navigate to the jsf pag...

adf - howto modify components in tree?

From the jsf 1.2 revB mrel2 spec: bottom of page 65 ■ It must be possible for the application to programmatically modify the component tree at any time during the request processing lifecycle (except during the rendering of the view) and have the system behave as expected. For example, the following must be permitted. Modification of th...

Junk from vendor libraries flooding log4j

How can I best prevent these libraries from flooding my own apps log4j bus? I do not want to set everything to ERROR, but at this rate the vendor library is flooding up the log file at a rate of about a gig/day. I do not want it to log anything to this file... ...

Calling @EJB from JSF Managed Bean

Hi, We are using JDeveloper 11g. Both a Model and ViewController project that makes use of ADF fusion and what not. My web-xml has an ejb reference for a statfull session ejb. I have a managedbean that's declared in faces-config. I am trying to access a EJb from inside the managed bean. I declare @EJB (name ="LocationServicesEJB") p...

ADF exception JBO-27014 in an editable table with LOV column

I'm working with ADF BC 10.1.3.4, I've 2 pages, a search page that forwards to a detail page with showOneTab component. In the first tab I've an af:table (Editable) with all controls available, Add, Delete & Commit The first column contains a LOV (SelectOneChoice) for each row. The issue scenario is as follows, Search for a school, sele...

Why EO validate is called twice with wrong values?

I'm working with ADF BC 10.1.3.4 I have a page with af:table (editable) with Commit button. I've added a custom method validation on the underlying Entity Object (Attribute Validation), If wrong value inserted & commited, the validate method is called twice, and I have a duplicated error message on the UI. Also, after updating the cell t...

Multiple JSTL Versions in Weblogic J2EE App

Hello! Thanks in advance for taking a look :) I'm hard at work on a J2EE web app (in JDeveloper) and recently added some functionality that required JSTL, and I've hit a little bit of a snag. Whenever I try to deploy my war on Weblogic 11g, I get the following error on the console: [02:05:43 AM] Must choose only one of libraries: ...

JSF password confimation validation using ADF 11

How can I create a validator that validates if the user inputed the same values in the password field and the password confirmation field? I did it in the managed bean, but I prefer to do it using a JSF validator... The real question is, how to create a validator that access other JSF components other than the component being validated...

ADF Faces 11g ignores the template when it navigates to the same page

Hi, I'm using ADF Faces 11g\JDeveloper 11g to develop a web application and using Weblogic 10.3 to deploy it. I'm having some issues when I navigate to the same JSP page. Example: I have a page using a template: <f:view> <af:document id="d1"> <af:form id="f1"> <af:pageTemplate viewId="/base/te...

skip jsf lifecylce phase

Hi, How do I short circuit the jsf lifecycle so that the response is rendered before any model updates? In the diagram of page 59 of this document JSF Spec V1.2 RevB, it shows that you can skip from the "Apply Request Values" phase directly to the "Render Response" phase. How do I do this? I've got a PhaseListener hooked in, but not s...

Submitting only part of a page in ADF Faces?

How do I submit only part of a page in ADF Faces? ...

What is the difference between ADF and JSF?

I'm quite new to Oracle's ADF and wonder what is the difference between ADF and Sun's reference implementation of JSF? ...

How to disable single radio button on JSFX page?

I have a customer who created an Oracle ADF/JSF 1.1 application. On one of the pages they have a table with first column as an enabled mutually exclusive radio buttons. I had to enhance the page and add the total line with disabled radio button. How can I disable it in Bean class or on the page without using JavaScript? I've tried to ...