Is it possible to do total integration only with bpel or esb by notuse both

I am doing simple integration. For these i am using bpel for orchestration and ESB for Routing and Transformation. But i am getting these things done with by using bpel without esb also.then why wat is the need for going to use esb?
Can anyone please tell me some futures in bpel which are not possible with ESB and For some features available in ESB that are absence in BPEL?
Can anyone please tell me scenarios of bpel in that esb get failed and scenarios of esb in which using of bpel no use.....

You're repeating topics. But again:
if you want to connect 2 different systems together to exchange data between them probably ESB will be enough to do that. You can use database, filesystem or ftp to populate data and pass them to another system. In such scenario if you can use internal database functionality of any of that systems you don't have to use BPEL to decide what to do with the data and how to do that. ESB can only deliver data from one system to another.
But if you can't use internal functionality of any system (because both are third party and you can't change anything in database for instance) and you still need to decide how to treat the data and where to deliver it or you have to add external conditions not present in the data itself you need BPEL to do that.

Similar Messages

  • It is possible to know my UDID only with the serial number of my device and without the device?

    Hello, I would want to know if is possible to know my UDID only with the serial number of my old device and without the device. I sent my old device there was a few months and they can't repare it, so they pay me back with a voucher and I bought a new one (iPod Touch 4g 8GO). I have to know the UDID of my old device to transfer all of my game to my new device (all the data for not to start all the games again) BUT I just had only the serial number.
    Someone can help me please? Thanks
    (P.S.: Sorry if there are mistakes in english, I'm french )

    See this previous discussion.
    https://discussions.apple.com/message/16006738#16006738

  • Integrating OID with BPEL

    I would like to know if anyone has integrated oid with BPEL (standalone version)? Is there any documentation available for the same?

    The only files that I came across & made changes to are is_config, jazn.xml. It would be great if you could tell me if there any other files that needs to be configured? I copied the ldapclnt10.jar & ldap.jar into
    ...\BPEL\integration\orabpel\system\appserver\oc4j\j2ee\home\applib as sugegsted in another discussion forum. But that doesnt seem to solve the problem. Am getting NoClassDef found error now when I try to access the worklist.

  • Is it possible to use Application Adapters with out having ESB, BPEL

    Hi,
    Is it possible to build and use application and DB adapters with out having ESB, BPEL in the project. We need to have Oracle E-business suite adapters in our application but we don't want to purchase ESB and BPEL.
    Is there any workaround possible or i need to go for ESB and BPEL.
    Thanks,
    Amit Kumar

    Hi,
    Application adapters and technology adapters are delivered with Oracle's SOA Suite. It can be used with BPEL, ESB, BAM or other products with SOA Suite.
    In theory, the JCA adapters can be accessed through JAVA CCI calls. Hence, any J2EE application can invoke the adapter. But, you will have to find from Oracle whether they provide support for such a access. Application adapters such as MySAP, Siebel, PeopleSoft and JDEdwards supports invocations only through BPEL and ESB. They do not support any other invocations such as JAVA CCI calls.

  • Is it possible to use SOA Suite 11g with JDeveloper's integrated WebLogic?

    Is it possible to use SOA Suite 11g with JDeveloper's integrated WebLogic? Or do you have to install an external WebLogic?
    Thanks for help.
    Edited by: user7722720 on 07-Dec-2011 02:04

    Hi
    By default, NO it is NOT possible to deploy any SOA Applications on Integrated Weblogic Server that comes with JDeveloper. This integrated weblogic server is very light weight basic weblogic server with single domain (only 1 AdminServer) to deploy a standard J2EE, ADF Applications like EJBs, WebApps, WebServices, ADF Apps etc. BUT SOA (having BPEL, BPMs etc ) cannot be deployed.
    There is an option to upgrade this integrated weblogic server and install SOA on top of this. Like download soa installer that matches with your JDeveloper version and install soa on top of this weblogic. BUT I strongly do not recommend this, because you will not be able to upgrade iin future to the latest versions.
    Yes, its always better to install the standalone Weblogic Server that matches with your JDeveloper version. Then install SOA on top of this Weblogic Server. Then create RCU Schemas in any Oracle Database. Run config wizard and create a SOA Domain. Now integrate this in your JDeveloper to deploy any soa applications.
    Make sure that JDeveloper, Weblogic Server, SOA Software, RCU all these versions should match and they should be same.
    Thanks
    Ravi Jegga

  • Outlook Integration installation with only remote access

    Hello B1 gurus !!
    Is it possible to install Outlook Integration when the possibility given by a company is only to access the SAP B1 server thru Remote desktop functionnality ?
    If yes, how does it work and what are the steps (if different as given SAP Install procedure) to achieve such an installation ?
    Exemple: SAP B1 Server is installed in France, Users accessing it are in an other country and can access it only remote.
    thanks for your quick answer
    Chris

    Hello Chris,
    It is absolutely possible.  That is because when you connected through Remote Desktop, you can do anything just like local in the same network.  The security profile has to be set up correctly though.
    Thanks,
    Gordon

  • Is it possible to have 2 separate accounts with totally different and independent music on the same computer?

    IS it possible to have 2 separate accounts with totally different music libraries on same computer with multiple iPods synced to the computer,

    Same answer as last time you asked the same question.
    Can I create 2 separate itune accounts on same PC?

  • It´s possible to use the "Remote" app with Itunes and a Nokia E72 with Joikuspot installed only? Or I´ll need to buy a modem Wifi?

    It´s possible to use the "Remote" app with Itunes and a Nokia E72 with Joikuspot installed only? Or I´ll need to buy a modem Wifi?
    I was using "remote" with a D-link modem, that works fine at my iPad. But now I´m using only the cell phone as modem 3G, and don´t want to intall a router to put new cables at my notebook.

    What?
    You want to control iTunes on your computer using the Remote app on your iPad?
    And you want to connect the iPad and computer through your Nokia?
    No, this will not work.
    Just create a network with your notebook.

  • Possible?Multi-Entity View Object with one Entity Object that is Read-only.

    I know this sounds crazy, but I would like to create a multi-entity view object, where one entity object is based on a table in my application (we'll call it "Users", which basically stores the primary key for the person from the institutional people database), and the other table is a entity object based on a view of the institutional people database table (read only access), which we can call "People".
    I know that since no updates will be done to the People table, it really should be a read-only View Object, but I would lose the ability to sort on attributes like Last Name, Hire date, etc, since those would be transient attributes in my ViewObject for the Users. By having People as an entity object, I can then create a multi entity view object and have the ability to join Users to People and be able to sort on the above mentioned fields (like Last Name).
    The problem is that when I use the JDev (I'm currently using 10.1.2.1) AppModule BC4J tester, when I click on the multi-entity view object that I added to the AppModule it gives me an error:
    oracle.jbo.RowCreateException) JBO-25017: Error while creating a new entity row for People.
    ----- LEVEL 1: DETAIL 0 -----
    (java.lang.InstantiationException) null
    I have tried to change all the attributes to updateable in my entity object, but no create method, and I have tried to make them all read-only, but no effect, I get the same error (probably because the People view is read-only in my schema).
    Is there a way to change the entity object so that it will not try to create a new row when it runs the Tester? So that the multi entity view object behaves more like a view link, but gives me the added bonus of being able to sort on the Last Name column from the People table?
    Thanks for any help on this subject...at worst, I will have to use the view link method to get the job accomplished, but it would be "cooler" if this would work!
    Jeremy.

    Steve, thanks for your quick response to my question.
    To answer your questions, I was trying to create the Multi-entity View Object to give me more flexibility when working with my User table, and my People view. The flexibility I desired was that I would be able to sort my Users based on attributes in the People view. This is not possible when the there is only one Entity in my VO, and the People view data are all transient attributes, because they are not in the SQL statement.
    Ultimately, after working with one of my colleagues, we decided to use the approach that you mentioned by creating a read-only VO with the SQL query we want to display to the user (contains both User and People data fields), and then use a different ViewObject when performing other actions on the User Table (such as inserts/updates/deletes). By using the setWhereClauseParam() method in the handleLifeCycle() for the JSP page, we should be able to navigate between the different View Objects, so that the user does not see any difference.
    Thanks! Oh, and by the way, I have read your article you included before, and I have used it many times before to tune my View Objects! Thanks!

  • Is it possible to provide autoinstallation of only java plugin not full jre

    Hi all
    I m using the HTML convertor to convert the html pages to deploy the applet in a mixed browser enviornment and also to autodownload the java plugin. It takes quite sometime for the autoinstall the plugin. Is it possible to provide the autodownload only te java plugin and not the full jre.
    Thanks in advance for the reply

    No, the "plug-in" is just an ActiveX/BHO/Browser Extension/etc object (they've all been used) in the browser. The JRE does the work and is required.

  • Script total in only final page

    Hi
    I am working on scripts.
    Output i am having 4 pages, i don't want the totals for each page and also no of lines.
    <b>How to display totals, in only Final page.</b>
    Rgds
    Chinna

    Hello,
    Ur qeury is not clear.
    If u want print the total in 4th page.
    Write condition as follows,
    if &page& = 4.
    total
    endif.
    Let me know if I am not clear.
    Regards

  • Is it possible to reinstall Font Book only?

    since I've been having Font Book trouble lately, I wonder if it possible to reinstall Font Book only…

    I would recommend against installing an old font management application into 10.5 as the way fonts are handled has changed as OS X has evolved and you may find yourself in even deeper water. If you read Kurt Lang's article as sig suggested in your other post then you must surely have noticed that he states
    +"OS X, 10.5 is a bit different. The Multiple Master fonts used by Preview are visible, whereas they are hidden in earlier versions of OS X. Helvetica and Helvetica Neue are now in the /System/Library/Fonts/ folder rather than the global /Library/Fonts/ folder. Courier is no longer a critical system font in Leopard. Also notable is that Leopard comes with OpenType versions of the same named fonts installed by Microsoft Office ....."+
    If you want to reinstall FontBook without having to do a complete reinstall then download Pacifist I suggest you then follow Kappy's instructions in this thread in order to reinstall FontBook.
    If you don't want to use FontBook then consider investing in Suitcase, FontAgent Pro or FontExplorer X which evolved from the old free Linotype FontExplorer X.
    You might also find some useful information here

  • Hi! is it possible that Logic X has upgrades that work only with mavericks and does t work in mountain lion....since in my macbook pro with mavericks i have new views of the equalizer, etc and in my mac pro with mountain lion it still the old view...

    Hi! is it possible that Logic X has upgrades that work only with mavericks and does t work in mountain lion....since in my macbook pro with mavericks i have new views of the equalizer, etc and in my mac pro with mountain lion it still the old view...

    Any OS version of 10.8.4 or later has all features that are not OS depended. The plugins are one example. You probably haven't updated all versions of Logic Pro X to the latest one.

  • The demand of my application is that i can not replace for loop with a while loop.because i need fixed number of iterations and as far as i know fixed iterations could be only with possible with the for loop.

    the demand of my application is that i can not replace for loop with a while loop.because i need fixed number of iterations and as far as i know fixed iterations could be only with possible with the for loop.
    your recommended second option that i could add true/false case.
    this true/false case must be inside the for loop or outside the for loop?if this case is inside the for
    loop, how can i send stop command from outer while
    loop?
    more over do you have any example for this please?
    thanks"

    You can execute a fixed number of iterations using a while loop by comparing the iteration count to the number of iterations you want and wiring the output of that comparison (e.g. Less Than or Equal To) to the continue (or stop) terminal of your while loop. Which comparison you use depends on personal preference, where you wire the desired count and the interation count, and whether you're using the while loop as Continue if True or Stop if True.
    Ben gave you step-by-step instructions in response to your previous question. Look here for Ben's response.
    Ben's response looks pretty good and detailed to me. It certa
    inly deserved better than a 1-star rating.

  • Nokia E71 possible to auto-activate bluetooth only...

    Nokia E71- possible to auto-activate bluetooth only when receive s call?
    I have Nokia J bh-806 bluetooth which activates only when remove it from clip. This way it saves bluetooth battery. I wonder if is possible to auto turn on phone bluetooth with some application ,only when receive a call because since I activate it bluetooth battery of the phone (e71) is reduced to 50%.

    Hi,
    There's no application that can do that actually. and the phone itself does not have the said feature. You have to manually turn on the bluetooth of the phone if you want to connect to your bluetooth headset.
    Thanks,

Maybe you are looking for