vtkrishn.com
Java | They point the finger at me.. again!
https://vtkrishn.com/category/java
They point the finger at me. again! I'm asking why. Configurations in the web.xml file to maximize ADF Application Performance. Context-param param-name oracle.adf.view.rich.automation.ENABLED /param-name param-value false /param-value /context-param. Context-param param-name oracle.adf.view.rich.ASSERT ENABLED /param-name param-value false /param-value /context-param. All are explained in the documentation. Http:/ docs.oracle.com/cd/E17904 01/core.1111/e10108/adf.htm#BDCBIJAB. Click to email (Opens in n...
vtkrishn.com
Bean | They point the finger at me.. again!
https://vtkrishn.com/category/bean
They point the finger at me. again! I'm asking why. How to select entire row using checkbox. To select all the rows in a table design a page like. Create a binding to the table, the valuechangelistener of the checkbox will have the following code. Working example can be downloaded from. Http:/ adfproject.googlecode.com/files/SelectAllRowsInATable.zip. Click to share on Twitter (Opens in new window). Share on Facebook (Opens in new window). Click to share on Reddit (Opens in new window). July 18, 2011.
vtkrishn.com
linux | They point the finger at me.. again!
https://vtkrishn.com/category/linux
They point the finger at me. again! I'm asking why. Solving gcc in linux64 – -static-libgcc-B/usr/lib/gcc/i386-redhat-linux6E/4.4.0. Recently i wanted to install php and apache on Oracle Enterprise linus which was upgraded to linux64. When I tried the solution given in. Http:/ www.lamphowto.com/. Http:/ wiki.apache.org/tomcat/UsingPhp. Http:/ dan.drydog.com/apache2php.html. I keep getting the following error when I. Make or make install. The error is like. Finally i tried the following and it worked.
vtkrishn.com
troubleshooting | They point the finger at me.. again!
https://vtkrishn.com/category/troubleshooting
They point the finger at me. again! I'm asking why. How to in Jdeveloper ADF Tutorials- Solve No JDBC Connection Error. If you happen to get the JDBC Connection error when you run the Application Module then make sure to check the adf-config.xml property jbo.SQLBuilder. Which should point to the correct database. Also check the jbo.sql92.driverclass. Property for the AM Configuration to refer the class relevant to the DB. Click to share on Twitter (Opens in new window). This entry was posted in ADF.
vtkrishn.com
pattern | They point the finger at me.. again!
https://vtkrishn.com/category/java/pattern
They point the finger at me. again! I'm asking why. Singleton pattern in java can be implemented by the approaches explained here. Now here is the code to break it using reflection. Click to share on Twitter (Opens in new window). Share on Facebook (Opens in new window). Click to share on Reddit (Opens in new window). Click to email (Opens in new window). Click to print (Opens in new window). Click to share on LinkedIn (Opens in new window). Click to share on Tumblr (Opens in new window). Lazy instantiat...
vtkrishn.com
books | They point the finger at me.. again!
https://vtkrishn.com/category/books
They point the finger at me. again! I'm asking why. Packt Publishing celebrates their 2000th book. Packt Publishing celebrates their 2000th title with an exclusive offer – We’ve got IT covered! For more info check this. Click to share on Twitter (Opens in new window). Share on Facebook (Opens in new window). Click to share on Reddit (Opens in new window). Click to email (Opens in new window). Click to print (Opens in new window). Click to share on LinkedIn (Opens in new window). March 20, 2014. Click to ...
vtkrishn.com
Reflection | They point the finger at me.. again!
https://vtkrishn.com/category/reflection
They point the finger at me. again! I'm asking why. Singleton pattern in java can be implemented by the approaches explained here. Now here is the code to break it using reflection. Click to share on Twitter (Opens in new window). Share on Facebook (Opens in new window). Click to share on Reddit (Opens in new window). Click to email (Opens in new window). Click to print (Opens in new window). Click to share on LinkedIn (Opens in new window). Click to share on Tumblr (Opens in new window). Configurations ...
vtkrishn.com
JVM | They point the finger at me.. again!
https://vtkrishn.com/category/jvm-2
They point the finger at me. again! I'm asking why. Jrcmd – useful commands. JRockit jrcmd command is very useful for debugging issues i nthe JVM. The processid is 5176 here in this example. Jrcmd 5176 print object summary. Jrcmd 5176 print class summary. Jrcmd 5176 print codeblocks. 5176: Codeblock type=0 start= 0x04750000 end=0x04760000 top=0x04750540 freelist=0 Codeblock type=2 start= 0x04770000 end=0x04790000 top=0x0478FFA3 freelist=4264 Codeblock type=2 start= 0x04DD0000 end=0x04DF0000 top=0x04DEFFE...
vtkrishn.com
SOA | They point the finger at me.. again!
https://vtkrishn.com/category/soa-2
They point the finger at me. again! I'm asking why. Out of Space for Code Cache for Adapters. If you are facing issues like ‘Out of Space for Code Cache for Adapters’ in Jdeveloper 11.1.1.5 then you must do this changes as discussed in this forum post. Set – JVM Options : XX:ReservedCodeCacheSize=128m. Click to share on Twitter (Opens in new window). Share on Facebook (Opens in new window). Click to share on Reddit (Opens in new window). Click to email (Opens in new window). This entry was posted in ADF.