set EnableTokenValidation=true for page definition.
<pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
version="11.1.1.55.36" id="testPageDef" Package="view.pageDefs"
EnableTokenValidation="true">
Wednesday, March 24, 2010
Friday, March 12, 2010
Wednesday, March 10, 2010
Hot Deployment after compiling in your application to weblogic server
This can be done only to web project.
1. Add below tag to the weblogic.xml
<fast-swap>
<enabled>true</enabled>
</fast-swap>
2. Modify the target classes under project properties to the exploded deploy directory, which will be located under c:\documents and setttings/application data/jdeveloper/o.j2ee/drs/<appname>/web-inf/classes.
refresh the browser should take java class changes.
1. Add below tag to the weblogic.xml
<fast-swap>
<enabled>true</enabled>
</fast-swap>
2. Modify the target classes under project properties to the exploded deploy directory, which will be located under c:\documents and setttings/application data/jdeveloper/o.j2ee/drs/<appname>/web-inf/classes.
refresh the browser should take java class changes.
Subscribe to:
Posts (Atom)