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

Tags: Fusion Middleware

Similar Questions

  • Version of spring with rest api sites webcenter

    Hello world!

    I use other api sites webcenter, with this library: com.fatwire.wem.api.rest 11.1.1.8.0, com.fatwire.wem - sso-api-case - 11.1.1.8.0, com.fatwire.wem - sso-api - 11.1.1.8.0 in an application of spring with the 3.2.10.RELEASE version. And it works very well! I make a list of the assets and all its attributes, but I need use this application with spring version 4.0.6.RELEASE, then when I update the version of spring the rest api that libraries do not work. It's the method that fails:

    SSOSession ssoSession is SSO. getSSOSession (baseUri);

    multiticket = ssoSession.getMultiTicket (username, password); -> Error LINE

    baseResource is baseResource.queryParam ("multiticket", multiticket);.

    This because the application cannot get a mutiticket. I use the same code and the same structure only changes the spring version. Oracle webcenter is updated with all the patches up to this date.

    How can we solve this problem?

    THX

    SOLVED

    Private Sub authenticate() throws {RestConnectionException}

    try {}

    SSOSession ssoSession = SSO.getSSOSession ("CASConfig.xml");

    multiticket = ssoSession.getMultiTicket (username, password);

    baseResource = baseResource.queryParam ("multiticket", multiticket);

    } catch (SSOException e) {}

    throw new RestConnectionException (e);

    }

    }

    CASConfig.xml

    http://www.springframework.org/schema/MVC ".
    "" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance"
    "xmlns:beans ="http://www.springframework.org/schema/beans"
    "xmlns: jee ="http://www.springframework.org/schema/jee"xmlns:tx ="http://www.springframework.org/schema/tx"
    "xsi: schemaLocation ="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
      http://www.springframework.org/schema/JEE http://www.springframework.org/schema/JEE/spring-JEE.xsd http://www.springframework.org/schema/TX http://www.springframework.org/schema/TX/spring-TX.xsd">."

    ': http://application-tier server: port/AR ' / >

    ': http://application-tier server: port/AR ' / >


    Add the casconfig to the classpath in the spring, set up the server and port in xml and it works!

  • 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  
    
  • Installation of 11g of sites WebCenter using HSQLDB

    Want to know if its possible to use HSQLDB on Sites Webcenter 11g? I want a lightweight DB for my development instance and won't go with DB2/Oracle/SQL Server. I tried with the following configs:

    OS: Windows 2008 R2
    Application server: Tomcat 6.0.35
    DB: HSQLDB 1.8.0

    If anyone has tried and succeeded so let me know the exact steps and also all the entries will be welcome. Thank you.

    Hello

    Yes, and it works very well. He need to hack cscore.xml in the installation folder of a HSQLDB commentary to the title of the module Tomcat (roughly 1900 line), then run the installer as usual. Works fine for me on a macbook air.

    Tony

  • 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

  • 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

  • Does anyone know of a good training site Web/application?

    Does anyone know a good site Web/application training to learn the basics and intricacies of these programs? First and After Effects CC

    I'm ok paying $10 a month for a site of quality training for me is up to speed. Tired of looking so so quality YouTube tutorials.

    Start here:

    http://Adobe.LY/AE_basics

    This page refers to some free and low-cost training resources.

  • 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

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

  • Need example JSON for mobile application

    Hello, everyone.  I'm looking for a simple example of a mobile application built in heroes who can hit a service JSON and parse the output.  I thank very you much in advance!

    Try the following code:


    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark" creationComplete = "init ()" "
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight >
       
           
           
           
           
           
           
           
           
    resultFormat = "text".
    "URL ="http://geocoding.cloudmade.com/8ee2a50541944fb9bcedded5165f09d9/geocoding/find_structured/ house:80;+street:Linienstra%C3%9Fe;+city:Berlin.js"
    result = "ParseJSONDirections (Event)" "
    showBusyCursor = "true" >
           
           
           
           
       

       
       
       
            Import mx.rpc.events.ResultEvent;

    private void ParseJSONDirections(event:ResultEvent):void
    {
    var rawData:String = String (event.result);
    lblTest.text = rawData;
    }
    private function init (): void
    {
    DirectionGetter.send ();
    }
    ]]>
           
       

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

  • Publish the RSS feeds of Sites WebCenter

    Hello

    I'm new to the scene of WebCenter and we are currently investigating the opportunity to use the WebCenter Sites into a new project. The latest version will be used.

    One of the requirements is that the news FEED are published content. This feature is available out of the box to WebCenter Sites or is - this something reuires a custom implementation.

    Thank you

    Gabriel.

    Hello

    We also had the same requirement as yours where rss wss by using content of WCS. We had set up something custom to achieve this.

    You can do the following:

    1. determine what type of assets will be used to generate RSS feeds and which attributes.

    2. create CSElement which will retrieve the desired asset content type and the output of this element must be in the form of XML RSS.

    3. entry of site create and associate the cselement above. Make this entry of site as a wrapper so that it can be called via a browser. Also add the parameter

    CS. ContentType : text/xml

    in site entry that says browser the output of this element will be XML.

    After that, you can now call this entry Site via a browser as www.example.com/cs/Satellite?pagename=

    Kind regards

    Guddu

  • Capture Sites Site WebCenter installation problem

    Hello

    Recently, I installed WebCenter Sites on a linux VM using WebLogic server and Oracle DB.

    I am successfully able to run WebCenter Sites UI.

    Now, I try to install Capture of Site. I'm following Oracle Setup Guide for the Capture of Site Application.

    I have created a Manager server on the same VM weblogic (on which I had installed WCS), created a data source maps to this new data source.

    Then, I deployed the ROOT of the Site of Capture on the weblogic application, setting the goal as the new managed server that I created above.

    Then I tried to start the managed server, but I got following error:

    # < 27 July 2013 01:24:53 IST > < Info > < hats > < localhost.localdomain > < WCSManagedServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1374868493142 > < BEA-149060 > < Module application ROOT ROOT successfully moved from STATE_PREPARED to STATE_ADMIN on the WCSManagedServer server. >

    # < 27 July 2013 01:24:53 IST > < Info > < ServletContext - > < localhost.localdomain > < WCSManagedServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1374868493229 > < BEA-000000 > < set web app system root property: "webapp.root" = [/ home/oracle/WCS/SiteCapture/fw-site-capture/webapps/ROOT] >

    # < 27 July 2013 01:24:53 IST > < Info > < ServletContext - > < localhost.localdomain > < WCSManagedServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1374868493244 > < BEA-000000 > < log4j initialization of [/ home/oracle/WCS/SiteCapture/fw-site-capture/webapps/ROOT/WEB-INF/log4j.xml] >

    # < 27 July 2013 01:24:53 IST > < Info > < ServletContext - > < localhost.localdomain > < WCSManagedServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1374868493271 > < BEA-000000 > < boot spring root WebApplicationContext >

    # < 27 July 2013 01:24:55 IST > < WARNING > < HTTP > < localhost.localdomain > < WCSManagedServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1374868495899 > < BEA-101162 > < org.springframework.web.context.ContextLoaderListener listener has not defined by user: org.springframework.beans.factory.BeanCreationException: error creating bean with name 'schedulerServiceImpl '. : The init method invocation failed. nested exception is org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM FW_SC_Schedule ORDER BY DESC virtualhost]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    .

    org.springframework.beans.factory.BeanCreationException: error creating bean with name 'schedulerServiceImpl': calling the init method failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM FW_SC_Schedule ORDER BY DESC virtualhost]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)

    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)

    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)

    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)

    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)

    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)

    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

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

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

    Caused by: org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM FW_SC_Schedule ORDER BY DESC virtualhost]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    Please help where I'm missing.

    The deployment of the application ROOT is put down and I'm not able to see the icon of the Site of Capture on the INTERFACE of Sites Web Center.

    Thank you

    Mohit

    Hello

    Before you start the managed server, you run the crawler_oracle_db.sql script located under the/Sql- Scripts folder?

    This script should create the necessary tables in Site of Capture of database:

    -FW_SC_ARCHIVE

    -FW_SC_JOBS

    -FW_SC_SCHEDULE

    This step is also document the Site Capture installation guide in the following Installation steps.

  • Placeholders UCM/sites WebCenter

    I wonder if/how sites Site Studio can be used in WebCenter.

    There are some wonderful features that can be drawn from the Site Studio:
    -data files, IE. possibility to assign a query on the document repository
    -the secondary page, IE. ability to display the content of the document formatted by the preset style (DynamicConvertor)
    (- the Contributor mode, IE the ability to make changes on the site using the WYSIWYG online editor or native desktop applications - it is also linked to one) show the differences and the workflow approval b)
    -can use Desktop Integration Suite and files easily integrate office environment with the content of the repository/site

    To my knowledge WebCenter provides similar functions (data controls, content Presenter;) Mode of the contributor of the AAU has an advantage important - the CheckOutAndOpen component allows one - click Open the document, which I was told is not on the roadmap of the WebCenter).

    However, if I have a site written in the new University of Complutense of MADRID 11g SSXA (JSPs), I will be able to move easily to the WebCenter environment? I'll be able to reuse fragments/regions/placeholders defined in my site in the other pages of WebCenter? Could some point me / write a "recipe book" How can this be achieved?

    Thank you.

    If you use the new version of WebCenter (11g PS3), you'll be happy to learn that you can easily use fragments of studio site in a webcenter portal application.
    This patch set, the content presenter won a lot in features. You can easily select the fragment you want to site studio and use it in webcenter. You even have the option to change the webcenter content online when you use the site studio fragments.

Maybe you are looking for