WLPS - Interwoven integration

We are trying to integrate WLPS and Interwoven here. We have a scenario
where a particular content can apply to multiple countries. So my content
HTML file will have atrributes like :
<META name="type" content = "news">
<META name="Country" content="SINGAPORE">
<META name="Country" content="HONGKONG">
<META name="Country" content="TAIWAN">
My Question is :
1. Academic Question - Is this a legal syntax in html . (I believe it is as
IE does not complain and bother about meta tags)
2. Can WLPS be configiured to support this scenario ?
I see this constraint for WLCS_DOCUMENT_METADATA in SQL which may mean it
does not support it OOB .
ALTER TABLE WLCS_DOCUMENT_METADATA
ADD CONSTRAINT WLCS_DOCUMENT_METADATA_PK Primary Key (
ID,
NAME)
Also when I run dbloader , it only loads 1 record which is Country = Taiwan
I think it overwrites this record bcse of the constraint.
3. What are the implications if I add ID, NAME and VALUE as PK constraint
4. Will my rules engine work if I make this change ?
5. Any documenation available for this type of changes ?

Hiyas,
To shed some light, from a different point of view ...
We used to use SQLServer7, which did not support constraints.
Therefore, there was no constraint between WLCS_DOCUMENT and
WLCS_DOCUMENT_METADATA. And we would will-nilly delete data
from either table. So altering the schema, should have no
adverse effect.
Further, if you analyse the sql trace of a content query,
you'll see that it looks something like -
select [wlcs_document fields]
from wlcs_document, wlcs_document_metadata
where (select [wlcs_document_metadata fields]
     where name="country"
     and value="Singapore")
and (another meta-data sub-select)
and (yet another meta-data sub-select)
So, you see that in a straight content query, you will not run
into trouble either.
The caveat, is that other constructs, such as Ebiz-Control-
Centre, or even the caching may not like multiple metadata
pointing to the same content item.
Conceptually, there is nothing wrong with having multiple
metadata pointing to a single content item. So, in theory, it
should be ok.
dk-
In article <[email protected]>,
[email protected] says...
>
Hi Sanathana,
We are engaged in a similar excercise in my place of work and
have arrived at the same conclusion re the primary key constraint for the multi-valued
data.
Have you tried to implement this yet? We were concerned re any possible adverse
effects that may arise from altering the WLPS DB schema.
How did you get the data from Interwoven into the WLPS DB in the first place -
did you use DataDeploy to populate the WLCS_DOCUMENT_METADATA table?
My other point is that I would not make any judgments on the legality of HTML
syntax based on what IE will or will not accept.
IE, rightly or wrongly, will construct a page from a wide variety of possible
tags and formatting. Netscape on the other hand actually bothers to implement
the spec and therefore will not accept misformed or poor syntactical HTML documents.
Regards,
James
"Santhana Shri" <[email protected]> wrote:
We are trying to integrate WLPS and Interwoven here. We have a scenario
where a particular content can apply to multiple countries. So my content
HTML file will have atrributes like :
<META name="type" content = "news">
<META name="Country" content="SINGAPORE">
<META name="Country" content="HONGKONG">
<META name="Country" content="TAIWAN">
My Question is :
1. Academic Question - Is this a legal syntax in html . (I believe it
is as
IE does not complain and bother about meta tags)
2. Can WLPS be configiured to support this scenario ?
I see this constraint for WLCS_DOCUMENT_METADATA in SQL which may mean
it
does not support it OOB .
ALTER TABLE WLCS_DOCUMENT_METADATA
ADD CONSTRAINT WLCS_DOCUMENT_METADATA_PK Primary Key (
ID,

Similar Messages

  • Interwoven integration

    We will be using WLPS2.0.1 with Interwoven 4.2 and Oracle 8i
    on a new project.
    It's unclear after reading "Installing and Configuring the WLCS/Interwoven
    TeamSite Interface" if the procedure described there results in the
    deployed content being indexed by the WL DMS - as if the loaddocs executable
    had been run.
    Thanks for your help,
    Sreedhar

    When using the TeamSite piece, you just deploy as normal via TeamSite. This will
    deploy the metadata into the WLCS document tables, just as if you had run
    loaddocs; it should also deploy the files to correct location for WLCS.
    Greg
    Michael Pratt wrote:
    We will be using WLPS2.0.1 with Interwoven 4.2 and Oracle 8i
    on a new project.
    It's unclear after reading "Installing and Configuring the WLCS/Interwoven
    TeamSite Interface" if the procedure described there results in the
    deployed content being indexed by the WL DMS - as if the loaddocs executable
    had been run.
    Thanks for your help,
    Sreedhar

  • Adobe Reader 9 DMS integration issue

    Hi all
    We're trying to deploy Adobe Reader 9 to 1800+ users but having trouble with the integration with our Document Management System (Interwoven) in that the users have to manually open, close then re-open Reader before integration works. We'd like to automate this if possible within the existing batch file. We've tried the following command lines:-
    :: Install Adobe Reader 9
    msiexec /i \\server\share\AdobeReader9\AcroRead.msi TRANSFORMS=\\server\share\AdobeReader9\ar9.mst /qb! /norestart ALLUSERS=1 /l*vx C:\AdobeReader9.log
    :: Copy IManAcrobatReader.api to the local machine to re-enable Interwoven-integration
    mkdir "C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Interwoven"
    xcopy /Q /R /Y \\server\share\AdobeReader9\IManAcrobatReader.api "C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Interwoven"
    :: Update NRTDDE.INI to amend path to new Adobe Acrobat executable
    xcopy /Q /R /Y \\server\share\AdobeReader9\NRTDDE.INI "C:\Program Files\Interwoven\WorkSite"
    :: \\server\share\AdobeReader9\subinacl /subkeyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Adobe" /grant=everyone=F
    :: Open then close Adobe Reader 9 to register Interwoven-integration
    "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    taskkill /F /IM AcroRd32.exe /T
    Adobe Reader 9 launches ok but will not close, the taskkill process does not appear to run for some reason.
    Any ideas why not please?
    Thanks
    Scott

    AutoIT worked a treat.
    I used the following code:-
    ; Open Adobe Reader 9
    Run("C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe")
    ; Close Adobe Reader 9
    WinWaitActive("Adobe Reader")
    WinClose("Adobe Reader")
    Then compiled as .exe and added to my script. Hope this helps others.
    Scott

  • WLPI: integrating organizations and roles with existing application

    Hi,
    how do I integrate WLPI's organizations and roles with an existing application's
    data structure? It looks like WLPI expects organizations and roles to be groups
    with a particular naming convention (i.e. an org is defined by a group 'WLPIOrg@MyOrg'
    and a null member). If I am integrating with an application that stores organizations
    and roles in (for example) separate database tables, how do I get WLPI to recognize
    these? Or do I have to maintain the organizations and roles in 2 places, one for
    the application and one for WLPI in the format described above?
    THanks,
    Martin

    Hi Martin,
    We're in the middle of a prototyping exercise of getting WLS, JMS,
    WLP, WLPI integrated accross one security realm. What its looking like
    is this (bear in mind I think this hasn't been tried before judging by
    newsgroups + BEA Docs)
    1)WLP has a bug that you cannot get user details from LDAP(exception
    is thrown)
    2)WLPI does need a certain structure -
    http://e-docs.bea.com/wlpi/wlpi121/install/cfigrun.htm#1246656
    and
    http://developer.bea.com/ftp_bin/Using_LDAP_with_WLPI.zip
    A) To solve your problem maybe you could write a custom realm to
    translate the roles + orgs back (no writing from WLPI ie read only )
    to WLPI.
    B) Maybe you caould have a META-DIRECTORY set up that synchronises the
    RDBMSRealm with something else maybe LDAP or another RDBMSRealm
    We are also looking into a unified security solution by Netegrity
    called siteminder. They are about to release a version for WLS 6 but
    they seem to be laggin behind. This provides a single signon over and
    enterprise system.
    This is a bit vague Martin, I will hopefully have more concrete info
    in a week or 2. If you have any other info you can mail me on -
    [email protected]
    BTW this wouldn't be Martin Van Vilet from the Netherlands that worked
    on the Intelligent Finance Product?
    "Martin van Vliet" <[email protected]> wrote in message news:<3b17ece8$[email protected]>...
    Hi,
    how do I integrate WLPI's organizations and roles with an existing application's
    data structure? It looks like WLPI expects organizations and roles to be groups
    with a particular naming convention (i.e. an org is defined by a group 'WLPIOrg@MyOrg'
    and a null member). If I am integrating with an application that stores organizations
    and roles in (for example) separate database tables, how do I get WLPI to recognize
    these? Or do I have to maintain the organizations and roles in 2 places, one for
    the application and one for WLPI in the format described above?
    THanks,
    Martin

  • Integration of Interwoven with Sun ONE PS6

    Hi,
    where can i get the details of Sun ONE PS6 integration with Interwoven TS.
    I need low level details(like API details).
    Any API's available for this?????????????
    regards
    Arun

    Hi jay
    Thanks for your Information
    We have our clamav library (libclamav.so) installed in following dir
    root@--------- # pwd
    /usr/local/lib
    root@--------- # ls
    libbz2.a libclamav.la libclamav.so.1 libexpatw.a libexpatw.so libexpatw.so.1.5.0 libclamav.a libclamav.so libclamav.so.1.0.17 libexpatw.la libexpatw.so.1 pkgconfig
    this is my msg version
    root@-------------- # ./imsimta version
    Sun Java(tm) System Messaging Server 6.2-3.04 (built Jul 15 2005)
    libimta.so 6.2-3.04 (built 01:43:03, Jul 15 2005)
    SunOS ndlbbpa1-a-fixed 5.9 Generic_118558-28 sun4u sparc SUNW,Sun-Fire-V240
    As my organization told us to do the msg scanning through conversion channel
    So here's my setup for that
    mappings file
    CONVERSION
    in-chan=tcp_auth;out-chan=tcp_*;convert yes
    in-chan=tcp_auth;out-chan=tcp_*;convert yes
    imta.cnf file
    ! conversion
    sourcespamfilter2optin virus
    conversion-daemon
    option.dat file
    spamfilter2_config_file=/data/sunjava/Sunmsg/config/clamav.opt
    spamfilter2_library=/usr/local/lib/libclamav.so
    spamfilter2_optional=1
    Spamfilte2_string_action=data:,addtag "[PROBABLE SPAM DETECTED]";
    1) can you tell me the options which i have to specify in my
    clamav.opt file? if possible give me example file.
    2) I think the above setup is correct and if i have to made any
    changes please let me know?
    3) In your option.dat file you have specified
    sourcespamfilter2 sourcespamfilter1optin spam
    here you have not specified "virus" for sourcespamfilter2 is it correct ??
    Thanks in Advance
    Jai

  • Need info on integration of Interwoven with portal

    Hi,
    Can somebody throw me some info on integration of interwoven
    content express with weblogic portal 4.0.
    1.The content express version is 1.1.0
    2.The product to be integrated is Weblogic Portal 4.0
    Thanx in advance
    Prashanth Bhat

    Hello,
    You can connect sap to .net using .net libraries.
    Kind regards
    Ash Thomas
    Sap Consultant
    <a href=http://www.ashpeople.com>Ash People, Sap Consultants & Sap Consultancy</a>
    <a href=http://www.ashpeople.com>www.ashpeople.com</a>

  • Integrating NetWeaver Portal and Interwoven's TeamSite

    Hi All,
    I have to integrate NetWeaver with Interwoven Web Content Management tool named TeamSite.
    Can somedody pass some information for the integration of both(NetWeaver Portal and Interwoven's TeamSite).
    Regards,
    Srikanth

    << Do not post the same question across a number of forums >>

  • Integration with Interwoven Teamsite 6.1

    Hi,
    I am looking for resources for configuration of WLS Portal 8.1 with Teamsite 6.1.
    Regards
    - K

    "psk" <[email protected]> wrote in message news:40f62d81$1@mktnews1...
    I am looking for resources for configuration of WLS Portal 8.1 withTeamsite 6.1.
    Sign up for the Interwoven Devnet (http://devnet.interwoven.com) and search
    the site for Weblogic. They have a PDF which describes all of the
    integration option s available.
    Gerald

  • Issue in WLP and UCM integration using VCR adapter

    Hi All,
    I am working on a priority customer POC .
    I was trying to integrate WLP with UCM and done all the installation and configuration according to VCR adapter guide.
    The version of WLP is 10GR3 and UCM is 10GR3.
    I am getting the following error in connecting the the UCM repository:
    An exception has been thrown while attempting to persist changes for the service: Repository Configuration.
    Error authenticating to repository: UCM Repository. Possible cause could include, but is not limited to a bad repository configuration or the repository is unknown.
    I have done the repository configuration from Portal Admin console not from the Workshop.
    Please look into this.
    Thanks and Regards
    Rahul

    <Aug 27, 2009 11:47:56 PM CDT> <Error> <ContentManagement> <BEA-000000> <Unable
    to connect to repository UCM Repository
    com.bea.content.RepositoryRuntimeException
    at com.oracle.content.spi.ucm.ObjectClassOps.<init>(ObjectClassOps.java:
    46)
    at com.oracle.content.spi.ucm.TicketImpl.initInterfaces(TicketImpl.java:
    43)
    at com.oracle.content.spi.ucm.TicketImpl.<init>(TicketImpl.java:145)
    at com.oracle.content.spi.ucm.RepositoryImpl.connect(RepositoryImpl.java
    :56)
    at com.bea.content.federated.internal.delegate.RepositoryManagerDelegate
    .connectToRepository(RepositoryManagerDelegate.java:914)
    Truncated. see log file for complete stacktrace
    com.bea.content.NoSuchObjectClassException
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.buildObjectClas
    s(ObjectClassFactory.java:289)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.buildAllObjectC
    lasses(ObjectClassFactory.java:207)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.getAllObjectCla
    sses(ObjectClassFactory.java:84)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.<init>(ObjectCl
    assFactory.java:54)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.getInstance(Obj
    ectClassFactory.java:71)
    Truncated. see log file for complete stacktrace
    oracle.stellent.ridc.protocol.ServiceException: Could not load information about
    VCR content type. Unable to retrieve information for 'ELDEF_LIST_LINKS_PLAINTEX
    T'. Unable to find latest released revision of 'ELDEF_LIST_LINKS_PLAINTEXT'.
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(Ser
    viceResponse.java:116)
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(Ser
    viceResponse.java:92)
    at com.oracle.content.spi.ucm.UCMBridge.executeRequest(UCMBridge.java:37

  • WLP 9.2.3 integration problem with ALDSP 2.5

    HI,
    I am having the following issue when using WLP 9.2.3 and ALDSP 2.5 on WebLogic 8.1.
    We have recently upgraded from WLP 9.2.1 to WLP 9.2.3,
    We were initially getting this error,
    following error observed if accessed via application or a standalone test case.
    context :: javax.naming.InitialContext
    com.bea.dsp.dsmediator.client.exception.SDOMediatorException: weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException
    at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invokeFunction(XmlDataServiceBase.java:322)
    at authenticationdataservices.logical.FirmUser.getFirmUserId(FirmUser.java:98)
    at src.AuthenticationUtil.main(AuthenticationUtil.java:27)
    Caused by: weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:215)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    at com.bea.ld.Server_ydm4ie_EOImpl_816_WLStub.executeFunction(Unknown Source)
    at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invokeFunction(XmlDataServiceBase.java:312)
    ... 2 more
    Caused by: java.io.EOFException
    at weblogic.rjvm.t3.MuxableSocketT3.endOfStream(MuxableSocketT3.java:383)
    at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:737)
    at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:684)
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:845)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:792)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:283)
    at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    To overcome this issue we have read this [ information |http://download.oracle.com/docs/cd/E13167_01/aldsp/docs25/appdev/intro.html] and have done the required.
    Re: ALDSP 2.1 QName problem
    To enable interop from 9.x client to DSP 2.1 server, follow the following steps.
    1. Put ${WL_HOME}/liquiddata/lib/wls90interop.jar in PRE_CLASSPATH on
    2.1 server by editing setDomainEnv.cmd
    2. Put ${WL_HOME}/liquiddata/lib/wls90interop.jar in workshop's classpath
    by modifying -cp key's value in Workshop.cfg
    3. Build the application inside the workshop.
    4. Build the client side jar using ${WL_HOME}/liquiddata/bin/ld_clientapi.xml
    with following arguments on the command line:
    -Dapproot=<application directory>
    -Dxbeanjarpath=${WEBLOGIC9x}/server/lib/xbean.jar
    5. Copy ${WL_HOME}/liquiddata/lib/wlsdo90interop.jar, ld-client.jar and
    <appName>-ld-client.jar in WEB-INF/lib or classpath of the 9.x side.
    Since network classloading is turned off in any WebLogic server, we need to copy wlsdo.jar and ld-client.jar on the client side.
    Also added the flag -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 on the startup of the server (JDK 1.50_12 which is used WLP 9.2.3). We also downgraded the JVM version (JDK 1.5.0_06) for WLP server (as explained in the BUG to JDK 1.5.0_06.)
    Now we are getting another issue:
    Here is the exception observed:
    com.bea.control.servicecontrol.util.memento.ServiceClassMementoUtil> <000000> <com.bea.control.servicecontrol.util.memento.ServiceClassMementoUtil: Cou
    ld not load the ServiceClassMemento from the following resource file: uk/gov/fsa/mer/csadminservice/servicecontrol/AdministrationServiceControlServiceClassMemento.ser. This is probably due to a v
    ersioning issue and if the developer was astute when they made the change then this should not be the reason. Another possibility is that this resource has become corrupt. The good news is a reb
    uild of your app should fix it.
    Throwable: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = -9120448754896609940, local class serialVersionUID = 4418622981026545151
    Stack Trace:
    java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = -9120448754896609940, local class serialVersionUID = 4418622981026545151
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:519)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
    at java.util.HashMap.readObject(HashMap.java:1012)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:919)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1813)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
    Please advice on how to overcome this issue.
    Your attention to this issue will be highly appreciated.
    Regards,
    Edited by: user738507 on Jan 6, 2011 12:46 PM

    I don't know what the .ser file is that it is complaining about, but if it contains an (old) serialized QName object, you'll get that exception on an attempt to de-serialize it into a new QName object. Did you try rebuilding your app like the error message suggests?
    You can also try :
    @ Also, In 1.5 JDK, the javax.xml.namespace.QName class is bundled in
    @ jre/lib/rt.jar. If you have to replace that in your classpath, you should be
    @ pre-pending the wls90interop.jar to the bootClasspath.
    @ For eg, in my wls9.2, i set the classpath as follows:
    @ -Xbootclasspath/p:D:/releases/81sp5platform/weblogic81/liquiddata/lib/wls90int
    @ erop.jar

  • Spring 2.5 and WLP integration

    Hello,
    I'm trying to integrate Spring 2.5 with a Bea Portal 9.2 application.
    Given a simple three layers architecture (web/service/dao), I would like to be able to inject the service pojos into the action classes. The web layer is based on Struts and I'm using the Struts/Portal plugin.
    I have tried different approaches but the bottom line is that the Portal framework (Beehive) doesn't like that the Action is instantiated by Spring. There are Lifecycle related exceptions.
    I was wondering if any of you guys ever tried to do something like that and got any luck.
    Of course, I can get the service bean via getBean(...) but I would like to avoid having Spring classes imported into my Struts controllers.
    Any idea?
    Thanks
    Luciano

    Is that so? No one ever tried integrating Spring and Portal?
    That's quite scary, which company would ever decide to use a product that does have no history of integration with the leading J2ee framework (Spring).

  • WLP 4.0 & WLAI 2.1 Integration Problem

    Hi,
    We are trying to integrate Weblogic Portal 4.0 and Weblogic Application
    Integration 2.1.
    We are calling a Input Processor on execution of some event in login
    required portal JSP page. We have written a piece of code which connects to
    WLAI 2.1
    which takes a initial context of Integration Server.
    User has logged in to portal using peter as login and password.
    static public Context getInitialContext() throws Exception
    props = new Properties();
    props.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFac
    tory");
    props.put(Context.PROVIDER_URL, "t3://localhost:7001/");
    props.put(Context.SECURITY_PRINCIPAL, "admin");
    props.put(Context.SECURITY_CREDENTIALS, "security");
    return new InitialContext(props);
    While connecting to Integration we connect to WLAI using admin/security as
    login and password. We do some operation on integration server, and it ends
    some response back to Portal. When on success of Input processor we are
    coming back to portal JSP page we are getting following error.
    On error page we have printed out the user name of the user logged in to
    portal application. We found that the earlier user "peter" has changed to
    "admin" which is same as SECURITY_PRINCIPAL of WLAI.
    The stack trace is as follows.
    ####<May 6, 2002 1:30:14 PM IST> <Warning> <Dispatcher> <A0752-W2KP-PSO>
    <portalServer> <ExecuteThread: '9' for queue: 'default'> <system> <>
    <000000> <RuntimeException thrown by rmi server:
    'weblogic.rmi.cluster.ReplicaAwareServerRef@9 - jvmid:
    '6669034288615568782S:10.0.10.3:[7501,7501,7502,7502,7501,7502,-1]:portalDom
    ain:portalServer', oid: '9', implementation:
    'weblogic.jndi.internal.RootNamingNode@17809ca''>
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_realm
    at weblogic.security.acl.Realm.authenticate(Realm.java:195)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.security.acl.internal.Security.verify(Security.java:87)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
    at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :255)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :222)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy65.lookup(Unknown Source)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at
    com.bea.p13n.usermgmt.profile.internal.ProfileWrapperImpl.getProfileManager(
    ProfileWrapperImpl.java:332)
    at
    com.bea.p13n.usermgmt.profile.internal.ProfileWrapperImpl.validateProfile(Pr
    ofileWrapperImpl.java:249)
    at
    com.bea.p13n.usermgmt.profile.ProfileFactory.getProfile(ProfileFactory.java:
    69)
    at
    com.bea.p13n.usermgmt.servlets.jsp.taglib.GetProfileTag.doStartTag(GetProfil
    eTag.java:258)
    at jsp_servlet._portlets.__pots._jspService(__pots.java:216)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag
    .java:172)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.jav
    a:60)
    at
    jsp_servlet._framework._layouts._threecolumn.__template._jspService(__templa
    te.java:160)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:778)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:215)
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWe
    bflowServlet.java:142)
    at
    com.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doPost(Webflow
    Servlet.java:213)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2459)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi,
    We are trying to integrate Weblogic Portal 4.0 and Weblogic Application
    Integration 2.1.
    We are calling a Input Processor on execution of some event in login
    required portal JSP page. We have written a piece of code which connects to
    WLAI 2.1
    which takes a initial context of Integration Server.
    User has logged in to portal using peter as login and password.
    static public Context getInitialContext() throws Exception
    props = new Properties();
    props.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFac
    tory");
    props.put(Context.PROVIDER_URL, "t3://localhost:7001/");
    props.put(Context.SECURITY_PRINCIPAL, "admin");
    props.put(Context.SECURITY_CREDENTIALS, "security");
    return new InitialContext(props);
    While connecting to Integration we connect to WLAI using admin/security as
    login and password. We do some operation on integration server, and it ends
    some response back to Portal. When on success of Input processor we are
    coming back to portal JSP page we are getting following error.
    On error page we have printed out the user name of the user logged in to
    portal application. We found that the earlier user "peter" has changed to
    "admin" which is same as SECURITY_PRINCIPAL of WLAI.
    The stack trace is as follows.
    ####<May 6, 2002 1:30:14 PM IST> <Warning> <Dispatcher> <A0752-W2KP-PSO>
    <portalServer> <ExecuteThread: '9' for queue: 'default'> <system> <>
    <000000> <RuntimeException thrown by rmi server:
    'weblogic.rmi.cluster.ReplicaAwareServerRef@9 - jvmid:
    '6669034288615568782S:10.0.10.3:[7501,7501,7502,7502,7501,7502,-1]:portalDom
    ain:portalServer', oid: '9', implementation:
    'weblogic.jndi.internal.RootNamingNode@17809ca''>
    java.lang.SecurityException: Authentication for user system denied in realm
    wl_realm
    at weblogic.security.acl.Realm.authenticate(Realm.java:195)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.security.acl.internal.Security.verify(Security.java:87)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
    at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
    at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :255)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :222)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy65.lookup(Unknown Source)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at
    com.bea.p13n.usermgmt.profile.internal.ProfileWrapperImpl.getProfileManager(
    ProfileWrapperImpl.java:332)
    at
    com.bea.p13n.usermgmt.profile.internal.ProfileWrapperImpl.validateProfile(Pr
    ofileWrapperImpl.java:249)
    at
    com.bea.p13n.usermgmt.profile.ProfileFactory.getProfile(ProfileFactory.java:
    69)
    at
    com.bea.p13n.usermgmt.servlets.jsp.taglib.GetProfileTag.doStartTag(GetProfil
    eTag.java:258)
    at jsp_servlet._portlets.__pots._jspService(__pots.java:216)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag
    .java:172)
    at
    com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.jav
    a:60)
    at
    jsp_servlet._framework._layouts._threecolumn.__template._jspService(__templa
    te.java:160)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:395)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:255)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:778)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:215)
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWe
    bflowServlet.java:142)
    at
    com.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doPost(Webflow
    Servlet.java:213)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2459)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • [Fwd: Re: Integration with CM Systems ...]

    -------- Original Message --------
    Subject: Re: Integration with CM Systems ...
    Date: Thu, 10 Aug 2000 15:47:21 -0600
    From: Cindy Eldenburg <[email protected]>
    Organization: BEA Systems, Inc.
    Newsgroups: weblogic.developer.interest.personalization
    References: <398f3c55$[email protected]>
    Prashanth,
    The are a lot of differences in what the Documentum does as compared to
    Interwoven Teamsite. Comparing these items is like comparing apples and
    oranges.
    Normally in Teamsite, during the document capture process, a Teamsite
    user
    categorizes documents by specifying the documents' metadata attributes
    using
    Teamsite templates. Once the documents are captured, the Interwoven
    OpenDeploy
    workflow mechanism is used to publish the content to the WLCS database.
    Unlike Interwoven Teamsite, Documentum products manage the metadata and
    documents in their own repositories. Thus, with this integration, WLCS
    queries
    the Documentum system at runtime via a specialized JDBC driver supplied
    by
    Documentum. Once the Documentum user captures a document and tags it
    with
    metadata attributes, the document may be immediately available to WLCS
    (depending on administrative options in Documentum, such as whether
    staging is
    involved).
    Please contact your sales person for a more detailed overview of what
    these two
    products do and how they interface to WLPS.
    Cindy Eldenburg
    Prashanth A wrote:
    Can anyone explain to me clearly what does Weblogic mean when it says it
    integrated with Interwoven and Documentum. Is there any difference in the
    way it interacts with Interwoven as compared to Documentum. As in a run-time
    interaction with Documentum whereas a static integration with Interwoven

    Prashanth,
    The are a lot of differences in what the Documentum does as compared to
    Interwoven Teamsite. Comparing these items is like comparing apples and
    oranges.
    Normally in Teamsite, during the document capture process, a Teamsite
    user
    categorizes documents by specifying the documents' metadata attributes
    using
    Teamsite templates. Once the documents are captured, the Interwoven
    OpenDeploy
    workflow mechanism is used to publish the content to the WLCS database.
    Unlike Interwoven Teamsite, Documentum products manage the metadata and
    documents in their own repositories. Thus, with this integration, WLCS
    queries
    the Documentum system at runtime via a specialized JDBC driver supplied
    by
    Documentum. Once the Documentum user captures a document and tags it
    with
    metadata attributes, the document may be immediately available to WLCS
    (depending on administrative options in Documentum, such as whether
    staging is
    involved).
    Please contact your sales person for a more detailed overview of what
    these two
    products do and how they interface to WLPS.
    Cindy Eldenburg
    Prashanth A wrote:
    Can anyone explain to me clearly what does Weblogic mean when it says it
    integrated with Interwoven and Documentum. Is there any difference in the
    way it interacts with Interwoven as compared to Documentum. As in a run-time
    interaction with Documentum whereas a static integration with Interwoven

  • Integration with CM Systems ...

    Can anyone explain to me clearly what does Weblogic mean when it says it
    integrated with Interwoven and Documentum. Is there any difference in the
    way it interacts with Interwoven as compared to Documentum. As in a run-time
    interaction with Documentum whereas a static integration with Interwoven

    Prashanth,
    The are a lot of differences in what the Documentum does as compared to
    Interwoven Teamsite. Comparing these items is like comparing apples and
    oranges.
    Normally in Teamsite, during the document capture process, a Teamsite
    user
    categorizes documents by specifying the documents' metadata attributes
    using
    Teamsite templates. Once the documents are captured, the Interwoven
    OpenDeploy
    workflow mechanism is used to publish the content to the WLCS database.
    Unlike Interwoven Teamsite, Documentum products manage the metadata and
    documents in their own repositories. Thus, with this integration, WLCS
    queries
    the Documentum system at runtime via a specialized JDBC driver supplied
    by
    Documentum. Once the Documentum user captures a document and tags it
    with
    metadata attributes, the document may be immediately available to WLCS
    (depending on administrative options in Documentum, such as whether
    staging is
    involved).
    Please contact your sales person for a more detailed overview of what
    these two
    products do and how they interface to WLPS.
    Cindy Eldenburg
    Prashanth A wrote:
    Can anyone explain to me clearly what does Weblogic mean when it says it
    integrated with Interwoven and Documentum. Is there any difference in the
    way it interacts with Interwoven as compared to Documentum. As in a run-time
    interaction with Documentum whereas a static integration with Interwoven

  • Content Express and WLPS 3.5

    Hi,
    We are having a hard time trying to retrieve content not from the WLPS tables
    but from Interwoven Content Express new content table, do you have any idea on
    wish steps should we follow to achieve this?
    Thanx in advanced!!

    Hi,
    This is Prashanth Bhat,based out of Delhi,India.Iam trying to
    integrate Content Express with WEBLOGIC PORTAL 4.0.If u have done any integration
    with Interwoven's Content Express,pls tell
    me the steps (critical ones)to follow.Even if u have integrated
    with WLCS 3.5,its fine.
    Iam facing these problems after installing the Content Express
    1.I could able to deploy the Content Express web application with
    portal by modyfying the config.xml file.
    2.I could even able to get the page if i access
    http://localhost:7501/ContentExpress/Login.
    3.The login page appears, but could not get into the content express system.
    Pls help me in completing my task.
    Thanks in advance,
    PRASHANTH BHAT.
    "Gerardo Jimenez" <[email protected]> wrote:
    >
    Hi,
    We are having a hard time trying to retrieve content not from the WLPS
    tables
    but from Interwoven Content Express new content table, do you have any
    idea on
    wish steps should we follow to achieve this?
    Thanx in advanced!!

Maybe you are looking for