Error in JSF2.1

Hi,
I found an error in JSF2.1
In the jsf.js file there is a property
             var sendEvent = function sendEvent(request, context, status) {
                 var data = {};
                 data.type = "event";
                 data.status = status;
                 data.source = document.getElementById(context.sourceid);
                  if (status !== 'begin') {
                     data.responseCode = request.status;
                     data.responseXML = request.responseXML;
                     data.responseText = request.responseText;
                 if (context.onevent) {
                     context.onevent.call(null, data);
                 for (var i in eventListeners) {
                     if (eventListeners.hasOwnProperty(i)) {
                         eventListeners.call(null, data);
Sometimes the context.sourceid can be empty so we beter add a check     var sendEvent = function sendEvent(request, context, status) {
     var data = {};
     data.type = "event";
     data.status = status;
     if(context.sourceid != ''){
          data.source = document.getElementById(context.sourceid);
          if (status !== 'begin') {
     data.responseCode = request.status;
     data.responseXML = request.responseXML;
     data.responseText = request.responseText;
     if (context.onevent) {
     context.onevent.call(null, data);
     for (var i in eventListeners) {
     if (eventListeners.hasOwnProperty(i)) {
     eventListeners[i].call(null, data);

Mike,
Did you setup all of your $ORACLE environment?
I did not do that the first time and it gave me the same error.
Try to set up all of your environment first, don't forget the LD_LIBRARY_PATH.
htn.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
I have installed the correct jre files and make the correct link. when i run
./ runinsh.sh i get :
[oracle8i@deity instal]$ ./runInstaller
Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait...
Error in CreateOUIProcess(): -1
: Bad address
any ideas
thanks in advance
mike<HR></BLOCKQUOTE>
null

Similar Messages

  • Error in JSF2.0 !!!!! URGENT !!!!!

    Using: tomcat 6.0.18
    Using: JSF 2.0
    -------------------------------- JSF Managedbean
    public class TestHandler {
    private Boolean active = null;
    public Boolean getActive(){
         return active;
    Public void setActive(Boolean active){
         System.out.println(“My value is: “+ active);
         this.active = active;
    ------------------------------------------------------- JSF Custom Component
    <e:yesNo value="#{testHandler.active}"/>
    ------------------------------------------------------- RENDERED HTML
    <select name="f:active" id="f:active">
         <option value="" selected="selected"></option>
         <option value="YES">Ja</option>
         <option value="NO">Nee</option>
    </select>
    ----------------------------------- yesNo COMPONENT RENDERER
    public void decode(FacesContext context, UIComponent component) {
         UIInput input = (UIInput) component;
    input.setValue(null);
    !!!!!!!!!!!!!!!!!!!!!!!!!!!! RESULT !!!!!!!!!!!!!!!!!!!!!!
    Expected:
    -     property active of the testhandler must be null
    -     [console output] My value is: null
    Actual result:
    -     property active is false
    -     [console output] My value is: false
    !!!!!!!!!!!!!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
    This error does not occur a tomcat 6.0.14 + JSF 1.2

    Hi BalusC,
    This error has nothing to do with JSF2.0 it is all due to the tomcat-6.0.18 jasper libraries.
    I have the same error with JSF1.2 as with JSF2.0.
    But i don't have this error when I use tomcat-6.0.13 for both (JSF1.2 & JSF2.0)!!!
    To solve this problem I copied the jasper libraries from tomcat-6.0.13 to the tomcat-6.0.18.
    Since tomcat-6.0.18 is a final release I posted it as a bug in the jasper category.
    When I find some time I will drill down with my debugger to point the error in the jasper library code.
    Regards,
    Pieter

  • Error in JSF2.0 - h:graphicImage library

    Hi,
    The output of the line:
    <h:graphicImage value="/images/global/menu/bg_box_top.gif" library="#{frmApplicationProfile.skin}" />
    <h:outputText value="#{frmApplicationProfile.skin}" />is:
    <img src="/images/global/menu/bg_box_top.gif" />
    com.easypaygroup.frameworkI would expect it should be:
    <img src="/xhtml/javax.faces.resource/images/global/menu/bg_box_top.gif?ln=com.easypaygroup.framework" />
    com.easypaygroup.framework

    The value attribute and name/library attributes are mutually exclusive. If you're using a resource library, then use the name/library attributes only.

  • Error when deploying ADF application to new WebLogic Server

    Hello,
    My java-free workplace is getting into ADF development. We've purchased Fusion Applications but don't have the hardware or software yet. I am trying to get a development machine set up ASAP so I can play around with ADF and later SOA Suite.
    I have never dealt with WebLogic Server before. I have just taken some training on ADF and SOA Suite and want to play around with what I've learned quickly, as it will be a while until we get our real environment set up and I don't want to forget anything. During the training the environment was already set up for us, so everything just worked. So at this point, I'm fine having everything entirely localized to this machine for the sake of playing around.
    I've taken a brand new VM image of a 32-bit Win7 machine and installed:
    -Python
    -jDeveloper 11.1.2.3.0
    -Oracle Database Express (for the sake of having some data to play around with)
    -WLS 10.3
    -ADF for Oracle Fusion Middleware 11.1.1.7
    With WLS, I created a new domain and gave it some credentials.
    I can create a ADF application, make connections to my db tables, and build the business components I need based on them. I've created a simple jsf page with the word "test" as my default page.
    Then I go to deploy. It can find the WLS domain fine, builds the WAR, but always fails when trying to deploy it and then start it. My error, which I've googled for hours and cannot find a solution to (because of my little understanding of WLS) is:
    *Unresolved Webapp Library references for "ServletContext@29372801[app:webapp module:webapp.war path:/TorDemoApplication-DemoUI-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: adf.oracle.domain.webapp, exact-match: false]*_
    Is there a common step I am missing?
    Thanks
    Tor

    Tor, you didn't miss a step but you used the wrong turn in the middle.
    JDev version are tidily coupled to wls versions. Read my blog http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/ to get more info on that. So the first decision to take is if you want to use SOA, BPMN and stuff like that, then use JDev 11.1.1.7.0 or if you like to use JSF2.0 and faclets withotu SOA, then use JDev 11.1.2.3.0.
    As you said you are working with SOA later on 11.1.1.7.0 is the right version for you. WebLogic server 10.3.6 with the right adf runtime installed and there should be no problem.
    Timo

  • Weblogic 10.3.5 error during upgrade to  JSF 2.0

    I created a very simple test application using Jdev 11.1.2.0 which deployed well aganist the IntegratedWeblogicServer.
    I copied the deployed project from ${MW_HOME}/jdeveloper/system11.1.2.0.38.59.69/o.j2ee/drs/TestApplication to ${WEBLOGIC_SERVER_HOME}/user_projects/applications/base_domain_t1/TestApplication.
    Both the weblogic servers have identical config.xml files and similar set of directories. On doing some research over this error, I found out similar errors occuring while upgrade for JBoss and Glassfish servers too.
    Any pointers on what the problem could be?
    <Apr 11, 2011 1:59:10 PM PDT> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Critical error during deployment:
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.NullPointerException
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
    at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.process(RenderKitConfigProcessor.java:155)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ManagedBeanConfigProcessor.process(ManagedBeanConfigProcessor.java:266)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ValidatorConfigProcessor.process(ValidatorConfigProcessor.java:116)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ConverterConfigProcessor.process(ConverterConfigProcessor.java:122)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ComponentConfigProcessor.process(ComponentConfigProcessor.java:113)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:333)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:112)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:212)
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:332)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Apr 11, 2011 1:59:10 PM PDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null.
    java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:290)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
    at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
    Truncated. see log file for complete stacktrace
    >
    <Apr 11, 2011 1:59:10 PM PDT> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Unexpected exception when attempting to tear down the Mojarra runtime
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
    at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:800)
    at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:302)
    at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:104)
    at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:323)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
    at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:3224)
    at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:247)
    at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:461)
    at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:1535)
    at weblogic.servlet.internal.WebAppModule.deactivate(WebAppModule.java:507)
    at weblogic.application.internal.flow.ModuleStateDriver$2.previous(ModuleStateDriver.java:387)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
    at weblogic.application.internal.flow.ModuleStateDriver.deactivate(ModuleStateDriver.java:141)
    at weblogic.application.internal.flow.ScopedModuleDriver.deactivate(ScopedModuleDriver.java:206)
    at weblogic.application.internal.flow.ModuleListenerInvoker.deactivate(ModuleListenerInvoker.java:261)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$2.previous(DeploymentCallbackFlow.java:547)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:192)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:184)
    at weblogic.application.internal.BaseDeployment$2.previous(BaseDeployment.java:642)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:63)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Apr 11, 2011 1:59:10 PM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'TestApplication'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
    at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
    Truncated. see log file for complete stacktrace
    >

    Here is the stack trace. A quick online search points me to pages asking me to isolate jsf2.0 from any myfaces implementations. Not sure if that is the problem or how to resolve it.
    <Apr 11, 2011 3:14:21 PM PDT> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Critical error during deployment:
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.NullPointerException
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
    at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.process(RenderKitConfigProcessor.java:155)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ManagedBeanConfigProcessor.process(ManagedBeanConfigProcessor.java:266)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ValidatorConfigProcessor.process(ValidatorConfigProcessor.java:116)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ConverterConfigProcessor.process(ConverterConfigProcessor.java:122)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ComponentConfigProcessor.process(ComponentConfigProcessor.java:113)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:333)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:112)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
    at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:212)
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:332)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Apr 11, 2011 3:14:21 PM PDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null.
    java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:290)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
    at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
    Truncated. see log file for complete stacktrace
    >
    <Apr 11, 2011 3:14:21 PM PDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.StackOverflowError.
    java.lang.StackOverflowError
    at javax.faces.FactoryFinder$FactoryManagerCache.getApplicationFactoryManager(FactoryFinder.java:698)
    at javax.faces.FactoryFinder$FactoryManagerCache.access$100(FactoryFinder.java:666)
    at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:300)
    at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:104)
    at com.sun.faces.util.MessageFactory.getApplication(MessageFactory.java:280)
    Truncated. see log file for complete stacktrace
    >
    <Apr 11, 2011 3:14:21 PM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'TestApplication'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
    at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
    at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
    at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
    Truncated. see log file for complete stacktrace
    >

  • Issue in JSF2.0 with NetBeans6.9

    Hi,
    I am trying to build one jsf component using the JSF2.0 with NetBeans 6.9. I am trying to follow the steps mentioned at below link
    http://www.exadel.com/tutorial/jsf/HowToWriteYourOwnJSFComponents.pdf
    I am facing following exceptions while running my application on tomcat server.
    1) First Issue :-
    ==============================================================================
    error trance :-
    org.apache.jasper.JasperException: An exception occurred processing JSP page
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:419)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:408)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.buildView(JspViewHandlerImpl.java:486)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:337)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    java.lang.UnsupportedOperationException: Not supported yet.
         com.home.jsf.components.TickerTag.getComponentType(TickerTag.java:26)
         javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:205)
         javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:476)
         javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:660)
         javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1126)
         org.apache.jsp.welcomeJSF_jsp._jspx_meth_j_005fticker_005f0(welcomeJSF_jsp.java:155)
         org.apache.jsp.welcomeJSF_jsp._jspx_meth_f_005fview_005f0(welcomeJSF_jsp.java:123)
         org.apache.jsp.welcomeJSF_jsp._jspService(welcomeJSF_jsp.java:86)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:408)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.buildView(JspViewHandlerImpl.java:486)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:337)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    ===============================================================================
    Every things are in place but its not behaving as expected.
    2) Second issue :-
    After doing some more google, I added one jsf file and modified my web.xml
    from *<welcome-file>faces/welcomeJSF.jsp</welcome-file>* to *<welcome-file>faces/welcome.xhtml</welcome-file>*
    then it started showing me below error.
    ========================================
    XML Parsing Error: no element found
    Location: http://localhost:8080/HelloWorldJSF/
    Line Number 1, Column 1
    ========================================
    Could any one please help me on this.
    Thanks in advance
    Jaikrat Singh Tariyal

    Hi,
    trhat would be possible for an Unix System ... but I'm on a Windows OS system and I already assign everybody with full modification rights ...
    Thanks anyway for ur help I'll recheck it anyway sometimes its strange ...
    greetings Lars

  • Validation error in Tag Library at deploy time

    I am trying to deploy a JSF2 app to NW CE 7.1 EHP1. This application deploy's fine to Tomcat. When I deploy to SAP it gives an error: Error in parsing [META-INF/primefaces-i.tld] TLD file in the following [D:\usr\sap\NCX\J00\j2ee\cluster\apps\com.sap\IDMear\servlet_jsp\IDM\root\WEB-INF\lib\primefaces-1.0.0.jar] JAR file.
    [EXCEPTION]
    com.sap.engine.lib.xml.parser.NestedSAXParseException: Fatal Error: org.xml.sax.SAXParseException: Validation error : line: 13; col: 16; :description : Element is not allowed.(:main:, row=13, col=17) -> org.xml.sax.SAXParseException: Validation error : line: 13; col: 16; :description : Element is not allowed.
    at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:140)
    at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:174)
    at com.sap.engine.lib.processor.SchemaProcessor.parse(SchemaProcessor.java:197)
    at com.sap.engine.services.servlets_jsp.server.deploy.descriptor.TagLibDescriptor.loadDescriptorFromStream(TagLibDescriptor.java:90)
    From looking at the TLD XSD for JEE 5, the Description field should be allowed. Do you know why it is not comparing the TLD against the correct schema or if there is another explanation?
    This is a 3rd party faces component library. Here is where it fails:
    <?xml version="1.0" encoding="UTF-8"?>
    <taglib xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.1">
         <tlib-version>1.2</tlib-version>
         <short-name>i</short-name>
         <uri>http://primefaces.prime.com.tr/touch</uri>
         <tag>
              <name>application</name>
              <tag-class>org.primefaces.touch.component.application.ApplicationTag</tag-class>
              <body-content>JSP</body-content>
              <attribute>
                   <name>id</name>
                   <required>false</required>
                   <description><![CDATA[Id of the component]]></description>               <rtexprvalue>false</rtexprvalue>
              </attribute>
    Any suggestions would be appreciated.

    It looks like the 3rd party tld did not have the description in the correct order. It has been corrected in a new build.

  • Error in Partial Ajax Response

    Hi,
    In trying to integrate JQuery BeutyTips plugin and JSF2, I seem to have come up with an odd behaviour. I would be really appreciative if anyone reading could tell me how to deal with this error. My mark up contains the following code :
    <div class="row">
      <label for="testing">Testing Value:</label>
      <h:inputText value="#{account.foo}" id="testing">
        <f:ajax execute="@form" event="blur" render="out" listener="#{testBean.validateTest}" />
      </h:inputText>
      <h:inputHidden id="out" value="#{account.aliasStatus}"/>
    </div>I have jsf.ajax.addOnEvent(text.onStatusChange); and the callback does the following:
    text.onStatusChange = function onStatusChange(data) {
        var status = data.status;
        var componentID = text[data.source.id];   
        if (status === "begin") {       
            //TODO show a busy icon here
        }else if (status === "complete") {
            //TOD remove busy icon here
        }else if (status === "success") {
            $(componentID).btOff();
        }else if (status === "serverError"){
            $(componentID).attr('text', data.errorMessage );
            $(componentID).btOn();
    }What I am trying to accomplish here is to display a callout in case of "serverError". The integration with the server is accomplised using an AjaxBehavior listener, which currently does nothing more than what is displayed below:
    public void validateTest(AjaxBehaviorEvent abe){
      log.info("validate on ajax called " + abe.getSource());       
      throw new ValidatorException(new FacesMessage("incorrect value provided."));
    }All the listener is doing is throwing a ValidatorException. The callout works as expected in that the callback traps on serverError and the callout is displayed correctly. You can see a screenshot here Screenshot. The problem is that the response coming back from the server. I am getting the following :
    <?xml version="1.0" encoding="utf-8"?>
    <partial-response><error><error-name>class javax.faces.validator.ValidatorException</error-name><error-message><![CDATA[incorrect value provided.incorrect value provided.]]></error-message></error></partial-response>As you can see, teh error-message value is repeated. I have no idea why this is happening. Does anyone know why this is happening?
    Cheers
    su./hail

    hi,
    check the XML that you send to the WS
    if the server returned this soap fault it might mean that XML was not correct .
    also take a look at the default.trc log file from visual administrator-> server -> services -> log viewer -> locations -> com -> aii -> bc -> soap
    regards
    kummari
    Edited by: kummari on Jul 29, 2008 5:40 AM

  • Jsf2 authentication problem

    Hi all,
    I have a problem with authentication for my JSF 2 project.
    Actually I have just 2 simple pages:
    1. login.xhtml
    2. protected.xhtml
    You can login with ID and PW on the login.xhtml . If you successfully login, than you can get protected.xhtml. If you not, than error message or whatever.
    My problem is : if you simply call the URL of protected.xhtml page without the login function, than it can displayed often and unprotected. I want protect this second page. It must be only available after successfully login.
    My server is Tomcat 6.24.
    How can I configure the authentication of JSF2?
    I need simple examples and tips.
    Thank you
    Tuvshin
    Edited by: Tuvshin09 on Apr 8, 2010 1:31 AM
    Edited by: Tuvshin09 on Apr 8, 2010 1:50 AM

    Hello. RaymondDeCampo.
    I made it via web.xml. But this approach broked the JSF2 components, ajax and any more. For example: Here i protected my URLs via web.xml (see web.xml).
    web.xml
    <web-app>
    <!-- SECURITY -->
       <security-role>
          <role-name>admin</role-name>
       </security-role>
       <security-role>
          <role-name>customer</role-name>
       </security-role>
       <security-constraint>
          <display-name>Security constraint for the /private folder</display-name>
          <web-resource-collection>
             <web-resource-name>Protected Area</web-resource-name>
             <url-pattern>/xhtml/cust/*</url-pattern>
             <!-- If you list http methods, only those methods are protected. -->
             <!-- Leave this commented out to protect all access -->
             <!--
                <http-method>DELETE</http-method> <http-method>GET</http-method>
                <http-method>POST</http-method> <http-method>PUT</http-method>
             -->
          </web-resource-collection>
          <auth-constraint>
              <!-- Only only administrator and CMS editors to access this area -->
             <role-name>admin</role-name>
             <role-name>customer</role-name>
          </auth-constraint>
       </security-constraint>
       <login-config>
          <auth-method>FORM</auth-method>
          <form-login-config>
             <form-login-page>/xhtml/index.jsf</form-login-page>
             <form-error-page>/xhtml/index.jsf</form-error-page>
          </form-login-config>
       </login-config>
       <!--
       <login-config>
                    <auth-method>BASIC</auth-method>
                    <realm-name>Editor Login</realm-name>
        </login-config>
       -->
       </web-app>I want implement the security that can base on "JSF2".
    Tuvshin
    Edited by: Tuvshin09 on Apr 8, 2010 11:55 PM

  • SaveState and restoreState never called after upgrade to JSF2.1.1

    Hi,
    I upgraded my project to JSF2.1.1.
    For all my custom compontent the saveState and restoreState is never called.
    Are there any required changes due to JSF2.1.1 release?
    Thanks in advance,
    Pieter

    Most likely, this will fix your issue:
    1: http://docs.info.apple.com/article.html?artnum=93698
    Also clean up your temp files:
    (Empty your Temp directory and restart)
    2: http://docs.info.apple.com/article.html?artnum=93976
    If you get an error when uninstalling quicktime, go through article 1, then run the Microsoft Cleanup Utility to remove quicktime afterwards:
    3: http://support.microsoft.com/default.aspx?scid=kb;en-us;290301

  • JSF2.0 Ajax validation Problem

    Hello everyone,I'm learning ajax validation of JSF2.0
    <h:form>
    <h:inputText id="name" value="#{user.name}" validator="#{user.validateName}">
    <f:ajax event="keyup" render="nameError"/>
    </h:inputText>
    <h:message for="name" id="nameError" style="color:red"/>
    </h:form>
    and user.validateName:
    public void validateName(FacesContext fc, UIComponent c, Object value) {
    if ( ((String)value).contains("_") )
    throw new ValidatorException(new FacesMessage("Name cannot contain underscores"));
    and it worked fine before I change the validator to JSF standard length validator:
    <h:form>
    <h:inputText id="name" value="#{user.name}">
    <f:validateLength minmum="5" maxmum="10"/>
    <f:ajax event="keyup" render="nameError"/>
    </h:inputText>
    <h:message for="name" id="nameError" style="color:red"/>
    </h:form>
    it didn't work then,when I typee in username shorter then 5 or longer then 10 it didn't show any error...
    any reply will help me,TKS!

    FoxInSky wrote:
    Hi all:
    Could Anybody told me the reason? Why the Ajax button send and receive more data than the traditionally button? Or if there is anything wrong the way I use its internal Ajax library?Perhaps because it sends more information? Why would you care?
    >
    Another question is: When I clicked the AjaxButton quickly and continually,the page will become unresponsive,and the result from HttpWatch shows Aborted,and sometimes "Abored exception" will be printed out in the console window.If you press the button like that, more and more ajax requests will be done. You could block that by disabling the button after pressing it.
    As for "it not working", what about the receiving end of the ajax call? Is the backing bean action actually being run?

  • Jsp trial - nitrox reports tiles error

    Hi,
    I just downloaded the nitrox trial version to use with Eclipse 3.0.1. I have a project that makes use of Java Server Faces and Tiles (an ibm sample from http://www-128.ibm.com/developerworks/java/library/j-jsf2/). To gain access to Tiles, I use the struts.jar and struts-el.jar libraries. I don't, however, use struts (i.e. there is no struts-config.xml).
    I can build and execute the code under Tomcat 5.0.25 and it works fine.
    The problem
    Nitrox, however, reports the following error with index.jsp in the Eclipse Problems tab at the bottom of the screen:
    "The tile ".index" cannot be found in the Struts tiles config files for this module."
    I suspect that tiles-def.xml is not being found. If I rename tiles-def.xml to tiles-def-mod.xml, I still get the same index.jsp error.
    Any idea why Nitrox is reporting this error?
    Details
    1. Tomcat-5.0\conf\server.xml has this line:
    <Context debug="0" docBase="C:\MyProjects\eclipse\cdstore\WebContent" path="/cdstore" reloadable="true"/>
    2. index.jsp and tiles-def.xml are located in:
    C:\MyProjects\eclipse\cdstore\WebContent\index.jsp
    C:\MyProjects\eclipse\cdstore\WebContent\WEB-INF\tiles-def.xml
    C:\MyProjects\eclipse\cdstore\WebContent\WEB-INF\web.xml
    3. index.jsp has two lines:
    <%@ taglib prefix="t" uri="http://jakarta.apache.org/struts/tags-tiles" %>
    <t:insert definition=".index" />
    4. web.xml has:
    <servlet>
    <servlet-name>tiles</servlet-name>
    <servlet-class>org.apache.struts.tiles.TilesServlet</servlet-class>
    <init-param>
    <param-name>definitions-config</param-name>
    <param-value>/WEB-INF/tiles-defs.xml</param-value>
    </init-param>
    <init-param>
    <param-name>definitions-parser-validate</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>

    I folowed your suggestions and added the struts stuff to my web.xml and placed an empty struts-config.xml under WEB-INF. I'm still receiving the same Nitrox error messages.
    I intentionally removed the end bracket and changed the <struts-config> tag to <struts-config. Nitrox picked this up and reported the error.
    When I made the same change to <tiles-definitions in the tiles-defs.xml file, Nitrox did not pick up the error.
    My struts-config.xml file
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE struts-config PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
    "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
    </struts-config>

  • ADF Deploy Error.....Please Help Me

    I have Jdeveloper 11.1.2.3.0 for programmers
    and on the server have weblogic(10.3.6.0) and ADF Runtime (11.1.1.7)
    On Deploy show this error
    [08:41:49 AM] Redeploying Application...
    [08:41:52 AM] [Deployer:149191]Operation 'deploy' on application 'hr' is initializing on 'Muath_1'
    [08:41:55 AM] [Deployer:149193]Operation 'deploy' on application 'hr' has failed on 'Muath_1'
    [08:41:55 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application hr on Muath_1.: Failed to load webapp: 'HR_Service-ViewController-context-root'.
    [08:41:55 AM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'HR_Service-ViewController-context-root'
    [08:41:55 AM] Caused by: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@24124323[app:hr module:HR_Service-ViewController-context-root path:/HR_Service-ViewController-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match: false]
    [08:41:55 AM] See server logs or server console for more details.
    [08:41:55 AM] weblogic.application.ModuleException: Failed to load webapp: 'HR_Service-ViewController-context-root'
    [08:41:55 AM] Deployment cancelled.
    [08:41:55 AM] ---- Deployment incomplete ----.
    [08:41:55 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Please Help Me

    User, you can't use JDev 11.1.2.3.0 to develop an application which you later try to deploy to a wls with a different adf runtime installed. If you use jdev 11.1.2.3.0 you have to install adf runtime 11.1.2.3.0 in the target wls. Check out http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/ for more info.
    Solution you do have a support contract and load the patches from support.oracle.com (see my blog) or you develop your app with 11.1.1.7.0 (which means you have to redesign your UI as 11.1.2.3 uses jsf2.0 and 11.1.1.7. only uses jsf1.2) and leave the wls as is.
    Timo

  • ViewController.jpx error?

    Hello:
    I've a JDev ADF Fusion appi have been working on for awhile, and all of a sudden today when i open the application, the following error displays:
    "Unable to load Business Components Project. File not found. Object: oracle.epm.SR.view.ViewController.
    C:\<path>\ViewController\src\oracle\epm\SR\view\ViewController.jpx"
    Not familiar with ViewController.jpx -how does one fix this error?
    The odd thing is that i checked my older versions of the a.pp, and it never has contained a file named ViewController.jpx. The only .jpx has been Model.jpx.
    Am using JDev 11.1.1.4.0.
    Would appreciate any help. Thanks.
    -george

    I had reverted to a previous version yesterday as John suggested, and it was fine at first. However, the problem occurred again later - so just reverting isn't going to be the solution unfortunately.
    I searched project files for .jpx and found the following in ViewController.jpr:
    <value n="jbo.JpxName" v="oracle.epm.SR.view.ViewController"/>
    Based on John's comment and the little info i could google on "jbo.JpxName", I wonder if this is the issue - i wonder if this should be pointing to the model.jpx directory?
    However, i could not find a UI option in JDev to do this, and am not sure if just editing this .jpr atribute in a text editor is a good idea - for example, is there a dependency on some other item that also needs to be changed. So could someone provide some guidance on the correct way to fix this issue?
    If it is useful for troubleshooting, below is the content of ViewController.jpr:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <jpr:project xmlns:jpr="http://xmlns.oracle.com/ide/project">
    <value n="ADFComponentWizard.LAST_TAG_NS_PREF" v="component"/>
    <value n="ADFComponentWizard.LAST_TAGLIB_URI_PREF"/>
    <hash n="component-versions">
    <value n="oracle.adfdt.controller.adfc.source.migration.AdfControllerSchemaMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdt.controller.common.migrator.ProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdt.controller.jsf2.diagram.migrate.JsfNodeMigratorHelper" v="11.1.1.1.0"/>
    <value n="oracle.adfdt.controller.struts.addin.db.ADFStrutsProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdt.controller.struts.addin.StrutsProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdtinternal.dvt.datapresdt.migration.DVTDataMapMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdtinternal.model.ide.migration.ProjectMigrator" v="11.1.1.1.0.11.1.1"/>
    <value n="oracle.adfdtinternal.model.ide.security.wizard.FormPageMigrator" v="11.1.1.0.0"/>
    <value n="oracle.adfdtinternal.model.ide.security.wizard.JpsFilterMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdtinternal.model.ide.xmled.migration.ADFNodeMigrator" v="11.1.1.1.0.5"/>
    <value n="oracle.adfdtinternal.model.ide.xmled.migration.PageDefinitionParameterValueMigrator" v="11.1.1.1.0.5"/>
    <value n="oracle.adfdtinternal.model.ide.xmled.migration.WebXmlMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdtinternal.view.common.migration.wizards.MigrationHelper" v="11.1.1.1.0.3"/>
    <value n="oracle.adfdtinternal.view.rich.binding.migration.JarResourceMigrator" v="11.1.1.1.0"/>
    <value n="oracle.adfdtinternal.view.rich.migration.ComponentIdNodeMigratorHelper" v="11.1.1.1.0.01"/>
    <value n="oracle.adfdtinternal.view.rich.migration.LibraryVersionMigrator" v="11.1.1.1.0"/>
    <value n="oracle.bm.commonIde.ProjectUpgrader" v="11.1.1.1.0"/>
    <value n="oracle.bm.migration.project.MigratorRegistryProjectUpgradeAdapter" v="11.1.1.1.0"/>
    <value n="oracle.ide.model.Project" v="11.1.1.1.0"/>
    <value n="oracle.ide.model.ResourcePathsMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jbo.dt.jclient.migrator.JCProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jbo.dt.jdevx.deployment.JbdProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jbo.dt.jdevx.ui.appnav.APProjectMigrator" v="11.1.1.0.1.5"/>
    <value n="oracle.jbo.dt.migrate.ResourceBundlePathMigrator" v="11.1.1.1.0.5"/>
    <value n="oracle.jbo.dt.migration.ServiceInterfaceMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdeveloper.ejb.EjbMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdeveloper.library.ProjectLibraryMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdeveloper.model.OutputDirectoryMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.deploy.DeploymentProfilesMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.deploy.jps.JpsDataMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.jsp.JspMigrator" v="11.1.1"/>
    <value n="oracle.jdevimpl.offlinedb.migration.OfflineDBProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.offlinedb.migration.OfflineTransferMigrator" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.resourcebundle.XliffAddin$XliffMigratorHelper" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.webapp.jsp.libraries.JspLibraryMigrator" v="11.1.1.1.4"/>
    <value n="oracle.jdevimpl.webapp.WebAppContentSetNodeMigratorHelper" v="11.1.1"/>
    <value n="oracle.jdevimpl.webapp.WebAppNodeMigratorHelper" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.webservices.WebServicesMigratorHelper" v="11.1.1.1.0"/>
    <value n="oracle.jdevimpl.xml.wl.WeblogicMigratorHelper" v="11.1.1.1.0"/>
    <value n="oracle.modeler.bmmigrate.management.Migration" v="11.1.1.1.0"/>
    <value n="oracle.tip.tools.ide.bpel.v1.designer.addin.migrator.BPELProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.tip.tools.ide.fabric.addin.SCAProjectMigrator" v="11.1.1.1.0.06"/>
    <value n="oracle.tip.tools.ide.workflow.addin.TaskFormMigratorAddin" v="11.1.1.1.0"/>
    <value n="oracle.tip.tools.ide.workflow.addin.WorkflowProjectMigrator" v="11.1.1.1.0.09"/>
    <value n="oracle.toplink.workbench.addin.migration.PersistenceProjectMigrator" v="11.1.1.1.1"/>
    <value n="oracle.toplink.workbench.addin.migration.TopLinkProjectMigrator" v="11.1.1.1.0"/>
    <value n="oracle.webcenter.internal.dt.migration.WebCenterProjectMigrator" v="11.1.1.4.0.101019.0800"/>
    </hash>
    <list n="contentSets">
    <string v="oracle.jdeveloper.model.PathsConfiguration/javaContentSet"/>
    <string v="oracle.ide.model.ResourcePaths/resourcesContentSet"/>
    <string v="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings/offlineDBContentSet"/>
    <string v="oracle.jdeveloper.model.J2eeSettings/webContentSet"/>
    <string v="oracle.mds.internal.dt.ide.MDSLibraryCustCSProvider/mdsContentSet"/>
    <string v="oracle.bm.commonIde.data.project.ModelerProjectSettings/modelersContentSet"/>
    <string v="oracle.tip.tools.ide.fabric.addin.SCAContentSetProvider/sca-content"/>
    <string v="oracle.adfdtinternal.model.ide.settings.ADFMSettings/adfmContentSet"/>
    <string v="oracle.toplink.workbench.addin/toplinkContentSet"/>
    <string v="oracle.bpm.fusion.repository.BPMProjectSettings/bpmProjectsProcessesContentSet"/>
    </list>
    <value n="defaultPackage" v="oracle.epm.SR.view"/>
    <value n="jbo.JpxName" v="oracle.epm.SR.view.ViewController"/>
    <value n="JboProject" v="true"/>
    <hash n="oracle.adfdtinternal.model.ide.security.SecurityPolicies">
    <value n="grantOption" v="none"/>
    </hash>
    <hash n="oracle.ide.model.DependencyConfiguration">
    <list n="dependencyList">
    <hash>
    <value n="class" v="oracle.jdeveloper.library.ProjectLibrary"/>
    <url n="sourceOwnerURL" path="../EPM_String_Repository.jws"/>
    <url n="sourceURL" path="../Model/Model.jpr"/>
    </hash>
    <hash>
    <value n="class" v="oracle.jdeveloper.library.ProjectLibrary"/>
    <value n="sourceOwnerURL"/>
    <url n="sourceURL" path="ViewController.jpr"/>
    </hash>
    </list>
    </hash>
    <hash n="oracle.ide.model.TechnologyScopeConfiguration">
    <list n="technologyScope">
    <string v="Java"/>
    <string v="HTML"/>
    <string v="JSP"/>
    <string v="JSF"/>
    <string v="ADFc"/>
    <string v="ADF_FACES"/>
    <string v="XML"/>
    <string v="ADFbc"/>
    </list>
    </hash>
    <value n="oracle.jbo.SavedPreferences" v="true"/>
    <hash n="oracle.jdeveloper.compiler.OjcConfiguration">
    <list n="copyRes">
    <string v=".gif"/>
    <string v=".jpg"/>
    <string v=".jpeg"/>
    <string v=".png"/>
    <string v=".properties"/>
    <string v=".xml"/>
    <string v=".ejx"/>
    <string v=".xcfg"/>
    <string v=".cpx"/>
    <string v=".dcx"/>
    <string v=".sva"/>
    <string v=".wsdl"/>
    <string v=".ini"/>
    <string v=".tld"/>
    <string v=".tag"/>
    <string v=".xlf"/>
    <string v=".xsl"/>
    <string v=".xsd"/>
    <string v=".jpx"/>
    </list>
    <value n="internalEncoding" v="UTF-8"/>
    <list n="Javac.commandline.optionlist">
    <string v="-g"/>
    <string v="-Xlint:all"/>
    <string v="-Xlint:-cast"/>
    <string v="-Xlint:-empty"/>
    <string v="-Xlint:-fallthrough"/>
    <string v="-Xlint:-path"/>
    <string v="-Xlint:-serial"/>
    <string v="-Xlint:-unchecked"/>
    </list>
    <value n="webIANAEncoding" v="UTF-8"/>
    </hash>
    <hash n="oracle.jdeveloper.deploy.dt.DeploymentProfiles">
    <hash n="profileDefinitions">
    <hash n="EPM_String_Repository_ViewController_webapp1">
    <hash n="appletArchives"/>
    <hash n="appletFiles">
    <value n="autoInclude" v="true"/>
    <list n="selectionFilters">
    <string v="oracle.jdevimpl.deploy.common.JavaSelectionFilter"/>
    </list>
    </hash>
    <hash n="archiveOptions">
    <value n="hasManifest" v="false"/>
    </hash>
    <url n="earURL" path="deploy/EPM_String_Repository_ViewController_webapp1.ear"/>
    <value n="enterpriseAppName" v="EPM_String_Repository_ViewController_webapp1"/>
    <hash n="fileGroups">
    <list n="groups">
    <hash>
    <list n="contributors">
    <hash>
    <value n="type" v="5"/>
    </hash>
    </list>
    <value n="displayName" v="Web Files"/>
    <hash n="filters">
    <list n="rules"/>
    </hash>
    <value n="internalName" v="web-files"/>
    <value n="type" v="1"/>
    </hash>
    <hash>
    <list n="contributors">
    <hash>
    <value n="type" v="2"/>
    </hash>
    <hash>
    <value n="type" v="7"/>
    </hash>
    </list>
    <value n="displayName" v="WEB-INF/classes"/>
    <hash n="filters">
    <list n="rules"/>
    </hash>
    <value n="internalName" v="project-output"/>
    <value n="targetWithinJar" v="WEB-INF/classes"/>
    <value n="type" v="1"/>
    </hash>
    <hash>
    <value n="displayName" v="WEB-INF/lib"/>
    <hash n="filters">
    <list n="rules">
    <hash>
    <value n="pattern" v="**"/>
    </hash>
    </list>
    </hash>
    <value n="internalName" v="libraries"/>
    <value n="targetWithinJar" v="WEB-INF/lib"/>
    <value n="type" v="3"/>
    </hash>
    </list>
    </hash>
    <url n="jarURL" path="deploy/EPM_String_Repository_ViewController_webapp1.war"/>
    <hash n="libraryDependencies">
    <value n="IncludeLibrariesFromOtherContainers" v="true"/>
    </hash>
    <value n="profileClass" v="oracle.jdeveloper.deploy.war.WarProfile"/>
    <value n="profileName" v="EPM_String_Repository_ViewController_webapp1"/>
    </hash>
    </hash>
    <list n="profileList">
    <string v="EPM_String_Repository_ViewController_webapp1"/>
    </list>
    </hash>
    <hash n="oracle.jdeveloper.model.J2eeSettings">
    <value n="j2eeWebAppName" v="EPM_String_Repository-ViewController-webapp"/>
    <value n="j2eeWebContextRoot" v="EPM_String_Repository-ViewController-context-root"/>
    </hash>
    <hash n="oracle.jdeveloper.model.PathsConfiguration">
    <hash n="javaContentSet">
    <list n="constituent-sets">
    <hash>
    <url n="content-folder-url" path="../Model/src/oracle/epm/SR/model/EOs/"/>
    <list n="pattern-filters">
    <string v="+Labels.xml"/>
    </list>
    <list n="url-path">
    <url path="../Model/src/oracle/epm/SR/model/EOs/"/>
    </list>
    </hash>
    </list>
    <list n="pattern-filters">
    <string v="+**"/>
    </list>
    <list n="url-path">
    <url path="src/"/>
    </list>
    </hash>
    </hash>
    <hash n="oracle.jdeveloper.runner.RunConfigurations">
    <hash n="runConfigurationDefinitions">
    <hash n="Default">
    <value n="custom" v="false"/>
    <value n="name" v="Default"/>
    <hash n="oracle.adfdt.controller.adfc.source.runner.AdfcRunnerLaunchSettings">
    <value n="unboundedTaskFlow" v="true"/>
    <value n="viewActivityId" v="Welcome"/>
    </hash>
    <url n="targetURL" path="public_html/Welcome.jspx"/>
    </hash>
    </hash>
    <list n="runConfigurationList">
    <string v="Default"/>
    </list>
    </hash>
    <hash n="oracle.jdevimpl.config.JProjectLibraries">
    <list n="exportedReferences">
    <hash>
    <value n="id" v="JSP Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JSF 1.2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JSTL 1.2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Page Flow Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Controller Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Controller Schema"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Faces Runtime 11"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Common Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Web Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="MDS Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="MDS Runtime Dependencies"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Beanutils 1.6"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Logging 1.0.4"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Collections 3.1"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF DVT Faces Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF DVT Faces Databinding Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF DVT Faces Databinding MDS Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JPS Designtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle JEWT"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Faces Databinding Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Resource Bundle Support"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Resource Bundle Variable Resolver"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JSTL 1.2 Tags"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Security"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Tester"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle XML Parser v2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JDeveloper Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="SQLJ Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Model Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle JDBC"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Connection Manager"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Oracle Domains"/>
    <value n="isJDK" v="false"/>
    </hash>
    </list>
    <list n="libraryReferences">
    <hash>
    <value n="id" v="JSP Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JSF 1.2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JSTL 1.2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Page Flow Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Controller Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Controller Schema"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Faces Runtime 11"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Common Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Web Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="MDS Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="MDS Runtime Dependencies"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Beanutils 1.6"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Logging 1.0.4"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Collections 3.1"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF DVT Faces Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF DVT Faces Databinding Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF DVT Faces Databinding MDS Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JPS Designtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle JEWT"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Faces Databinding Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Resource Bundle Support"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Resource Bundle Variable Resolver"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JSTL 1.2 Tags"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Security"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Tester"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle XML Parser v2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JDeveloper Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="SQLJ Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="ADF Model Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Runtime"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle JDBC"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Connection Manager"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="BC4J Oracle Domains"/>
    <value n="isJDK" v="false"/>
    </hash>
    </list>
    </hash>
    <hash n="oracle.jdevimpl.config.JProjectPaths">
    <url n="outputDirectory" path="classes/"/>
    </hash>
    <hash n="oracle.jdevimpl.webapp.jsp.libraries.model.ProjectTagLibraries">
    <list n="tag-libraries">
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSF Core"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSF Core"/>
    <value n="tldURL" v="@oracle.home@../oracle_common/modules/oracle.jsf_1.2.9/glassfish.jsf_1.0.0.0_1-2-15.jar!/META-INF/jsf_core.tld"/>
    <value n="URI" v="http://java.sun.com/jsf/core"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSF HTML"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSF HTML"/>
    <value n="tldURL" v="@oracle.home@../oracle_common/modules/oracle.jsf_1.2.9/glassfish.jsf_1.0.0.0_1-2-15.jar!/META-INF/html_basic.tld"/>
    <value n="URI" v="http://java.sun.com/jsf/html"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="ADF Faces Components"/>
    <value n="version" v="11"/>
    </hash>
    <value n="jspVersion" v="1.2"/>
    <value n="name" v="ADF Faces Components"/>
    <value n="tldURL" v="@oracle.home@../oracle_common/modules/oracle.adf.view_11.1.1/adf-richclient-impl-11.jar!/META-INF/afu.tld"/>
    <value n="URI" v="http://xmlns.oracle.com/adf/faces/rich"/>
    <value n="version" v="11"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="ADF Data Visualization"/>
    <value n="version" v="1.1"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="ADF Data Visualization"/>
    <value n="tldURL" v="@oracle.home@../oracle_common/modules/oracle.adf.view_11.1.1/dvt-faces.jar!/META-INF/bi.tld"/>
    <value n="URI" v="http://xmlns.oracle.com/dss/adf/faces"/>
    <value n="version" v="1.1"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSTL Core"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSTL Core"/>
    <value n="runInEditor" v="true"/>
    <value n="tldURL" v="@oracle.home@../modules/glassfish.jstl_1.2.0.1.jar!/META-INF/c.tld"/>
    <value n="URI" v="http://java.sun.com/jsp/jstl/core"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSTL Format"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSTL Format"/>
    <value n="tldURL" v="@oracle.home@../modules/glassfish.jstl_1.2.0.1.jar!/META-INF/fmt.tld"/>
    <value n="URI" v="http://java.sun.com/jsp/jstl/fmt"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSTL SQL"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSTL SQL"/>
    <value n="tldURL" v="@oracle.home@../modules/glassfish.jstl_1.2.0.1.jar!/META-INF/sql.tld"/>
    <value n="URI" v="http://java.sun.com/jsp/jstl/sql"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSTL XML"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSTL XML"/>
    <value n="tldURL" v="@oracle.home@../modules/glassfish.jstl_1.2.0.1.jar!/META-INF/x.tld"/>
    <value n="URI" v="http://java.sun.com/jsp/jstl/xml"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSTL Functions"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSTL Functions"/>
    <value n="tldURL" v="@oracle.home@../modules/glassfish.jstl_1.2.0.1.jar!/META-INF/fn.tld"/>
    <value n="URI" v="http://java.sun.com/jsp/jstl/functions"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSTL Permitted Taglibs"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSTL Permitted Taglibs"/>
    <value n="tldURL" v="@oracle.home@../modules/glassfish.jstl_1.2.0.1.jar!/META-INF/permittedTaglibs.tld"/>
    <value n="URI" v="http://jakarta.apache.org/taglibs/standard/permittedTaglibs"/>
    <value n="version" v="1.2"/>
    </hash>
    <hash>
    <hash n="baseLibrary">
    <value n="name" v="JSTL Script Free"/>
    <value n="version" v="1.2"/>
    </hash>
    <value n="jspVersion" v="2.1"/>
    <value n="name" v="JSTL Script Free"/>
    <value n="tldURL" v="@oracle.home@../modules/glassfish.jstl_1.2.0.1.jar!/META-INF/scriptfree.tld"/>
    <value n="URI" v="http://jakarta.apache.org/taglibs/standard/scriptfree"/>
    <value n="version" v="1.2"/>
    </hash>
    </list>
    </hash>
    <hash n="oracle.toplink.workbench.addin">
    <hash n="toplinkContentSet">
    <list n="pattern-filters">
    <string v="+**"/>
    </list>
    <list n="url-path">
    <url path="toplink/"/>
    </list>
    </hash>
    </hash>
    <hash n="ResourceBundleOptions">
    <value n="ADFRestricted" v="true"/>
    <value n="BundleCreationPolicy" v="0"/>
    <value n="DefaultBundleTypeId" v="xliffResourceBundleId"/>
    <list n="RegisteredResourceBundles"/>
    <value n="WarnAboutHardcodedTranslatableStrings" v="true"/>
    </hash>
    </jpr:project>
    Thanks.

  • Error when clearing  adf table when CacheResults="false"

    hi i have a situation where am trying to clear my adf table when navigating away from the page ,for example if i entered value in adf table and did not save and navigate away from page ,when i come back i what the table to be empty not with previously entered values.
    this is what i have done
    i set my pagedefination to
    <accessorIterator MasterBinding="OrgValidationBeanIterator"
                          Binds="ocompanyofficerdetails"
                          DataControl="OrgValidationBean"
                          BeanClass=""
                          id="ocompanyofficerdetailsIterator" Refresh="deferred"
                          CacheResults="false"/>
    my problem is when i navigate to from one inputtext to another in my adf table i get this error
    <XmlErrorHandler> <handleError> ADF_FACES-60096:Server Exception during PPR, #1
    javax.el.PropertyNotFoundException: Target Unreachable, identifier 'row' resolved to null
        at com.sun.el.parser.AstValue.getTarget(Unknown Source)
        at com.sun.el.parser.AstValue.isReadOnly(Unknown Source)
        at com.sun.el.ValueExpressionImpl.isReadOnly(Unknown Source)
        at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer._getUncachedReadOnly(EditableValueRenderer.java:486)
        at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:400)
        at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.wasSubmitted(EditableValueRenderer.java:343)
        at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.decodeInternal(EditableValueRenderer.java:116)
        at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.decodeInternal(LabeledInputRenderer.java:56)
        at oracle.adf.view.rich.render.RichRenderer.decode(RichRenderer.java:293)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:1118)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.decode(UIXComponentBase.java:717)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:800)
        at org.apache.myfaces.trinidad.component.UIXEditableValue.processDecodes(UIXEditableValue.java:236)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ApplyRequestValuesCallback.invokeContextCallback(LifecycleImpl.java:1394)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1410)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXCollection.invokeOnComponent(UIXCollection.java:1104)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnNamingContainerComponent(UIXComponentBase.java:1380)
        at org.apache.myfaces.trinidad.component.UIXDecorateCollection.invokeOnComponent(UIXDecorateCollection.java:121)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.invokeOnComponent(ContextSwitchingComponent.java:194)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:147)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnNamingContainerComponent(UIXComponentBase.java:1380)
        at oracle.adf.view.rich.component.fragment.UIXRegion.invokeOnComponent(UIXRegion.java:555)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424)
        at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:168)
        at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
        at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:678)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:407)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    my adf table is
    <af:table value="#{bindings.ocompanyofficerdetails.collectionModel}"
                              var="row"
                              rows="#{bindings.ocompanyofficerdetails.rangeSize}"
                              emptyText="#{bindings.ocompanyofficerdetails.viewable ? 'No data to display.' : 'Access Denied.'}"
                              fetchSize="#{bindings.ocompanyofficerdetails.rangeSize}"
                              rowBandingInterval="0"
                              selectedRowKeys="#{bindings.ocompanyofficerdetails.collectionModel.selectedRow}"
                              selectionListener="#{bindings.ocompanyofficerdetails.collectionModel.makeCurrent}"
                              rowSelection="single" id="t1" width="100%"
                              partialTriggers="ctb1 ctb2" first="1">
                      <af:column sortProperty="name" sortable="false"
                                 headerText="Name" id="c1" width="80">
                        <af:inputText
                                      label="#{bindings.ocompanyofficerdetails.hints.name.label}"
                                      required="true"
                                      columns="#{bindings.ocompanyofficerdetails.hints.name.displayWidth}"
                                      maximumLength="#{bindings.ocompanyofficerdetails.hints.name.precision}"
                                      shortDesc="#{bindings.ocompanyofficerdetails.hints.name.tooltip}"
                                      id="it9"
                                      value="#{row.bindings.name.inputValue}"
                                      immediate="false" autoSubmit="true">
                          <f:validator binding="#{row.bindings.name.validator}"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="surname" sortable="false"
                                 headerText="Surname" id="c2">
                        <af:inputText
                                      label="#{bindings.ocompanyofficerdetails.hints.surname.label}"
                                      required="true"
                                      columns="#{bindings.ocompanyofficerdetails.hints.surname.displayWidth}"
                                      maximumLength="#{bindings.ocompanyofficerdetails.hints.surname.precision}"
                                      shortDesc="#{bindings.ocompanyofficerdetails.hints.surname.tooltip}"
                                      id="it12"
                                      value="#{row.bindings.surname.inputValue}"
                                      autoSubmit="true">
                          <f:validator binding="#{row.bindings.surname.validator}"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="dentitynumber" sortable="false"
                                 headerText="Identity Number" id="c6" width="90">
                        <af:inputText
                                      label="Identity Number"
                                      required="true"
                                      columns="20"
                                      maximumLength="#{bindings.ocompanyofficerdetails.hints.dentitynumber.precision}"
                                      shortDesc="#{bindings.ocompanyofficerdetails.hints.dentitynumber.tooltip}"
                                      id="it10"
                                      value="#{row.bindings.dentitynumber.inputValue}"
                                      autoSubmit="true">
                          <f:validator binding="#{row.bindings.dentitynumber.validator}"/>
                          <af:convertNumber groupingUsed="false"
                                            pattern="#{bindings.ocompanyofficerdetails.hints.dentitynumber.format}"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="emailaddress" sortable="false"
                                 headerText="Email Address" id="c4" width="90">
                        <af:inputText value="#{row.bindings.emailaddress.inputValue}"
                                      label="#{bindings.ocompanyofficerdetails.hints.emailaddress.label}"
                                      required="true"
                                      columns="20"
                                      maximumLength="#{bindings.ocompanyofficerdetails.hints.emailaddress.precision}"
                                      shortDesc="#{bindings.ocompanyofficerdetails.hints.emailaddress.tooltip}"
                                      id="it13" autoSubmit="true">
                          <f:validator binding="#{row.bindings.emailaddress.validator}"/>
                             <af:validateRegExp pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}"
                                                   messageDetailNoMatch="The value provided is not a valid email address"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="contactnumber" sortable="false"
                                 headerText="Contact Number" id="c3" width="80">
                        <af:inputText
                                      label="Contact Number"
                                      required="true"
                                      columns="#{bindings.ocompanyofficerdetails.hints.contactnumber.displayWidth}"
                                      maximumLength="#{bindings.ocompanyofficerdetails.hints.contactnumber.precision}"
                                      shortDesc="#{bindings.ocompanyofficerdetails.hints.contactnumber.tooltip}"
                                      id="it11"
                                      value="#{row.bindings.contactnumber.inputValue}"
                                      autoSubmit="true">
                          <f:validator binding="#{row.bindings.contactnumber.validator}"/>
                        </af:inputText>
                      </af:column>
                      <af:column sortProperty="ownership" sortable="false"
                                 headerText="Ownership" id="c5" width="50">
                        <af:selectBooleanCheckbox id="sbc1"
                                                  value="#{row.bindings.ownership.inputValue}"/>
                      </af:column>
                      <af:column sortProperty="accountingofficer" sortable="false"
                                 headerText="Accounting Officer" id="c7" width="80">
                        <af:selectBooleanCheckbox id="sbc2"
                                                  value="#{row.bindings.accountingofficer.inputValue}"/>
                      </af:column>
                                  <af:column id="c8" headerText="Actions"
                                             headerNoWrap="true" width="150">
                                    <af:panelGroupLayout id="pgl1"
                                                         layout="horizontal">
                                      <af:commandToolbarButton actionListener="#{bindings.Create.execute}"
                                                               text="Add New"
                                                               disabled="#{!bindings.Create.enabled}"
                                                               id="ctb1"/>
                                      <af:spacer width="10" height="10" id="s5"/>
                                      <af:commandToolbarButton actionListener="#{bindings.Delete.execute}"
                                                               text="Delete"
                                                               id="ctb2"
                                                               disabled="#{!bindings.ocompanyofficerdetails.viewable}"
                                                               immediate="true"/>
                                    </af:panelGroupLayout>
                                  </af:column>
                                </af:table>
    i think amgeting the error because my inputtext is set autosubmit=true
    if i don't autosubmit=true am not able to iterator in my table
    DCIteratorBinding it = ADFUtils.findIterator("ocompanyofficerdetailsIterator");
    if(it != null && it.size() >0){                        
    for(Row r : it.getAllRowsInRange() ) {                             
    EntityDefImpl accDef2 =UamCompanyofficerdetailsImpl.getDefinitionObject();
    UamCompanyofficerdetailsImpl comp = (UamCompanyofficerdetailsImpl)accDef2.createInstance2(am.getDBTransaction(),null);
    name = (String)r.getAttribute("name");
    System.out.println("offname" +name);
    surname = (String)r.getAttribute("surname");
    //String attribute = (String)iterBind.getCurrentRow().getAttribute("field1"); 
    System.out.println("surnametest " +surname);
    identitynumber = (String)r.getAttribute("dentitynumber");
    System.out.println("idtest " +identitynumber);
    emailaddress = (String)r.getAttribute("emailaddress");
    System.out.println("emailtest" + emailaddress);
    contactnumber = (String)r.getAttribute("contactnumber");
    System.out.println("contatc" + contactnumber);
    ownership = (String)r.getAttribute("ownership");
    System.out.println("ownership " + ownership);
    accountofficer = (String)r.getAttribute("accountingofficer");
    System.out.println("accountoffice " + accountofficer);
    comp.setName(name);
    System.out.println("offname " + name);
    comp.setSurname(surname);
    System.out.println("surnameoff " +surname);
    comp.setIdentitynumber(identitynumber);
    System.out.println("identitynumber " +identitynumber);
    comp.setEmailaddress(emailaddress);
    System.out.println("emailaddresscomp " +emailaddress);
    comp.setContactnumber(contactnumber);
    System.out.println("contactnumbercomp " + contactnumber);
    comp.setOwnership(ownership);
    System.out.println("ownershipcomp " + ownership);
    comp.setAccountingofficer(accountofficer);
    System.out.println("accountofficer " +accountofficer);
    officeid = comp.getOfficerid();
    System.out.println("afterofficeid " + officeid);
    comp.setOrganisationid(orgid);
    am.getDBTransaction().commit();
    System.out.println("***insetead companyofficials****" +  officeid ) ;

    Tor, you didn't miss a step but you used the wrong turn in the middle.
    JDev version are tidily coupled to wls versions. Read my blog http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/ to get more info on that. So the first decision to take is if you want to use SOA, BPMN and stuff like that, then use JDev 11.1.1.7.0 or if you like to use JSF2.0 and faclets withotu SOA, then use JDev 11.1.2.3.0.
    As you said you are working with SOA later on 11.1.1.7.0 is the right version for you. WebLogic server 10.3.6 with the right adf runtime installed and there should be no problem.
    Timo

Maybe you are looking for