How do I customized BPEL WORKLIST application.

I have deployed my application in BPEL tool, now I want to customize the respective WORKLIST application; I have to change the WORKLIST login page. Also add my company logo to all the pages.
Thanks,
DK

You probably want to post this in the BPEL or SOA forums.

Similar Messages

  • Upgrading a customized bpel worklist application after patch update

    Hi,
    We have a customized worklist application running developed on SOA 10.1.3.1. Now that we are migrating to version 10.1.3.3. I have 2 related queries:
    1. Is there any documentation on whatsnew in the worklist application provided by oracle as part of SOA suite 10.1.3.3. (When doing a file compare on the code, I find quite a few changes but I would like to know if there is a whatsnew feature list by oracle)
    2. I would also like to know the best practices to migrate the customized worklist application to take advantage of the new features if any of the worklist application provided with SOA suite 10.1.3.3
    Help on this is really appreciated.
    Edited by: user10546490 on Jan 21, 2009 4:21 AM

    Hi,
    The worklist application is customizable but you are running into the biggest problem when you customize it. There is no predefined way to migrate your worklist application to the new version. If you only made changes to the user interface the best way to upgrade is to apply the changes you made to the 10.1.3.1 version also to the new 10.1.3.3 version (by the way i would certainly upgrade to 10.1.3.4 instead of 10.1.3.3 since you plan on upgrading anyway). This problem is exactly the reason we decided to build our own worklist application based on the api's that are also being used by Oracle's version of the worklist application. In most cases (until now) the api definitions are not that different. If you also made lots of changes to the application jsp's and code you have to merge them with the new version which will be a lot of work but i am afraid there is no other solution.
    Kind Regards,
    Andre Jochems

  • Oracle BPEL Worklist application on Tomcat

    Can the default BPEL worklist application be deployed to Tomcat? Has anyone tried that or instructions listed out some where?
    We would like to deploy the web tier deployed to a seperate Tomcat box (web tier includes a web application developed, oracle bpel worklist application)
    Thanks

    Thank you. I am not sure how to have wf_config_client.xml correctly defined and deployed. Can this be elaborated a little more please?
    I tried to deploy the worklist application supplied in the samples. I ran into a lot of exceptions and continued to add the runtime libraries as needed. I followed some of the applicable instructions under 16.5.1.5 of BPEL Developer's guide as well.
    I can see the login page of the worklist after this struggle, but when I try to login it comes back to the same page. I see a exceptions thrown on the tomcat console.
    I think main errors that catch my attention are:
    1. Invalid configuration file wf_config.xml ORABPEL-30028
    2. Error in invoking user metadata service ORABPEL-30720
    I really appreciate any help to go forward.
    Thanks.
    Dec 11, 2007 5:32:49 PM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Dec 11, 2007 5:32:49 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 937 ms
    Dec 11, 2007 5:32:49 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Dec 11, 2007 5:32:49 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.25
    Dec 11, 2007 5:32:49 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Dec 11, 2007 5:32:50 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive customworklist.war
    Dec 11, 2007 5:32:51 PM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Dec 11, 2007 5:32:51 PM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Dec 11, 2007 5:32:51 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/16 config=null
    Dec 11, 2007 5:32:51 PM org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    Dec 11, 2007 5:32:51 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 2265 ms
    log4j:WARN No appenders could be found for logger (collaxa.cube.services).
    log4j:WARN Please initialize the log4j system properly.
    <2007-12-11 17:38:49,957> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
    at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLo
    cation(AbstractJaxbUtil.java:320)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(
    AbstractJaxbUtil.java:295)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:145)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:127)
    at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:60)
    at oracle.bpel.services.config.ConfigurationManager.getConfiguration(Con
    figurationManager.java:101)
    at oracle.bpel.services.config.ConfigurationManager.getProperty(Configur
    ationManager.java:119)
    at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(C
    onfigurationManager.java:170)
    at oracle.bpel.services.common.exception.ServicesException.<clinit>(Serv
    icesException.java:61)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a v
    alid XML document. Contact oracle support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:79)
    <::> at oracle.bpel.services.config.ConfigurationManager.getConfiguration(Con
    figurationManager.java:101)
    <::> at oracle.bpel.services.config.ConfigurationManager.getProperty(Configur
    ationManager.java:119)
    <::> at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(C
    onfigurationManager.java:170)
    <::> at oracle.bpel.services.common.exception.ServicesException.<clinit>(Serv
    icesException.java:61)
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    <::> at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    <::> at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    <::> at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    <::> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    <::> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    <::> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    <::> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    <::> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    <::> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    <::> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    <::> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    <::> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    <::> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    <::> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    <::> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    <::> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    <::> at java.lang.Thread.run(Thread.java:595)
    <::> Caused by: java.lang.NullPointerException
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLo
    cation(AbstractJaxbUtil.java:320)
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(
    AbstractJaxbUtil.java:295)
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:145)
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:127)
    <::> at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:60)
    <::> ... 24 more
    <2007-12-11 17:38:50,066> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
    at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLo
    cation(AbstractJaxbUtil.java:320)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(
    AbstractJaxbUtil.java:295)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:145)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:127)
    at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:60)
    at oracle.bpel.services.config.ConfigurationManager.getConfiguration(Con
    figurationManager.java:101)
    at oracle.bpel.services.config.ConfigurationManager.getProperty(Configur
    ationManager.java:119)
    at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(C
    onfigurationManager.java:170)
    at oracle.bpel.services.common.exception.ServicesException.<clinit>(Serv
    icesException.java:61)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    <::> ORABPEL-30720
    <::>
    <::> Error in invoking user metadata service.
    <::> A client side error occured in invoking the user metadata service.
    <::> Please check the exception error stack to identify the error. Contact oracl
    e support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    <::> at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    <::> at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    <::> at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    <::> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    <::> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    <::> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    <::> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    <::> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    <::> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    <::> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    <::> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    <::> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    <::> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    <::> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    <::> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    <::> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    <::> at java.lang.Thread.run(Thread.java:595)
    <::> Caused by: javax.naming.NameNotFoundException: UserMetadataService not foun
    d
    <::> at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    <::> at javax.naming.InitialContext.lookup(InitialContext.java:351)
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    <::> ... 19 more
    <2007-12-11 17:38:50,160> <ERROR> <oracle.bpel.services.workflow> <::> UserMetad
    ataService not found
    javax.naming.NameNotFoundException: UserMetadataService not found
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    <::> ORABPEL-30720
    <::>
    <::> Error in invoking user metadata service.
    <::> A client side error occured in invoking the user metadata service.
    <::> Please check the exception error stack to identify the error. Contact oracl
    e support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    <::> at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    <::> at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    <::> at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    <::> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    <::> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    <::> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    <::> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    <::> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    <::> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    <::> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    <::> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    <::> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    <::> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    <::> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    <::> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    <::> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    <::> at java.lang.Thread.run(Thread.java:595)
    <::> Caused by: javax.naming.NameNotFoundException: UserMetadataService not foun
    d
    <::> at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    <::> at javax.naming.InitialContext.lookup(InitialContext.java:351)
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    <::> ... 19 more
    <2007-12-11 17:38:50,238> <ERROR> <oracle.bpel.services.workflow> <::> UserMetad
    ataService not found
    javax.naming.NameNotFoundException: UserMetadataService not found
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    Failed to load application preferences, using default values
    <ISConfiguration::load> Found Configuration=Configuration: realmName=jazn.com p
    roperties:{} has 1 providers:
    <ISConfiguration::load> Provider: service=Identity providerType=JAZN pr
    oviderName=XML Provider properties:{usersPropertiesFile=users-properties.xml}
    <ISConfiguration::load>
    <ISConfiguration::validate> Validate configuration=Configuration: realmName=jazn
    .com properties:{} has 1 providers:
    <ISConfiguration::validate> Provider: service=Identity providerType=JAZN pr
    oviderName=XML Provider properties:{usersPropertiesFile=users-properties.xml}
    <ISConfiguration::validate>
    <ISConfiguration::save> Save IdentityService configuration file into /C:/Tomcat5
    .5/apache-tomcat-5.5.25/webapps/customworklist/WEB-INF/classes/is_config.xml

  • How to copy customer in oracle applications in R12

    how to copy customer in oracle applications in R12

    When I copy (as in original example) 4 cells in Excel, the exact 4 cells paste correctly in another Excel, but on my web it post the 4 cells and then clear the cell below it. So the same data in the clipbord paste correctly into Excel, but incorrectly in the web.
    When I copy (as in original example) 4 cells from the web, the exact 4 cells paste correctly into Excel, and it then post correctly on my web solution.
    So, in summary this is what I find:
    - Copy from web and paste to Excel = no problem
    - Copy from web and paste to web = no problem
    - Copy from Excel and paste to Excel = no problem
    - Copy from Excel and paste to web = problem (first cell below pasted data get cleared)
    We have a SAP NetWeaver BI 7.0 system, I use Bex (WAD) Support pack 7 with Patch 1 and I have Internet Explorer (version 8) - on IE the compatibility view does not make any differance. Users with IE 7 experiance the same issue.

  • How to Call Custom BPEL Process using JSP

    Hi All,
    I m not able to find out the way " How to deploy Custom BPEL process using JSP." Suppose I m Designing my custom BPEL process , and I want to call process through JSP.
    In order to call the BPEL process using JSP I may get the Reference from Oracle guide, But it is for Existing Example like Hello world, Order Booking.
    But I am facing the problem in order to call the Custom BPEL process.
    In case of Oracle Example it looks Simple but How to call Custom BPEL process using JSP.
    Please help me.
    Thanks&Regards
    Devesh Mishra

    hi
    The BPEL Developer guide give the way to Locate the service.can you please specify where you are getting the problem.
    Thanks,
    Sivakumar

  • [HELP] [BPEL 11g] Customized BPEL worklist app could not work on JBoss

    Dear all,
    We are developing the customized Human Worklist app based on BPEL HW API 11g.
    The application (some jsp pages) works fine in JDeveloper 11g. However, after deploy to JBoss, it always prompt with "NoClassDefFoundError" exception, although we have already add following 7 jar files into Classpath:
    ${jdeveloper.home}\Middleware\wlserver_10.3\server\lib\weblogic.jar
    ${jdeveloper.home}\Middleware\jdeveloper\modules\oracle.jrf_11.1.1\jrf.jar
    ${jdeveloper.home}\Middleware\jdeveloper\modules\oracle.webservices_11.1.1\wsclient.jar
    ${bea.home}/AS11gR1SOA/soa/modules/oracle.soa.fabric_11.1.1/bpm-infra.jar
    ${bea.home}/AS11gR1SOA/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar
    xml.jar
    xmlparserv2.jar
    Then we manually copy many other jars (nearly 100) under Weblogic server, but it still prompt lacking of some jar file with "NoClassDefFoundError" exception.
    So, does BPEL 11g support deploy HW app outside weblogic, like JBoss? If so, what we need to set at JBoss side to run our app?
    Thanks a lot.

    Not sure it is available yet as I have not seen any doc for 11g.
    here is the 10g instructions which may provide some pointers.
    http://download-east.oracle.com/docs/cd/B31017_01/web.1013/b25947/deployment_topics012.htm
    cheers
    James

  • BPM 11g : Custom BPM Worklist Application

    Hi ,
    I am trying to build a Custom BPM Worklist App using the instructions provided in
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_worklistcust.htm#CIHDAABE
    The tutorial talks about building a URL similar to
    http://<soa_server>:8001/integration/worklistapp/TaskDetails?taskId=c848ca41-71ae-4852-b774-518e1354aa8e
    in order to navigate to the specific task.
    The above URL does not work for me. I get a 404 Error page.
    Please help me to get around this issue.
    Thanks
    Rakesh

    Hi,
    I also face the issue to port Worklist in JSP or portal other than using adf.
    I am using SOA 11.1.1.2 and using BPEL and Human workflow. I did a complete flow from JSP ->BPEL->Human worlist. Whenever i
    submit a form values in JSP, it hits BPEL and i am
    getting proper message list in Human worklist and wherein i can able to assign, escalate and delegate tasks.
    Now i need to customize the worklist in Weblogic Portal 10g or to JSP. My requirement now is to port the Worlist default skins to jsp or Portal.
    I also gone through SOA 11g developers guide and in worklist sections but no idea how to implement.
    If any body knows please advise.
    Thanks..
    -Bharathi

  • Oracle BPEL Worklist application as a remote portlet in ALUI portal

    Hi,
    I am integrating the Oracle BPEL sample worklist application as a remote portlet in ALUI in a community page.
    I have 2 urgent queries...and desperate to look for a resolution...
    1) On opening the page where the remote portlet is placed ,it is very very slow to open the firt login screen in IE6.However the page is loading fast in IE7 or netscape.Every time the login page is hit we need to refresh the page to load it quickly..
    2)on thewebservice configuration section for portlet -- > http Configuration ,I have created a gateway and added our Oracle BPEL worklist context to gateway the request.There is a option like Inline refresh..
    a)If inline refresh is unchecked ,the BPEL worklist is not retaining the portlet nature like minimize ,maximize and the top community navigation is lost.
    b)however if inline refesh is checked..The portlet nature is retained ,however there is javascript error coming in the page which is not allowing some of the vanilla features of BPEL worklist is working properly like clicking some buttons and taking actions...
    Is this some configuration to be made in the ALUI side or some thing else...Please let me know if there is any solution to this...
    Regards
    Ashif

    Now I am able to display the initial page of the remote portlet. However, when I try to do some operations I m running into one more issue:
    [WSRP-Consumer:420733]No markup received from the producer [oraclePortal_producer] for portlet with portletHandle[E:3:default].
    Is there anything futher I need to do?
    regards,
    Ansuman

  • How to add Custom Address Book Application?

    I need add my custom address book application, so I has reading docs and wikis about convergence customization but no see clear how to.
    I take a dojo tutorial for change event from addres book buttons but may be are not the best practice.
    Somebody know information source for solve this please.
    Thanks.

    JCV_ wrote:
    I need add my custom address book application, so I has reading docs and wikis about convergence customization but no see clear how to.The "YahooABSPlugin" code in the c11n_sample directory may provides some guidance.
    If this still doesn't help then you could contact Sun to get help from Sun Professional Services. Writing a custom Convergence application is far from trivial.
    Regards,
    Shane.

  • How to re-custom a ISA application?

    Hi All,
    Our project is to re- custom the ISA application.
    We have a productive system where other developers created a custom development ISA b2b application.
    Now we must get this project and to extend it more.
    Our basis copy for this purpose the Productive system to a development one.
    So in this system there is a NWDI, SLD and all i need to extend my project.
    In the NWDI i found some track and i use one and i hope there to find the custom projects.
    I did the steps to custom the project:
      Configure NWDS , import track to NWDS... etc....
    Following the steps i had a lot of problem such as Used Component not found and so on.
    So i cannot build the project and deploy it.
    I am thinking that the imported component
    SAP-SHRAPP.sca
    SAP-CRMDIC.sca
    sap.com~STRUTS.sca
    sap.com~SAP-IPCMSA.sca
    sap.com~SAP-CRMJAV.sca
    sap.com~SAP-SHRJAV.sca
    TEALEAF.sca etc.
    althought seems to be in the development system they are not.
    Something is going wrong with the copy.
    My questions are:
    1. Do the copy of one system to another works for ISA ??
      or we have to use the NWDI of the Productive to transport the project.
    2. I started to re-import the above components again in the new system .
    Could this solve our problems.
    3. How to get the customed project to the NWDS for extended development
    Please i appreciate any help as i am confused about this.
    Regards,

    Hi ,
    My problem finaly is described in these note and document
    877029
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70ee5ab2-8d7a-2c10-d88b-dbe2fdf666e7&overridelayout=true
    The basis did a copy of the NWDI to a new one without use of SYSTEM COPY TOOL as above.
    So we had the problems missing components and others ...
    So the next step is to copy again the NWDI and to start the steps as you did.
    I hope next time all be OK
    I appreaciate your help.
    Regards,
    Ari

  • Bpel worklist application

    Hi
    I have developed a BPEL process wherein it would go through 10 levels of approval.I have 10 human tasks which are of single approver since after every approval i need to get some data from different systems.
    For comments and attachments to get displayed in approval process like the first guy has put in some comments in comments field and the second guy should see i have selected an option in human task in advanced properties(include task history from 1st.)
    I have a problem over here like every time i approve the task in worklist iam not able to search the task for that user...i used all the options like search form my group etc.
    regards,
    ravi

    Hi,
    This is my ias_config.file. I do not see any searchbase attribute. Also I can search any new user created by OIDDAS or OID Admin tool in to worklist application but not any user created as bootstrap from Active Directory.
    Please help.
    Thanks,
    Jigar
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <ISConfiguration xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
    <configurations>
    <configuration realmName="sjrwmd" displayName="sjrwmd Realm">
    <provider providerType="JAZN" name="OID" service="Identity">
    <connection url="ldap://portal.sjrwmd.com:389" binddn="cn=orcladmin" password="xxxx" encrypted="true"/>
    </provider>
    </configuration>
    </configurations>
    </ISConfiguration>

  • How to access custom JAVA webdynpro application from an iPad?

    Hi,
    We are trying to access custom JAVA webdynpro application from an iPad, but nothing is opening up from the iPad browser.
    What can be the possible reasons for this? Any kind of SICF enablement or opening up of ports in the network?
    Any inputs are welcome!!
    TIA,
    Regards
    Deepthi

    Hi,
    it is possible to show Java Web Dynpro applications on a mobile device in general, but the controls and the ui should be optimized for the mobile device.
    Safari devices are not officially supported so far for Mobile Web Dynpro.
    Supported are Windows Mobile devices and Blackberry devices. I also got some good results with Symbian devices.
    You can find more inforamtion on Mobile Always Connected at:
    ht[http://help.sap.com/saphelp_nwce711core/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/content.htm|http://help.sap.com/saphelp_nwce711core/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/content.htm]
    Best Regards,
    Stefan

  • Oracle BPEL Worklist Application

    Where I can find tech resources and documentation about Worklist Application?

    Hi,
    I am also looking for documentation which deserves the name.
    Looking for current info is time-costly.
    This keeps s/w from productive use.
    Cheers TB

  • How to create customized Disco Viewer applications

    I've searched the Orcale websites and handbooks for "how to" on this issue. At the moment I know the most basic ways to customize the Disco Viewer user interface:<br>
    editing ui_config.xml, pref.txt, using url-arguments etc.
    In addition, the documentation tells me that by using xsl/html editors it is possible to create a completely customized application. I have found the xsl-files like gui_components.xsl.
    Can someone tell me where to find more information about how to get started, use of tools etc.?

    Hi,
    i have H4 Help problem.
    how can i restrict an attributes of infoobject in H4 Help value.
    Please help me
    Madhu

  • How to cosume BPEL worklist as a portlet in webcenter application

    Hi,
    Can someone guide me how to consume a BPEL worklist application as portlet in webcenter application. I have a BPEL process and have deployed it on BPEL Integration server installed on oracle apllication server. But how to proceed from here? The portlet should show all the tasks exactly as it appears in the worklist applction.
    Thanks
    Anand

    Thanks a lot Cappa. Those links were really helpful and I have completed the POC successfully by integrating my existing ADF application with WebCenter by following the steps mentioned in http://www.oracle.com/technetwork/developer-tools/jdev/ccset62-all-100884.html.
    Apart from the links you mentioned, Andrejus pointed to one of his blog entry on the same topic. Please find the same at http://andrejusb.blogspot.com/2009/12/producing-jsr-168-portlets-directly.html
    Now, the issue is it's very very slow and it's getting timeout most of the time. I'm getting concurrent modification exception also some times. Both the applications are running on the embedded server that comes with JDev. Have you ever come across it?
    Regards,
    Antony.

Maybe you are looking for

  • How can I delete my iCloud account when it is sending a verification email to an address which is no longer accessible?

    I recently changed my old iTunes User id from an old, defunct, and inaccessible email address to a new and active one.  To do this I went to iTunes 'Manage your Account'.  At the same time, I changed my password, and this has been working fine. Howev

  • WRT54GS - 7.0 Wireless signal disappears periodically

    I have had my WRT54GS - 7.0 for about two months. Because of the way my apartment is set up, I am using a wireless card in my pc instead of a wired LAN connection from my cable modem. My ISP is fine; the computer wired to the router never experiences

  • Sharing Files on an XP PC

    I've read that earlier versions of Panther have problems with cross-platform networking. What is the best version of Panther in this regard? The later, the better? On the PC (XP Pro), should I simply share the hard drives, or create a Network Place f

  • Filestream Partitioning across multiple drives

    I have a SQL 2008 R2 ENT database with the single [PRIMARY] filegroup, and a single FilestreamGroup.  The filestream has millions of records, cannot be restored, and is about to exceed the drive space limit. The table with the single filestream colum

  • Account error  "already in use".

    When adding an email address to messages settings, and the verify fails with the message "already in use", what are common reasons for this. This is an aol account, which works fine.