How many ways you can invoke JSP from OBPM

Hi All,
I just wanted to know how many ways we can invoke JSP Page from BPM.
1. BPM Interactive component call
2. ?.
Thanks
Sunil.

When you are using a jsp, its for user interaction only. and in any case, you require interactive component call.
this is the only way you can use a jsp in OBPM.
However, in a bpm interactive activity - you can also choose external as implementation type.
For this, you need to have your jsp source code reference added as an external resource in the project and the external resource is to be specified at configuration while setting implementation type.
HTH
Sharma

Similar Messages

  • TOC entries: is there a limit to how many links you can have to the same htm in TOC?

    TOC entries: is there a limit to how many links you can have to the same htm in TOC? I have an HTM that requires multiple links in the TOC. Now I can't compile a CHM. I have eliminated all other possible problems...

    Hmm, that would be a new one on me, but I see new things all the time and try to always keep an open mind.
    Okay, so one way past this might be to do the following.
    Create a snippet. Copy the content of the desired page and paste into the snippet.
    Create 30 different versions of the same topic by simply placing the Snippet into each topic. Then insert the different topics into the TOC.
    You should still be able to modify the content of the topic in the single place (the snippet) and by having discrete points from the TOC, there should be no issue and synchronization should work beautifully.
    Cheers... Rick

  • How many ways we can block the vendor

    hi friends,
                 How many ways we can block the vendor

    Hello
    Adding further,
    Within Accounts Payable, you can block a vendor account for posting. You have to block a vendor master record before you can mark it for deletion. You would also block a vendor that you use only as an alternative payment recipient, so that nobody can post to it by mistake.
    There are several fields in the vendor master record available to you. You can set the following blocks:
    Posting block for certain company codes or for all company codes
    Purchasing block for certain purchasing organizations or for all purchasing organizations. This is of course only if you have purchased and installed the purchasing application component.
    This topic describes how to block a vendor account and blocking an account for the accounting department only. A separate topic explains how you block a vendor from being paid.
    You can cancel a vendor account block at any time. To do this, simply remove the relevant indicator.
    Only block an account if there are no more open items in the account. If an account is blocked, you cannot clear any open items in it.
    Reg
    assign points if useful

  • In how many ways we can load hierarchies to SAP BW and which transfer mthd

    Hi guru's,
    In how many ways we can load hierarchies to SAP BW and which transfer method is best.
    can anyone explain me with suitable example.
    Thanks,
    Madhu Raj.

    There are standard datasources available for hierarchies also. If the standard datasource does not satisfy your requirement you can always load a hierarchy using flat file. Refer to the below link for the same
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/e92637c2cbf357e10000009b38f936/frameset.htm

  • How many people you can do facetime at the same time?

    how many people you can do facetime at the same time?

    As many faces as the screen will fit. 27" iMac can fit quite a lot of faces.

  • Is there a limit to how many Podcasts you can post to iTunes

    I've been trying to post our most recent podcast to iTunes, and I haven't been able to. I've checked everything over and over and tried to repost, and have not been able to. I'm wondering if iTunes has a limit to how many podcasts you can post. Currently there are 83 podcasts that we' ve put up to iTunes. Each one is about 5-6 MB in size.
    Does anyone know if I've reached my max and need to remove old podcasts to make space for the new one?
    thanks. collintowne

    Thanks for the info. You're right. I never thought about it. That's what the whole RSS feed is all about. Telling iTunes where to get the info it needs. So iTunes doesn't store the actual files. Got it!
    I will try out that link you gave me. What I've been doing in the past to update my RSS/XML feed is just simply copy/paste the previous weeks info, update the new info, post it, and that's it. I never changed any of the information on the top part before you get to all the weekly posts. I did however for the first time attempt doing all of this on my Mac rather than use the PC that I have always done the Podcasts on and RSS feeds. So that must have caused a problem somewhere.
    collintowne

  • Is there a limit to how many songs you can have on the offline mode?

    I am trying to get all my albums to sync with my phone and be available offline but It keeps on saying that I have selected too many tracks for the offline mode. Is there a limit to how many songs you can have?Thanks :)

    Spotify applies a limit of 3,333 tracks but everything is dependent on your phones on-board memory
    as Spotify actually copies the tracks to it so you don't need internet connection.
    My Galaxy S2 has 11 odd GB and I filled it with 1800 tracks (albeit some were 20 - 30 mins).
    Also check if you use on-board memory for photos etc. 'cos Spotify will use a lot of it.
    I have asked them to look at this and maybe give warnings about Spotify's memory usage rather
    than the number of tracks.
     

  • How many ways we can configure SMTP Mail server on windows to get CCP mails

    Hello IAC's,
    I have configured SMTP server and teleneted  in CCP server and also I'm receving mails too when I submit the orders.
    I wondered with an update given by my  friend that he is using pmail server for SMTP mails.
    Can any one suggest me in how many ways we can enable the SMTP server.. on windows..??
    Thanks,
    Noor.

    Hi
    if i use String provider = "imap"; then it shows the following error message..
    javax.mail.MessagingException: Connection refused: connect
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479)
    at javax.mail.Service.connect(Service.java:275)
    at javax.mail.Service.connect(Service.java:156)
    at javamail.AllPartsClient.main(AllPartsClient.java:39)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    at com.sun.mail.iap.Protocol.<init>(Protocol.java:84)
    at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:87)
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446)
    ... 3 more
    pls any one give idea

  • How many ways we can create an object?

    how many ways we can create an object?

    rcnraju wrote:
    how many ways we can create an object?Why does it matter?
    add: clazz.newInstance();
    add: clazz.getConstructor(parameterTypes).newInstance(parameterValues);
    add: Unsafe.allocateInstane(Class clazz);
    add: any native method can create a new instance,

  • Is there a limit to how many ipods you can have on one computer?

    We have 5 iPods between myself, my spouse and my kids. I manage all of our music, video and games from my iMac. I am planning to purchase the new 3G iPhone on Friday. Is there a limit to the number of devices that I can have on my iTunes account? I seem to remember getting some kind of message about 5 account authorizations when I first synced my most recently purchased iTouch. Are "accounts" related to the computer or the iPod devices?

    The "five" limit is for +number of computers+ using an iTunes Store account. It has nothing to do with the number of iPods connected to a computer.
    As far as I know, you can have as many iPods as you want connected to a single computer and one iTunes installation. There may be a computer limitation in how may iPods you can connect simultaneously, but there should not be a practical limit in how may iPods can be associated with your iTunes installation.

  • Is there a limit as to how many devices you can connect with Edge Inspect?

    Is there a limit as to how many mobile devices you can connect with Edge Inspect? 
    Also, do we need a dedicated wi fi hub for all these devices? Are there any wi fi limitations with connecting more than 20 devices and connecting to wi-fi?
    Thanks

    The free version of Edge Inspect limits you to connecting to one device concurrently. (You can certainly disconnect from that one and connect to another if you wish, but it's just one at a time.)
    If you purchase an Edge Inspect subscription, or have a paid Creative Cloud membership, then you can connect an unlimited number of devices concurrently. (Note that I have seen up to 35 connected at once.)
    For info on purchasing options, see this blog post: http://blogs.adobe.com/edgeinspect/2012/10/23/how-to-purchase-edge-inspect/
    It does not have to be a decicated wifi router, although it certainly can if that makes sense for you. For example, at my home I have a single wifi router that I always use for my laptops and video streaming devices, with my desktop computer connected to the same router on Ethernet, and I can connect my 5 tablets and 2 mobile phones to Edge Inspect on the same router with no issues.
    My router says it can support up to 250 connections at once (Ethernet + wifi); however, I have nowhere near that many devices so I could not put that to the test. I think a more reasonable limit is around 30; however, that is just based on having to share bandwidth. You might want to check what your router says is its limit.
    Just keep in mind that the more devices you have downloading data, the slower the performance will be.

  • Is there a limit to how many times you can extend a WiFi Network?

    I assume there is a limit based on the number of IPs available but is there a limit to how many times a WiFi network can be extended or is there a limit to how many Airport Extremes can talk to each other?
    I know this probably not a concern of the average home user but if you wanted to deploy these in a large building or even a very large piece of property, what's the upper limit?
    I already have 3 Airport (n) routers and I was thinking of adding two more. Will i hit a physical limit or just a point of diminishing returns?

    Can you clerify by what you mean when you say "remotes" sorry for my ignorance. but just trying to understand.
    A remote WDS node is connected to a main or base WDS node wirelessly.
    A base WDS node is connected by wire to the interenet.
    A relay WDS node relays or passes the wireless signal from a base WDS node to a remote WDS node.
    Clients connect to either the base or remote nodes. A relay node can be configured to accept connections from clients as well.
    Also This reduction in half is this a limitation be design? Is this caused by the limit in channels or is there some sort or mechanism in place? just curious.
    Think about how the remote WDS node needs to communicate with both the base station and the wireless client at the same time, so the available bandwidth is effectively halved as half is used by the remote to connect with the client and the other half is used to connect with the base node.
    It's not quite the same as two wireless clients on an individual base station as they would rarely be using the full bandwidth at the same time.
    iFelix

  • Is there a limit to how many times u can restore itunes from DVD-R?

    I have had to restore my whole itunes library twice this week due to hard drive probs. Do DVD-R's have a limit to how many times u can restore from them, or does itunes itself have a limit to how many times u can restore. Should I start over, with whole new back-up onto new DVD-R's?
    Thanks
    Tracy

    You shouldn't have to. DVD-Rs are supposed to be good for about 50 years or so...

  • Is there a limit to how many photos you can upload from iphone to PC?

    I have an iphone 4 and want to upload photos from my phone to my PC.  In the past all I did was plug in the phone to the PC and the import wizard would start.  Now I go to the iphone in my explorer and right click on "import photos and videos" but it always tells me that there are no photos or videos to import.  I know there are new photos on my phone.
    Any thoughts?

    Are those photos or videos in your camera roll? or in shared albums or photostream?
    You can only import photos from camera roll.

  • How many hard drives can i stream from one mac for apple tv

    Hi a newbie to all this ive got a 500gb external hd and running out of space but am looking to buy a 1tb but i want to set it up as im using both hard drives so i get 1.5tb as this is a cheaper option for me is this possible and how
    many thanks for your time

    You need to turn off the option to copy content to the iTunes folder in iTunes preferences, then when you add new content to iTunes you will need to place the content on one of the HDDs and then drag and drop it onto iTunes from a finder window.
    Or you can alternatively leave the "Copy" option on and simply press the Alt-key when dragging and dropping content to momentarily suspend the "Copy" of the dragged content to the library. (I.e., iTunes will gladly manage both copied and non-copied content as long as you do not move or delete the non-copied files at the Finder level after adding them to the iTunes database.)

Maybe you are looking for

  • Regarding Downloading of Report[List] output into Excel Sheet

    Hi All, Hi i have written one Classical report. I got the output Correctly. Now i want to download that data into Excel Sheet in excatly the way it displayed in List[Report] output. I had followed the path <b>System->List->Save->LocalFile->Spread She

  • I just downloaded LR and PS via CC onto my new computer. LR runs fine but PS won't even open a file

    PS seemed to download fine via CC but won't run property, won't even open a file! I downloaded LR also and it works fine, the problem is just with PS

  • Transfer Demand Plan to R/3

    Hi All, I need to transfer the Demand Plan to R/3. Please let me know the importance of Period Split profile in the transfer profile screen. we are using the posting periodicity in the planning book. What is the use of Distribution Function? Is it po

  • "cannot access class netcape.plugin.Plugin"

    Hello! I made a project consisting in several Java files, in Jbuilder. The program involves the use og a netscape plugin (a 3D browser). It works perfectly on my computer at work. When I try tu run exactly the same project at home, i get the error me

  • Apple Mail drops signature

    Hi I'm running latest 10.8.2 on a brand new Mac Mini.  I have several email accounts.  On the latest one I've set up, for no apparent reason, the signature keeps deleting.  So, when I compose a mail... no signature.  When I investigate in Preferences