Do OSB 11.1.1.5 have a Socket Adapter

Hi All,
Im working on a project where i need to use a socket adapter with oracle osb 11.1.1.5 - my question is:
1. Do OSB 11.1.1.5 have a socket adapter?
2. How do I get a socket adapter for OSB 11.1.1.5

Hi,
849200 wrote:
Im working on a project where i need to use a socket adapter with oracle osb 11.1.1.5 - my question is:
1. Do OSB 11.1.1.5 have a socket adapter?
2. How do I get a socket adapter for OSB 11.1.1.5No it doesn't, but there is a sample here on how to build a socket transport provider...
http://docs.oracle.com/cd/E23943_01/dev.1111/e15866/example.htm#i1036682
Cheers,
Vlad
It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
https://forums.oracle.com/forums/ann.jspa?annID=893

Similar Messages

  • I am using my Ipad on a remote craftshow site and am having problems with battery lasting 8 hrs. Can I use a 12v rv battery to recharge it or atleast maintain the charg over longer periods of time? I have a dc adapter. thanks

    I am using my Ipad on a remote craftshow site and am having problems with battery lasting 8 hrs. Can I use a 12v rv battery to recharge it or at least maintain the charge over longer periods of time? I have a dc adapter. thanks

    You should be able to use the battery if you get a car type charger which recharges mobile devices.
    The full size iPads use a 10-12W charger, whereas the mini uses a 5W charger. Many car chargers only supply 5W. But at 5W, the car charger should give you some extra time on your iPad. It would be best to use a 10-12W car charger.
     Cheers, Tom

  • I have created file adapter in  logical path in soa,

    I have created file adapter in in logical path in soa,ignore message is no source path

    Thats fine. What is the issue that you are facing, provide some error message with your usecase to help you.
    Thanks,
    Vijay

  • OSB business service on jdev 11g generated db adapter

    Is it still possible to generate the db-adapter in jdev and import the resources in osb and create a business service with jca transport based on this wsdl?
    the documentation is only describing how to it should work based on a 10.1.3 generated db adapter.
    In the 11g the resources of the db-adapter are different (external jca property file etc).
    So..whats the way to go for this when using the 11g stack ?

    So..whats the way to go for this when using the 11g stack ?Current version of OSB (OSB 10.3.1) does not support 11g adapter stack. The next release of OSB will support 11g Adapters.
    Manoj

  • I have connected the adapter and cable from imac to GVA HD tv but nothing seems to be happening.

    I have connected the adapter and cable from imac to GVA HD tv but nothing seems to be happening. Any suggestions?

    Was that message showing a s dialog when selecting the tv connection as a sound output device?  I ask because I don't know the exact context of that message and never heard of it before.
    It may be helpful to take a screen shot of both that message and also the list of the sound output devices while the tv is connected.
    You never specified your model (year) of your imac so I don't know its limitations.  Maybe some version doesn't support sound through the mini-displayport (hard to believe any model wouldn't with mini-displayport).  But if that is the case you may have to resort to analog stereo from you stereo line out output jack to your tv.
    One final thing.  The mini-displayport adapter you have may not support audio.  That was a possibility a few years ago.  That is why most places that sells these things also explicity specify whether the adapter supports audio.  For example, monoprice's adapter:
    Mini DisplayPort | Thunderbolt® to HDMI® Adapter w/ Audio Support
    or even the Moshi adapter sold through the apple store.
    Moshi Mini DP to HDMI Adapter with Audio Support
    Note both these adapters explictily say they have audio support.

  • I have a VGA adapter and an iPad2.  Tried projecting my iPad2 to projector using the VGA but doesn't work.  Tried it with friend's iPad1 and it works.  Why??

    I have a VGA adapter and an iPad2.  Tried projecting my iPad2 to projector using the VGA but doesn't work.  Tried it with friend's iPad1 and it works.  Why??  Pls help.

    Yup - nothing happens.  I then took the same VGA cable and plugged it into my friend's iPad1 and it worked perfectly when she opened Keynote.  My understanding is that the iPad2 mirrors the entire screen, so no need to go into any specific application in order to project to the screen, right?  Do I need to download any specific app or change any settings in order to be able to project the screen using VGA?
    Sorry - novice at this.  Not very tech minded either...

  • Is it neccessary to have a universal adapter to connect my iPod to my audio system?

    Is it neccessary to have a universal adapter to connect my iPod to my audio system/iHome? If I connect it without one will it mess anything up?

    The adopt er just a piec of place the helps support the iPod so the movement and thngs wil not damage the dock connectoer area of the iPod or the dock. Here is the adopter for the 4G iPod.
    iPod Universal Dock Adapter 3-Pack...

  • How to get screen content onto external VGA screen? Do have thunderbolt-VGA adapter but only get screensaver across

    how to get screen content onto external VGA screen? Do have thunderbolt-VGA adapter but only get screensaver across

    VGA and DVI do not carry sound.  Only HDMI.
    Use a minidisplay-to-HDMI adapter.  Then when the TV is connected to the system use "System Prefences > Sound > Output" to select the TV for sound.
    Or connect speakers to the output port of the MBP.

  • I have a VGA adapter that I hooked into my MBA, but the picture is not projecting. What button do I press to project the image?

    I have a VGA adapter that I hooked into my MBA, but the picture is not projecting. What button do I press to project the image?

    If you want to mirror the MBA screen, Press Command F1 
    This will toogle between extended desktop mode and mirror mode.
    Regards,
    Captfred

  • HT3235 Have a HDMI adapter cable will show video, just no sound

    Have a HDMI adapter cable to use with my TV.  Figured out how to get video on TV, just cant get sound?

    Hello D005,
    Depending on your model of MacBook Pro, it may not output sound through the Mini DisplayPort of your Mac.  If that is the case, you will need to connect the headphone port of your Mac to your audio-in port on your TV. 
    I recommend reviewing the following article to determine if your Mini DisplayPort outputs audio:
    About Mini DisplayPort to HDMI adapters
    http://support.apple.com/kb/HT4241
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Any way to have Async Socket Comm and have a UI?

    I'm a bit of a newbie to Java, but I can't find a way to have async socket communication and also have an event driven ui. All the examples of non-blocking sockets use forms of infinite loops to check (poll) selectors or some such thing....but the event loop for the UI is essentially an infinite loop also. How can you get those to co-exist? How do I loop on the socket accept and still service the UI event loop? I understand jsr203 will provide async sockets in year or two, but there has to be some way to do it now isn't there? I want a simple app that the user does a few things and sends a message...then maybe he gets a message from another user ...just simple stuff. Any pointing in any direction would be appreciated. Thanks.

    The thread that is reading from the socket would update the UI using the standard methods described in the Swing threading tutorial. (I'm assuming that "UI" means "Swing" here and not something else.) Google search terms: "swing threading tutorial".
    And you might want to read a basic Swing tutorial too. It's not your responsibility to service the UI event loop. The Swing thread does that.

  • Can I use a 60watt t adapter with my 2011 mac book pro 13"?  I have the L adapter now, but looking for replacement that will last!

    Can I use a 60watt t adapter with my 2011 mac book pro 13"?  I have the L adapter now, but looking for replacement that will last!

    Yes, a 13" non-Air model requires a minimum of 60 watts, so you will be fine. If it is a 2011 or earlier model, the connector is the regular MagSafe, whereas this year's models use the MagSafe 2 that is different.

  • I have a USB adapter for my iPad, can I plug in a AT&T USB  Connect Momentum and use it for my internet connection.

    I have a USB adapter for my iPad, can I plug in a AT&T USB Connect Momentum and use it for my internet connection??

    Probably not normally, Apple has removed some of the hidden features of the USB dongle via a software update for iPad. One of those features was playing host to hard drives, keyboards, etc.

  • OSB error while generating business service for FTP adapter Sync Get File

    Hi All
    I am trying to generate a business service from SOA Suite JCA FTP adapter Sync Get File, but i am getting this exception for no reasons (Rest operations list file, get file and put file are working)
    Invalid JCA transport endpoint configuration, exception: java.lang.NullPointerException     Unknown ALSB Conflict.
    Is this a bug in eclipse, can any body help me. Thanks
    Sorry Forgot to mention eclipse version...
    Eclipse Platform
    Version: 3.6.2
    Build id: M20110210-1200

    Ok,
    bcoz of this issue, i had to code the entire interface in OSB console. It runs fine in OSB console (i was able to test it successfully).
    Is this a bug in eclipse or only i am facing this issue? Has anybody tried to create a business service from JCA FTP Get Synchronous jca file?
    <adapter-config name="FTPReadMOMFileOnRMSDB" adapter="FTP Adapter"
         wsdlLocation="../wsdl/FTPReadMOMFileOnRMSDB.wsdl"
         xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
         <connection-factory location="eis/ftp/RMSDBFtpAdapter" />
         <endpoint-interaction portType="SynchRead_ptt"
              operation="SynchRead">
              <interaction-spec
                   className="oracle.tip.adapter.ftp.outbound.FTPReadInteractionSpec">
                   <property name="DeleteFile" value="true" />
                   <property name="PhysicalDirectory" value="/MOMFiles/output" />
                   <property name="FileName" value="*" />
                   <property name="FileType" value="binary" />
              </interaction-spec>
         </endpoint-interaction>
    </adapter-config>
    One more doubt? The PhysicalArchiveDirectory path can be on the FTP server something like: /MOMFiles/archive. Or do i have to use the Put operation to move it to /MOMFiles/archive directory. Currently OSB console and eclipse do not accept FTP path for this parameter and want me to specify a local directory on server. Thanks

  • OSB - How to disable a JCA Pooling (DB Adapter) or AQ Listener

    Hello!
    I have created a JCA DB Adapter Pooling on OSB that calls a ProxyService everytime a record is changed on database.
    My question is: is it possible to disable or pause it temporally?
    Thanks

    Yes you can temporary disable the OSB from osb console. click on the proxy service name then go to operational settings and unchek the box next to State.https://blogs.oracle.com/ateamsoab2b/entry/automatic_disabling_proxy_service_when

Maybe you are looking for