Weblogic support for Parlay/OSA protocol

I am looking for the information related to support Parlay/OSA specifications (www.parlay.org)
by Weblogic.
Please respond if you have heard/known something on that.
Thanks.
Gennady

S-23167: The support for Parlay X comes from Wysdom's MAP-OS 5.3 based on the BEA
WebLogic Platform 8.1 and not from BEA itself:
(http://www.wysdom.biz/news_archive3.html)
"Gennady Dosovitsky" <[email protected]> wrote:
>
I am looking for the information related to support Parlay/OSA specifications
(www.parlay.org)
by Weblogic.
Please respond if you have heard/known something on that.
Thanks.
Gennady

Similar Messages

  • Information on Weblogic support for TANDEM

    Dear all,
    I would like to know whether Weblogic supports Tandem with Guardian OS. I need
    to integrate applications in TANDEM, IBM OS/390 and Windows OS.
    Please let me know if this possible.
    Regards,
    Virinchi K V N

    S-23167: The support for Parlay X comes from Wysdom's MAP-OS 5.3 based on the BEA
    WebLogic Platform 8.1 and not from BEA itself:
    (http://www.wysdom.biz/news_archive3.html)
    "Gennady Dosovitsky" <[email protected]> wrote:
    >
    I am looking for the information related to support Parlay/OSA specifications
    (www.parlay.org)
    by Weblogic.
    Please respond if you have heard/known something on that.
    Thanks.
    Gennady

  • Disable weak ciphers and support for all SSL protocols prior to v3.

    I am very new to Weblogic and I need a little help with the SSL configurations. I received a security audit back and discovered that Weblogic's SSL is running weak ciphers and also supporting unacceptable versions of SSL (we require a minimum of SSLv3 and need to deny connections with anything less). That said, can anyone point me in the right direction for disabling weak ciphers as well as forcing support for SSLv3 and up only for client connections. I am running Weblogic 10.3.
    Edited by: David Pulliam on Jan 26, 2011 8:31 AM

    Hi David,
    -Dweblogic.security.SSL.protocolVersion=SSL3 —> Using this JAVA_OPTION will allow Only SSL V3.0 messages are sent and accepted. So add the mentioned JAVA_OPTION in the server start script along with the below OPTION:
    -Dweblogic.security.disableNullCipher=true
    Also you can do the following in your "config.xml" to make sure that the Weblogic will not accept weak and medium weak passwords:
    <ssl>
           <enabled>true</enabled>
          <ciphersuite>TLS_RSA_WITH_RC4_128_SHA</ciphersuite>
          <ciphersuite>TLS_RSA_WITH_RC4_128_MD5</ciphersuite>
          <hostname-verification-ignored>true</hostname-verification-ignored>
          <listen-port>7002</listen-port>
          <server-private-key-alias>aliasHere</server-private-key-alias>
          <server-private-key-pass-phrase-encrypted>encryptedpassphraseHere</server-private-key-pass-phrase-encrypted>
    </ssl>Thanks
    Jay SenSharma
    http://middlewaremagic.com/weblogic (Middleware magic Is Here)

  • JDeveloper Weblogic support for IE 10

    Hi,
    Which Jdeveloper and Weblogic versions support IE 10?
    We are using Jdev 11.1.1.4.0 and it does not support IE 9.
    Thanks in advance!

    Oracle WebLogic 10.3.4
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html
    no support for IE 10

  • Oracle BPEL support for Multiple Transport Protocols

    Hi All,
    Does BPEL support all protocols ?
    JMS/ FTP/FTPS/Http/Https/TCP-IP
    ?

    As mentioned before, the BPEL language itself is a programming language. Via BPEL partner links it is able to connect to other systems. In Oracle SOA Suite, we support by default adapaters (and this protocols):
    JMS/FTP/FTPS/Database/AQ/MQ-Series/WebServcis.
    Third party companies such as Iway, delivers other adapters to connect to other systems and/or protocols.

  • Weblogic support for Suse SLES 8 Intel

    I'm trying to find out whether Weblogic 8.1 SP3 supports SLES 8 and whether Weblogic 7.0 SP5 supports SLES 8. I saw from the download site that only RHEL 3.0 and RHEL 21 are supported respectively. What any additional platform certification done.

    Boon Keong wrote:
    Hi All,
    Does WebLogic Application Server 7.0 supports DB2 8.0 ?
    Thanks in advance.
    Boon KeongTo the extent that you mean standard JDBC, we have no option or problem
    in supporting any JDBC driver to any DBMS in any of our servers. Tell me
    more about your question. Have you tried and had problems?
    Joe

  • WebLogic support for Web Reporting solution?

     

    I, too, am looking for a solution for serving reports over the web
    end users -- any luck in your search?
    Thanks,
    K

  • Java support for NMEA (0183) protocol

    Hey,
    Hope this question is in right place....
    How to use NMEA 0183 protocol data from GPS device trough RSR-232 serial cable to PC with Java? Where to start?
    thanks, Rami

    Take a look at the java comm api, that gives you access to the serial port.
    I take it you already have the details of the NMEA protocol?

  • Oracle's support for Z 39.50

    Hi,
    (1) I would like to know if Oracle 9i DB comes with any kind of built in support for Z39.50 protocol.
    (2) If the answer is NO, can we achieve the same by installing some other software on the DB server ? Is this kind of setup a proven ( secure and efficient) way of exposing my DB to external search queries over the Internet ?
    I also would like to know what is Oracle's official stand on this.
    Thanks in advance,
    Best Regards,
    Karthik

    Oracle Workflow is required to be installed in an Oracle database. However, the Business Event System could be used to communicate with non-Oracle databases if they can take event messages from AQ queues.

  • Web Service Support for WebLogic

    Add Support for Web Services to WebLogic using IONA's XMLBus
    For anyone interested in Web services, IONA has just released a free
    technology preview of iPortal XMLBus, with support for BEA WebLogic 6.0
    patch 1. You can download it today from www.xmlbus.com, a Web site entirely
    dedicated to Web services.
    The iPortal XMLBus Technology Preview enables Java Developers to turn
    existing EJBs and Java Applications into Web services. XMLBus is 100% pure
    Java and installs seamlessly on top of the
    WebLogic. It implements the W3C v1.1 draft specifications of SOAP and WSDL.
    SOAP is the communication protocol used by Web services to traverse over
    HTTP, SNMP, and FTP. WSDL has become the standard for describing Web service
    interfaces in XML.
    XMLBus automates the process of turning Java classes into Web services,
    ensuring that Java developers do not need to learn a whole new programming
    language to turn existing applications into Web services.
    Wizards guide the developer through the identification of interfaces and
    methods the developer wants to become a Web service. The wizard deploys a
    SOAP Listener and a WSDL interface for that Java Class, as well as Java
    client proxy applications. The client proxy can easily be incorporated into
    any Java Application to invoke the corresponding methods described in the
    WSDL.
    Download a free copy of the iPortal XMLBus Technology Preview from:
    http://www.xmlbus.com/work/
    Post Questions to the XMLBus Newsgroup:
    news://inews.iona.com/iona.products.xmlbus
    For more information on SOAP or WSDL, reference: http://www.xmlbus.com/learn
    thanks
    becky
    Rebecca Dias
    Technical Product Manager
    IONA Technologies
    http://www.iona.com
    http://www.xmlbus.com
    Mailto:[email protected]

    This is fixed now. Someone had defined a Servlet for the web service in web.xml that was preventing the EJB container to kick in.
    Edited by: user572625 on Aug 25, 2011 11:54 PM

  • How to add support for new JDBC Drivers in WebLogic Server?

    Hi!
    I am using WebLogic Server 10.
    As we know,WebLogic Server contains some jdbc drivers itself,but if we want to use another drivers besides them,what can we do?(I am using Oracle 11g,but WebLogic Server 10 doesn't contain JDBC support for it.)
    Just copy the .jar files of the drivers to the directoty "WL_HOME/server/lib" or need to configure something else?
    Thanks!
    Huang

    Hi!
    I am using WebLogic Server 10.
    As we know,WebLogic Server contains some jdbc drivers itself,but if we want to use another drivers besides them,what can we do?(I am using Oracle 11g,but WebLogic Server 10 doesn't contain JDBC support for it.)
    Just copy the .jar files of the drivers to the directoty "WL_HOME/server/lib" or need to configure something else?
    Thanks!
    Huang

  • Does Weblogic server 9.2 provide support for CRL checking

    Does Weblogic server 9.2 provide support for CRL checking?

    No, but you can create a custom CertPath provider for your own implementation.
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • Is XA transactions supported for the SOA Suite 10.1.3.4 on weblogic platfor

    There are 2 weblogic domains 1 & 2. Domain 1 hosts the JMS queue and domain 2 hosts the BPEL process. The BPEL process in domain 2 uses JMS adapter to get messages from domain 1. With queues on Weblogic domain 1, is XA transactions supported for the SOA suite 10.1.3.4 BPEL process JMS Adapter on weblogic domain 2?

    There are 2 weblogic domains 1 & 2. Domain 1 hosts the JMS queue and domain 2 hosts the BPEL process. The BPEL process in domain 2 uses JMS adapter to get messages from domain 1. With queues on Weblogic domain 1, is XA transactions supported for the SOA suite 10.1.3.4 BPEL process JMS Adapter on weblogic domain 2?

  • Oracle support for Weblogic 7 under LINUX

    Hi,
    Does anyone know what happened to oracle support in weblogic 7.0 for linux platform,
    as it seems that the drivers are not included? Are there any discussions on that
    topic anywhere?
    thanks.
    Zlatko

    It DOES appear that there is support for WebLogic jDriver for Oracle on Linux:
    see http://e-docs.bea.com/wls/certifications/certifications/redhat_linux.html#39532
    The strange thing here is that, apparently, the Oracle drivers located @ lib/linux/i686/oci817_8/libweblogicoci38.so
    and lib/linux/i686/oci817_8/libweblogicoxa38.so are "Type 2" ODBC drivers which
    require an Oracle client to be installed on the WebLogic machine, but Oracle doesn't
    support installation of the client on RedHat 7.2, which is required (according
    BEA's doc) for installation of WebLogic 7.0. Can someone reconcile this apparent
    conflict?
    Laurent Goldsztejn <[email protected]> wrote:
    Hi,
    There is currently no support for WebLogic jDriver for Oracle on Linux
    with WLS 7.0. Please check the following page for update on this topic.
    http://www.weblogic.com/platforms/index.html#jdbc
    Zlatko Mesaros wrote:
    Hi,
    Does anyone know what happened to oracle support in weblogic 7.0 forlinux platform,
    as it seems that the drivers are not included? Are there any discussionson that
    topic anywhere?
    thanks.
    Zlatko
    Thank you,
    Laurent Goldsztejn
    Developer Relations Engineer
    BEA Support

  • WLC 5500 support for Diameter protocol?

    We have been having issues with wireless user authentication (sessions start/die). Multiple authentications are sometimes needed for end users to connect. We use 802.1x to Microsoft Radius in server 2008 R2, and it's flaky. I've read up on the Diameter protocol, and it looks like it would be very good to use. However, our WLC 5508's only support the normal (and very old UDP version) of Radius.
    Does Cisco plan on enhancing the software to be able to support Diameter in the future?

    That is something you would need to ask your Cisco SE about. I haven't heard anything regarding future support for that, but that doesn't mean it will not happen. 
    Mad far as your current deployment, I have many customers who are using Microsoft IAS and NPS for radius with no issues like what you are having. It's something you need to understand why they are not connecting right away. Many times it can be how the WLAN is configured or driver related issues. 
    -Scott

Maybe you are looking for

  • How do I delete an old version of card star when there is no icon on the desktop?

    I received a notice at the App Store that an update for Cardstar was available.   This is on my Gen 1 iPad running iOS 6.1.3.  I clicked the upgrade button but the progress bar never indicated progress.  Cardstar is listed in Settings, but there is n

  • Is there a way to create global outlook template

    Trying to create a global template. This email address has shared permissions. I have a user that wants a Outlook template that will run even she is logged out of her computer. It is being used as a auto reply that the email was received. The reason

  • Write XML to the server... ? Problem !

    Hi, I need your help ! I'm trying to reach the "Weather" example web service in WL 6.1. My aim is to write XML direct into a socket, over HTTP, and read the response... I have included the code I am using, but it is not successful for the moment. I k

  • J2ME vs WAP ?

    Hi, I am starting on wireless, but I have a question about the difference to develop a WAP application (WEB server + JSP + WML) that the user can access from their device (PDA, Cell phone) in order to access some resources vs. develop an application

  • How do I get a reliable schedule for automatic update in Windows Server 2012 R2?

    I don't understand why MS broke the automatic update in Windows Server 2012 R2. In previous versions, I used to set it for automatic updates - Saturdays at 2AM. I can no longer pick a weekly update in the GUI and the time seems to have no impact on i