Sitemesh with e-commerce 5.0

Hi,
I am trying to use a decorator framework (Sitemesh) and it does not seem to work properly (or as intended) with SAP e-commerce 5 application. The reason I assume is that because the e-coomerce application uses sturts framework which does a forward to resultant jsp pages. Now sitemesh can work with forward or request and looks for patterns in the URI (eg *.jsp) and then decorates the page but with e-commerce application I can get it to decorate jsp page which get served as a request but not forward from a ".do".
I have the following filter in my web.xml.
    <filter>
     <filter-name>sitemesh</filter-name>
          <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
</filter>   
<filter-mapping>
         <filter-name>sitemesh</filter-name>
          <url-pattern>*.jsp</url-pattern>
          <dispatcher>REQUEST</dispatcher>
          <dispatcher>FORWARD</dispatcher>
          <dispatcher>INCLUDE</dispatcher>
          <dispatcher>ERROR</dispatcher>
</filter-mapping> 
Additional information:- I tried this with Tomcat 6 with Struts2 and everything works fine there. My e-commerce application runs on SAP J2EE 7.0.
Has some one out there tried this and had any success.
Points will be rewarded and thanks in advance for your help.

Hello Martin,
The E-commerce 5.0 guide for ERP, says that the minimum version supported is 4.6C with the specific patch level version. We had issues initially with the TREX 7.0 installation on 64 bit windows ( lot of modifications have to be done manually here).
But now TREX 7.0 is working fine and i can see the replication happeing from R/3 4.6C. We are configuring the webshops and doing all the XCM settings currently so, would be able to tell in a days time, if  it works for us or not.(with 4.6C).
Thanks,
Dipender Singh

Similar Messages

  • Problem with Weblogic Commerce Server 3.1

    I am currently evaluating the Weblogic Commerce server 3.1 product. I have
    installed the Weblogic server 5.1 and the service pack 6 along with the
    Commerce Server. I can get into the WLCS Commerce Server Templates and can
    navigate the store categories and search for items but when I try to add to
    the shopping cart or view the shopping cart I get taken to the 'servererror'
    template. I have included at the bottom of this message the message from
    the log file. Does anyone have any idea why I am getting this error?
    Thanks in advance,
    Barry Childs
    Manager Knowledgebase Applications
    Xactsites
    <<<<<<< weblogic.log >>>>>>>
    Fri Nov 10 14:00:16 MST 2000:<E> <WebAppServletContext-wlcs> Servlet failed
    with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'wl':
    For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java,
    Compiled Code)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java,
    Compiled Code)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java, Compiled
    Code)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled Code)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java,
    Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestinat
    ion(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:376
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)

    I am currently evaluating the Weblogic Commerce server 3.1 product. I have
    installed the Weblogic server 5.1 and the service pack 6 along with the
    Commerce Server. I can get into the WLCS Commerce Server Templates and can
    navigate the store categories and search for items but when I try to add to
    the shopping cart or view the shopping cart I get taken to the 'servererror'
    template. I have included at the bottom of this message the message from
    the log file. Does anyone have any idea why I am getting this error?
    Thanks in advance,
    Barry Childs
    Manager Knowledgebase Applications
    Xactsites
    <<<<<<< weblogic.log >>>>>>>
    Fri Nov 10 14:00:16 MST 2000:<E> <WebAppServletContext-wlcs> Servlet failed
    with Exception
    weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'wl':
    For tag 'repeat', cannot load extra info class
    'weblogicx.jsp.tags.RepeatTagInfo'
    at
    weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
    at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java,
    Compiled Code)
    at
    weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java,
    Compiled Code)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java, Compiled
    Code)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled Code)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java,
    Compiled Code)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled Code)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java,
    Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:154)
    at
    com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestinat
    ion(ServletDestinationHandler.java:51)
    at
    com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:376
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    , Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:761)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:708)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)

  • Is it posible to use TREX 7.1 with E-Commerce 5.0?

    Hi All,
    E-commerce 5.0 installation guides specifies using TREX 7.0. But We are facing issues, installing TREX 7.0 on Windows 64 bit platform as TREX 7.0 does not support Windows 64 bit platform.
    Please can someone advice if we can use TREX 7.1 with E-Commerce 5.0
    Scenerio is  E-Commerce ERP edition. with backend R/3 4.6c.
    Regards,
    Dipender Singh

    Hello Martin,
    The E-commerce 5.0 guide for ERP, says that the minimum version supported is 4.6C with the specific patch level version. We had issues initially with the TREX 7.0 installation on 64 bit windows ( lot of modifications have to be done manually here).
    But now TREX 7.0 is working fine and i can see the replication happeing from R/3 4.6C. We are configuring the webshops and doing all the XCM settings currently so, would be able to tell in a days time, if  it works for us or not.(with 4.6C).
    Thanks,
    Dipender Singh

  • How to integrate with a commerce app

    Is there a sample workflow for a shopper paying for access on a commerce website to view encrypted content?
    It seems that the player app will need to prompt for user authorisation, but what should the values be considering they bought the content on the commerce website?
    In the case of a subscription, what API should be called to update the CustomerAuthorization table?
    Many thanks in advance.

    Hi Kevin,
    If you would like to use complex business workflows, like the subscription workflow you've mentioned below, it's recommended you install the Reference Implementation license server, and not the license server for Protected Streaming.  Instructions on how to do this (which I assume you've already done) can be found on page 64 of the "Protecting Content" document: http://help.adobe.com/en_US/flashaccess/2.0/protecting_content.pdf
    After setting up your license server, packaging content, and confirming that you can playback encrypted content, you should take a look at page 70 of the document, where it goes into detail on "Implementing the usage models".  This is where you turn on the Reference Implementation's business model workflows.
    Regarding your question on what API you should use to update the CustomerAuthorization table - there is no API; this table is contained in your MySQL database.  You'll have to use SQL to update that table, or at least modify the "PopulateSampleDB.sql" file with whatever changes you want to that table, and re-run it.  In the real world, your web site portal will have to implement account management logic, which will handle things such as accept payment, and then update the appropriate tables needed to grant the proper access privileges to the user (like updating that CustomerAuthorization table).
    cheers,
    /Eric.

  • Using JProbe with WL Commerce 3.5

    Has anybody successfully used WebLogic Commerce 3.5 with JProbe (current version)?
    I can get it to work ok with WLS 6.1, but it doesn't seem to like the startup file for WLCS.
    Any help would be appreciated.
    Thanks,
    Jason

    Hi,
    I'm sorry but there is not a possibility. You must create a new ODS when you store all data.
    Regards,

  • Sales Order Integration with e-Commerce Solution Venda

    To all you gurus out there
    My client is implementing the e-commerce solution Venda to process Credit Card Sales.
    In all the posts and information I have read, there is a) integration required between the e-commerce solution
    Q1 - Is the integration between e Commerce to ERP SD? 
    Q2 - The integration will create a Sales Order in SD with Credit Card Processing information?  I will need to configure the Credit Card Processing in ERP?
    Q3 - My client wants to collect the credit card payment from the Customer at the time of order placement and not at time of delivery.  This creates the problem of how the pre-payment posting is created at time of Sales Order create.
    Has anyone encountered this requirement and how was this resolved?
    Any insight would be greatly appreciated.

    Lauren
    I don't have experience with Venda, but I have worked on SAP CRM internet sales and home grown E commerce solutions, hence feel qualified to answer you.
    Q1 - Is the integration between e Commerce to ERP SD?
    Ans: Yes. Because orders created in the E commerce stores pass to ERP  via Middleware and hence both ERP and Ecommerce should have common master data ( customers, Materials, Pricing) and configuration, esp. Pricing procedures, partner functions, Availability/credit checks should be similar,
    Q2 - The integration will create a Sales Order in SD with Credit Card Processing information? I will need to configure the Credit Card Processing in ERP?
    Ans: Customers will create orders on your E-commerce site (Stores).  You can capture and validate the credit card and get authorization from clearing center etc. on the web itself.  Alternately you may just collect the credit card info from the customer and pass it along with the order to SAP where it will get  validated/authorized. However the order will come over to ERP  with credit card info and get fulfilled there.  So you need to configure ERP for credit card processing. Especially here:  SPRO/IMG/Sales and Distribution/Billing/Payment Cards and also in credit  and Riskmanagement (Forms Of Payment Guarantee).
    Also I am not sure Venda takes care of Credit card processing with your bank/clearing house. Usually there will be one more vendor/software and integration with that is needed for both ERP as well as E commerce software (Venda).
    Q3 - My client wants to collect the credit card payment from the Customer at the time of order placement and not at time of delivery. This creates the problem of how the pre-payment posting is created at time of Sales Order create.
    Ans: This is standard process and both SAP and your credit card processing software I talked about will be fully geared to do this. What happens is that a pre-authorization is take at the time of order and it will be checked again at Delivery for validity and so on.
    Go through this documentation:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a6/b1853478616434e10000009b38f83b/frameset.htm
    Hope this helps. Let me know.

  • Business Catalist (with e-commerce) and Creative Cloud mebership

    As a Creative Cloud member do I have e-commerce module included within Business Catalist or is it seperate fee? Thanks.

    Hi Dgfors,
    I was able to reproduce the behavior you described with the way the project appears when uploaded and viewed on Creative Cloud. I have reported the behavior to our developers and it will be fixed.
    For the second issue I wasn't able to reproduce what you described. I uploaded a project from Proto 1.5 on my iPad2. Do you have version 1.5 too? and then imported into Dreamweaver CS6 version 12.0 build 5842. I wasn't getting any additional elements. Does this occur for you with a newly created project? Are you using Dreamweaver CS6 as well? Is Dreamweaver on Windows or Mac?
    -Dave

  • Problem with Weblogic Commerce Personalization

    We're having problem that we have not been able to pin point yet. Originally
    when we started we were fine and our public view and personal view of
    portals/portlets was o.k. Somehow within a day, before logging to the
    personalization, in public view, all the colors are messed up and we're
    missing the borders and titles. One of our developers was missing a portlet
    until he logged on.
    The problem may have to do with the directories specified in the properties
    file. I'm guessing that there maybe loopholes in the instructions. The
    folders that need to be specified in the properties, i.e. ../repository or
    .../portlet, seems to be mixed up a bit.
    Thanks for your help,
    Farah

    Hello Farah,
    All of the problems you describe could have been caused by configuring your
    portlets in the Administraton Tool to behave as you have described.
    Particulary:
    Somehow within a day, before logging to the
    personalization, in public view, all the colors are messed up and we're
    missing the borders and titles.Missing borders is caused by using the Admin Tool --> Portal Management -->
    Colors tool to set "Portlet borders" to "off". Messed up colors could be caused
    by someone using the admin tool to change colors for a group associated with
    your user.
    The JSP page for the titlebar is specified in the portlet definition, using
    the Admin Tool --> Portal Management tool. You specify it when you create or
    edit the properties for a portlet definition. A default titlebar.jsp is
    supplied with WLCS 2.0. If you leave the Titlebar URL field blank, then no
    titlebar will show up. If the path to the titlebar is incorrect, then it will
    not show up. The path you specify is relative to the portal workingdir or the
    portal repositorydir, which are specified in weblogic.properties. The portal
    workingdir and repositorydir are relative to the documentRoot, also specified in
    weblogic.properties. The server looks for portal files in the workingdir first
    and then in the repositorydir.
    The exampleportal ships with the titlebar.jsp in the
    <install-dir>/server/public_html/portals/repository directory and you would fill
    in the Titlebar URL field with "titlebar.jsp" because
    documentRoot=<install-dir>/server/public_html and the exampleportal
    repositorydir=/portals/repository/ (the exampleportal
    workingdir=/portals/example/, and this directory does not come with the
    installation)
    One of our developers was missing a portlet
    until he logged on.Such a portlet is called a "Login Required" portlet and it is specified in the
    Admin Tool using the portlet definition tool.
    Ture Hoefner
    BEA Systems, Inc.
    1655 Walnut Street; suite 200
    Boulder, CO 80302
    www.beasys.com

  • Help with e-commerce system?

    Hi,
    I've almost completed a pretty basic e-commerce system which allows people to make purchases and input their postage details etc. Using Java CGI i've programmed to output an order confirmation screen to the user displaying their purchases and total order.
    The only thing I need to do is somehow mask part of the credit card number output when returned t othe users. eg. display the last 5 digits of the credit card number but have the rest either masked or not dislayed to the user at all.
    I'm simply at a loss as to how I would be able to do this so any help would be great!

    private void carddetails() {
              String outputString = "<h3>Your Credit Card Details:</h3>";     
              outputString = outputString + "<hr></hr>";
              outputString = outputString + "<p><b> Card Payment Type: </b>" + get("payment_method");
              outputString = outputString + "<p><b> Credit Card Holder:: </b>" + get("card_name");
              outputString = outputString + "<p><b> Credit Card Number:: </b>" + get("card_number");
              //outputString = outputString + "hiddenNumber = "XXXXXXXXXXXXXXXX" + card_number.substring(12)";
              outputString = outputString + "<hr></hr>";
              System.out.print(outputString);
    Hi, just quickly, not to sure how I would place your code into what I already have, thanks!

  • SAP E-commerce for ERP with SAP Retail back-end

    Hi,
    does anyone implemeted an E-commerce solution with a SAP Retail backend system?
    Our dubt is if durig order entry E-commerce application consider the  product variant grid (like in VA01) or not.
    We found that this function is supported with an AFS back-end, but we would like to know if it is available also with a retail system.
    Thank you very much for your help.

    Hi,
    while we have quite a few implementatinos with E-Commerce and SAP Retail backend, the specific grid functionality you have seen in AFS is not supported with Retail backend. Hence, most customers enhance the standard product offering at that point, catering for e.g. drop down list boxes with style/color/size selection. In case you're only selling "normal" retail products (individual SKUs), the standard product works fine.
    Thanks
       Dominik

  • Problems in creating new portlets with WLCS3.1

    Hello,
    I've the following problem with Weblogic Commerce Server 3.1:
    I have added a new portal and it worked great. I put severals
    predefined portlets and it worked too.
    But when I tried to add a new portlet (the simple welcome.html
    doc sample), I just see the titlebar of it.
    Can someone help me ?
    Thanks

    Have u created the data providers

  • How may I integrate a database with pictures in Muse (to show a catalog)?

    As you may imagine, yes, this question has a hidden background (the e-commerce), of course. Muse is a gold window to all those designers that see it's possible to create a website without using code easily. But, websites need rich content, that change from time to time. I wouldn't deal right now with e-commerce, let's go step by step.
    I am asking about integrating a database with muse, to show a catalog (for example an inventory of products). Let's imagine I want to show only the products I have (but for the moment) I don't want to sell them.
    So I have an access file, with several fields: Product Name, Quantity, Description, Maker, and the last field is an image field showing a picture of the product.
    I have already this database in access and I can open it in access, modify it, watch it, browse my products, etc.
    Now, what I want is Muse show this database in a certain page, so I would like that Muse read my database file from access, and allow me to show the fields from access in the position I want (in Muse) and that include also the image field.
    I want to add two buttons, left, right, to move backwards or forwards thru the registers of my database.
    May I do that in Muse?
    How?

    You can either use object >insert html or an ifame to show the products page that exists on your shopping (server) end.
    For example , if you are using Business Catalyst then you can create products on BC end and then use products module in Muse page. Once the module is used , it would render the products designed.
    Similarly with third party shops , you can use their html output for Muse page.
    You can view the sample videos :
    http://tune.pk/video/1589742/adobe-muse-ecommerce-online-store-setup-by-muse-themescom
    https://www.youtube.com/watch?v=Vs4aSBkXMo0
    Thanks,
    Sanjit

  • Adding an e-Commerce template to existing BC online web site?

    Has anyone out there started with a Muse design, and after completeing it, then did add an ecommerce template?
    There are many ways to get to the mountian... I don't see a path yet.
    Conern is for menu integration with the existing client content/web site (created in Muse) and eCommerce Template.
    Is this integration possible? Key question. 
    If so though what interface: BC, Muse, Dreamweaver, Other?
    In other words:
    Q: How does one join an active client muse site to a BC eComerce Template: what is the best process GIVEN initial client design is in MUSE?
    >>>I am going around and around missing the best practice or process to accomlish taking a MUSE on line web site, and ADDING and eCommerce Template so the store is there too.
    IS THERE A SIMPLE WAY TO LINK A MUSE SITE THAT IS ACTIVE, TO A BC ECOMMERCE TEMPLATE AND HAVE THE MENUS AUTOMATICALLY ADJUST?
    OR  DO i have to do something different?
    It appears to me that going from a Muse Content created site on BC, to having that same BC site augmented with e-commerce, needs to be done in the BC on line interface versus Dreamweaver or Muse.
    Perhaps it is a matter of order.... template first but then how to use MUSE to do the front end...
    ????? I must be missing some simple concept here....
    Getting ready to experiment and hoping for some pointers as I start the challenge of the process. After looking on line and asking questions of BC and others... i have a couple of man days into this scenario.  Hoping for insight from the BC universe! lol... thanks y'all.
    Cheers!

    Sorry . i am a bit lost and under pressure to perform on this project...
    just attempting to find help. I am new to asking for help in this system,
    but desperate to move ahead...  BC is the product that is most important
    here: Muse is great ... however...  I can do without muse... but can not
    accomplish this project without the functions of BC.

  • Commerce Server EJB SERs

    Hi,
    Apologies for the cross-post, but the problem seems pertinent to all
    three groups.
    This is my environment:
    - WebLogic 5.0 on RedHat Linux 6.1 using Oracle
    - JDK 1.2.2 RC4 from BlackDown
    - WebLogic Commerce and Personalization Components
    I am currently experimenting with the Commerce and Perspnalization
    components on 5.0. While starting up, here is one of the errors I see:
    Fri Feb 25 20:26:24 EST 2000:<E> <EJB> Could not deploy:
    '/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser'
    Possible reasons include:
    1. The pathname to the bean is incorrect
    2. The bean or an interface class have been modified but
    the deployment descriptor has not been rebuilt
    3. javax_ejb.zip and/or javax_jts.zip are not in the classpath
    4. A class that the bean or the interface classes depend on
    is not in the EJB jar file or the classpath
    5. The database mappings in the deployment descriptor do not
    match the database definition
    weblogic.ejb.common.DeploymentException: IOException opening JAR file
    /opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser;
    nested exception is:
    weblogic.ejb.common.DeploymentException: File
    /opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
    is not a JAR
    weblogic.ejb.common.DeploymentException: File
    /opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
    is not a JAR
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java,
    Compiled Code)
    I have verified that the bean that is supposedly causing the problem
    does indeed exist. Has anyone else run into this problem, and how have
    they resolved it? My classpath, etc. look quite alright.
    Cheers,
    Prashanth

    Hi Prashanth,
    Starting with WebLogic version 5.0, we no longer support the deployment of EJBs using .ser files. Your EJB must be
    deployed from a jar file. Check out http://www.weblogic.com/docs50/classdocs/API_ejb/EJB_upgrade.html for
    information about how to upgrade your EJB so that it can be deployed in WebLogic 5.0.
    Matthew Shinn
    BEA WebLogic
    Prashanth Nandavanam wrote:
    Hi,
    Apologies for the cross-post, but the problem seems pertinent to all
    three groups.
    This is my environment:
    - WebLogic 5.0 on RedHat Linux 6.1 using Oracle
    - JDK 1.2.2 RC4 from BlackDown
    - WebLogic Commerce and Personalization Components
    I am currently experimenting with the Commerce and Perspnalization
    components on 5.0. While starting up, here is one of the errors I see:
    Fri Feb 25 20:26:24 EST 2000:<E> <EJB> Could not deploy:
    '/opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser'
    Possible reasons include:
    1. The pathname to the bean is incorrect
    2. The bean or an interface class have been modified but
    the deployment descriptor has not been rebuilt
    3. javax_ejb.zip and/or javax_jts.zip are not in the classpath
    4. A class that the bean or the interface classes depend on
    is not in the EJB jar file or the classpath
    5. The database mappings in the deployment descriptor do not
    match the database definition
    weblogic.ejb.common.DeploymentException: IOException opening JAR file
    /opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser;
    nested exception is:
    weblogic.ejb.common.DeploymentException: File
    /opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
    is not a JAR
    weblogic.ejb.common.DeploymentException: File
    /opt/local/weblogic50/weblogicac/deploy/weblogic/oracle805/classes/examples/buybeans/item/CoffeeBeanImplDD.ser
    is not a JAR
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java,
    Compiled Code)
    I have verified that the bean that is supposedly causing the problem
    does indeed exist. Has anyone else run into this problem, and how have
    they resolved it? My classpath, etc. look quite alright.
    Cheers,
    Prashanth

  • E-Commerce 5.0 for ERP and re-using a Quote

    We have an E-Commerce 5.0 for ERP environment that has been up and running for three years now. Everything is working great and we've made many custom enhancements through the years, but there is one that business is asking for that I've not been able to tackle yet, so I'd thought it best to get some advice.
    If you are familiar with E-Commerce 5.0 for ERP you should have noticed that a Quote can only be referenced (used) by an Order one time. After that has occured, the next time you access the Quote on the B2B site, the "Order Quote" button is greyed-out. This appears to be standard functionality. The main issue is the fact that there is no way to change the order quantity before you press the "Order Quote" button. It is not a text field.
    On the contrary, however, when creating a Quote within the ERP system (ECC6), one can reference (use) the Quote many times in the creation of Orders assuming you are not referencing the complete line quantity.
    What is going on? Where should I start looking on how to adjust the "web" quote to allow for this re-use? Could it be as simple as changing the qty field from a label to a text box, which would allow the customer to change the value?
    Any advice or ideas are welcome!
    Thanks
    Edited by: Bryan Fickle on Dec 3, 2009 9:21 AM

    If anyone knows how to get a user-entered custom value from the item level to a custom java class, please let me know.
    I'm still looking into how to extend the quote and allow for the re-use of it, if all the quantity on the line item has not been exhausted.
    I can easily add a custom field to the header of a .jsp and access that user entered value by coding against the requestParser.
    Example: Parameter xxx = requestParser.getParameter("customerHeaderParm");
    But, when I add a customer parameter to the item level of the .jsp, I cannot leverage the same to code and get at the user entered value. The value comes back as null.
    The two files I am working with are as follows: orderstatusdetail.jsp and Z_DocumentStatusOrderQuotAction, which is an extension of the standard class, DocumentStatusOrderQuotAction.
    I am working with the requestParser within the ActionForward isaPerform() method of Z_DocumentStatusOrderQuotAction. I need to get to those item level values BEFORE the order is created from the quotation.

Maybe you are looking for

  • What is new in BIOS Update v2.20 for Qosmio G40

    Hello, Does anyone update the BIOS of his G40 to v2.20? Do you know what is new in this version? Thank you.

  • Adding to browser Very Urgent

    Hi Expert, Is this possible in webdynpro. Say my web dynpro application having 3 view and each view have a push button to navigate to next screen. While running the application i moved to 2 view and i am adding the page to browser favorites( add to f

  • Crossover games reliablility

    I want to play games on my computer but don't find bootcamp comfterable becuase i don't like to partiton my main drive.  SO i have been looking at crossover games and it looks good but complicated. I have a 21.5 inch 2.66 ghz, 2GB iMac. gmaes like De

  • CPU PARAMETER in ABAP for BDC

    how to fix the CPU PARAMETER to particular user id . Or how to use CPU PARAMETER in BDC .

  • Firmware for n70 up to date but it's not

    Hi can somebody help me. am with 3 network, ive been to nika repair center's for new frimware update for my phone N70 but no luck as 3network dont provide that up date only update they is which is v2.0539.1.2. ive download the nokia updater but it sa