Multimapping in BPM

Hello!
I read that it  Multi Mapping N:1 is possible in BPM with Transformation but how do you do it?
/HT

For N:1
check the following links
/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi
/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
also
kindly refer to the threads mentioned below
BPM Collect Pattern: N:1 Mapping error in trnsformation step
Multi mapping for n:1 transformation

Similar Messages

  • Problem with multimapping in BPM

    Hy,
    I still have a problem with a multimapping in BPM. I add a new message into the input message of the mapping definition. I have now 10 input message mapped to a Idoc. I have the problem that yet the last message is no more treated by the mapping step.
    Anyone can help me.
    Thanks

    Hi,
    After adding the new input file, the cache may not be refreshed properly.
    Please refer to this for Cache Refresh:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290">How to Handle Caches in SAP XI 3.0</a>
    JE

  • Multimapping Without BPM?

    Hi @ ,
    I need some help regarding my multimapping without BPM .
    I have configured the scenarion but the problem is that I am not getting the output files with data and are coming empty though the scenarion is gettig executed successfully.
    Also in the trace I have observed that there is not step like maping called in the pipeline steps dont know where is the error .Please help
    Thanks in advance

    Hi Raj,
    I have defined the interface mapping as Enhanced where I ahve given the mapping defined as Multimapping and after saving I am getting 3 interfaces belonging to each message also and I have defined the Message interfaces also for each .
    I am doing File2 File Scenarion I am able to execute the scenarion and the file was deleted from the location and 3 files were craeted in the destination folder but they only contain header data and there is not other message.
    I have tried putting the same input message in Mapping and Interface mapping to verify but there it is creating the messages
    Regards

  • IDoc in multimapping and BPM

    Hi all,
    I am doing one IDoc to JMS interface, I am getting 5 IDocs to BPM, all five IDocs are different, there is no interdependency between them. Once IDoc will come to BPM multi mapping will execute in which i am creating multiple JMS messages from IDoc line items(i.e if IDoc contains 5 Line items then i am creating 5 JMS messages in multimapping). Initially i used IDoc in abstract interface, but all my messages are stuck in SMQ2 ( error is: Permanent Error in BPE inbound processing). After that i used External definition(XSD imported from IDoc) in Abstract Interface, but still i am getting the same error.
                                  i am doing below steps in BPM,
    fork(5 receive steps) i made fork necessary steps to 1 and correlation as constant "abcde".
    5 transformation steps in every fork branch immediately after receive steps ( multimapping used in transformation and receiver is multiline cotainer variable)
    after this block withh ParForEach to repeat the multiline cotainer variable to send to receiver JMS.
    is there any thing wrong in above steps??
    still i am in dilamma on below points,
    can i use IDoc in Multimapping directly???????????.
    can any body give step by step procedure how to achieve this.
    Note:- I know that i can achieve this with out BPM, there are some other special reasons to use BPM for this.
    Thanks & Regards,
    Madhu.

    Hi Madhu,
      Normally this error occurs for incorrect interfaces selection
       1. please check the all configuration done correclty..
       2. Go to SXI_CACHE.. refresh the cache.. check the status Code that sould be 0..
       3. go to swwl tcode and delete all the error transactions..
    then try to excute the scenario.. still if you have the problem then check the box " Create New transaction " for  First Transformation step.
    Let me know if this works..
    Regards,
    Sandeep

  • MessageID for Multimapping in BPM

    Hi all, first of all thank you very much for the support they can provide. The problem I have is this: I have a ccBPM which receives information from a JDBC Adapter and make a Multimapping and each performs a foreach message to invoke an RFC. The problem is that for every foreach need to get messageId. I tried making a UDF but when I use the ccBPM function fails to run. I read online that you can not get the context variable MESSAGE_ID in a Transformation on ccBPM. Thank you very much for the support.

    Hi, the solution in link Re: Retrieving a message id
    U need not write any java code to retrieve your MessageID.
    U have a direct way to retrieve your MessageID.
    1) Go to your BPM. Create a new Containervariable (simple type)
    2) Insert a new Container Operation in your BPM.
    3) In target: select your container variable (simple type) that u have created in step1.
    Operation: Assign
    Expression : In the expression editor, choose interface variable (radio button)--> then choose context object (radio button)--> then the 6th Value in the drop down combo is your MessageID.
    Thanks for all.

  • N:1 Multimapping  using bpm

    hi all,
    i am doing multiple file to single file that is n:1 mapping using BPM. please send me link for the same or give some suggestion regarding this.
    thanks ,
    Anup Banerjee

    Hi,
    You can use any of the collect message pattern provided. In your case any one of the following can be used:
    1. BpmPatternCollectMessage
    2. BpmPatternCollectTime
    ->There are some patterns in SWC : SAP BASIS --> namespace : http://sap.com/xi/XI/System/Patterns In ESR of your SAP PI System.
    -> please go through this blogs it will help you.
    Correlation – Runtime Behavior of BPM.
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/10526. [original link is broken] [original link is broken]
    In Configuration By using of BPM.
    -> two communication channels one for sender and one for receiver
    -> 2 receiver Determinations
    one for Sender to IP.
    One for IP to Receiver.
    -> 2 Interface Dtermination
    one for Sender to Ip
    one for IP two Receiver
    -> 1 Sender agrement.
    -> 1 receiver agrement for (IP to Receiver)
    regards,
    ganesh.

  • Problem in multimapping without BPM

    Hi,
          I am doing a file to file multimapping scenario (1:n) in PI 7.0. In interface mapping the source has occurence of 1 and target occurrence is 0..unbounded.
    Problem is with this configuration, in my ID interface determination, the interface mapping is not being recognised and I'm getting "object not found" when trying to select the interface mapping. and there is no problem with inbound and outbound interfaces.
    However, when I change the occurrence of my target to 1 in IR, then I can select the interface mapping in Interface Determination in ID.
    Could any one please throw some light on this problem?
    Regards,
    Shiladitya

    Hi,
      Pls use Enhanced option in Interface determination.
      try to assigh interface mapping and your inbound interfaces.
    check the following blog.
    https://weblogs.sdn.sap.com/pub/wlg/3115. [original link is broken] [original link is broken] [original link is broken]
    regards
    mahesh.

  • Duplicate Messages created on target with Multimapping(No BPM)

    Hi
    I am working on PI7.1 .
    My sceniro
    IDOC to JMS using message split
    Receiving IDOC with Header and Items, PI splitting IDOC and sending to Multiple JMS queues, Header segment data to header queue, Item segment data to Item queue
    PI Successfully Posting data to Queues, but duplicate messages creating on target sys(One IDOC with one header and one item date, PI sending 2 header messages , two item messages to target sys) .
    I did following steps
    ESR
    1. Created two target messages
    2. Created Two target inbound interfaces
    3. Created Message mapping using with multiple target messages, changed signature occurrence to 0 : unbounded , and mapped to source node to target nodes
    4. Created operation mapping with one source to two target interfaces
    EB
    1. Created one business components and assigned one sender and two receiver service interfaces
    2. Created Two receiver communication channel
    3. Created One receiver determination
    4. Created One interface determination , added two inbound interfaces with one operation mapping (Multiplicity is blank )
    5. Created two receiver agreement
    Please help .

    Thanks Gouri ,
    My IDOC structure (Source Message Type)
      HEADER_SEG Node (0:9999) -
    > MT_HEADER ( 0:unbounded) (this one of target message type)
                                                                    HEADER_FLDS  (Element - Main hierarchy)
             FLDS----
    >  FLDS
    ITEM_SEG Node (0:9999)  -
    >MT_ITEM(0:unbounded ) (this is another message type)
                                                                    ITEM_FLDS (Element - Main hierarchy)
             FLDS----
    >  FLDS
    I tried with the below mappings
                    HEADER_SEG Node -
    >MT_HEADER
                    HEADER_SEG Node -
    > HEADER_FLDS (element )
                    ITEM_SEG Node -
    >MT_HEADER
                    ITEM_SEG Node -
    > ITEM_FLDS (element )
    2. method
                    HEADER_SEG Node -
    >MT_HEADER
                                                           HEADER_FLDS (element )(not mapped)
                    ITEM_SEG Node -
    >MT_HEADER
                    ITEM_SEG Node   ITEM_FLDS (element )(not mapped)

  • Collect messages in BPM

    Hi experts,
    Need to create one scenario to collect payload of XML files, I have done this work in Design and Configuration :
    data types : test_collect
    Message Types : test_collect
    Message Interfaces :  Test_collect_1 (abs asy),  Test_collect_2 (abs asy)
    I need to collect Test_collect_1 and pass it to Test_collect_2
    Message Mapping : Test_collect_1 - Test_collect_1
    Interface Mapping :  Test_colect_1 - Test_collect_2
    Integration Process is created as example in Standard Process in SAP BASIS
    --> http://sap.com/xi/XI/System/Patters --> BpmPatternCollectPayload
    Need to created more mappings or not.
    How I will created proper Configuration Steps,
    mean no. of Sender Agreements, receiver agreements, Receiver Determinations and Interface Determinations etc.
    Regards,
    Study SAP

    hi study sap,
    check the below blogs to have a cleat understanding
    Check these
    BPM:
    Walkthrough with BPM - Walk through BPM
    BPM in XI https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&
    BPM-1 Walkthrough with BPM
    BPM-2 Reconciliation of Messages in BPM
    BPM-3 RFC Scenario using BPM --Starter Kit
    BPM-4 The specified item was not found.
    Schedule BPM Schedule Your BPM
    Use of Synch - Asynch bridge in ccBPM Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi
    Use of Synch - Asynch bridge in ccBPM https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    without BPM Sync/Async scenarios without BPM
    without BPM1 Sync/Async communication in JMS adapter without BPM (SP19)
    IDOC BPM IDOCs (Multiple Types) Collection in BPM
    multimapping without BPM /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible---- Multi Map With out BPM
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI. Various multi-mappings and
    Optimizing their Implementation in Integration Processes (BPM) in XI.
    Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure --- Illustration of Multi-Mapping
    and Message Split using BPM in SAP Exchange Infrastructure
    IDOCs (Multiple Types) Collection in BPM (N:1 Mapping )
    regards
    kummari

  • BPM scenario help

    Hello All,
                  Here i am new to BPM. But here i got a scenario which involves BPM. can any one help me in the integration process logic for
                one sender interface and multiple interfaces. only one sender and one receiver.
    please dont tell that we need not go for BPM . we can use multimapping without BPM. in my case i am going to use the proxies to post data to R/3. where as it is not possible for multimapping when we use XI adapter. please help me in this scenario.
               sender side ::  one file server, one interface, file adapter.
            receiver side:::::  one R/3 server, three interfaces, XI adapter.
    please give me the logical diagram if possible . else atleast  describe the logic to use in integration process.
    pleaseeeeeeee  help  me  in  this  scenario.
    thanks in advance to all.

    Here you go,i:N with BPM
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    Thanx
    Aamir

  • Different message recievers without BPM

    Hi All,
    If I want too send the 3 message records to 3 different recievers without BPM then how can I proceed.
    For e.g. I have 3 records Rec1, Rec2, Rec3. I want to send them to 3 recievers then what could be the approach.
    Another question: Is multimapping applicable only for BPM? Is it not possible to use multimapping without BPM.
    Thanks,
    Amit

    HI ,
    You can refer the below links
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
    One adaptive RFC Model and Multi Backend System.
    Also
    adapter specific properties (http receiver adapter)
    You can identify the receiver in mapping and this(MM) can be refered in Receiver determination by extendedoption
    Regards
    Chilla

  • Multimapping: RFC+File to File

    Hello,
    I've read a lot of blogs about multimapping and BPMs but I don't know how to solve my problem yet.
    I have an RFC in R3 that triggers data to XI. Then XI must receive that data and read a file with more data.
    Once I have all the data I have to map to a target file.
    My problem now is, how can I tell to XI to read the source flat file when it receives the R3 RFC data?

    >
    Jean Carlo Abreu wrote:
    > well... you have your starting process, the RFC ...and then you just make the request to the file adapter, what is the problem?
    Maybe the problem is that simply the file adapter doesnt support requests?
    It is read only (send file adapter) or write only (receiver file adapter).
    The scenario will have to be changed.
    If it is feasible to use correlations, you can start the bpm with the receiver from rfc (which sets the correlation), then receive step waits for file that matches the correlation set by 1st receiver, then you proceed.
    If you do have to execute a "file query" (for example, if the pooling directory is defined by the rfc), you'll have to write a java or abap proxy that does it.
    Regards,
    Henrique.

  • BPM in Netweaver

    Could any one pls provide me links to
    features  and advantages of BPM in Netweaver (not CCBPM)
    Thanks in Advance
    Regards,
    Sagar

    Hi Vidya,
                 This is Uday From Miracle.
    check this links.
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    /people/henrique.pinto/blog/2007/08/02/syncasync-scenarios-without-bpm
    /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM BPM in XI https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&
    BPM-1 /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    BPM-2 /people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm
    BPM-3 /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    BPM-4 /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    Schedule BPM /people/siva.maranani/blog/2005/05/22/schedule-your-bpm
    Use of Synch - Asynch bridge in ccBPM /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    Use of Synch - Asynch bridge in ccBPM https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    without BPM /people/henrique.pinto/blog/2007/08/02/syncasync-scenarios-without-bpm
    without BPM1 /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19
    IDOC BPM /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    multimapping without BPM /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

  • Documents related to BPM

    Hi All,
    I want to know BPM in detail. can anyone send me some links related to BPM or .doc files and some scenarios as well so that i'll get hands on expience in BPM. Thanks in advance.
    Cheers
    Faisal

    Hi,
    Search on SDN as this is very simple questions and answers are there.
    Refer the below doc:
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    BPM in XI https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&
    BPM-1 /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    BPM-2 /people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm
    BPM-3 /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    BPM-4 /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    Schedule BPM /people/siva.maranani/blog/2005/05/22/schedule-your-bpm
    Use of Synch - Asynch bridge in ccBPM /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    Use of Synch - Asynch bridge in ccBPM https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    without BPM /people/henrique.pinto/blog/2007/08/02/syncasync-scenarios-without-bpm
    without BPM1 /people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19
    IDOC BPM /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    multimapping without BPM /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    Check this SAP help for certain requirements when to use BPM:
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/11/13283fd0ca8443e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/7c5c41fe06cf1ee10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e8/8e2d4233c8db2ce10000000a1550b0/content.htm
    Check this weblog for a step by step procedure:
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    for case study go thru this blog:
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    for checklist:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bf550d4-0201-0010-b2ae-8569d193124e
    Take a look at this blog for some very good guidelines on when to use BPM's and when not to use BPM,
    /people/swen.conrad/blog/2006/12/22/xi-ccbpm-performance-under-perform-or-out-perform
    Thnx
    Chirag

  • BPM real time scenarios

    Hi,
    I need to know when actually bpm is uesd and what are the real time scenarios

    BPM in XI
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/integrationProcess%28ccBPM%29inXI&
    BPM-1
    Walkthrough with BPM
    BPM-2
    Reconciliation of Messages in BPM
    BPM-3
    RFC Scenario using BPM --Starter Kit
    BPM-4
    The specified item was not found.
    Schedule BPM
    Schedule Your BPM
    Use of Synch - Asynch bridge in ccBPM
    Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi
    Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    without BPM
    Sync/Async scenarios without BPM
    without BPM1
    Sync/Async communication in JMS adapter without BPM (SP19)
    IDOC BPM
    IDOCs (Multiple Types) Collection in BPM
    multimapping without BPM
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    A Step-by-Step Guide to BPM - Asynch/Sync Bridge
    http://www.riyaz.net/blog/index.php/2008/04/16/a-step-by-step-guide-to-bpm-asynch-sync-bridge/
    1:n Multi-Mapping using BPM
    http://www.riyaz.net/blog/index.php/2008/04/23/xipi-1n-multi-mapping-using-bpm/

Maybe you are looking for

  • Performance of ramjournal

    Hi, Has someone done some tests with ramjournal? What I found is that the performance of versionedPutAll gets worse when the cache size grows. Is this the case for anyone? I am using 2 nodes storage enabled and a cache in distributed-scheme. I am usi

  • Forms no longer render in IE after turning on SSL.

    We are using LiveCycle Designer 7 to create dynamic forms. The form is filled out on-line and then submitted back to the site. We have had no problems with this until recently. We did some security testing and found that when we turned on SSL, the fo

  • Auto Active Refresh Trust point in dns

    Hi i have problem with dnssec trust anchors, My problem is that the .(root) anchor is not refreshed automatically, now i have to go dns console and right click on Trust points and select Initiate Active Refresh. Why do need to do this every day, shou

  • Opening itunes videos in other programs, valid reason honest!

    Hi guys, i've been a user of itunes for a hellishly long time now and have just got round to downloading my first episode of Lost on the UK store. However stupidly i forgot that the files are protected. Now the reason that i would like to play them i

  • Using Tomcat - Avant go page timeout

    Hello, I am actually developing an application for Palm devices using Tomcat and AvantGo. I have some XML/XSL stuff which I transform to HTML using a Servlet. Several different parameters can be passed to the Servlet. In AvantGo I created a custom ch