SSLServerSocket that only accepts client connections from localhost

My end goal is to create an SSLServerSocket that will only accept client connections requested by localhost.
I've tried creating a new SocketPermission:
p1 = new SocketPermission("localhost:1024-65535", "listen,connect,accept")I am able to add it to a custom Policy's PermissionCollection, but it doesn't seem to work. I believe SecurityManager.checkAccept() only checks the host's name and not the client's...
This following code works and illustrates what I'm trying to achieve, but I'd like it to happen before the socket is actually accepted:
SSLSocket socket = (SSLSocket)m_sslServerSocket.accept();
Strintg clientIP = socket.getSession().getPeerHost();
if( !clientIP.equals( "127.0.0.1" ) & !clientIP.equals( InetAddress.getLocalHost().getHostAddress() )
    // reject connection
}Any help is appreciated.
Edited by: misterE on Oct 24, 2007 10:46 PM

I'm not clear whether you are doing this Permission thing on the server side or the client side, and/or whether you have a SecurityManager installed.
If the server only has SocketPermission("localhost:...", "listen,connect,accept") it should only accept connections from localhost, not from B. So I don't know why the first scenario worked.
If the server only has this SocketPermission with some other hostname, it shouldn't be able to listen at any port. So I don't know why the first scenario worked.
Unless there is no security manager installed.
You can run it with -Djava.security.debug=access,failure to see what permission checks are being executed.
BTW because connections are accepted by the TCP stack before permission checking takes place, as described above, the client won't get a ConnectionException if the permission is refused at the server: it will get most probably a SocketConnection: connection reset by peer when writing to the server.

Similar Messages

  • Regarding mountain lion server: clients experience intermittent service connections. the server system log has the following error- Client handshake failed (6):113: Server not accepting client connections (any ideas???)

    regarding mountain lion server: clients experience intermittent service connections. the server system log has the following error- Client handshake failed (6):113: Server not accepting client connections. any suggestions would be greatly appreciated - thank you

    Hi Jason
    I was getting the same behavior after Apple support had me delete some plist files to get Airplay going. I was also getting the following error:
    the error occurred while processing a command of type 'writesettings' in the plug-in 'server vpn'
    I went into ~/Library/Preferences/ and /Library/Preferences/ and deleted every plist contating the word server. I had to re-set up my server (meaning walk through some intial steps) but all of my settings were still there after that and everything started working again.
    Just a thought, obviously try at your own risk but it worked for me.
    Kellen

  • Hi Apple Team, my iphone can't share files with my macbook pro. But other devices can share bluetooth files with my mac book pro. Please, kindly open up bluetooth to accept all connections from all devices. Now it becoming difficult for me to share.

    Hi Apple Team, my iphone can't share bluetooth files with my macbook pro. But other devices can share bluetooth files with my mac book pro. Please, kindly open up bluetooth to accept all connections from all devices. Now it difficult for me to share bluetooth files from my mac bookpro to my iphone, unless i attached it through email.
    We need it to be acceptable to all devices.
    Thank you!

    You can tell Apple directly at the link below.
    http://www.apple.com/feedback/iphone.html

  • How can I use my ipad in a hotel that only has ethernet connections.    The apple store clerk told me that I can't use airport express unless I also have a computer with me in the hotel.

    How can I use my Ipad in a hotel that only has ethernet connections?  The Apple store clerk told me that travel express won't work in my hotel unless I also have a computer.

    The issue with the Airport Express (or any of the Apple routers) is that you need the Airport Utility to configure it.  Airport Utility works on OSX and Windows, but not on the iPad (or iPhone or iPod Touch.)  It will work, if you can preconfigure the Airport correctly ahead of time, but you'd be stuck if you did need to reconfigure while at the hotel.
    You can use most any other router that is configured with a web page, which means you have a chance of configuring with Safari on the iPad.  If you want something somewhat portable, I use a "travel router" made by D-Link. The current model is the DAP-1350.  Other companies make similar travel routers, but I have no experience with the others.

  • Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept e-mail from certain senders, or another restriction may be preventing delivery

    HI,
    We are getting following error message for all users while sending mail to external but we able to receive mail from internet.
    Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept e-mail from certain senders, or another restriction may
    be preventing delivery.

    Hi,
    Please follow Luke and Shelly’s suggestion to check your SPF record and Send Connector configuration. Also you can post the complete NDR message(with NDR status code) here for further analysis.
    If there is any updates, please feel free to let us know.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • A JTextField that only accepts alphabet characters?

    Hi there,
    I'm new to java and I'm looking for a way to create a JTextField that only accepts characters. If anyone can maybe show me some code to do this? I've googled and searched these forums for related posts and I found this post:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=762721
    however I haven't the first idea of documents or maskformatters, and my program is meant to be pretty simple. Is there any short way to do this? Or a way of accepting anything, then filtering it and replacing the inputted text with the new text, non-alphabet characters taken out?
    Thanks
    -Stern

    lots of help if you google; for instance adapting some of these ideas may help:
    http://www.cs.ut.ee/facilities/docs/java/tutorial/uiswing/components/textfield.html#validation

  • I have upgraded my iphone  to iSO version 6 but the problem is the phone was locked it shows that only compatible SIM cards from a supported carrier may be used to activat Iphone.please insert the SIM card that came with your iphone

    i have upgraded my iphone  to iSO version 6 but the problem is the phone was locked it shows that only compatible SIM cards from a supported carrier may be used to activat Iphone.please insert the SIM card that came with your iphone

    So then do as it says...insert the SIM that came w/the phone.

  • Need to accept VPN connections from "Any"

    I had previously been using two WRV54G wireless routers to establish a site to site VPN connection between a branch office and our corporate Headquarters. Because of the limited DHCP scope configuration options, I decided to "upgrade" to the WRVS4400N devices. I have now been able to establish the VPN again between the two new boxes but I've now gotten to the point where I would like to add an additional remote site. In the WRV54G, it was easy to configure the one at HQ to accept connections from "any" but this new router does not seem to be as simple.
    Oh yeah, I am running firmware version 1.1.03 on both routers.
    Does anyone have any idea how I can set up the HQ router to accept VPN connections from "any"?
    Thanks! I appreciate the help.

    And this is the VPN log on the HQ router:
    Mar 4 11:11:39 - [VPN Log]: "gatekeeper": cannot initiate connection without knowing peer IP address (kind=CK_TEMPLATE)
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Openswan (this version) cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR]
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Dead Peer Detection]
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [RFC 3947] method set to=109
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-03] meth=108, but already using method 109
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02] meth=107, but already using method 109
    Mar 4 11:11:47 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-00]
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: responding to Main Mode from unknown peer (Remote router WAN IP)
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: Can't authenticate: no preshared key found for `(HQ Router WAN IP)' and `%any'. Attribute OAKLEY_AUTHENTICATION_METHOD
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: no acceptable Oakley Transform
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP) #4: sending notification NO_PROPOSAL_CHOSEN to (Remote router WAN IP):500
    Mar 4 11:11:47 - [VPN Log]: "gatekeeper"[4] (Remote router WAN IP): deleting connection "gatekeeper" instance with peer (Remote router WAN IP) {isakmp=#0/ipsec=#0}
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Openswan (this version) cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR]
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Dead Peer Detection]
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [RFC 3947] method set to=109
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-03] meth=108, but already using method 109
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02] meth=107, but already using method 109
    Mar 4 11:11:57 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-00]
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: responding to Main Mode from unknown peer (Remote router WAN IP)
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: Can't authenticate: no preshared key found for `(HQ Router WAN IP)' and `%any'. Attribute OAKLEY_AUTHENTICATION_METHOD
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: no acceptable Oakley Transform
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP) #5: sending notification NO_PROPOSAL_CHOSEN to (Remote router WAN IP):500
    Mar 4 11:11:57 - [VPN Log]: "gatekeeper"[5] (Remote router WAN IP): deleting connection "gatekeeper" instance with peer (Remote router WAN IP) {isakmp=#0/ipsec=#0}
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Openswan (this version) cvs2006Jan12_11:29:56 X.509-1.5.4 PLUTO_SENDS_VENDORID PLUTO_USES_KEYRR]
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [Dead Peer Detection]
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [RFC 3947] method set to=109
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-03] meth=108, but already using method 109
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-02] meth=107, but already using method 109
    Mar 4 11:12:17 - [VPN Log]: packet from (Remote router WAN IP):500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ike-00]
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: responding to Main Mode from unknown peer (Remote router WAN IP)
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: Can't authenticate: no preshared key found for `(HQ Router WAN IP)' and `%any'. Attribute OAKLEY_AUTHENTICATION_METHOD
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: no acceptable Oakley Transform
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP) #6: sending notification NO_PROPOSAL_CHOSEN to (Remote router WAN IP):500
    Mar 4 11:12:17 - [VPN Log]: "gatekeeper"[6] (Remote router WAN IP): deleting connection "gatekeeper" instance with peer (Remote router WAN IP) {isakmp=#0/ipsec=#0}
    Thanks much.

  • How can i download my contacts into an in car phone system that only accepts v.card format

    How do I import contacts into an in car phone system that only accepts a v.card format.

    You can't. If the system doesn't support the PBAP bluetooth profile, you can not transfer your contacts to it.

  • Help with Oracle 10g Client Connectivity from Linux to IBM SAN storage

    Hello Oracle Experts,
    This is my first post. My client is having oracle 10g database up and running in IBM SAN storage.
    We have some NMS tools running in Red Hat Linux version 5. So, these tools require connectivity to Oracle database which is residing in SAN storage connected with the Fibre cables.
    How do I establish the connectivity from Linux to SAN storage. If would be glad if you can explain me the steps and also if there is any pre-installation/post-installation, patches and procedures involved.
    If it is IP based network we normally give the IP address of the host running the database server. I have no idea about SAN storage connected with Fibre cable.
    Please guide me to establish the connectivity from linux 5 to SAN.
    Thanks.
    Regards,
    RaviShankar.

    user13153556 wrote:
    Hi Rajesh,
    Actually I will not be touching the Oracle instance SAN box directly. I will only access the database from another machine. I my case it is Linux box.
    So, my question is how do you make the Oracle Client in Linux box to connect to Oracle instance running in another non ip based machine SAN storage.Install Oracle client on this Linux machine ..
    Make sure you have network connectivity from linux machine to database server. You need to connect to server where db instance is running and you need not to bother about SAN storage.
    make tns entry into client $ORACLE_HOME/network/admin/tnsnames.ora file.
    Use sqlplus to connect to database using client.
    Regards
    Rajesh

  • McAfee frequently warns me that Firefox is trying to accept incoming connections from the Internet and asks me whether or not I want to allow or block this - what is this all about?

    I cannot find any reference to this sort of activity by Firefox on your website. It is an '.exe' program location and McAfee warns me that "Hackers can use programs to steal your personal information or hijack your PC".
    Can you please confirm that these incoming connections are legitimate Firefox activity, and if so please explain what they are, why they are required by Firefox and why there appears to be no reference to this activity on your website. Many thanks.

    Hi Cor-el,
    Thanks for your response.
    No, unfortunately McAfee does not give any more detail as to the origin of these incoming connections - is there a way to find out from McAfee?
    I would have thought that Mozilla Firefox should have the answers, but I have been unable to find any reference to this issue on their website, Help section etc.
    Could it be the way my Options are configured? - although I've not changed them from the Default settings as far as I can remember.
    Cheers,
    GWhatsitworth.

  • Lawson portal is a website for school system payroll that only accepts internet explorer browser, anyway to get there from ipad by doing something creative?

    lawson portal is a website for a school systems payroll but it will not accept safari or other browsers to access except internet explorer.. any creative way to access that you know of using IPAD..thank you

    There's also a browser called Atomic Web that allows you to 'look like' another browser.
    No idea if it works but you can try.
    You might also contact the portal tech support. maybe they know of a way to make their site work with ipads

  • Only 2 Clients Connect Through AP 1252

    Hi,
    I am configuring a 1252 in autonomous mode and that's the only AP in the network.
    A very strange behavior is observed.
    Although many clients can associate to this AP with no problem, only the first two associated devices can connect through this AP and access devices on the wired network. For 3rd associated device and above, they can only connect to and ping to AP but nothing beyond AP. In Windows the wireless icon would display "limited access" with an exclamation mark.
    DHCP works fine though for all devices, and they can acquire the IP from DHCP server on a different segment.
    I don't have too much experience with wireless so I am totally lost with no direction.
    Please help and thank you very much.
    configuration attached.

    Problem solved. It has nothing to do with AP. The AP is connected to a ESW 540-8 port SW. This is SOHO SW is blocking the traffic. As soon as I moved AP to main switch, everything went smoothly.

  • Sony RPLCD TV not accepting HDMI connection from AppleTV

    I have a rear projection LCD Sony KDF-55wf655 TV and have had it for years. I had my ATV hooked up to the TV through an HDMI switch in my AV closet. All was good, everything worked perfectly. I then decided to move my components out of the closet and under the TV. So now I have everything connected, just close to the TV. I cannot get the Sony TV to display the output from the ATV over HDMI. I connect the ATV via component and it works great. I take the ATV upstairs to my plasma and HDMI works great. I tried resetting the ATV to factory settings, didn't work. I tried resetting the Sony TV, didn't work. I tried unplugging and replugging everything in every order, didn't work. I'm not sure what else to do, but it seems it's something in the Sony TV not allowing the HDMI connection now...but why? What can I try? I'm desperate.

    Anyone have any ideas I can try? Still would love to get HDMI working from my appletv on this one set. My Panasonic plasma has no issues playing HDMI from my ATV.

  • Remote tuxedo domain rejects connection from client only Tuxedo JCA Adapter

    I am trying to use a client only configured Oracle Tuxedo JCA Adapter 11.1.1.2.1 to connect to a remote tuxedo 10.3 domain. The connector is deployed to a JDeveloper 10.1.3.4 embedded OC4J container. The connector is failing silently when attempting to establish a connection with the remote domain. Locally, the JCA Adapter ntrace logs the following:
    1/20/11:9:41:49 PM:10:TRACE[DMLocalAccessPoint,DMLocalAccessPoint]> (ypjspNQ5QIPKmOyk1DlAgw==)
    1/20/11:9:41:49 PM:10:DBG[DMLocalAccessPoint,DMLocalAccessPoint]_useSSL = false
    1/20/11:9:41:49 PM:10:TRACE[DMLocalAccessPoint,DMLocalAccessPoint]< return(10)
    1/20/11:9:41:49 PM:10:INFO[TuxedoAdapterSupervisor,createLocalAccessPoint]TJA_0233:Info: Default local access point for factory null created, access point id ypjspNQ5QIPKmOyk1DlAgw==.
    1/20/11:9:41:49 PM:10:DBG[TuxedoAdapterSupervisor,createLocalAccessPoint]features = 159
    1/20/11:9:41:49 PM:10:TRACE[TuxedoAdapterSupervisor,startListeners]> ()
    1/20/11:9:41:49 PM:10:TRACE[TuxedoAdapterSupervisor,startListeners]< (20) return
    1/20/11:9:41:49 PM:10:TRACE[DMSession,DMSession]> (__sess_0_0)
    1/20/11:9:41:49 PM:10:DBG[DMSession,myInit]_lap_name:ypjspNQ5QIPKmOyk1DlAgw==
    1/20/11:9:41:49 PM:10:DBG[DMSession,myInit]_rap_name:e1tst_tdtux02
    1/20/11:9:41:49 PM:10:DBG[DMSession,myInit]_pro_name:__default_session_profile__
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]got _lap: com.oracle.tuxedo.adapter.config.DMLocalAccessPoint@1f6bc1a
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]got _rap: com.oracle.tuxedo.adapter.config.DMRemoteAccessPoint@1b75e54
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]got _pro: com.oracle.tuxedo.adapter.config.DMSessionProfile@191f64b
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]sec = NONE
    1/20/11:9:41:49 PM:10:TRACE[DMSession,DMSession]< return(60)
    1/20/11:9:41:49 PM:10:INFO[TuxedoAdapterSupervisor,createDefaultSession]TJA_0193:INFO: Default session created between LocalAccessPoint ypjspNQ5QIPKmOyk1DlAgw== and RemoteAccessPoint e1tst_tdtux02.
    1/20/11:9:41:49 PM:10:TRACE[DMSession,DMSession]> (__sess_0_1)
    1/20/11:9:41:49 PM:10:DBG[DMSession,myInit]_lap_name:ypjspNQ5QIPKmOyk1DlAgw==
    1/20/11:9:41:49 PM:10:DBG[DMSession,myInit]_rap_name:e1tst_tdtux01
    1/20/11:9:41:49 PM:10:DBG[DMSession,myInit]_pro_name:__default_session_profile__
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]got _lap: com.oracle.tuxedo.adapter.config.DMLocalAccessPoint@1f6bc1a
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]got _rap: com.oracle.tuxedo.adapter.config.DMRemoteAccessPoint@1c0f654
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]got _pro: com.oracle.tuxedo.adapter.config.DMSessionProfile@191f64b
    1/20/11:9:41:49 PM:10:DBG[DMSession,DMSession]sec = NONE
    1/20/11:9:41:49 PM:10:TRACE[DMSession,DMSession]< return(60)
    1/20/11:9:41:49 PM:10:INFO[TuxedoAdapterSupervisor,createDefaultSession]TJA_0193:INFO: Default session created between LocalAccessPoint ypjspNQ5QIPKmOyk1DlAgw== and RemoteAccessPoint e1tst_tdtux01.
    1/20/11:9:41:49 PM:10:TRACE[TuxedoAdapterSupervisor,registerClientSideResourceAdapter]create default import
    1/20/11:9:41:49 PM:10:TRACE[ServiceManager,registerImportedService]> (*)
    1/20/11:9:41:49 PM:10:INFO[,]factory = null
    1/20/11:9:41:49 PM:10:INFO[,]name = *
    1/20/11:9:41:49 PM:10:INFO[,]iname = *
    1/20/11:9:41:49 PM:10:TRACE[ServiceManager,registerImportedService]register Default Import
    1/20/11:9:41:49 PM:10:TRACE[Route,Route]> (*)
    I can't determine if there are any problems from these log entries, but the remote tuxedo domain logs the following in the ULOG:
    155138.tdtux01!GWTDOMAIN.3495.4.0: LIBGWT_CAT:1073: ERROR: Unable to obtain remote domain id (ypjspNQ5QIPKmOyk1DlAgw==) information from shared memory
    155138.tdtux01!GWTDOMAIN.3495.4.0: LIBGWT_CAT:1509: ERROR: Error occurred during security negotiation - closing connection
    My understanding is that the client only configuration should connect to a remote tuxedo domain as an anonymous client instead of a peer tuxedo domain, but the remote tuxedo gateway domain listener is acting like the client has to be configured in its dmconfig file before it will allow the connection request. Is there a different kind of listener the client only configuration should connect to instead of the tuxedo gateway domain listener? How can a remote tuxedo domain accept a connection from an anonymous client if the client must first be specified in the remote domain's dmconfig file? Is this a tuxedo 11g only feature? I'm trying to connect to a tuxedo 10.3 server.
    The local ra.xml is reproduced here:
    <?xml version="1.0" encoding="UTF-8"?>
    <connector xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd"
    version="1.5">
    <display-name>Tuxedo JCA Adapter</display-name>
    <vendor-name>Oracle</vendor-name>
    <eis-type>Tuxedo</eis-type>
    <resourceadapter-version>11gR1(11.1.1.2.1)</resourceadapter-version>
    <license>
    <description>Tuxedo SALT license</description>
    <license-required>false</license-required>
    </license>
    <resourceadapter>
    <resourceadapter-class>com.oracle.tuxedo.adapter.TuxedoClientSideResourceAdapter</resourceadapter-class>
    <config-property>
    <config-property-name>debugConfig</config-property-name>
    <config-property-type>java.lang.String</config-property-type>
    <config-property-value>true</config-property-value>
    </config-property>
    <config-property>
    <config-property-name>traceLevel</config-property-name>
    <config-property-type>java.lang.String</config-property-type>
    <config-property-value>100000</config-property-value>
    </config-property>
    <config-property>
    <config-property-name>xaAffinity</config-property-name>
    <config-property-type>java.lang.String</config-property-type>
    <config-property-value>true</config-property-value>
    </config-property>
    <config-property>
    <config-property-name>remoteAccessPointSpec</config-property-name>
    <config-property-type>java.lang.String</config-property-type>
    <config-property-value>//tdtux01:9601/domainId=e1tst_tdtux01,//tdtux02:9601/domainId=e1tst_tdtux02</config-property-value>
    </config-property>
    <outbound-resourceadapter>
    <connection-definition>
    <managedconnectionfactory-class>com.oracle.tuxedo.adapter.spi.TuxedoManagedConnectionFactory</managedconnectionfactory-class>
    <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
    <connectionfactory-impl-class>com.oracle.tuxedo.adapter.cci.TuxedoConnectionFactory</connectionfactory-impl-class>
    <connection-interface>javax.resource.cci.Connection</connection-interface>
    <connection-impl-class>com.oracle.tuxedo.adapter.cci.TuxedoJCAConnection</connection-impl-class>
    </connection-definition>
    <transaction-support>NoTransaction</transaction-support>
    <authentication-mechanism>
    <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
    <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface>
    </authentication-mechanism>
    <reauthentication-support>false</reauthentication-support>
    </outbound-resourceadapter>
    </resourceadapter>
    </connector>
    Thanks for any help.
    Steve

    Looks like this is an RTFM question. From:
    [http://download.oracle.com/docs/cd/E18050_01/jca/docs11gr1/users/jca_usersguide.html]
    Is the following:
    Dynamic RemoteAccessPoint (RAP) Insertion
    In order to make default LocalAccessPoint to work, Oracle Tuxedo GWTDOMAIN gateway configuration is required in order to make this simplified /Domain configuration to work.
    GWTDOMAIN gateway must be modified to allow Dynamic RemoteAccessPoint (RAP) Registration. If DYNAMIC_RAP is set to YES, it will also update the in-memory database of the status of the connection from those dynamically registered RAP. If the connection from those dynamically registered RAP lost then the information about that RAP will be removed from the SHM database.
    GWADM must be modified to process the DM MIB correctly to reflect the connection status of those dynamically registered RAP. When the connection from those dynamically registered RAP lost their entries in the SHM database will also be removed so that the DM MIB query can return the connection status correctly.
    The dynamically registered RAP will be added to /DOMAIN configuration permanently. Their existence will only be known when the Session is established. Their existence will be lost when the connection is lost.
    The DM_CONNECTION Oracle Tuxedo /Domain DMIB call returns all the connected dynamically registered RemoteAccessPoint. All other dynamically registered RemoteAccessPoint that are not connected will not be shown.
    The OPENCONNECTION DMIB request will not be supported to connect to those dynamically registered RAP.
    The CLOSECONNECTION Oracle Tuxedo /DMIB request closes the connection and remove the session from those dynamically registered RemoteAccessPoint, and returns its connection status as 'UNKNOWN.
    The PERSISTENT_DISCONNECT type of CONNECTION_POLICY will be honored that means when PERSISTENT_DISCONNECT is in effect all connections request from any RAP, whether they are dynamically or non-dynamically registered, will be rejected.
    I must have overlooked this section when reading it. Looks like I've got more configuration to do.
    Thanks,
    Steve

Maybe you are looking for

  • Fonts not displaying properly (square symbols)

    I'm trying to troubleshoot an error in a 3rd party vendor's java applet where fonts are not displaying properly. It seems as though when the arial bold font is used, it does not display from a particular computer. (this is a company terminal server,

  • How to connect to BO from Excel 2007

    Hi everyone, as I am new to BO I need help how to establish connection to a BO Universe from Excel 2007 - what components I need to install to be able to make the connection, and steps for creating the connection Thanks in advance, Maria

  • Reg: Mass generation of roles with open authorization

    Hi,          Is there an option to mass generate roles with open authorizations ?          It would be helpful if it there exists some transactions or reports that would help in doing so unlike CATT scripts or batch sessions. Regards,

  • LOV Bug with rendering result?

    Hey, I'm attempting to create a basic LOV using either the "ADF LOV Input" or "ADF LOV Choice List" components. When I try to use these components with a small set of data they behave as one would expect, however I run into some odd behavior when the

  • Gnome3: wrong default application

    hello, i´ve installed Gnome 3.4. Always i put an usb-stick in my pc, i' ve been asking to open the usb-stick with rawtherapee insteed nautilus. I couldn´t find the entry of rawtherapee in "systemsystemsettings -> details -> removable medias" . So i c