Customization of Oracle Collaboration Suite

Hello

I use Oracle Collaboration Suite and need to use its various applications such as the Discussion Forums, Web Conferencning, Messenger and the calendar of the Oracle.

Can someone tell me what are the different ways to customize these applications User Interfaces. For example, replace the Oracle logo with the logo of my business on the Web Conferencing Console, change the appearance (colors, CSS) etc.

Fast Respone would be appreciated.

Thank you


Kind regards
Saami

Published by: doriane Niazi on October 7, 2008 20:50

Hello

Look here

http://download.Oracle.com/docs/CD/B25553_01/collab.1012/b25490/ch_customizing.htm#OCSAG320

Tags: Oracle

Similar Questions

  • Buy Oracle Collaboration Suite

    Hello

    could you please tell me how and where I can buy "Oracle Collaboration Suite" with online payment? and how to get account from Metalink?

    THX in adv

    You should contact your local Oracle Office for the purchase of Oracle products.
    When buying any product, Oracle offers free assistance (depending on the product purchased) for a while and you'll have a metalink account created by them.
    After expiration, you should renew your support contract to maintain this metalink account.
    Oracle will give you a user name and the identifier of the Customer Support (CSI) for future reference to buy products, but also to renew contracts for assistance.

  • Oracle SOA Suite 11 g for the payload of the Composite instance

    Hello! Im trying to run code from guide Oracle SOA Suite 11 g - get the payload instance of Composite - Part2

    IM added to the code to display the string after transformation:

    import java.io.StringWriter;

    import java.sql. *;

    import java.util.Hashtable;

    Javax.naming import. *;

    Javax.xml.transform import. *;

    Import javax.xml.transform.dom.DOMSource;

    Import javax.xml.transform.stream.StreamResult;

    Oracle.xml.binxml import. *;

    Oracle.xml.parser.v2 import. *;

    Import oracle.xml.scalable.InfosetReader;

    public class GetPayload {}

    public static connection getConnection() bird Exception {}

    Context ctx = null;

    Hashtable ht = new Hashtable();

    HT.put (Context.INITIAL_CONTEXT_FACTORY, "WebLogic.JNDI.WLInitialContextFactory");

    HT.put (Context.PROVIDER_URL, "t3://test.ru:8001");

    CTX = new InitialContext (ht);

    javax.sql.DataSource ds = (javax.sql.DataSource)ctx.lookup("jdbc/SOADataSource");

    Return ds.getConnection ();

    }

    public static String getPayload() {}

    Statement stmt = null;

    Fitting out = null;

    ResultSet rs = null;

    String query =

    'select xmldoc.document DOC' + 'from xmldoc, instance_payload inspay, composite_instance cmpins xml_document ' +.

    "where xmldoc.document_id = inspay.payload_key"+ ".

    ' and inspay.instance_id = cmpins.id "+".

    ' and inspay.instance_type = 'composite' "+".

    "and doc. DOCUMENT_TYPE = 2 "+"

    'and inspay.instance_id = 1933802 ";

    String payload = "";

    XMLDocument doc = null;

    try {}

    connection = getConnection().

    stmt = connection.createStatement ();

    RS = stmt.executeQuery (query);

    XMLDOMImplementation xmldomimpl = new XMLDOMImplementation();

    While (RS. Next {}

    BinXMLProcessor xmlprocessor = BinXMLProcessorFactory.createProcessor ();

    XMLStream BinXMLStream = xmlprocessor.createBinXMLStream (rs.getBlob ("DOC"));

    BinXMLDecoder xmldecoder = xmlstream.getDecoder ();

    XmlReader InfosetReader = xmldecoder.getReader ();

    doc = (XMLDocument) xmldomimpl.createDocument (xmlreader);

    TransformerFactory tf = TransformerFactory.newInstance ();

    Transformer transformer;

    transformer = tf.newTransformer ();

    transformer.setOutputProperty (OutputKeys.OMIT_XML_DECLARATION, "yes");

    StringWriter writer = new StringWriter();

    transform. Transform (new DOMSource (doc), new StreamResult (writer));

    payload = m:System.NET.SocketAddress.ToString () .replaceAll () writer.getBuffer ("<", "& lt;"). replaceAll (">","& ;"); gt)

    }

    } catch (Exception e) {}

    e.printStackTrace ();

    } {Finally

    try {}

    If (rs! = null)

    RS. Close();

    If (stmt! = null)

    stmt. Close();

    If (connection! = null)

    Connection.Close;

    } catch (Exception e) {}

    }

    }

    return the payload;

    }

    Public Shared Sub main (String [] args) {}

    System.out.println (getPayload ());

    }

    }

    To project Im added a few jar:

    xmlparserv2.jar of middleware/oracle_common/modules/oracle.xdk_11.1.0

    wlclient.jar of /oracle/middleware/wlserver_10.3/server/lib

    When Im im project making errorrunning:

    D:\Oracle\Java\jdk1.6.0_45\bin\javaw.exe-serveur - classpath C:\JDeveloper\mywork\ParseXMLbin\.adf; C:\JDeveloper\mywork\ParseXMLbin\GetPayload\classes;D:\libs\oracle.xdk_11.1.0\xmlparserv2.jar;D:\libs\wlclient.jar-Djavax.net.ssl.trustStore=D:\Oracle\Middleware1\wlserver_10.3\server\lib\DemoTrust.jks GetPayload

    java.lang.ClassCastException: java.lang.Object incompatible with java.io.Serializable

    at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)

    at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:414)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)

    at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)

    at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)

    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)

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

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

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)

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

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

    WebLogic journal file /oracle/middleware/user_projects/domains/ECMdomain/servers/soa_server1/logs/soa_server1.log

    # < 17 November 2015 09:44:04 EET > < WARNING > < RMI > < webtst.russvet.ru > < soa_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< ad53144a2e378d05:19b7a705:15101221102:-8000-00000000002ec16c > < 1447746244170 > < BEA-080003 > < RuntimeException thrown by rmi server: weblogic.jdbc.common.internal.RmiDataSource.getConnection)

    java.lang.ClassCastException: java.lang.Object incompatible with java.io.Serializable.

    java.lang.ClassCastException: java.lang.Object incompatible with java.io.Serializable

    at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)

    at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:414)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)

    at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)

    at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)

    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)

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

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

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)

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

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

    Could help you find the solution?

    Thanks for the help guys.

    I created wlfullclient.jar and added instead wlclient.jar

    1. go to the server/lib directory.

    CD WL_HOME/server/lib

    2. use the following command to create wlfullclient.jar in server/lib directory:

    java-jar wljarbuilder.jar

    3. you can now copy and group wlfullclient.jar with client applications


    After that, I got error about not activate remote JDBC. Solution:

    /Oracle/middleware/user_projects/domains/ECMdomain/bin/setDomainEnv.sh

    WLS_JDBC_REMOTE_ENABLED = "-Dweblogic.jdbc.remoteEnabled =true"


    After these steps, I waited to succeed =) but once again an error:

    java.lang.NoClassDefFoundError: oracle/sql/BfileDBAccess

    Solution: add ojdbc6.jar to the project


    Now all the perfect job. I hope that this statement will help someone!

  • DR Set for Oracle SOA SUite

    Hi all

    We have to implement DR for environment SOA HA Production. Here is the overview of our production environment:

    1 load balancer F5 to load balance requests on the web node.
    2. two nodes of the web - OHS layer is hosted on the nodes
    3. two node cluster - SOA and OSB cluster SOA is installed on both production AppS node (Oracle SOA suite 11 g on dual Cluster node)
    4 node RAC database


    Infrastructure avilable Dr. implemented are:

    1 one Web node
    2. a single Application node
    3. the database node

    A standby node updated database in place is already done for DR replication on the end of DB.

    We have to set up the Web and Application Tier npw.

    Most of the documentation of Oracle that I lived contains as configuration. that is the DOUBLE knot DR put in place to double knot prod environment.

    But here, in our case 1 Web and applications 1 node Dr. While for production, we have 2 Web and 2 nodes of Apps.

    What should be the best approach to DR configuration with available infrastructure above. Should we just install the binary files on standalone DR nodes and route traffic through while we load balancer activity DR?

    Is replication required disk for everything other than JMS queue store directories? If reproduce us the JSM file storage will be relevant at the DR site?

    Is this Setup looks doable or do I consider something lse as well?

    Configuration asymmetrical DR for products of BCI is flly supported by Oracle, this can be achieved by creating alias on the primary and DR server name and set the services to listen on the alias name.

  • Installation of Oracle WebCenter Suite 11g

    Hi all

    We have a requirement where we need to install full Oracle WebCenter Suite 11 g. I think starting with a component at a time, in the process began with WebCenter content, and once he did want to go with other products. Is this approach feasible?

    Now, when you install WebCenter content do we need to have Oracle SOA suite as well (compulsory) for some components or can we ignore it and install necessary at a later point in time?

    Can someone please answer my questions above to go ahead with the installation?

    Thank you

    Moore

    Hello

    What previously mention Webcenter suite and Soa Suite is two different products as a whole.

    When you say "our development Team wishes to explore the product and it's features" then now you install just webcenter content. With this installation, you will be able to extend the content area for the three products namely Webcenter Capture, Webcenter, Webcenter Imaging.AXF tables will be automatically created under the scheme of imagery.

    Once you want to integrate AXF SOA then go ahead and install SOA suite in same or different area and integrate them. (So at this point, you can skip this step associated with SOA).

    Note: AXF BPM necessary suite BPM and AXF for BPEL need SOA Suite (BPM is yet another product built on SOA suite)

  • What mobile framework Oracle version and JDeveloper are needed to customize the Oracle EBS R12.2.2 and superior?

    What mobile framework Oracle version and JDeveloper are needed to customize the Oracle EBS R12.2.2 and superior?

    If you want to extend the pages of EBS, you need to use the OA framework for 12.2 version.  There is no native support for the extension of EBS by using ADF pages.

    If you want to build the ADF custom applications that integrate with EBS you can watch using the SDK of the EBS (see My Oracle Support) that offers a number of design patterns to allow you to do.

    With respect to the version of Fusion Middleware based on EBS 12.2, take a look at the notes 1911660.1.  11.1.1.6 is currently the base version supplied with 12.2.4 with the 11.1.1.7 version is the highest version supported.

  • Oracle SOA Suite 12 c throw "jre7 is not a valid JDK.

    Hello

    My name is Harish. I'm a developer. I try to install Oracle SOA Suite 12 c in my laptop which is 64 bit Windows OS. For this I installed 7 of each JDK update 15,40,51,55,67 etc and tried to install SOA Suite 12 c Jar using CMD (run as administrator) files. However still throw like that "this Setup program must be run using a Java (JDK) SDK" C:\Program Files\Java\jre7 is not a valid JDK. " " Please find attached image which I got the error:

    These are the two pots that I downloaded and trying to install it:

    JRE7 is not Valid JDK.jpg


    fmw_12.1.3.0.0_soaqs_Disk1_1of1.zip

    1 fmw_12.1.3.0.0_soa_quickstart.jar

    2 fmw_12.1.3.0.0_soa_quickstart2.jar

    I checked Oracle and Installation (fmw-1213certmatrix - 2226694.xls) documentation for Oracle SOA Suite 12 c. In this sheet given as excel:

    Oracle WebLogic ServerFMW 12.1.3.0.0Microsoft Windows x 64 (64-bit)7Service Pack16464JDK in Oracle+ 1.7.0_5132This 64-bit operating system is supported for single user only in a development environment.

    Can someone please help me here How to install the Oracle SOA Suite 12 c?

    For this installation requires database and the RCU. If you need can you please tell me what database and the UCR should install?

    Thank you and best regards,

    Harish

    Post edited by: user13582086

    Hi Harish,

    Could you try setting JAVA_HOME to a JDK installed (instead of JRE)?

  • Passage of Oracle SOA Suite from 11.1.1.6 to 11.1.1.7

    My Organization put in place of Oracle SOA Suite 11g platform about 1.5 years.  We are running version 11.1.1.6 and have about deployed composite 90.  We use BPEL, Ombudsman and the technology at this time (we are not yet using OSB).

    We intend to improve 11.1.1.6 to 11.1.1.7 soon (not quite ready to make the jump to 12.1.3).  In this context, I understand that we need to upgrade the runtime of SOA Suite environment as our development environment (JDeveloper) 11.1.1.6 to 11.1.1.7.  I am also aware that there are 4 bundle patches, published on top of 11.1.1.7.0 that is us on the application (by Doc ID 1485949.1). 

    I wanted to ask the community of users and see if others have any advice or tips to share in this minor update.  Is it necessary to redeploy existing SOA composite after this upgrade, or are they upgraded 'on site '?

    Appreciate any useful comment,

    Jeremy

    After upgrading to 11.1.1.7, your 11.1.1.6 composites will / should continue its work on time. You don't need to redeploy composites to make them work after upgrade.

    It is recommended to try the upgrade on a test environment and verify that 11.1.1.7 is working fine for you.

  • Certification for EBS 12.2.4 with Oracle Developer Suite.

    What Version of Suite Developer is supported by EBusiness 12.2.4? Any document that you can point me to?

    Thank you

    Anand

    Developer 10 GB as 12.2 use OracleAS 10.1.2 ORACLE_HOME that was used in previous versions of 12.x - Oracle E-Business Suite Concepts

    Using OracleAS 10.1.2 and forms builders reports with Oracle Applications version 12 (Doc ID 444248.1)

    How to make appear 10G Forms Builder in environment R12? (Doc ID 579318.1)

    How to Upgrade 11i forms customized to R12 (Doc ID 563258.1)

    To access the custom after upgrading forms of to R12. (Doc ID 451934.1)

    Is Oracle Developer Suite 11 g (forms and reports) made support for Oracle E-Business Suite 12i? (Doc ID 1610344.1)

    Thank you

    Hussein

  • Oracle SOA Suite install for EBS R12.2.3

    I use the following Oracle Support document trying to get SOAP based web services for my install R12.2.3 Vision.

    Installation of Oracle E-Business Suite integrated SOA Gateway, version 12.2 (Doc ID 1311068.1()

    The first step is to install on SOA, if I can have more SOA running on the same VM as my app server.

    The DB and the application server are boxes VM with 12 GB RAM and 400 GB of space.

    Will be the RAM problem become if services SOA and Apps work together?

    Or will it be an idea that is sure to have a box of seperateVM for the rest of the SOA

    Thank you

    Rohit

    Rohit,

    As shown in the docs--> install Oracle SOA Suite 11 g (11.1.1.7.0) (recommended) or Oracle SOA Suite 11 g (11.1.1.6.0) running on the server, WebLogic 11 g (10.3.6) on a separate Oracle WebLogic Server.

    Thank you

    Hussein

  • Oracle SOA Suite of integration of health care against Oracle B2B

    What is the difference between integration of healthcare for SOA Suite vs Oracle B2B?

    When we were able to implement the Protocol HL7 in B2B himself, then why do we need health care? What are the benefits of the integration of health care?

    For a company that needs a time HL7 and EDI implementation, Oracle B2B should solve? Can achieve us EDI transactions in health care? If so how do we do that? Please advise...

    Thank you-

    Oracle B2B is used for internet based B2B (including HL7) communication while Oracle SOA Suite for integration of health care is to santee intranet communication. You can say that Oracle SOA Suite (middleware) has been extended to support Messaging native HL7 within a company through the integration of health care.

    Kind regards
    Anuj

  • Need help to install health card in Oracle SOA Suite 11.1.1.5.0

    Hello world
    I'm fairly new to SOA Suite and try to learn it free out of curiosity.

    The problem is I want to do some POC for healthcare scenarios, as I currently work in a basic health project.

    I installed Oracle SOA Suite 11.1.1.5.0. As part of the SOA Suite installation, the following components have been installed.
    1 oracle database
    2 Weblogic server
    3. REGIONAL COORDINATION UNIT
    4 SOA Suite
    5 JDeveloper
    6 extension for JDeveloper SOA

    Therefore, to improve the SOA Suite for the construction of scenarios of healthcare, I'm stuck upward with the following questions:

    1. what install everything?
    2. where can I find the downloadable necessary?
    3. how to install it?

    Thank you all.

    Published by: 973335 on November 26, 2012 18:45

    The problem is I want to do some POC for healthcare scenarios, as I currently work in a basic health project.

    If you want to work on a CEP then please use Oracle SOA 11.1.1.6 for the integration of health care. It is not recommended to use the PS4 (11.1.1.5).

    For PS5 (11.1.1.6), instructions are here-

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

    You can view any query connects to Oracle SOA Suite for HI B2B forum.

    Integration - B2B

    Kind regards
    Anuj

  • Oracle SOA Suite in the cloud?

    Greetings,

    I'm looking for a FRIEND hosting the complete latest Oracle SOA Suite. There is something like that?

    Kind regards

    Nicolas DUFFY

    Nicolas,

    Oracle does not plan to release an IDM updated right now. You may be interested by the apparatus of VirtualBox Oracle SOA Suite/BPM Suite - 11.1.1.6

    http://www.Oracle.com/technetwork/middleware/soasuite/learnmore/vmsoa-172279.html

    Kind regards
    Anuj

  • Good resources on Oracle BPM Suite 11 g

    Hello

    I have a good knowledge, but also work experience on SOA & Oracle SOA Suite 11 g.
    Now, I've decided to learn Oracle BPM Suite 11 g.

    Would you please suggest me the best resource for this.
    I started going through Oracle BPM Suite 11 g manual. The book is good, but I just want to know if there is another resource/book is better than that.

    Concerning
    RaviKiran.

    I think you'll find "Getting Started With Oracle BPM Suite 11 g R1: a tutorial" to be most useful as you're getting started. The only problem with it is that it was written a few years ago using 11.1.1.4. Some of the screenshots is different in the current version and it does not include the new features added in the 11.1.1.5 feature pack.

  • How can I install oracle developer suite 10 g on centos 5.5

    Hi all
    I would like to install oracle developer suite 10 g on centos 5.5

    I thank :)

    CentOS is not a distribution supported for the installation of Dev Suite 10 g - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html

    Unless you use an operating system that is certified, you're on your own

    HTH
    Srini

Maybe you are looking for

  • Should I renew iTunes game if I subscribe to the Apple's music

    My iTunes subscription Match comes renewal in two weeks. If I understand well iCloud music library is now part of Apple's music subscription. So there are a lot of questions: 1 are there features in the iTunes subscription Match which are not include

  • That actually means "error occurred, mail server responded 5.1.1 not our customer?"

    The recipients are in my address book and I need to send the same message to 15 members. What I dodo get the sent message?

  • OfficeJet Pro 8500 a Premium: HP connected

    I own 3 different HP printers ePrint and I have successfully used ePrint for each of them. However, only my 6520 Photosmart and Officejet 4630 show on my connected devices tab to the HP web page. My 8500 is not in the list. So I can't do all of the p

  • Need drivers for Equium A110-338

    Hello IM always trying to get the drivers for theses problems can someone help please. Controller Ethernet PCI VEN_8086 & DEV_1092 & SUBSYS_FF101179 & REV_02\4 & 6 b 1 6D5B & 0 & 40F0 the drivers for this device are not installed.PCI\VEN_104C & DEV_8

  • error code when you install an important update

    I have an update to download important for microsoft 2010 and every time I have try to install that I can't, it always gives me an error code and I try again and again and it will not always install so what am I, I guess what to do? Ive tried to remo