Portal JSTL support

I was happy to see portal support the core JSTL taglibs since the apache implementation requires a JSP 1.2/Servlet 2.3 container but I was purplexed as to why only a subset of the the core tags are supported. Most noticably absent is the out tag, as well as the url and import tags. Is there any plans to support the full core tag set?
TIA!

I believe the JSTL 1.0.1 requires a servlets 2.3 and JSP 1.2 compliant container, which iws 6.0 isn't. I have learned that the portal server will be released in the near future on the appserver 7.0, at which time I will be able to use all the JSTL tags.
Thanks!

Similar Messages

  • Error While adding JSTL support in JDev 11g

    Hi ,
    Continuing on my Spring tutorial on http://static.springsource.org/docs/Spring-MVC-step-by-step/
    I have added JSTL support in my application. Getting below error:
    Error 500--Internal Server Error
    java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config
         at org.springframework.web.servlet.support.JstlUtils.exposeLocalizationContext(JstlUtils.java:97)
         at org.springframework.web.servlet.view.JstlView.exposeHelpers(JstlView.java:133)
         at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:209)
         at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:257)
         at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1183)
         at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:902)
         at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
         at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
         at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         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.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.ClassNotFoundException: javax.servlet.jsp.jstl.core.Config
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         ... 27 more
    But I have added jstl.jar and standard.jar at both places 1) Tools-> Manage Libraries. Also Deploy by Default is checked. and 2)Application->Project Properties->classpath and libraries and Then I have added individual jars . Also I have added jar directory to be doubly sure. But still the same error.......
    Please anyone help......

    Hi ,
    I tried whatever is there in the link and got below error:
    <31 Oct, 2011 12:24:49 AM IST> <Error> <J2EE> <BEA-160197> <Unable to load descriptor C:\Users\Nano\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\springapp/META-INF/weblogic-application.xml of module springapp. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
         at weblogic.application.ApplicationDescriptor.getWeblogicApplicationDescriptor(ApplicationDescriptor.java:329)
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:181)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.compatibilityProcessor(ActivateOperation.java:81)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.setupPrepare(AbstractOperation.java:295)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:97)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    .>
    <31 Oct, 2011 12:24:49 AM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean springapp. Error - weblogic.management.DeploymentException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>.
    weblogic.management.DeploymentException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         Truncated. see log file for complete stacktrace
    >
    <31 Oct, 2011 12:24:49 AM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1320000889396' for task '8'. Error is: 'weblogic.management.DeploymentException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>'
    weblogic.management.DeploymentException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         Truncated. see log file for complete stacktrace
    >
    <31 Oct, 2011 12:24:49 AM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'springapp'.>
    <31 Oct, 2011 12:24:49 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.4a: Expected elements 'library-ref@http://xmlns.oracle.com/weblogic/weblogic-application fair-share-request@http://xmlns.oracle.com/weblogic/weblogic-application response-time-request@http://xmlns.oracle.com/weblogic/weblogic-application context-request@http://xmlns.oracle.com/weblogic/weblogic-application max-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application min-threads-constraint@http://xmlns.oracle.com/weblogic/weblogic-application capacity@http://xmlns.oracle.com/weblogic/weblogic-application work-manager@http://xmlns.oracle.com/weblogic/weblogic-application component-factory-class-name@http://xmlns.oracle.com/weblogic/weblogic-application application-admin-mode-trigger@http://xmlns.oracle.com/weblogic/weblogic-application session-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application library-context-root-override@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-packages@http://xmlns.oracle.com/weblogic/weblogic-application prefer-application-resources@http://xmlns.oracle.com/weblogic/weblogic-application fast-swap@http://xmlns.oracle.com/weblogic/weblogic-application coherence-cluster-ref@http://xmlns.oracle.com/weblogic/weblogic-application' instead of 'container-descriptor@http://xmlns.oracle.com/weblogic/weblogic-application' here in element weblogic-application@http://xmlns.oracle.com/weblogic/weblogic-application:<null>
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
         at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         Truncated. see log file for complete stacktrace
    >
    [12:24:49 AM] #### Deployment incomplete. ####
    [12:24:49 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application springapp due to error deploying to IntegratedWebLogicServer.
    [Application springapp stopped and undeployed from Server Instance IntegratedWebLogicServer]
    Also according to the link in step 6, I need to modify weblogic.xml to add given entries. So I add the required lines in weblogic.xml found at C:\Users\Nano\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\springapp\NewProjWebApp.war\WEB-INF
    But when I try to run application, my changes are overwritten and it again contains whatever it had before my changes.
    Can you please tell me am I editing the right file and why its contents are overwritten?

  • EP60 SP2 Portal Component Support

    Hi EP Experts,
       We are using EP60 SP2 and we are using Universal worklist to look at the workitems in the workflow inbox.
       Current UWL portal component supports only SAP file types while attaching a document to the work item. When i try to attach (.doc,.xls,.txt...) other than SAP document types i get some error 'PC application file couldnot be imported'.
       Attachment funtion through SAP Business workplace supports all type of documents.
       Was there any enhancement with EP60 SP3 or is there any patch released for EP60 SP2 to overcome this limitation with UWL.
       Did anyone came across this problem?
    Thanks experts
    arun
    Message was edited by: Arun Prasad

    Hi José,
    From System Administration>Monitoring>Knowledge Management>Component Monitor>Service>Scheduler-> I view this error:
    My component startup failed 2/23/10 2:44:53 AM
    Configuration Error: Failed to load task My component error(there is a red point)
    From Properties :class java.lang.NullPointerException
    When i reapet the upload of my fil.par(directly to Sap Portal), scheduler restart and files into KM are update.
    What's you think?
    Best Regards
    Giovanni

  • Does portal porlet support BC4J application ?

    Does portal porlet support BC4J application ?
    please help ...

    The new version of Portal (6.0 I believe) will run on weblogic or websphere as well as iAS.
    Kent

  • SCSM 2012 R2 Self Service Portal is supported on Microsoft Sharepoint Foundation 2013 Sp1 or not

    Hello,
    I have a requirement to install Self Service Portal on one dedicated Server and found that Both the Web Content Server and SharePoint Web Parts can be installed on single Server. I want to use Microsoft Sharepoint 2010 Foundation Server as
    it is free but it is not supported on Windows Server 2012 R2.
    My query are -
    Can we use Microsoft SharePoint Foundation 2013 Sp1 for the same purpose.
    Can we install Both the Web Content Server and SharePoint Web Parts on One Computer for Self Service portal
    I was referring the below link which says that Sharepoint 2013 is not supported, does it mean for Sharepoint foundation 2013 Sp1 is also not supported.
    http://www.microsoft.com/en-in/download/details.aspx?id=24983 
    Please help.
    Thanks,
    Ankur

    for background, there are actually three parts here. there is a SharePoint team site, there is the content distribution website, and there is the data access website. the data access and the content website are almost always collocated on the same servers,
    since they are both IIS virtual directories. the sharepoint team site is packaged for 2010, but it's been
    successfully installed on 2013 without problems. 
    you have a couple of options:
    you can put all three web componets on the same server by using foundation 2010
    you can put all three on the same 2013 server using the method above
    you can put the two iisvds on a server and install the team site using the method above
    you can install the content and data access services on a separate server, and then install a scrap foundation SharePoint and export out the team site and import it into your existing SharePoint site

  • Portal HTML5 support

    Hi Experts,
    Please help to clarify the below queries on HTML5 support in the SAP NetWeaver Portal.
    1. From which version, the SAP portal supports the HTML5?
    2. Is SAP NetWeaver 7.02 SP12 support it ?
    3. Is there any configuration or modification in portal/application can be done to support the HTML5?
    Appreciate your quick response.
    Thanks in advance!
    Regards,
    Senthil

    Hi,
    Thanks for your quick response.
    I could not able find the below path in the portal (7.02 SP12),
    In SAP NetWeaver Administrator, navigate to Configuration Infrastructure Java System Properties .
    In the Details table, select the Services tab.
    Search for portal and select Portal Runtime Container Extension .
    In the Extended Details table, search for html5 and set the value of the html5.compliant property toiViewDependent .
    Choose Save .
    Does it mean 7.02 SP12 will not support(can not be configured) HTML5?
    Regards,
    Senthil

  • Portal Server support on Solaris/Intel Architecture

    Hi Gurus,
    Is iPlanet portal supported on Solaris on Intel architecture? Any of you have this kind of setup and experienced any problem? or was it smooth sailing? or is there some particular version of Solaris OS that has to be used..etc.
    Thanks
    Ashok

    The short answer is No. The current version of Portal Servers both 3.0 and 6.0 are supported only in Solaris / Sparc arch.

  • Portal and Support for Internet Explorer 8

    Hi,
    We have three Portals, different versions:
    EP6 SP19
    EP7 SP9
    EP7 SP15
    Is IE 8 supported?
    Thanks, Neeta

    Hi,
    first, check the PAM Matrix (service.sap.com/pam).
    EP6 -> No
    EP7 -> depends ...
    IE8 also has a compatibility mode that will make him behave more like IE7. So, if the EP SPS version is supported with IE7, the changes are good that IE8 will also work with the EP version ...
    If something is not working, use a supported version of IE.
    br,
    Tobias

  • Need for Portal to support BEx Report (Excel based) in BI7.0

    Experts,
    We are on BW 3.5 version and upgrading to BI7.0. We have all the reports so far is Excel Based (no web reporting). Do we need to have portal implemented for our BW report to run after upgrading to BI 7.0? In other words, is Portal mendatory to have to run any BEx Report in BI 7.0 invironment? Thanks.
    NP

    Hello Nimesh,
    No, in BI7.0  BEx Analyzer is still supported. Portal is used only for web reports and if needed these web reports can be exported to excel or pdf. It is not mandaory to have portal to see BEx reports.
    Thanks
    Chandran

  • Harry, Why won't Portal Developers Support Oracle Support???

    I just got off the phone with Oracle support and the response is
    that they can't provide assistance on my TAR because the portal
    developers won't give them the info. Why?
    All I have been asking for are the columns/tables in PORTAL30
    and/or PORTAL30_SSO that store the page name (and display name),
    owner, etc. for each page, content area, application, etc. This
    way I can more easily generate a script to do the page/content
    area exports/imports instead of going through the navigator and
    clicking edit on each object. And how about a data model like
    Apps offers its users -- surely one exists so why not share it?
    Bob

    I'm using this procedure to list all my pages. For now I just
    run this in Portal and copy/paste it into an export dos-batch
    script which exports all the specified pages. Later I will
    update the procudure so that it generates the export script
    automatically.
    Create or Replace PROCEDURE SUPPORT.DUMP_PAGES
    as
    CURSOR page_cur IS
    SELECT NAME
    FROM PORTAL30.WWPOB_PAGE$
    WHERE CREATED_BY='USERNAME';
    begin
    FOR page IN page_cur
    LOOP
    -- Syntax I need in my export script...
    htp.p('call E:\support_dump\dump_page.bat ' ||
    page.name || '<BR>');
    END LOOP;
    htp.p('<P>');
    FOR page IN page_cur
    LOOP
    -- Syntax I need in my importt script...
    htp.p('call E:\support_dump\imp_page.bat ' ||
    page.name || '<BR>');
    END LOOP;
    end;

  • Portal - Arabic Support

    Hi
    For enabling the Arabic version in portal what are the changes required in a normal portal ....
    For Menus :
    It is like we need to create a skeleton with the direction rtl ( dir='rtl') and assigning to theme to the Desktop. Or any other stuffs needs to be handled.
    For Portlet content :
    Do we have any options to align the content displayed in the portlet rtl or the skeleton will take care of it ?
    Thanks in advance
    Rajesh ar

    Hi,
    I don't know about Arabic, bu it supports Hebrew which has the same problems as Arabic (Right to Left).
    What you need to do is:
    1. In your wdbsvr.app file located at $ORACLE_HOME/Apache/modplsql/cfg
    directory, change the following line under your DAD name from :
    ;cgi_env_list =
    to :
    cgi_env_list = REQUEST_IANA_CHARSET= , OVERRIDE=YES
    2. Bounce your listener
    Good Luck!

  • Portal 7 support

    Could anyone pls help me on where to the get a full information on Portal 7 & 6 support together will all bundled applications. Thanks

    Have a look at http://docs.sun.com/app/docs/prod/entsys.05q4#hic

  • BEA Weblogic JSR compliant portal - Modes supported.

    Hi,
    The JSR 168 spec has the provision to support custom modes in addition to the default modes like view , help & edit . I want to know what are the custom modes supported by the Bea Web logic portal which is JSR 168 compliant.
    In specific iam looking for is does the bea weblogic portal support Edit defaults mode. How this mode works is Assume a publisher create a portlet with some defaults and publishes it , and then when another logged in user sees the portlet he will see the portlet with those defaults which he can go and edit based on his customization. Just wanted to know if this mode is supported by the Edit default mode.
    Thanks
    Mouli

    Hi,
    The JSR 168 spec has the provision to support custom modes in addition to the default modes like view , help & edit . I want to know what are the custom modes supported by the Bea Web logic portal which is JSR 168 compliant.
    In specific iam looking for is does the bea weblogic portal support Edit defaults mode. How this mode works is Assume a publisher create a portlet with some defaults and publishes it , and then when another logged in user sees the portlet he will see the portlet with those defaults which he can go and edit based on his customization. Just wanted to know if this mode is supported by the Edit default mode.
    Thanks
    Mouli

  • I can no longer log in to Azure Portal (or Support)

    Hi. For the past few days I have not been able to log in to the Azure Portal (or Azure Support). I have tried on separate machines and it fails on them all. I can log into other Microsoft properties, like Bing and Outlook.com with the same MSA.
    This is the error I receive:
    https://login.windows.net/common/wsfederation?f=255&MSPPError=-2147217320
    Sign In
    Sorry, but we’re having trouble signing you in.
    We received a bad request.
    Additional technical information: 
    Correlation ID: adf15a25-4f0f-41c3-bd05-d7da01ff8fa6 
    Timestamp: 2014-08-07 15:12:34Z 
    AADSTS20012: An error occurred when we tried to process a WS-Federation message. The message was invalid. 
    Best regards,
    Jerry ([email protected])
    Jerry Nixon

    Hi,
    Based on your description, there may be some issue with your azure account, please try to contact with azure support, it's a best choice, Please contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/ Or if that doesn't work because you don't have an active subscription you will need to contact general customer support to have them create a
    support ticket for you
    http://support.microsoft.com/gp/customer-service-phone-numbers?wa=wsignin1.0
    Best Regards
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Does JSTL supports getProperty(propertyName)

    Hi,
    In out webapplication, we read the names of html controls (button name etc) from a properties file.
    Hence in jsp code we use like
    propreader.getProperty("title");
    I want to know doing the same using JSTL. Does JSTL 1.0 supports getProperty(propertyName).
    Thanks for any help.
    Jeelani

    In a word. No. You can't call methods which take parameters from JSTL 1.0
    JSTL 1.1 introduces some limited function calling
    However, if you are using the class java.util.Properties, you might take note of the fact that it extends HashTable. So the standard Map methods work, and JSTL can access Maps
    String result = null;
    result = propreader.getProperty("title");
    // is the same as
    result = (String)propreader.get("title");
    //in JSTL you can write this as
    $propreader.title
    ${propreader["title"]}

Maybe you are looking for