adfhowto.blogspot.com
ADF & Weblogic How To: TROUBLESHOOTING: "java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory" while deploying ADF Application
http://adfhowto.blogspot.com/2011/06/troubleshooting-javalangclassnotfoundex.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. TROUBLESHOOTING: "java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory" while deploying ADF Application. The error log is. Deploying Application. 22? 2011 11:59:20 pµ EEST Error Deployer BEA-149265. The execution of deployment request with ID '1308733152059'. Is: 'java.lang.ClassNotFoundException: javax.faces.context. Javalang.ClassNotFoundException: javax.faces.context.FacesC...Complete stac...
adfhowto.blogspot.com
ADF & Weblogic How To: 08.2011
http://adfhowto.blogspot.com/2011_08_01_archive.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. Modify massively ADF BC xml and ADF jspx pages preserving file text format (without loosing SVN history). If you want to do it automatically and modify only the part of the file that is needed (and so preserve SVN history), check my post Modifying xml without changing the text format (and so without loosing SVN history). For a small tool that I developed to help you perform this task. As described in the my post.
adfhowto.blogspot.com
ADF & Weblogic How To: TROUBLESHOOTING: The domain edit lock is owned by another session in non-exclusive mode (WLS deployer)
http://adfhowto.blogspot.com/2011/07/troubleshooting-domain-edit-lock-is.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. TROUBLESHOOTING: The domain edit lock is owned by another session in non-exclusive mode (WLS deployer). Deployer:149163] The domain edit lock is owned by another session in non-exclusive mode. Actually what Deployer is trying to tell you is that it tried to deployed but another user has Lock and Edit the domain . More regarding Lock and Edit in this related post. In case if you use a wldeploy ant task. Popular AD...
adfhowto.blogspot.com
ADF & Weblogic How To: Adding a lib / jar dependency to my project
http://adfhowto.blogspot.com/2010/10/adding-lib-jar-dependency-to-my-project.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. Adding a lib / jar dependency to my project. Create new File System Connetion to the directory tha contains the external libs/jars. Now if you go Project properties Libraries and Classpath ADF Library Edit. You can see the lib that you add it. JDeveloper also makes the followng file. Application1 ViewController ADF Library Dependencies.library. Where it writes all the dependencies:. Which you can saafely delete.
adfhowto.blogspot.com
ADF & Weblogic How To: 09.2011
http://adfhowto.blogspot.com/2011_09_01_archive.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. TROUBLESHOOTING: Unable t o create an instance of the Java Virtual Machine Located at path: . jre bin client jvm.dll. This is happening when you click to start JDeveloper. It throws this error and fails to start it. The amount of RAM allocated for JDeveloper's JVM is more than your system can provide and as a result JDeveloper will not start. On how to do it. Links to this post. Subscribe to: Posts (Atom). Welcom...
adfhowto.blogspot.com
ADF & Weblogic How To: Oracle Packtpot: 30% discount on Packt’s 60+ Oracle titles
http://adfhowto.blogspot.com/2012/03/oracle-packtpot-30-discount-on-packts.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. Oracle Packtpot: 30% discount on Packt’s 60 Oracle titles. Is coming in Las Vegas this April and nothing better to warm up than Oracle PacktPot. Up to 30% discount on Packt’s 60 Oracle titles! 20% off all Oracle print books. 30% off all Oracle eBooks. 10% off Oracle PacktLib subscriptions. Oracle JDeveloper 11gR2 Cookbook. Find out more about Packt's offers in Oracle PacktPot. Subscribe to: Post Comments (Atom).
adfhowto.blogspot.com
ADF & Weblogic How To: 03.2012
http://adfhowto.blogspot.com/2012_03_01_archive.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. Oracle Packtpot: 30% discount on Packt’s 60 Oracle titles. Is coming in Las Vegas this April and nothing better to warm up than Oracle PacktPot. Up to 30% discount on Packt’s 60 Oracle titles! 20% off all Oracle print books. 30% off all Oracle eBooks. 10% off Oracle PacktLib subscriptions. Oracle JDeveloper 11gR2 Cookbook. Find out more about Packt's offers in Oracle PacktPot. Links to this post. ADF How To Search.
adfhowto.blogspot.com
ADF & Weblogic How To: ADF Business Components System Properties
http://adfhowto.blogspot.com/2011/03/property-description-default-value.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. ADF Business Components System Properties. Description and Default value. Deprecated property affecting the behavior of JServer false. The name of the application. For EJB deployment, the JNDI path to the business components. For EJB deployment, the JNDI name used to look up the application module factory. The list of business components that you have extended that you want to substitute out. For EJB deployment, ...
adfhowto.blogspot.com
ADF & Weblogic How To: Running ojdeploy from Ant
http://adfhowto.blogspot.com/2011/03/jdeveloper-deployment-is-built-around.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. Running ojdeploy from Ant. JDeveloper deployment is built around deployment profiles. A common implementation is an ArchiveProfile that describes the structure of a JAR archive. Deployment profiles can be created as part of a project or workspace. A command-line tool, ojdeploy. Is available to allow deployment of ArchiveProfile(s) without invoking the JDeveloper IDE. This means that JDeveloper does not need to run.
adfhowto.blogspot.com
ADF & Weblogic How To: ADF Faces Memory Scopes
http://adfhowto.blogspot.com/2011/01/adf-faces-memory-scopes.html
ADF and Weblogic How To. Sharing experience about Oracle ADF, JDeveloper, Weblogic and more. ADF Faces Memory Scopes. Scopes in the context of pages(jspx). Scopes in the context of fragments(jsff). 6 Types of Memory Scopes. There are six types of memory scopes in a Fusion web application:. An application scope object is available for the duration of the application and is shared among users. This scope may be used to hold static objects that are the same for all users. The backing bean scope is comparabl...
SOCIAL ENGAGEMENT