Documentum and weblogic Portal 9.2  issue...

Hi,
Is anybody face this problem while configuring VCR with Data source. Folder structure are created properly in VCR but when I am clicking any content node then I am getting below exception.
Any help is strongly appreciate.
java.lang.NullPointerException
at com.documentum.beaspi.common.ObjectClassOpsHelperImpl.getAdditionalPr
rties(ObjectClassOpsHelperImpl.java:159)
at com.documentum.beaspi.common.TypeConverter.convertAttributesToPropert
(TypeConverter.java:401)
at com.documentum.beaspi.common.NodeOpsImpl.getProperties(NodeOpsImpl.ja
462)
at com.bea.content.Node.getProperties(Node.java:618)
at com.bea.content.Node.getProperty(Node.java:558)
Truncated. see log file for complete stacktrace
t 2, 2009 12:33:56 PM IST> <Error> <netuix> <BEA-423137> <There was an error
ding the requested URI /content/node/nodeSelected/summary/nodeSummary.jsp.>

Hello,
Yes, JSR168 portlet IPC is supported in WLP 9.2, and you can use the "invokeJavaPortletMethod" (recommended) or the invokeBackingFileMethod in the .portlet file to configure your portlet to receive events.
Kevin

Similar Messages

  • How to install Workshop for WebLogic and WebLogic Portal?

    Hi All,
    I am new to Weblogic Portal. I would like to start learning Oracle Weblogic Portals..
    Can anyone please guide me, how to install Workshop for WebLogic and WebLogic Portal?
    As per the ""Tutorials – Getting Started with WebLogic Portal"" (http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/setup_dev_env.html)
    we need to install the Workshop for WebLogic and WebLogic Portal.
    Please suggest me where should i get the required environments/IDE?
    Thanks,
    Harish.

    Hi Harish
    1. If this is your first time with Weblogic Portal, I would recommend to download the latest Weblogic Portal Software Rel 10.3.2 from this bottom link. Check Accept Radio button, for windows download windows installer. Its about 1 GB file. This software includes Eclipse IDE, Weblogic Server and Weblogic Portal.
    http://www.oracle.com/technology/software/products/wlp/index.html
    2. During the installation process, make sure at one point you select Custom mode (NOT default Typical mode). In next following screens you will see all bundles checked EXCEPT for Samples. So make sure you check Samples Check box both under Weblogic Server and Weblogic Portal. Then proceed. This will install full Weblogic Workshop (Eclipse IDE), Weblogic Server and Weblogic Portal. This is the good installation package. Also it will install samples for Portal and Server. If you select all default typical mode, it will NOT install samples. You can install samples later on also, but its good at installation time itself you select custom and check Samples also.
    3. WLP 10.3.2 uses Eclipse IDE. If you are familiar with Eclipse IDE this should be helpful. Otherwise also, its ok.
    4. For learning WLP, in Eclipse IDE, you need to create Portal EAR Project, then Portal Web Project. Inside portal web project create simple jsp hello world portlets and a simple portal.
    5. For Deploying and Testing Portal application you need to create Portal Domain using config wizard. You can see this from Start -> Programs -> Oracle Weblogic Portal shortcut -> Weblogic Server -> Tools -> Configuration Wizard.
    6. You can start Workshop IDE from Start -> Program Files -> Oracle Weblogic Portal ...-> Eclipse For Weblogic 10.3.2
    Here are the links for quick start guide for portal development. Please do refer them.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/index.html
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/quickstart/newproject.html
    HTH
    Ravi Jegga

  • Plumtree and Weblogic Portal Server | URL rewriting incompatibility

    Hi All,
    I am using Weblogic Portal as the Producer and Plumtree as the consumer for my WSRP portlets. I have enabled Producer URL rewriting. When i invoke an action URL i get a "Mode is not supported in this portlet." error. The template being passed is <blockingActionTemplate>/wsrpconsumer/pt_action?wsrp-navigationalState={wsrp-navigationalState}&wsrp-interactionState={wsrp-interactionState}&wsrp-mode={wsrp-mode}&wsrp-windowState={wsrp-windowState}</blockingActionTemplate>
    and the URL generated is a href="/wsrpconsumer/pt_action?wsrp-navigationalState=&wsrp-interactionState=_action%3D%2FnewAction1&wsrp-mode=&wsrp-windowState="
    The same portlet works fine when Consumer URL rewrting is enabled.
    Plumtree is giving the same error for the portlets at the consumer at http://sunwsrp.dyndns.org/portal/wsrp/wsdl/default. Any help would be highly appreciated
    Thanks

    Hi, I don't have an answer on this but another more basic question. Our agency is using Plumtree Portal v5. I am assigned to develop a remote portlet. According to what I've read on the web as far back as 2003 Plumtree Portal supports WSRP but I'm getting conflicting answers within our agency. This post seems to indicate that the Plumtree Portal can consume WSRP compliant remote portlets. If that is correct, can you point me to documentation/examples? I've found reference to a Plumtree resource called "WSRP Portlet Consumer" for WSRP--does that still exist? Any help would be appreciated.

  • Weblogic Portal session related issue

    Technogies Used: Java,Spring webflow and Oracle Weblog portal 10.3.2
    Problem description:
         In our sprint portal application,the main page has 'SSN' and 'Access code' text box fields with search button,user gave value only for SSN box and it took him to access code page with appropriate error message in child window.
    After that user closed the child window and gave valid values for both 'SSN' and Access code fields,but still the same error page is getting displayed instead of valid results page.
    Please advice

    Hi,
    Proliferation refers to the process by which changes made to the Library instance of a portal asset are pushed into user-customized instances of that asset which means that when any changes are made to the portlet in source and if you want to propagate that change to the destination, that time if that portlet is used in a desktop where many users are provided an option to customize that desktop only that particular time at destination if you change the Portal Resources Proliferation of Updates Configuration setting to either Asynchronous or off propagation will be faster because that time propagation utility will not change for each user. If the value is synchronous it changes for each user and hence some delay that too it will happen during commit operation only but not during download operation.
    So I feel, Proliferation may not be useful for your case.
    We need to find why downloading source is taking 3 hrs and destination is taking 8 hrs.
    Please let me know whether you are running downloadsource and downloaddestination.
    I suggest run downloadSource in source machine itself and downloadDestination on the destination Machine itself so that you can reduce the network latency.
    Thanks & Regards,
    Murali.
    ===========

  • Weblogic portal page flow issue

    Hi,
    We are working with portal development using legacy product. This runs on weblogic portal 8.1 SP 4.
    Part of the project, we have to provide user management. We are planning to use the java page flow offered by weblogic.
    When we create a new application and new project and try to create a new page flow (with the UserManager controller) standalone, it works.
    We access the legacy portlets by IMPORTING it as a project inside weblogic portal (i.e workshop). If we follow the same steps to create the page controller in this imported project, the page flow does not work. i.e., instead of displaying the form, it generates java code in the test browser of Workshop
    Do we have to enable any project specific settings for jpf to work.
    regards
    -Ramudu

    Hi,
    Proliferation refers to the process by which changes made to the Library instance of a portal asset are pushed into user-customized instances of that asset which means that when any changes are made to the portlet in source and if you want to propagate that change to the destination, that time if that portlet is used in a desktop where many users are provided an option to customize that desktop only that particular time at destination if you change the Portal Resources Proliferation of Updates Configuration setting to either Asynchronous or off propagation will be faster because that time propagation utility will not change for each user. If the value is synchronous it changes for each user and hence some delay that too it will happen during commit operation only but not during download operation.
    So I feel, Proliferation may not be useful for your case.
    We need to find why downloading source is taking 3 hrs and destination is taking 8 hrs.
    Please let me know whether you are running downloadsource and downloaddestination.
    I suggest run downloadSource in source machine itself and downloadDestination on the destination Machine itself so that you can reduce the network latency.
    Thanks & Regards,
    Murali.
    ===========

  • Weblogic portal propagation performance issue.

    Hi,
    I created a weblogic portal for client and deployed it on server. After some time we made changes in our portal assests.
    I want to reflect these changes on production environment using portal propagation.
    I am able to propagate portal assests successfully on production environment using ant script but it takes so much time to propagate.
    I have used onlinedownload, offlinecombine, onlineUpload, onlineCommit operation.
    src.zip size is 40MB takes 3 hours to dowload, dest.zip size is also of 40MB takes 8hours to dowload.
    I have used scoping as well.
    I want to reduce propagation time.
    For this i read concept of proliferation, but i am not clear that what is the role of proliferation in propagation.
    Whether or not proliferation will reduce the Propagation time.
    Or is there any way to do this.
    Your help will be appreciable.

    Hi,
    Proliferation refers to the process by which changes made to the Library instance of a portal asset are pushed into user-customized instances of that asset which means that when any changes are made to the portlet in source and if you want to propagate that change to the destination, that time if that portlet is used in a desktop where many users are provided an option to customize that desktop only that particular time at destination if you change the Portal Resources Proliferation of Updates Configuration setting to either Asynchronous or off propagation will be faster because that time propagation utility will not change for each user. If the value is synchronous it changes for each user and hence some delay that too it will happen during commit operation only but not during download operation.
    So I feel, Proliferation may not be useful for your case.
    We need to find why downloading source is taking 3 hrs and destination is taking 8 hrs.
    Please let me know whether you are running downloadsource and downloaddestination.
    I suggest run downloadSource in source machine itself and downloadDestination on the destination Machine itself so that you can reduce the network latency.
    Thanks & Regards,
    Murali.
    ===========

  • Weblogic Portal 10gR3 + Richfaces issue

    Hello,
    I have a question, especially to guys from BEA according Richfaces configuration in portlets under Weblogic Portal 10gR3. I'm talking here about Ajax capabilities (a4j). Pure richfaces controles are rendered just fine (i was using richfaces-3.3.0-GA version). Is it actually possible to make it fully working? If so does anyone have a sample configuration?
    I've tried to configure it but without success or just managed to get working some minor things using JBoss Portlet Bridge:
    http://www.infoq.com/articles/jsf-ajax-seam-portlets-pt-1 and
    http://www.infoq.com/articles/jsf-ajax-seam-portlets-pt-2
    Also some informations found here http://www.x47.dk/2007/07/wlp-92-and-aj-1.html, but still no success.
    Thanks in advance for any information.

    Hi Andreanes
    I Created a JavaPortlet (jsr 168) and added jsf 1.2, jstl 1.2 through weblogic.xml
    and using richfaces 3.3.1 , using JSP instead of facelets.
    still im unable to render my views, following exception is what stopping me.
    javax.portlet.faces.BridgeException: javax.portlet.faces.BridgeException: Error processing render lifecyclejavax.portlet.PortletException: Error process faces request
    Caused by: java.lang.UnsupportedOperationException
         at javax.faces.context.FacesContext.getELContext(FacesContext.java:136)
         at javax.faces.component.UIViewRoot.setLocale(UIViewRoot.java:888)
         at com.sun.faces.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:383)
         at com.bea.portlet.adapter.faces.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:47)
         at com.sun.facelets.FaceletViewHandler.createView(FaceletViewHandler.java:799)
    Any Help is appreciated !
    Prakash.

  • IPC with JSR 168 portlets and WebLogic Portal 9.2.3

    I have seen examples in this forum indicating that you can implement IPC in JSR 168 portlets by doing the following:
    1. Fire a custom event in the processAction() method of one portlet.
    2. Handle the custom event in another portlet that is listening for the event.
    3. The listening portlet should contain a method such as
    processMyCustomEvent(ActionRequest req, ActionResponse resp, Event event)4. The method is mapped as a handler for the custom event in the listening portlet's +.portlet+ file:
    <netuix:javaPortlet definitionLabel="jsr168EventPortlet" title="JSR168 event portlet">
       <netuix:handleCustomEvent event="myCustomEvent" eventLabel="customEventOne" filterable="true" description="custom event handler">
          <netuix:invokeJavaPortletMethod  method="processMyCustomEvent" />
       </netuix:handleCustomEvent>
    </netuix:javaPortlet>However, the examples I've found in this forum seem to pertain only to installations of WebLogic Portal 10.x or higher.
    Does this JSR 168 IPC approach work for WebLogic Portal 9.2.3?
    (The example provided in the WL Portal 9.2.3 documentation uses a Backing File to handle the event instead of invoking a method in the portlet class itself.)
    Any clarification that can be provided would be much appreciated. Thanks.
    Edited by: user13297286 on Jun 15, 2010 2:02 PM

    Hello,
    Yes, JSR168 portlet IPC is supported in WLP 9.2, and you can use the "invokeJavaPortletMethod" (recommended) or the invokeBackingFileMethod in the .portlet file to configure your portlet to receive events.
    Kevin

  • Is there a quickstart guide for WLS 10.3.1 (11g) and WebLogic Portal?

    I already have installed WebLogic 10.3.1 on my laptop, and want to know if if is possible to install portal without all of the extra options that seem to be required by the install document. I want to run portal on my laptop for development, and don't want the extra overhead of an ldap server. The goal is to create portlets, and want a portal to test my deployments to. If there is another or better way to accomplish this, I would really like to know!
    I was hoping that Oracle SC's or someone else would have already solved this, possibly in a VM environment, and could post a solution.
    Thanks, Ken

    The LDAP server is embedded and isnt really an overhead. Autonomy is a much bigger overhead and unless you are using search you should turn it off. (WLP_SEARCH_OPTION=none in your start)
    See
    http://peterlaird.blogspot.com/2007/05/optimized-development-for-weblogic.html

  • Weblogic Portal Application Upgrade Issue

    Hi,
    I'm upgrade my portal application from WLP 9.2 to WLP 10.3 using the workshop.
    I create a new workspace in 10.3 and then use the import option -> (general) Existing projects into workspace -> choose my 9.2 workspace project.(Check the "copy projects into workspace" option)
    I see upgrade pop up letting me know that I need to upgrade my portal web project.It is understandable it is first time I'm importing my 9.2 portal app into 10.3 . But if i close the 10.3 workspace and reopen it again, i'm been prompted again for upgrade which had already did earlier.
    What is happening here? something is missing. Can some one guide me here?
    Thanks!

    Did you get any solution for this we are also facing same problem. please let me know the solution if you have any

  • Differences between ALUI and Weblogic Portal 10

    if anyone has some useful information / experience on the differences between these products - for example why you might choose one over the other...thanks.

    see latest post here
    http://forums.bea.com/thread.jspa?threadID=400002710
    abaaba

  • WebLogic Portal and Workshop 9.2 Beta now available!

    Hello All -
    We're excited to announce the public availability of the WebLogic Workshop and WebLogic Portal 9.2 open Beta release on bea.com.
    A beta version of the electronic documentation has also been posted to e-docs.
    Portal 9.2 adds significant new capabilities which are part of the beta to target our core market and expand in new directions by providing:
    * A WorkShop development environment based on Eclipse
    * Content Management enhancements including a WYSIWYG editor
    * Improved Federation and Production Ops capabilities
    * The GroupSpace collaborative application and framework
    Following are the links and information to get you started with Beta 9.2:
    * Download: http://commerce.bea.com/showproduct.jsp?family=WLPORTAL&major=9.2&minor=-1
    * Beta Home page: http://wlp.bea.com/wlw_wlp_beta92
    * Documentation:
    - WebLogic Portal: http://edocs.bea.com/wlp/docs92
    - WebLogic Workshop: http://edocs.bea.com/workshop/docs92
    - WebLogic Platform: http://edocs.bea.com/common/docs92
    * Newsgroups: As a public beta, BEA will not offer support through the BEA Support group. Please use the following newsgroups to log and discuss issues:
    - WebLogic Workshop newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000011
    - WebLogic Portal newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000012
    - WebLogic Platform newsgroup (if you are unsure whether the issue belongs to WebLogic Portal or WebLogic Workshop): http://forums.bea.com/bea/forum.jspa?forumID=600000013
    Best regards,
    The Beta 9.2 Team

    The Beta 9.2 Team,
    9.2 features sounds good and interesting. We are using BEA's Content management system(8.1) extensively.
    Our requirement is to create a portlet for Content Owner/Users to create HTML documents with images and upload it into BEA Repository. Upon uploading, Content Admin needs to be notified through email and they will either approve or reject the document. The content status again needs to be notified to the content owner/user via email.
    1. As known to everyone 8.1 doesn't have WYSIWYG editor and is included in 9.2. Can i reuse the 9.2 WYSIWYG functionality into 8.1 as a portlet??
    2. The following thread(http://forums.bea.com/bea/message.jspa?messageID=400001479&tstart=0) says
    - workflow ==> We have limited workflow support. We plan to enhance this in our next major release.
    Does this limited workflow support include email notification?
    Any inputs would be greatly appreciated!!
    Thanks,
    -Nach.

  • WebLogic Portal and Workshop 9.2 Beta is Live!

    Hello All -
    We're excited to announce the public availability of the WebLogic Workshop and WebLogic Portal 9.2 open Beta release on bea.com.
    A beta version of the electronic documentation has also been posted to e-docs.
    Portal 9.2 adds significant new capabilities which are part of the beta to target our core market and expand in new directions by providing:
    * A WorkShop development environment based on Eclipse
    * Content Management enhancements including a WYSIWYG editor
    * Improved Federation and Production Ops capabilities
    * The GroupSpace collaborative application and framework
    Following are the links and information to get you started with Beta 9.2:
    * Download: http://commerce.bea.com/showproduct.jsp?family=WLPORTAL&major=9.2&minor=-1
    * Beta Home page: http://wlp.bea.com/wlw_wlp_beta92
    * Documentation:
    - WebLogic Portal: http://edocs.bea.com/wlp/docs92
    - WebLogic Workshop: http://edocs.bea.com/workshop/docs92
    - WebLogic Platform: http://edocs.bea.com/common/docs92
    * Newsgroups: As a public beta, BEA will not offer support through the BEA Support group. Please use the following newsgroups to log and discuss issues:
    - WebLogic Workshop newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000011
    - WebLogic Portal newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000012
    - WebLogic Platform newsgroup (if you are unsure whether the issue belongs to WebLogic Portal or WebLogic Workshop): http://forums.bea.com/bea/forum.jspa?forumID=600000013
    Best regards,
    The Beta 9.2 Team

    The Beta 9.2 Team,
    9.2 features sounds good and interesting. We are using BEA's Content management system(8.1) extensively.
    Our requirement is to create a portlet for Content Owner/Users to create HTML documents with images and upload it into BEA Repository. Upon uploading, Content Admin needs to be notified through email and they will either approve or reject the document. The content status again needs to be notified to the content owner/user via email.
    1. As known to everyone 8.1 doesn't have WYSIWYG editor and is included in 9.2. Can i reuse the 9.2 WYSIWYG functionality into 8.1 as a portlet??
    2. The following thread(http://forums.bea.com/bea/message.jspa?messageID=400001479&tstart=0) says
    - workflow ==> We have limited workflow support. We plan to enhance this in our next major release.
    Does this limited workflow support include email notification?
    Any inputs would be greatly appreciated!!
    Thanks,
    -Nach.

  • WebLogic Portal and Workshop 9.2 Beta is now available!

    Hello All -
    We're excited to announce the public availability of the WebLogic Workshop and WebLogic Portal 9.2 open Beta release on bea.com.
    A beta version of the electronic documentation has also been posted to e-docs.
    Portal 9.2 adds significant new capabilities which are part of the beta to target our core market and expand in new directions by providing:
    * A WorkShop development environment based on Eclipse
    * Content Management enhancements including a WYSIWYG editor
    * Improved Federation and Production Ops capabilities
    * The GroupSpace collaborative application and framework
    Following are the links and information to get you started with Beta 9.2:
    * Download: http://commerce.bea.com/showproduct.jsp?family=WLPORTAL&major=9.2&minor=-1
    * Beta Home page: http://wlp.bea.com/wlw_wlp_beta92
    * Documentation:
    - WebLogic Portal: http://edocs.bea.com/wlp/docs92
    - WebLogic Workshop: http://edocs.bea.com/workshop/docs92
    - WebLogic Platform: http://edocs.bea.com/common/docs92
    * Newsgroups: As a public beta, BEA will not offer support through the BEA Support group. Please use the following newsgroups to log and discuss issues:
    - WebLogic Workshop newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000011
    - WebLogic Portal newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000012
    - WebLogic Platform newsgroup (if you are unsure whether the issue belongs to WebLogic Portal or WebLogic Workshop): http://forums.bea.com/bea/forum.jspa?forumID=600000013
    Best regards,
    The Beta 9.2 Team

    The Beta 9.2 Team,
    9.2 features sounds good and interesting. We are using BEA's Content management system(8.1) extensively.
    Our requirement is to create a portlet for Content Owner/Users to create HTML documents with images and upload it into BEA Repository. Upon uploading, Content Admin needs to be notified through email and they will either approve or reject the document. The content status again needs to be notified to the content owner/user via email.
    1. As known to everyone 8.1 doesn't have WYSIWYG editor and is included in 9.2. Can i reuse the 9.2 WYSIWYG functionality into 8.1 as a portlet??
    2. The following thread(http://forums.bea.com/bea/message.jspa?messageID=400001479&tstart=0) says
    - workflow ==> We have limited workflow support. We plan to enhance this in our next major release.
    Does this limited workflow support include email notification?
    Any inputs would be greatly appreciated!!
    Thanks,
    -Nach.

  • Weblogic portal 9.2 and Maven 1.0.2

    Hi ,
    Does any body worked on weblogic portal 9.2 and Maven 1.0.2? If any one then please send me the Pom.xml of Portal Web and Portal Ear project.
    Please make sure Maven version should be 1.0.2.
    I want to convert all the shared jar dependency in my .classpath to POM.xml but not getting correct direction for this.
    Trying e.g
    <dependency>
    <groupId>weblogic-common.p13n-app-lib</groupId>
    <artifactId>p13n-app-lib-parent</artifactId>
    <version>9.2.0</version>
    <type>pom</type>
    <scope>provided</scope>
    </dependency>
    But always getting
    Attempting to download p13n-app-lib-parent-9.2.0.pom.
    WARNING: Failed to download p13n-app-lib-parent-9.2.0.pom.
    classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
         <classpathentry kind="con" path="com.bea.wlw.ear.core.AppLibrariesContainer/LcdPortalEar"/>
         <classpathentry kind="con" path="com.bea.wlw.xmlbeans.lib"/>
         <classpathentry kind="con" path="com.bea.wlp.eclipse.common.system"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-tools-visitor-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-commonui-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-services-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-tools-support-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-webdav-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-tools-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-services-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="src" path="build/assembly/.src"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-full-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-wsrp-producer-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-lookandfeel-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-light-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-common-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-struts-1.2-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/p13n-web-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/wlp-framework-full-app-lib/allow-newer/9.2.0/9.2.3"/>
         <classpathentry kind="con" path="com.bea.wlw.libmodule/p13n-app-lib/allow-newer/9.2.0/9.2.3"/>

    Yest I study http://www.gexperts.com/articles/weblogic-maven.asp.
    But this was based on Maven 2 version and not maven 1.0.2
    As there is lot of difference between Maven 2 version and maven 1.0.2 so littler bit confussed about compatibily of maven 1.0.2 and Weblogic portal 9.2
    Please reply.

Maybe you are looking for

  • Purchase Order Statistical Delivery Date changed automatically

    Hi, In the purchase order, when I go to change the delivery date, the statistical delivery date changed automatically. I do not want to change the statistical delivery date. Is there any User Exit or BADI to validate this? Please suggest the same. Re

  • Transport Rule does not appear to be working

    hi, I have an exchange 2013 environment.  i have a requirement to intercept inbound emails from external senders addressed to [email protected] and forward it to a single recipient. we have an internal distribution list already using [email protected

  • Decentralized Adapter Engine

    Hello, We have installed an XI landscape (XID, XIQ, XIP) on Unix along with a single decentralized Adapter Engine on Windows (XD1) which is currently configured for use with our XID system. We would like to also use this same decentralized Adapter En

  • Dreamweaver CS3 enable synchronization

    I have recently installed Dreamweaver CS3 and created a site. For this site, I wish to enable synchronization. However, when I go to the the Site Definition window (Click on "Site" from the menu, then "Manage Sites," then select my site and click "Ed

  • Write the DDL to construct the Facebook User and Post tables in SQL server.

    Write the DDL to construct the Facebook User and Post tables in SQL server. You need to populate the user table with the user's information provided as in Figure 1 and additional attributes may be needed for the design. Use the ID in the excel file t