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

Similar Messages

  • 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

  • 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

  • Generate new user in Oracle BPEL Worklist

    Hello,
    how can I put on in the Oracle BPEL Worklist a new user? I have already read the tutorials in addition. Or if one can work only with the preset users like jstein and jcooper.
    Thank
    Greeting Cathleen

    add a new user in jazn-data.xml (..\integration\orabpel\system\appserver/j2ee/home/config) in your enviroment (if you use developer install) - or if you use OID there .. add additional properties and relations in user-properties.xml (..\integration\orabpel\system\services\config)
    hth clemens

  • 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>

  • 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

  • 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.

  • Oracle BPEL Worklist app Task Action drop down

    Is there a way to control the order of display of Task outcomes in the Task Action drop down ?

    Yes, but therefore you should customize the JSP and Javascript files in the worklist application.
    Marc

  • 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.

  • Problem getting custom workflow to work with BPEL Worklist

    I am currently working through the DocumentReviewWorklow custom workflow example in the Oracle Content Services 10g Custom Workflows document and cannot get the workflow to prompt approvers through the BPEL Worklist application that an action must be taken.
    When I run the workflow, the process gets to the point of calling the TaskActionHandler and the approver is told that a process is pending their approval in the Content Services Console.
    The following appears in the BPEL Process Manager when I Audit the workflow:
    onMessage (137) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskSuspended".
    onMessage (126) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskUpdated".
    onMessage (118) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskErrored".
    onMessage (110) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskWithdrawn".
    onMessage (102) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskCompleted".
    onAlarm (161) - pending
    [2006/03/20 08:57:42] Alarm started. Alarm will go off at time "2006/03/22 08:57:42".
    onAlarm (156) - pending
    [2006/03/20 08:57:42] Alarm started. Alarm will go off at time "never".
    onAlarm (151) - pending
    [2006/03/20 08:57:42] Alarm started. Alarm will go off at time "never".
    After a period of time, the workflow eventually times-out because it is neither approved or disapproved. I have got the other non-blocking custom workflow examples to work without any problems.

    Thanks bnainani, you solved my problem!
    Despite the fact that the approver's username is in the Oracle Collabortion Suite OID as all lower case letters (and you can still login to worklist with lower case letters), you were right in saying that you have to use all upper case letters when logging into the worklist application in order to see the pending tasks.
    Just out of curiousity, do you have any idea why worklist requires upper case letters for the username?
    Message was edited by:
    middaymag
    Message was edited by:
    middaymag

  • Rich Worklist Application

    Hello,
    We are trying to customize the WorkList application. Our client wants a richer application than the Sample provided out of the box.
    Anything out there we could use? Any plans from Oracle to provide a richer Worklist application?
    Thanks,
    -Jay

    Hi Jay,
    We are an Oracle Partner focused on providing BPM Solutions. We have built a RIA (Rich Internet Application) for BPM using Flex for customers. Basically, a Rich BPEL Application.
    Targeted for ALL Oracle BPEL customers who want more than the Sample BPEL Worklist Application, this RIA offers:
    1. All the rich interactivity you would expect of a Web 2.0 application
    2. Real-time, interactive graphical view of inflight processes for business users.
    This gives users complete visibility and status of activities of the process and also allows them to perform all actions.
    3. Real-time updates of the work list and the graphical view. Push technology used so users never have to click refresh.
    4. Custom Views that includes Display of Process Attributes, Multi-column sorting, Group-by
    5. Client-side filtering that includes simple and advanced filtering on Task and Process Attributes
    6. Process Monitoring and Analytics with drill down to activity details including payload, history, faults etc.
    The application works for BPA processes transformed to BPEL, as well as processes developed directly in the BPEL Designer.
    Screenshot: [Oracle BPEL | BPM Application | www.inspyrus.com/bpm/bpm.png ]
    If this is of interest, you can reach us at [[email protected]]
    Thank you!
    Website: [Inspyrus | www.inspyrus.com]
    Edited by: [email protected] on May 18, 2009 5:06 PM
    Edited by: [email protected] on May 22, 2009 5:01 PM
    Edited by: [email protected] on Jul 13, 2009 12:01 PM
    Edited by: [email protected] on Aug 13, 2009 6:13 PM

  • Difference between BPM Worklist Application & BPM WorkSpace

    Hi
    I'm a newbie to Oracle BPM.
    I want to understand the difference between
    Oracle BPM Worklist APplication (that we use for Human Tasks in SOA : host:port/integration/worklistapp)
    and
    Oracle Business Process Workspace (host:port/bpm/workspace)
    I've done a sample BPM process to which the initiator is jcooper.
    When I deployed the app, I could find the task in Workspace but not in WorklistApp. Why is it?
    I know that one is specifically intended for BPM, but why can't we see the task for jcooper in WorklistApp?
    Also, Can you extend your answer to explain Process Composer too(in this context )?
    P.S. I could not find a post that covers the diff b/w the three at a high level.
    Regards
    RaviKiran
    Edited by: kiransaravi on Feb 10, 2013 3:37 AM

    Difference between Oracle BPM Worklist & Oracle BPM Workspace

  • BPEL worklist and matrix organization

    We are using 11g oracle bpel worklist. We are using the active directory(AD) provider for our users. In our AD each user has a manager.
    Here is the problem:
    - in most of our bpel human tasks we need to use a manager hiearchy that is different from the one in AD. We have not been able to find any way of doing this in BPEL (worklist).
    -The BPEL worklist seems to only support one security provider. We are therefore not able to have different manager hiearchy for different human tasks.
    - Is it at all possible to solve this problem with the current BPEL worklist.

    Hi Pucha,
    In the file system-jazn-data.xml, I can find the new realm added by me.
    I reset the new realm to orabpel / hw_services / ruleauthor / ccore/ .......
    Then, I restart the server, create new AS and IS connection.
    However, I still cannot find the new realm name in the dropdown list of Human task in Jdeveloper.
    How to find the new realm in Jdeveloper? Did I miss something?
    I also create a new instance, new realm, new roles, new users, new AS connection, and IS connection. But I still cannot find the new realm in the dropdown list in the human task of Jdeveloper.
    Thanks.
    Edited by: [email protected] on Mar 16, 2009 3:43 PM

  • Create an Admin user to login Oracle BPM worklist

    Hi All,
    I want to create an admin user same as weblogic to login Oracle BPM worklist application. Can any one tell me how to create an admin user to login BPM worklist
    Regards,
    Kiran

    Hi,
    I am able to login into the BPM worklist with weblogic & xelsysadm. But when i click on a approval task its redirecting to small pop-up with OIM login page again and after providing the credentials still its showing login page.
    What is the reason for that.
    I have done few changes in OIM weblogic console for OAM IdentityAsserter and OUDauthenticator to login to BPM worklist. For both I made control-flag as sufficient  and /integration i kept in the excluded state in the OAM console.
    Any help is appreciated
    Regards,
    Kiran

  • BPEL transaction in custom worklist application

    Hi,
    How can we be sure about transaction while performing actions within worklist client?
    Such an example, we developed an application by using oracle soa suite worklist api's.
    Beside task updating,payload adjustion we need to do some other jobs including business logic in our java client application.
    In such cases, if there is an exception at java code, it doesnt commit to database but bpel integration code performs... Is there any way which you can control all this functions calling within one transaction? I want to rollback all if you come up with an exception.
    I found an xml attribute which you need to configure in wf client config.xml, we use RMI for performing actions...
    participateInClientTransaction true
    How does it work?
    Thanks for help,
    Regards...

    Hi,
    Every release of soa suite may have an updated version of the worklist application. So if you customize the application and upgrade your soa suite installation there may be ar risk you get into problems. However, most of the time the updated version solves existing bug and no more than that. An other issue is that if you are using the bpel libraries to connect to a bpel server the client always needs to be of the same version as the server. What you should do is:
    - get the new 10.1.3.3 version of the libraries or install JDeveloper 10.1.3.3
    - update your orabpel.properties file and make sure the bpel home is pointing to the new version
    - update/verify the build.xml that it is pointing to the new libraries
    - rebuild/compile your customized worklist app against the new libraries
    - redeploy the new worklist application to the 10.1.3.3 server
    Kind Regards,
    Andre

Maybe you are looking for

  • Multiple SSID with different Login Web authority pages

    Our current setup is one Anchor control and then several WLC's, I want to know if I can have multiple SSID and use different Web Auth pages form them, so I can have a SSID that requires a password to Authentication access and another SSID that requir

  • How to give other material as a free good

    Hi all, Here i am getting doubt how to give free good for one material to another material. for ex:- if customer buy product A he will get product B as a free good how do we configure in to sap. i tried in exclusive method in the sales order it is ex

  • Wirelessly stream from macbook to tv with only coaxial input

    I was hoping for some help. I travel a lot and end up in hotels with TV's that only have a coaxial cable input. Is there a way and what products do I need to wirelessly stream media mostly video from my macbook to a tv with coaxial input only. I have

  • A Few LR4 Printing Questions

    Have a few questions pertaining to the new features in v4: 1. In the past we created layouts with all the page and print settings embedded. Is the recommended workflow now to just create the layout with the page settings and then create a saved print

  • Transcode to flash in project window?

    hi just wondering if it is possible to transcode the video to flash in the project window to avoid having to rerender the videos to flash when small changes are made. cheers angus