Using OEPE 11.1.1.5.0 for OSB IDE

Hi,
I have downloaded oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32 stand-alone from http://www.oracle.com/technology/software/products/oepe/oepe_11115.html?rssid=rss_otn_soft. I am planning to install Oracle Service Bus 11.1.1.3.0 on a remote server and use the OEPE IDE in my local system to develop the proxy and business services to deploy on the remote OSB server. My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ? And how do I connect from the IDE to the remote OSB server?
Thanks,
sathish
Edited by: user640514 on May 13, 2010 12:42 AM

Hi Sathish,
Regarding your question the OSB plugins for OEPE 11.1.1.5.0, I think OSB is bundled with an earlier version of OEPE. I would recommend posting this question to the OSB forum at SOA Suite as someone more familiar with OSB would be able to provide additional information
OEPE as a stand alone product does allow you to connect to and work with a remote WLS instance.
cheers
Raj

Similar Messages

  • OEPE 11.1.1.5.0 can be used for OSB 11.1.1.4.0 development?

    Hi all,
    Oracle® Fusion Middleware Upgrade Guide for Oracle Service Bus 11g Release 1 (11.1.1.4.0) says
    +"Oracle Service Bus 11g Release 1 (11.1.1.4.0) uses the Oracle Enterprise Pack for Eclipse 11.1.1.5.0 Integrated Development Environment (IDE)."+
    (see http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15032/upgrade.htm#CIAGDFBH)
    However, in the Create Server wizard in OEPE 11.1.1.5.0 which I have been using for OSB 11.1.1.3.0 development, Oracle WebLogic Server 11gR1 PatchSet 3 does not appear in the server type list.
    Is there any configuration required for using OEPE 11.1.1.5.0 for OSB 11.1.1.4.0 development?
    Or do I have to upgrade OEPE?
    Edited by: Kenji Imamura on 2011/03/31 19:22
    Edited by: Kenji Imamura on 2011/03/31 19:23

    I believe OSB 11.1.1.4.0 actually requires OEPE 11.1.1.6.1, so the docs are incorrect.
    - Konstantin

  • Using OEPE for OSB Development

    Hello All-
    I have downloaded oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32 from http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
    Oracle Service Bus 11.1.1.3 is installed on a Remote Windows 2003 Server and I am planning to use OEPE IDE in my local desktop to develop projects and deploy it to the remote OSB server(mentioned above).
    I would like to know if there is any plugin that needs to be installed to use OEPE as the IDE for OSB (Similar to JDeveloper 11g, where we have to install the SOA composite editor to develop SOA composites) ?
    Kindly provide your inputs as I am unable to figure out on how to develop OSB services using OEPE.
    Thanks for your time.
    Regards,
    Dibya

    The steps followed for this are:
    1 Download and Install Weblogic+OEPE combined installer on your local
    2 Download and install OSB on your local specifying the same ORACLE_HOME as in step 1 above.
    Step 1 will do the base installation for OEPE and step 2 will add the required plugins to develop service bus projects in OEPE.

  • I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? Create a personal cloud?

    I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? To create a personal cloud?
    Can someone advise as to whether i can do the following:
                                Future Internet connection -------------------TIME CAPSULE (containing all files) -------------- Backed up on the WD 2T Hard-drive I have
                                      (not connected yet)                                         I                                                          (*connected to timecapsule physically)
                                                                                                            I
                    I                                         I                                                I                                                              I                                                I
          Macbook Pro                             iMac                                       HP (PC)                                             OLD Macbook Pro                         iPhone
    (used for remote working)       (Used for home working)     (used for heavy CAD and rendering)    (not being used for anything at the moment)        (& iPods)
    I am looking to have all my files in one place as i am hopelessly disorganised. I know the online clouds are a good solution (used Dropbox at work and uni for 3 years) however i am wanting to create my own 'dropbox/icloud' at home. So whenever i get back home with my laptop, any work i have been working on whilst out that day is updated to the timecapsule, and then ultimately as i turn on the other devices, they update to those newer versions of the files. Please tell me that the 3TB time capsule i have can do this, otherwise it feels rather overpriced as a wireless storage device?
    Another note (to those in the know) If i am to be working on large files (REVIT/SOLIDWORKS/KEYSHOT/CREO/AUTOCAD) - is the timecapsule connection good enough to support editing and updating these files?
    I know i may be asking a question that many have before, but as a bit of a technical novice I wanted a clear-cut answer to my specific circumstances. Your help is greatly appreciated.
    (*can i use this WD hard-drive that is connected to the Time Capsule as a back up? so that the time machine back-ups/any back ups are also backed up onto this one? can the WD be a backup for the TC?)
    Kind Regards
    Joe

    The diagram was supposed to look more like this......
    Internet ---------TIME CAPSULE(containing all files) --------WD 2T Harddrive
                                                I
         I                           I                          I                            I                                   I
    Macbook Pro         iMac                 HP (PC)            OLD Macbook Pro           iPhone
    Sorry!
    Regards
    Joe

  • Using alter user to change oracle password for logged in web user on XE

    Hi All
    I'm building an app using the pl/sql web toolkit on XE (installed on Win XP Pro SP2). (I'm not using the APEX front-end).
    I'm using basic authentication and oracle database user accounts, and when a user registers for the first time I create them an oracle user account with dynamic sql, followed by some initial setup stuff, and they then log in with it.
    All fine so far.
    However I want to allow the user to change their oracle password as part of maintaining their user details. I've done this in the past using the web toolkit and Oracle 9i and it has worked fine using dynamic sql.
    Unfortunately I can't get the same thing to work in XE.
    For example, if I create the following procedure in the schema aligned to the DAD which holds my application and then run it from a browser (IE or Firefox) then the
    Browser and the db just hangs - not even an error message:
    CREATE OR REPLACE PROCEDURE ut
    AS
    v_stmt varchar2(300);
    BEGIN
    HTP.htmlOpen;
    HTP.headOpen;
    HTP.title ('User Test');
    HTP.headClose;
    HTP.bodyOpen;
    v_stmt := 'alter user "'||user||'" identified by "BERT"';
    htp.print(v_stmt);
    EXECUTE IMMEDIATE v_stmt;
    htp.print('Done');
    HTP.bodyClose;
    HTP.htmlClose;
    END;
    If I run the same statement in SQL*plus it's fine, and if I run the same proc for a different user then it's fine too.
    I'm sure it's something to do with trying to change the credentials of the currently logged in user, but I would at least have expected an error message.
    I'd be grateful for any ideas.
    Thanks
    Steve

    Hi g.myers
    Thanks for your response.
    Sorry, yes, bad turn of phrase there. It's not the entire db that hangs. The web browser (either IE or FF) hangs, and if I look at v$session at this point, I can see that the user STATUS=ACTIVE and the STATE=WAITING.
    I should also point out that I am using standard Oracle users as users of the application, (e.g. create a new user account called TESTER1). These users are then granted the appropriate privileges on the owning schema in order to run the app, access the tables etc.
    Therefore it is the user account (e.g. TESTER1) that is running the password change procedure that is owned by the SYS schema. (However again, this is the exact code and method that I've used in the past and it has worked fine).
    If I leave the browser hanging long enough, it will eventually return with the following error:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /h/hopapp.pwdmaint_do.
    Reason: Error reading from remote server
    cheers
    Steve

  • My Adobe has stopped allowing me to move library books from my PC to my KOBO (both show authorized on the ADE. the message reads : CE_COPY_NOT_ALLOWED - No permission to copy book.  It used to work. Any easy fixed for me?(I already tried uninstall and re-

    My Adobe has stopped allowing me to move library books from my PC to my KOBO (both show authorized on the ADE. the message reads : CE_COPY_NOT_ALLOWED - No permission to copy book.  It used to work. Any easy fixed for me?(I already tried uninstall and re-install)

    Welcome to the Club! Got the same Problem and had a really hard time reaching the Customer Support because they were down due to maitenance! Just wrote to their experts chat and hope to get an answer in this life!
    I tried to authorize my Computer and eBookreader with a new Adobe-ID, but it says I've done used this ID too often, even though it was brandnew! Can't copy my just-purchased eBook because "Copying is not allowed".
    I hold my thumbs for you that Adobe solves this Problem fast enough. Other ways I'll sell my eBookreader and buy the Kindle-Reader from Amazon and say GOOD BYE to Adobe!

  • How do I use the apple gift cards in passbook for a purchase in the apple online store.

    How do I use the apple gift cards in passbook for a purchase in the apple online store.

    Hi Ron2002,
    Click this link and redeem your Apple Store Gift Card:
    http://store.apple.com/us/browse/home/giftcards/redeem
    Be sure to sign to your Apple ID.
    Cheers!

  • How do I use my IMac as a second moniter for my Macbook Pro?

    Okay, So I would like to use my IMac as a monitor for my mbp. The IMac is a 2010 model and the Macbook is 2012 (Not the retina).
    I'm a music producer and I'm sick of having to switch devices so I just want to keep all my stuff on the macbook but the screens way too small.
    What I want to do is use the mbp screen with the mixer section of logic  as well as use the IMac as a second moniter with the arrange screen.
    Is it possible to do this with an ethernet cable?
    if so
    How do I do it?
    Oh and a question on the side, Is mavericks worth the download?
    Thanks!!

    You can use the iMac as an external display for your MacBook Pro, always that you have got a 27-inch iMac. See > http://support.apple.com/kb/PH11302
    You have to purchase a Mini DisplayPort cable (Ethernet won't work, as this is not designed as a video cable to connect Macs), and then, press Command and F2 keys on the iMac.
    If you have got a 21'5-inch iMac, you can use an application like ScreenRecycler, which uses your network to use the iMac as an external screen

  • How do I use my iPhone 5 as a router for my iPad?

    How do I use my iPhone 5 as a router for my iPad?

    Yep, as stedman has helpfully proffered a link on HowTo.
    Once the personal hotspot is up, you can connect a reasonable number of devices to gain Internet access. The iPad can hook up either via Wi-Fi or Bluetooth. If you have a computer, you also have the choice of a wired connection as well.

  • How do I activate a used iPhone 3 with no SIM card for use as an ipod touch?

    How do I activate a used iPhone 3G with no SIM card for use like an iPod Touch? It was apparently on AT&T previously and I have another iPhone 3 that is active on AT&T if that is helpful. Thanks!

    Copied from the link provided.
    Follow these steps to use your iPhone without a wireless service plan:
    Insert the SIM card from your new, activated iPhone or one that was previously used to activate the original iPhone.
    Connect the iPhone to iTunes on a computer connected to the Internet.
    Once iTunes activates the device, you're free to use the iPhone as if it were an iPod touch.

  • I have purchased Wedding Style By Miracle Design - it is showing in the downloads but I can not get it into lightroom - I am using a mac and the instructions are for windows.

    I have purchased Wedding Style By Miracle Design - it is showing in the downloads but I can not get it into lightroom - I am using a mac and the instructions are for windows.

    Return, cancel, or exchange an Adobe order

  • Using and LCD TV as a monitor for HDV editing

    I'm editing in FCP studio 2 and shooting with the new Sony HVR-S270u cameras. I'm trying to figure out the best way to use my LCD TV as a monitor for HD. I know FCP will not playback through my camera in HDV but print to tape with it. I looked into the Blackmagic Design Intensity Pro with HDMI. The problem is the camera doesn't have HDMI it SDI outputs so I'm capturing through firewire. I've been told that the Blackmagic card requires you to capture with it in order to playback with it. I know there is Matrox MXO but are there other options out there.
    Can I use the LCD TV as a second monitor and do playback as Cinema Desktop Preview to second monitor? I've also seen a DVI - HDMI cable. Will that work? Any help would be great!
    Thanks,
    Mike

    What format is the media in when you capture it?
    Whatever you choose to capture it. You can capture it as HDV via firewire, or ProRes via firewire. Or you can use this card and choose one of the options it gives you...such as ProRes, DVCPRO HD, uncompressed HD...whatever you want, and your hardware can support.
    I'm assuming it's no longer HDV.
    Only if you don't capture it as HDV. You can still do that and then output via this card to some other format. Or you can capture as HDV, render to ProRes (in the sequence settings under RENDER CONTROL).
    Is it uncompressed HD?
    If you choose that.
    Is there an Easy Setup for this?
    Yup.
    What codec does it use?
    Whatever it lists in the Easy Setups...the ones I listed above.
    They also state that you can use it for DV. I'm guessing that means if you have DV material and a device that outputs HDMI you have uncompressed SD?
    First off, HDMI is an HD signal, not SD. BUT, you can use the card to output your DV timeline to your HDTV. You cannot output to an SD deck, as no SD decks have HDMI.
    If you can import HDV via HDMI and you bypass the HDV codec and get full 1920 (as they say on their website)
    Yup..you can capture as ProRes or Uncompressed, and get full 1080. BUT, this doesn't increase the resolution of your footage. It just means that it will render to a better codec with more color space...better manipulation of the image that HDV.
    then I'm also guessing that you cannot go back to HDV.
    Not via firewire. But if the deck had Component inputs, or HDMI...maybe.
    Shane

  • Absolute horrible customer service!!!! I cannot use a product I've already paid for and no one is helping!!!!

    So I have been a longtime Adobe customer. I have nearly every version of the creative suites, with all the bells and whistles and have spent thousands and thousands of dollars on these products for our business as well as personal use. SO.....we just upgraded the OS on our primary editing bay, and I found that I needed to reinstall the Premiere Pro 5.5 upgrade to the system that I purchased online a couple years back. I go to access my online account, and it said that I needed to reset the password, but the problem is that the email that was used is not turned off and I have no way to access.
    Thinking that this was not a big deal, I contacted support via the chat system. The first person told me he could not help at that time, and while asking a follow up question he (or she) cutoff the chat. I immediately started another chat. The next agent stayed on, but also said that they could not anything, but they would escalate it to the next group up, and that they would transfer the account to my current email address. That was nearly 3 weeks ago.
    I have since received emails nearly daily apologizing for the delay (a form letter) in resolution. Then I got another email saying I needed to write a letter saying what I wanted, and that should take care the problem. So....I did. Then I got another email.....this time saying that the letter was not enough, and that I would have to add a scanned image to the letter of my government issued ID. I replied, indicating my patience has run out after 3 weeks, but sent the letter again as requested. And guess what??? Today I get another email with an apology, and that it would be escalated to another group to see if they could do it.
    This is not acceptable in any way. I have to get my keys to the 5.5 upgrade as its using the trial version right now since I can't login to get my keys....and NO ONE AT ADOBE IS ABLE TO DO A THING ABOUT IT.  How hard is it to change the access email to ones account, or have it transferred to the new one. (I had to sign up for a new account with the correct email just to post on the forums).
    SO PLEASE.....if there is a competent person left there, that can take care of this problem please do. I just need my purchases attached to this account!!!! . I will have no choice but to start seeking a legal remedy within the next 48 hours is not resolved. I have a project that has to be completed, and due to this incompetence I can't use a product I have already paid for. It should never take nearly 3 weeks for this to be resolved.

    Thanks Steve, I appreciate any help that can be provided. I’ve tried to be patient but after getting yet another Friday saying the exact same thing about it being escalated to the right group (which is the same email I’ve gotten day after day for 3 weeks) I have had enough. Clearly whomever is handling the general customer service, in whatever country they are in really do not care or even have a process to follow. They just clear their cue apparently so that they make their personal numbers. (I was formerly a tech support manager for one of the large PC and peripherals producer....so I am familiar with some of these antics, though we would have fired someone for something like this). Given how much I have paid to Adobe for their products over the past ten years as a business owner it a shame that this is not getting resolved.

  • We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double

    We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double clicked in Mac 10.6.7 at out clients location, its not opening. For your information the client is able to open this same application by double clicking on index.swf file. The main problem is that client is not able to open the application using index.app file at their office whereas we are able to do so at our office. Can anyone give some suggestions to sort this problem?

    The most common reason is different versions of Flash, or different versions of web browsers used.  Some users may elect to not have Flash installed at all because of the processor overhead of Flash.  If you are going to make an application for a client, check what operating system and browser versions they are using first.  Then determine if a stand alone application is required, or if they have the necessary plugins to run specific browser enhanced code.
    P.S. MAC is an acronym for Media Access Control.  Mac is the shorthand for Macintosh, the operating system and computers made by Apple Inc.

  • Please help me!!!! my macbook pro 15 running on mountain lion is hanging a lot...sometimes when i use any app than it get freeze for some seconds...what should i do?

    please help me!!!! my macbook pro 15 running on mountain lion is hanging a lot...sometimes when i use any app than it get freeze for some seconds...what should i do?

    Hardware Information:
              MacBook Pro - model: MacBookPro8,2
              1 2.2 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    System Software:
              OS X 10.8.2 (12C60) - Uptime: 0 days 1:17
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (424.92 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS31N 
    USB Information:
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Kernel Extensions:
    Problem System Launch Daemons:
                     [failed] com.apple.coresymbolicationd.plist
    Problem System Launch Agents:
                     [failed] com.apple.afpstat.plist
                     [failed] com.apple.AirPlayUIAgent.plist
                     [failed] com.apple.coreservices.appleid.authentication.plist
                     [failed] com.apple.rcd.plist
    Launch Daemons:
                     [loaded] com.adobe.fpsaud.plist
                     [loaded] com.adobe.SwitchBoard.plist
                     [loaded] com.google.keystone.daemon.plist
                     [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
                     [loaded] com.adobe.CS5ServiceManager.plist
                     [loaded] com.google.keystone.agent.plist
    User Launch Agents:
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [loaded] com.facebook.videochat.Akshay.plist
                     [loaded] com.microsoft.LaunchAgent.SyncServicesAgent.plist
    User Login Items:
              Sony Ericsson Bridge Helper
              BitTorrent
              uTorrent
    3rd Party Preference Panes:
              Flash Player
              Java
    Internet Plug-ins:
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              googletalkbrowserplugin.plugin
              JavaAppletPlugin.plugin
              npgtpo3dautoplugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
    User Internet Plug-ins:
              Google Earth Web Plug-in.plugin
              Picasa.plugin
    Bad Fonts:
              None
    Top Processes:
              14.6  %          WindowServer
              6.9   %          coreaudiod
              6.4   %          uTorrent
              1.9   %          WebProcess
              1.4   %          iTunes
              1.2   %          EtreCheck
              0.5   %          fontd
              0.2   %          NotificationCenter
              0.1   %          Dock
              0.0   %          Microsoft

Maybe you are looking for