Load more posts
IT Engineer passionate about the growing influence of IT. I've had the opportunity to work on full stack leading technologies, SOA, SCM, CRM, transformation and innovation missions with several clients of different sectors including Telecommunication, Insurance, Finance, Energy and IT Expertise. In this blog, i'll be sharing about my interest in understanding organizations, IT Architecture and day to day technical issues you may encounter. To learn more about me please refer to : www.linkedin.com/in/cedricleruth
Companies often want to implement a Jenkins or Gitlab pipeline to improve their development quality and automate their continuous testing. Companies will then often migrate their source control…
The following error can occur when deploying an Oracle ADF to a newly installed weblogic 12c or 11g server : Most of the times this error is simply…
It’s pretty common to have to convert an org.apache.myfaces.trinidad.model.UploadedFile to a java.io.File when working with an ADF <af:inputFile>. Working with a java.io.File being the only way to retrieve…
“you’ll often have a requirement to customize it by adding a specific user instruction in a tooltip(shortDesc) or placeHolder(watermark) in the ADF table column filter header” From my…
The java.sql.SQLException: Invalid column index often occurs in ADF when your ADF View Object(VO) get desynchronized while adding a new column to an existing Entity object(EO). After adding…
If you’ve read my others Oracle ADF how-to article, you know that I always highly recommend using the JSFUtils and ADFUtils open source class for ADF. Those are…
One of the usual scenario in Oracle ADF is to need to set the value of a JSF View Object binding attribute programmatically in a Java Bean triggered…
Running a commit or a rollback when a user trigger an Action Listener in your java Bean is the first thing you’ll need to know in Oracle ADF….
One of the best ways to enhance your ADF applications UI is to add some excellent Javascript library and to call them in your Java Bean‘s action. For…
One often has to use JDeveloper when working on Oracle Technology. So you’ll be surprised to discover that while your development computers may allow up to 8Gb or…
You often need to filter and modify the where clause of your view object programmatically in your controller bean depending on a user action. (for example, a click…
When one of your attribute in your View Object is a List Of Values, ADF will add an unselected element that will be shown as the default value….
In ADF, we often have to retrieve a column value from a table selected row from outside this table. If this table iterator is available on the current…
This kind of java.lang.IllegalStateException exception are triggered when some Java code is executed after a forward(), sendRedirect() or sendError(). You can refer to this StackOverflow thread to learn…
Yesterday, I shared a quick tip on how to apply a ViewCriteria in your ADF Controller project. ( www.cedricleruth.com/how-to-apply-a-viewcriteria-programmatically-in-adf/ ) And if you’re using this snippet, you may…
As described in the Oracle documentation here, ADF BC uses its own row consistency enforcement mechanism : 4.10.11 How to Protect Against Losing Simultaneously Updated Data At runtime,…
Hosting a WordPress blog/website on the AWS EC2 platform can be pretty useful when you know how to maintain Linux servers and want to keep your cost down….
[03:58:41 PM] Deployment cancelled. [03:58:41 PM] —- Deployment incomplete —-. [03:58:41 PM] == ERROR: No Java EE modules detected in EAR archive. Deployment aborted. == (oracle.jdevimpl.deploy.ear.WeblogicAssembler) This error…