Taskflow in my webcenter application

Hi people,

I created a Webcenter application and inside it a custom taskflow, now I would like to add this taskflow in my catalog of resources, but I have read that I need to deploy in a jar.

My question is, even my taskflow is my application, I need deploy it in a jar, add in my application and therefore in RC? Or I can add a few references directly from my Webcenter application.

I tried this:


< resource id = 'job-workflow-definition '.
repository = "application.classpath"
path="PortalIT7.war/ADF_TaskFlow/Web-INF+taskflows+conteudo-definition.XML#task-flow-definition"/ >

This:

< resource id = 'job-workflow-definition '.
repository = "application.classpath"
path = "WEB - INF + taskflows conteudo - accordingly #-definition of task-flow" / >

But no one works.

Thks in advance

I have not tried to add a taskflow since the classpath of the application to a catalogue of resources.
But by it is recommended, you must create several jars for your application and your taskflow. Especially if you want to add your taskflow to your catalog of resources because if you have another application that wishes to use the taskflow even you cannot reference easily it unless you add the full jar file in the lib of the other application.

Then, create a new application and deploy it as a library of the ADF. You should be able to reference which...

Tags: Fusion Middleware

Similar Questions

  • Taskflow consume in webcenter Portal

    Hello

    I made these step to consume the taskflow from an ADF application to the Webcenter Portal Builder.

    1. I create an ADF application using the business component and it contains a workflow. I deploy it as a pot of shared library.

    2 - I create another project (Extension of the Webcenter Portal Server) consume this pot. This project to create two project of this kind.

    a portal extension

    b PortalSharedLibrary

    3 - I create the connection through the range of resources. and add this jar to the shared library of portal.

    4 - deploy the portal shared library project to the application server (WC_Spaces).

    5 - connection to the webcenter Portal Builder and go to the catalogues of resources and add the workflow from there.

    6 but when I drag this taskflow on the page created, then I got an exception (JNDI failure).

    7 - once I got the exception below. I create datasource on the weblogic.

    Exception-

    10:32:02 CEST > < Info > < oracle.webcenter.webcenterapp.internal.view.error.WCErrorHandlerImpl > < BEA-000000 > < reportException called fororacle.jbo.DMLException >

    < 7 may 2015 10:32:02 CEST > < Info > < oracle.webcenter.webcenterapp.internal.view.error.WCErrorHandlerImpl > < BEA-000000 > < reportException called fororacle.jbo.DMLException >

    < 7 may 2015 10:32:02 CEST > < WARNING > < oracle.adf.view.rich.component.fragment.UIXRegion > < ADF_FACES-00009 > < error treatment viewId: jobSummary/jobSummaryTF/URI: /pages/jobSummary.jsff real-URI: / pages/jobSummary.jsff.

    oracle.jbo.DMLException: Houston-27200: failure JNDI. Cannot search the Source of data in the context of the java: comp/env/jdbc/taskflowConnDS

    at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1491)

    at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:335)

    at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)

    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:620)

    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:425)

    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9316)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4530)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2460)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2270)

    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3169)

    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:592)

    ---------------------------------------------------------------------------------------------------

    Is there any other configuration must be apart from that (as in weblogic.xml and web.xml).

    Help, please.

    Kind regards

    Maury

    Test you the data source after it is created. Check the JNDI name, even you have an ADF application. ?

  • My style course custom portal - skin.css non-reflecting file in my portal webcenter application.


    In my portal webcenter application, I have a model to my home page. The model has a "happy" = facetName I've included a header.jsff outside the facet of content for the header section.

    I added my custom for the portal file - skin.css default style classes. Some of the custom style classes were used in the header.jsff file.

    When I deploy my portal webcenter application and custom for the header style classes does not load (even after refreshing the page).

    But if I go back to JDev and make a small change to the portal file - skin.css and save it, go back to the browser and refresh the page, then the style classes is loaded.

    One has faced such question? Please let me know if any difficulty / possible workaround.

    This seems odd. Rather than running, you can deploy the application on your integrated server wls and check once.

    Thank you

  • globalization in a webcenter application

    Hello

    I'm trying to implement globalization in webcenter application.
    I followed this - http://technology.amis.nl/2012/08/11/supporting-multiple-languages-in-adf-applications-backed-by-resource-bundles-and-programmatically-controlling-the-jsf-locale/

    I am able to get the preferred language of the user in a bean (which is associated with language selection box)-

    {} public void handleLanguageSwitch (ValueChangeEvent valueChangeEvent)
    Language string = (String) valueChangeEvent.getNewValue ();
    System.out.println ("new language" + language);
    }

    < af:selectOneChoice autoSubmit = "true" value = "#{LocaleBean.language}" valueChangeListener = "#{LocaleBean.handleLanguageSwitch}" > "
    ...
    ...
    < / af:selectOneChoice >


    I also replaced viewhandler-

    public local calculateLocale (FacesContext context) {}
    String language = 'en ';
    new local language () return;
    }

    This method is called every time that the page refreshes.

    so first time I get the french page.


    now my question is whenever the user selects a different language in the selection box, this calculateLocale() method is not called?
    2nd, how can I get the selected language (which I have in my bean) here (calculateLocale() method)?

    kindly help.

    Thank you.

    Hello.

    Your problem:

    In your:

    public void handleLanguageSwitch(ValueChangeEvent valueChangeEvent) {
    String language = (String)valueChangeEvent.getNewValue();
    System.out.println("new language " + language);
    }
    

    It's only for a value change log. You set automatically the new value in

    value="#{LocaleBean.language}"
    

    Take the value in your calculateLocale get the new value to follow

    String newLocaleStr = ADFContext().getCurrent().getExpressionEvaluator().evaluate("#{LocaleBean.language}");
    return newLocale(newlLocaleStr);
    

    I usually implements solutions based in a base of aulieude file properties, xliff or java, because if you need to provide the new translation to Pages of Portal WebCenter and labels, then you can use OverrideResourceBundle which can be changed through "resource strings editor" component of Oracle composer or MDS download/load without redeployment.
    This solution based in a Phase ADF listener.
    In my blog, you have a solution based on it: http://www.danielmerchanoracle.blogspot.com.es/2011/09/multi-lenguaje-en-una-aplicacion-de.html
    However, in the solution is only based on the local bean (not the favorite browser locale or other ways to get the language, you must change the implementation if you want priority browser language)
    You need to remove the invalidation of the SiteStructure cache in the Phase ADF listener because it is problems with the navigation models in version WebCenter PS5.

    There are many ways to achieve your multilingual. I think it's to help you achieve your solution based on the AMIS Blog.

    Kind regards.

  • Application independent jar lib Skineditor ADF to a webcenter application

    I have a portal webcenter application one needs discovers level customizations.
    I went forward with developin skin using the Oracle Version 11.1.2.1.0 standalone skin editor in the goal. I tried this deployment as a shared library jar file.
    I added this to the webcenter application library.
    Now I don't know how to go further. How can I add this skin to the application? How can I integrate with the application. ?

    The following documentation will help you solve your problem.

    http://docs.Oracle.com/CD/E21764_01/user.1111/e21420/adfsg_apply.htm#BGBCDGGA

    (10.3 packaging ADF skin in an ADF JAR library to 10.4 applying ADF skin to your Web Application)

    Hope it works well for you case.

    Kind regards
    Hoque

  • Expose the ADF existing as a portlet in a WebCenter application

    Hello

    We have an ADF 11 g application deployed on Weblogic Server. We want a POC (Proof Of Concept) where we expose this application as a portlet in WebCenter. I am new to WebCenter and grateful if you can give me some pointers to integrate an existing 11g ADF with WebCenter application.

    Kind regards
    Antony.

    From my own experience, I used the Portlet JSF Oracle bridge at portletize my JSF pages and workflows. There are examples in OTN: [Portletize a JSF Application Using Oracle JSF Portlet bridge | http://www.oracle.com/technetwork/developer-tools/jdev/ccset62-all-100884.html]

    This white paper describes how the workflow portletize.

    Blog of Peter Moskovit has a number of publications on the topic:

    http://pmoskovi.WordPress.com/2008/07/23/building-JSF-portlets/
    http://pmoskovi.WordPress.com/2008/07/18/JSR-301-the-JSF-portlet-bridge/

    Hope that helps.

    CAPPA

  • How to use the Weblogic user in my WebCenter application?

    Hello

    I'm doing my first Webcenter application. I have configured my wiki and weblogic server to connect, forum (discussions) with my users OID. So now any user OID can connect to this application.

    In my custom application Webcenter I configured JAAS security, now I would like to know how to use the same users OID in my application. Is this possible? Can someone help me? I tried Oracle Developers Guide, but it doesn't help me.

    Sorry for my bad English...

    Thank you

    Nelson

    You need to register a new provider of authentication on WLS. Please see this link http://www.oracle.com/technology/products/jdev/tips/fnimphius/oidconfig/index.html.

  • OAM WebCenter application protect not

    Hi all

    We execute integration webcenter OAM and trying to access the URL webcenter, we receive the found Web page.

    Details of the environment:

    OAM 11.1.2.2.0

    OSH 11.1.1.7

    OAM 11 g webgate

    I did following steps:

    Installation and deployed OAM 11 g webgate on host of OSH.

    Registered OAM 11 g webgate band oamreg.sh mode

    Copied the file to the host of the OHS artifacts.

    Components present in OAM:

    OAM agent = DEV_OAM_AGT1_11GR2

    Identifier of the host = DEV_OHS1_11GR2 by the name of RREG_OHS1_11GR2 but without port.

    Application domain = DEV_TEST_OAM11GR2 where I come from URL to be protected under the protected in the authentication policy resources policy

    Ex: /testportal.dev/**

    /testportal.dev/.../*

    I'm not found when Web page to access the protected resource.

    Did I miss something?  Please advice.

    Thank you

    Rahul

    For the OHS server redirect queries to OAM you add entries in conf files. For example, if you have access to a resource/CS using the URL of the OHS, then you make an entry in the OSH conf files. This essentially serves as a proxy. In the example when access you the url http://ohsserver or a port for dns entry: /cs first OHS server routes the request to OAM for authentication then it redirects to the weblogic HOST mentioned below. In this case, the host of weblogic will host of webcenter. Without this entry how server OHS know what model of resource, it must protect and where to redirect to after authentication.

    NameVirtualHost *: 80

    ServerName XXXXXXXXXX

    RewriteEngine on

    RewriteOptions inherit

    UseCanonicalName on

    #resources

    SetHandler weblogic-Manager

    WebLogicHost XXXXXXXXXX

    WebLogicPort 16200

    http://docs.Oracle.com/CD/E21764_01/WebCenter.1111/e12405/wcadm_app_http.htm

    Example B - 1 WebCenter spaces - sample mod_wl_ohs.conf file

    # WebCenter Spaces  SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8888   SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8888   SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8888   SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8888  # Discussions  SetHandler weblogic-handler WeblogicHost discuss.example.com WeblogicPort 8890  # SES Search  SetHandler weblogic-handler WeblogicHost ses.examplet.com WeblogicPort 7777   SetHandler weblogic-handler WeblogicHost ses.example.com WeblogicPort 7777  # Portlets  SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8889   SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8889  # Personalization  SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8891  # Activity Graph  SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8891  # UCM # Web server context root for Oracle Content Server  SetHandler weblogic-handler WeblogicHost ucm.example.com WeblogicPort 16200  # Enables Oracle Content Server authentication  SetHandler weblogic-handler WeblogicHost ucm.example.com  # Same as /cs entry WeblogicPort 16200            # Same as /css entry  # SAML SSO > SetHandler weblogic-handler WeblogicHost ucm.example.com WeblogicPort 16200  # BPEL Server  SetHandler weblogic-handler WeblogicHost soa.example.com WeblogicPort 8001  # Virtual Hosts - Pagelet Producer  ServerName pagelet-producer.example.com  SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8889   # Virtual Hosts - Sharepoint  ServerName webtier-spaces.example.com  SetHandler weblogic-handler WeblogicHost webcenter.example.com WeblogicPort 8888   Deny from all   Deny from all   Deny from all  
    
  • How to remove the customization from portal webcenter application.

    Hello

    I use Jdev 11.1.1.6.

    I want to remove the customization of Webcenter portal application.

    All the adf faces component State should not be kept as a last tab selected, column converted etc...

    Thanks in advance

    Vikas M

    Hi Rohan,

    Yes I removed, activate the customization on the project portal view still does not.

    But I found the solution and now its work

    I deleted

    org.apache.myfaces.trinidad.CHANGE_PERSISTENCE

    oracle.adf.view.rich.change.MDSDocumentChangeManager

    entry of Web.xml

    And its work.

    Thank you all

  • Migrate from Fusion Middleware Webcenter Application Application

    Hi all

    JDeveloper version: 11.1.1.6

    Oracle ADF

    I am very new to Webcenter. I'm a developer of applications of FMW.

    I need to migrate my application FMW Webcenter (Portal/portlet/portlets). We are not, no idea where to start.

    I'm trying to understand the Web center by the document (the developer for Oracle WebCenter Portal Guide(Oracle Fusion Applications Edition)).

    His eyes a great application. I have no clear idea to go forward.

    I ask you people guide me how to proceed and to learn the Webcenter. Please provide some documents and links to follow.

    Also a distinction between FMW and Webcenter portal application.

    Please come back if necessary details.

    Thank you

    Jeanmarc

    Thanks a lot Daniel. Its very useful.

    You mentioned three ways to integrate with the portal for the use of its services.

    • Their migration to delimited task flows and add them to WebCenter resource catalog.
    • Integrate them into external Applications.
    • Transform and expose them as some WSRP 2.0 Portlets.

    Can you give some links depending on each approach.

    Concerning

    Jeanmarc

  • Profile picture to display in a Taskflow custom in WebCenter spaces.

    Hello

    I am trying to get a picture of a user profile in WebCenter spaces and post it in a custom taskflow which is developed in JDeveloper 11.1.1.6 and deployed through shared libraries.

    I don't understand how to do it. Please any ideas on this subject.

    Kind regards.

    The PeopleConnection has a data control that provides the full users profile information.
    Take a look at JDev in the resource Palette. My catalogs and open catalogs WebCenter Services. He has a record of data control. You find the control of profile data. Right-click on it and select Add to project.
    Are you able to use the data connections of people on your taskflow control.

    The control of profile data, you must use the getProfile method. It takes a string that is the username of the user you want to get the information from.
    As a return, you get the complete object for the profile. This object has a getPhoto() method, which will return the image of the user.

  • Examples of Sites WebCenter Application

    Hi all!

    In the documentation, I read a lot of references to /gyro/samples/ folder, but I can´t find it in my JSK.

    Where can I find it?


    Thank you very much!

    Download the setup of sites and extract it.

    http://www.Oracle.com/technetwork/middleware/WebCenter/sites/downloads/index.html

  • question of content repository of data control when the webcenter applications running.

    Hi all

    I created the content repository connection in my local jdeveloper and
    exposed as a data control.
    data control I display some path and name based on some search criteria.

    Whenever I am runnig this application I get following exceptions and no data is displayed.
    Since I have set the connection to the server content locally on my jdeveloper do I need to create some jndi
    the server-side.
    TestContentServer is the content repository connection, that I created in jdeveloper.
    If yes tell me how can I do and how it will port to my data control.

    *************************************************************************************

    [2010-10 - 05T 09: 34:39.245 - 07:00] [wc_custom] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ASSETS].] [ExecuteThread: '3' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: anonymous] [ecid: 0000IhxFdvi4ulWpTwp2ic1CemrZ0000fT, 0:1] [WEBSERVICE_PORT.name: WSRP_v2_Markup_Service] [APP: application1] [J2EE_MODULE.name: TestContentService-ViewController-context-root] [WEBSERVICE.name: WSRP_v2_Service] [J2EE_APP.name: application1] ADF: addition of the following JSF error: TestContentServer []
    javax.naming.NameNotFoundException: TestContentServer; another name 'TestContentServer '.

    ********************************************************************************

    Thank you
    Arun

    Fixed it :)
    I had to put the following parameter: IntradocServerPort = 4444

    When I ran my program I saw results in my table. Also, I do not see the warning...

    I used the search instead of getItems operation.
    I need to set the path to "/" and recursive to true in order to see the results in my table.

    When I use the getItems operation and set the path to "/" and run the file, I get a single record with the record of the contribution.

    I notice in your links, you use links to set the path, so I think you want the user to go through the files and update the list when the user selects a folder, correct?

    To test your connection, set the path in your links to the getItems operation to / instead to your EL expression.
    If you have a result, that there is something wrong with your logic. If you do not see a result, there is something else wrong.

    For example, here are my links:

    
    
      
      
        
        
      
      
        
          
          
        
        
          
            
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
              
            
          
        
      
    
    

    If you do not see results when "code you" the path to /.
    What type of connection do you use? What is your type of socket RIDC in your area? Web, sleeve or socketssl?

  • Cannot download files to the application of the portal WebCenter uses the workflow Document Manager

    Hi all

    I'm developing a portal WebCenter application where I am integrating the UCM content for portal using UCM content repository application.

    I have a problem when downloading documents, creation of HTML file, sending document wiki in DOCUMENT MANAGER TASKFLOW.

    with the following warning: -.


    (i) Information

    -Impossible to download the document.

    -Typical causes are that you may not, or one or more children are currently in an active workflow.

    -Please refresh to see the latest content (view > refresh content).

    I did it after the sine qua non for this process: -.

    (1) I configured the security of ADF applications.

    (2) I added users as Admin role to the application.

    (3) creating UCM repository connection successfully.

    (4) Enabled Folder_g, WebCenterConfigure in UCM11g components.

    (5) I use "contentadmin' user to connect to the repository of the AAU and session JDeveloper.

    (6) SAT same error when I use the "weblogic" user credentials


    Here is my log of the UCM server: -.


    < 3 July 2014 19:42:47 IST > < WARNING > < oracle.adf.share.ADFContext > < BEA-000000 > < automatically a DefaultContext of getCurrent initialization.

    The caller must ensure that a DefaultContext is suitable for this purpose.

    Memory leaks or unexpected behavior may occur if the automatic initialization completed successfully.

    This message can be avoided by doing initADFContext before using getCurrent().

    For more information please activate logging for oracle.adf.share.ADFContext at the HIGHEST level. >

    < 3 July 2014 19:45:57 IST > < error > < oracle.ucm.idccs > < CMU-CS-060003 > < event generated by the user "contentadmin' host 'CIS '. >

    < 3 July 2014 19:45:57 IST > < error > < oracle.ucm.idccs > < CMU-CS-000001 > < general exception

    intradoc.common.ServiceException:! csUnableToCheckIn, (null)! csSecurityGroupNotDefined

    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2173)

    at intradoc.server.Service.buildServiceException(Service.java:2402)

    at intradoc.server.Service.createServiceExceptionEx(Service.java:2396)

    at intradoc.server.Service.createServiceException(Service.java:2391)

    at intradoc.server.ServiceSecurityImplementor.determinePrivilege(ServiceSecurityImplementor.java:785)

    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:183)

    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:138)

    at intradoc.server.ServiceSecurityImplementor.checkSecurity(ServiceSecurityImplementor.java:500)

    at intradoc.server.Service.checkSecurity(Service.java:2981)

    at intradoc.server.Service.checkSecurity(Service.java:2959)

    at sun.reflect.GeneratedMethodAccessor267.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)

    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)

    at intradoc.server.Service.doCodeEx(Service.java:637)

    to webdavcomponent. WebdavHandler.checkSecurity (WebdavHandler.java:719)

    at sun.reflect.GeneratedMethodAccessor266.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)

    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)

    at intradoc.server.Service.doCodeEx(Service.java:620)

    Collections. CollectionUserHandler.checkSecurity (CollectionUserHandler.java:1454)

    at sun.reflect.GeneratedMethodAccessor265.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)

    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)

    at intradoc.server.Service.doCodeEx(Service.java:620)

    at intradoc.server.Service.doCode(Service.java:592)

    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)

    at intradoc.server.Service.doAction(Service.java:564)

    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)

    at intradoc.server.Service.doActions(Service.java:559)

    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1346)

    at intradoc.server.Service.executeSubServiceCode(Service.java:4109)

    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1222)

    at intradoc.server.Service.executeServiceEx(Service.java:4104)

    at intradoc.server.Service.executeService(Service.java:4088)

    at intradoc.server.Service.doSubService(Service.java:3998)

    at sun.reflect.GeneratedMethodAccessor288.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)

    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)

    at intradoc.server.Service.doCodeEx(Service.java:637)

    at intradoc.server.Service.doCode(Service.java:592)

    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)

    at intradoc.server.Service.doAction(Service.java:564)

    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)

    at intradoc.server.Service.doActions(Service.java:559)

    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1415)

    at intradoc.server.Service.executeActions(Service.java:545)

    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:751)

    at intradoc.server.Service.doRequest(Service.java:1974)

    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:486)

    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)

    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    >

    Reference:

    Exception of the UCM Server Service

    Thank you

  • WebCenter spaces and Fusion (Appl Core) Applications - How do we tie - up?

    Just installed Webcenter. There are some nice features like social networking, discussions, streams of activity, worklist integration etc. An important feature that caught my attention was the DT@RT component (specifically, editing special-stream via the web). To using this component only modify the Webcenter applications? I'll be able to edit taskflows built using the application libraries and deployed within an application from merger running in a field of autonomous fusion?

    Also the ADF applications can be built apps Webcenter or Fusion (appl core) (because the data controls are available in both). As a general rule, what features are implemented via Webcenter applications and which are implemented using the essential applications of Fusion appl?

    Thank you
    Sam

    Published by: 899841 on November 29, 2011 19:43

    That's the beauty of the WebCenter. In its essence, it is nothing more than a Web Application of merger with lots and lots of additional libraries.
    All the features available to you in a merger application, you can also use in a webcenter application. You can create a model project that uses business components, you can create a taskflows as you would normally do a fusion web app.

    It is advisable to separate these features and develop transactional functionality in a separate application and deploy it as a shared ADF library and include it in your app webcenter. Using the catalogue of resources, you can add these taskflows on any page during execution.
    Using webcenter services, you can also include some services like tagging, linking, documents and so on in your own taskflows which gives it that extra touch of your generation taskflows custom.

Maybe you are looking for