Reg: Is it possible in weblogic 5.1 or 6 to get Transaction suport for MQseries & Oracle

          Hi
          I would like to know whether weblogic 5.1 or 6 provides support in a single transaction,
          transaction support for both oracle and MQseires, if so where can i find suitable
          documentation on this topic
          with regards
          Priya
          

The answer is definitely yes, starting in WLS 6.0, with
          some two reasonable limitations.
          There are limitations are the following:
          1. It must be on the server side. The registration of the XAResource
          can't happen in a client. It must happen in a startup class
          or EJB or servlet, etc. You can start it from a client (invoke
          an EJB or servlet) but the resource work must be
          on the server side.
          2. MQSeries can't be included if it is being used to drive a
          Message Driven Bean. Because the message is passed
          from MQ Series to WLS outside of a transaction, after
          which WLS will start a transaction (if so configured) and
          pass it to the MDB, the MQ Series message is not part
          of the transaction. The JavaSoft specs don't handle this case.
          For WLS JMS, this works because we have defined such
          an interface and implemented it. At least one other vendor
          understands the importance of having this feature and is
          interested in implementing it (it's not IBM).
          So to do what you want, it is necessary to:
          1. Use the XAResource version of the JDBC driver for Oracle.
          WLS is smart enough to look at the driver and see if it
          implements the XAResource interface and automatically
          register it as a resource. This has been documented
          in this newsgroup already or see
          http://e-docs/wls/docs60/adminguide/jdbc.html#1075694.
          2. Register the XAResource interface for MQSeries programmatically
          in the application. The code to do this has been posted
          at the BEA developer site for a few months in an article
          entitled "Using JTA Transactions to envelope WLS JMS and
          IBM MQSeries" (could I be more explicit), located at
          http://developer.bea.com/docs/jmsjta.jsp. It references
          another document that has more code, describing how to
          plug in a "foreign" (non-WLS) JMS provider, of which MQSeries
          is one, in a non-transaction manner (you need to do that
          first and then just add the resource registration) - see
          http://developer.bea.com/docs/jmsproviders.jsp.
          All of the necessary code is included in the documents (including
          how to download and install the Java libraries for MQSeries).
          Several people have told me that they have been able to
          use this as a starting place for their applications.
          You might also want to look at the JMS FAQ at
          http://developer.bea.com/docs/jmsfaq.jsp.
          In 6.1, support is added for importing foreign transactions.
          That means that in 6.0, WLS can drive a transaction with
          WLS JMS, Oracle, and MQ series, with WLS being the
          driving force. In WLS 6.1, a non-WLS transaction manager can
          drive a transaction that includes (transactionally infects)
          WLS resources (like WLS JMS).
          There are no white papers that I know of in this area and I haven't
          tested it myself (the goal is to have someone try out
          having WebSphere drive a transaction with WLS resources, soon).
          "Priya" <[email protected]> wrote in message news:[email protected]...
          >
          > Hi
          >
          > I would like to know whether weblogic 5.1 or 6 provides support in a single transaction,
          > transaction support for both oracle and MQseires, if so where can i find suitable
          > documentation on this topic
          >
          > with regards
          > Priya
          

Similar Messages

  • Can i make use of same wallet for both Oracle Weblogic Server and OHS

    We have configured an setup where Oracle HTTP Server 11g is configured as proxy server which will loadbalance the request to the cluster managed server.
    We have created the wallet and configured SSL for Oracle Weblogic server. Now we want to configure SSL for OHS (Oracle HTTP Server ) .
    Can we make use of same wallet.
    For creating wallet i have used keytool utility and for certificate Microsoft CA.

    10/04/15 11:47:00 Start process
    /apps/weblogic/Oracle_11g/ohs/bin/apachectl startssl: execing httpd
    Syntax error on line 70 of /apps/weblogic/Oracle_11g/instances/instance1/config/OHS/ohs1/ssl.conf:
    Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server configuration
    When i am using separate wallet and that too using oracle wallet manager it is working fine .. But with keytool utility it is not working...
    When used keytool it gave below error
    [2010-04-13T11:17:22.4873+04:00] [OHS] [ERROR:32] [OHS-2052] [mod_ssl.c] [host_id: dxb01-sol-intellectapp] [host_addr: 10.240
    .245.41] [pid: 22731] [tid: 1] [user: root] [VirtualHost: dxb01-sol-intellectapp:4443] server dxb01-sol-intellectapp:4443 ha
    s an invalid wallet: file:/export/home/weblogic/ohsssl :: 28759
    [2010-04-13T11:17:22.4874+04:00] [OHS] [ERROR:32] [OHS-2171] [mod_ssl.c] [host_id: dxb01-sol-intellectapp] [host_addr: 10.240
    .245.41] [pid: 22731] [tid: 1] [user: root] [VirtualHost: dxb01-sol-intellectapp:4443] NZ Library Error: Failed to open the
    wallet [Hint: incorrect path, incorrect password, bad wallet, ...]
    As per hint , the path was correct , wallet was perferct , no where i was passing the password. So thought of passing password for keytool and used SSLWalletPassword key , but later found that it is depricated ...
    That means we have to use oracle wallet manager where we can enable auto login ...
    Please Advice if i am wrong..

  • Weblogic Portal Application Issue | Previous Page getting rendered

    Problem:
    A (Login) --> B (Reset Password) --> A (Login)
    Submitting details on Page A takes to Page B. Clicking a link on Page B takes back to Page A. Making a selection in the header of Page A refreshes the page to change the locale of the page.
    What must happen?
    Page A should be refreshed. Since the refresh action of the page is set as begin, so begin of all the portlets on the page should be called. Page A i.e. login page with changed locale should be displayed.
    What is happening?
    Begin of Page B (which is a previous page) is getting called up. Result: Reset Password page is getting rendered and displayed.
    Possible Actions:
    I checked the render Cacheable property of the portlets to check if it is set to true. I was of the impression due to portlet caching mechanism; the previous portlet is called again.
    When I click the back link on Page B (taking me to page), I have modified the URL as follows:
    Assuming that _nfls will reset the page on which action is done.
    Yet the previous page is getting rendered. I am not getting any clue on what can be other possible issue. May be some property of portlet is required to be set. If anyone has faced such issue, please let me know.
    Note:
    The application is developed using Weblogic Portal 9.2 with AndroMDA.
    Edited by sizzlerdreamz at 02/20/2007 8:29 PM

    Did you get any solution for this we are also facing same problem. please let me know the solution if you have any

  • Is it possible to get a refund for a case i bought at the store but its not an apple product?

    I bought a kate spade plastic case at the store 2 months ago and even the first day of having it on my iPhone I had multiple issues with it. However, I couldn't return it because I was away at school. I went into the Apple store and asked about the possibility of getting a refund for the case but they said it was a third party product and to contact the manufacturer. I called kate spade and since i wanted a refund and purchased at the apple store there was nothing they could do and to ask the apple store for my money back because thats where I purchased it. Am I ever going to get a refund and what should I do at this point?
    Thanks
    Sara

    http://support.apple.com/kb/HT1933
    Regards.

  • XML DB: is it possible to get a row for each element in a container element?

    I have an XML document containing a container element (collection). If I query, using an XPath expression, the contained elements I get a row for each container element with the contained element concatenated. Is it possible to get a row for each contained element?
    I run this simple query:
    select extract(xmltype('<colors><color>Red</color><color>Green</color></colors>')
    , '/colors/color/text()').getstringval() from dual
    And get this result:
    EXTRACT(XMLTYPE('<COLORS><COLOR>RED</COLOR><COLOR>GREEN</COLOR></COLORS>'),'/COL
    RedGreen
    1 row selected.
    What I would like to have is:
    Red
    Green
    2 rows selected.
    Wishful thinking or possible? Many thanks!

    Sure. This is where our XMLSequence() function comes in. It allows you to treat the top-level nodes in a nodeset as if they were rows in a table when combined with the TABLE() operator. Here's an example.
    First, to make the SQL look a little cleaner, I like to define a function like this:
    create or replace function testdoc return xmltype as
    begin
      return xmltype('<colors><color>Red</color><color>Green</color></colors>');
    end;.
    To break out the nodeset of <color> elements as a table, we use the following query:
    select value(list_of_color_elements).extract('*/text()').getStringVal() as color
    from TABLE( XMLSequence( extract(testdoc(),'/colors/color'))) list_of_color_elements.
    Or, using the new-in-9.2 extractValue() operator so we don't have to remember the text() part:
    select extractValue( value(list_of_color_elements), '.') as color
    from TABLE( XMLSequence( extract( testdoc() ,'/colors/color'))) list_of_color_elements.
    Here the TABLE(XMLSequence(...)) combo produces a table of XMLType, with one XMLType object in each row of the table.
    In general, if the XMLType instance were coming from an XMLType table xmltab the query would look like this:
    select extractValue( value(colors), '.') as color
    from xmltab x, /* Important that this table comes earlier in the FROM clause! */
         TABLE( XMLSequence( extract( value(x),'/colors/color'))) colors.
    And if the XMLType were instead in a column of XMLType named doc in a table xmltab, then we would have the syntax:
    select extractValue( value(colors), '.') as color
    from xmltab x, /* Important that this table comes earlier in the FROM clause! */
         TABLE( XMLSequence( extract( x.doc ,'/colors/color'))) colorsOnce you get the hang of it, you'll see that the combination of TABLE(XMLSequence()) to "shred" XML nodes into rows, and XMLAgg() to aggregate fragments of XML across multiple rows back into a single document, is quite powerful.

  • Is it possible to connect the iPad to an Infocus and a remote for ppt presentations at the same time?

    I've always used PC and I'm planning on making the transition to Mac.  That's why I'm considering buying an iPad. Today I went to Best Buys and the Mac guy told me that it isn't possible to connect the iPad to an Infocus and a remote for ppt presentations at the same time. Is that true?  I'm a speaker and that was the main reason I was considering buying an iPad, so I didn't have to carry my laptop. Thanks for your help!

    Thanks for your reply. Looks like it can as I have just found this https://www.youtube.com/watch?v=nKp02y4JXVs

  • Is it possible to add PERNR field to MIGO or MB1A transaction screens?

    Hi,
    Ours is a service industry with @ 10000 employees and we have implemented SAP with MM & HR module. We issue uniforms to all the employees when they join (new Joinee) and again once in January every year as reissuance. We intend to keep size information in employee masters in HR along with station code, designation, department and cost centers.
    At present we are using two fields goods recipient and unloading point to mention employee code and type of issue (new joinee or reissuance). This is because employee code (PERNR) field is not there in MIGO_GI screen or MB1A screen.
    Is it possible to add PERNR field to any of these transaction screens?
    If added then we can fetch the relevant information about issuance of information along with station code, designation, department in Z report.
    If possible, then how it can be done?
    Thanks in advance,
    Satish

    Hi ,
    as i understand we can add new fields in a transaction through user exit /field exit. so please discuss with your ABAP consultant & try to find out all the exit available for MIGO/ MB1A. then you have to decide which one will suit you. here you have to consider some factors like whether you need to enter values in the field or the field needs to fatch any value from any other table & should populate here.
    the ABAPer can then write the code & add your required logic here.
    i am not very good in this subject. just tried to share what ever i knew.
    regards,
    anubhab

  • Weblogic 10.3.3 to 10.3.5 patch for linux 64 bit

    hi,
    I need weblogic 10.3.3 to 10.3.5 patch for linux 64 bit.
    Thanks and regards,
    Edited by: 853559 on Jun 14, 2012 8:32 AM

    Hi,
    the patch URL you can get from:
    http://www.oratoolkit.ch/download/
    but the thing is that you need to be an oracle customer with a valid customer support id (CSI) to download it. Without CSI there is no chance to get the patch.
    Cheers,
    David
    OCP 9i / 10g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

  • I want to install Snow Leopard Server on our MacPro (2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need to purchase another copy of Snow Leopard Server?

    I want to install Snow Leopard Server on our MacPro(2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need topurchase another copy of Snow Leopard Server?

    The OS disks that are shipped with a particular product
    are set up so that tey will only install on that product.
    It will install on any Mini of that exact vintage, but that
    is all.
    This is to prevent people from doing exactly what you
    are trying to do.  The license for OSX shipped with any
    is only valid for that product.  Also, Snow Leopard,
    including Server, is only permitted to be run on one
    computer at a time.  Bottom line, unlike Lion, legally
    you cannot install the same copy on multiple
    computers unless some "family pack" or site license
    is purchased.
    Yes, you need to purchase another copy.
    The copy of Snow Leopard license is here:
    http://images.apple.com/legal/sla/docs/macosx_snowleopard.pdf

  • Is it possible to be invoiced by Adove instead of signing up(subscribing) for Adobe FormsCentral with a credit card?

    Is it possible to be invoiced by Adove instead of signing up(subscribing) for Adobe FormsCentral with a credit card?

    No, currently we only allow for direct credit card billing of paid accounts. We don't offer any invoicing service for this product.
    Andrew

  • Is it possible to purchase an Applecare plan from the United States (LLA) for a MacBook Pro from Latin America (LZA)?

    Is it possible to purchase an Applecare plan from the United States (LLA) for a MacBook Pro from Latin America (LZA)?

    That's somewhat of a legal question which may not be able to be answered here by the uers/volunteers - I'd suggest you check with a local apple store.
    In the US, you can purchase it at any authorized reseller as long as you register it with the serial number of the computer within the first 364 days of ownership, but I do not know if a US product will work with one from another country.

  • Before, when reading PDF files, I was able to copy and paste part of the book. Now it is not possible. I can copy but when pasting gets nothing.  Antes, quando lia arquivos PDF, eu conseguia copiar e colar parte do livro. Agora isso não é possível.

    Before, when reading PDF files, I was able to copy and paste part of the book. Now it is not possible. I can copy but when pasting gets nothing.
    Antes, quando lia arquivos PDF, eu conseguia copiar e colar parte do livro. Agora isso não é possível. Eu consigo copiar, mas quando vou colar o texto, não cola nada.

    Caro Fabiano,
    Obrigado por ter contactado as Comunidades de Suporte Apple.
    Na origem do seu problema podem estar várias causas. Nomeadamente:
    O ficheiro (arquivo) que está a ler pode não ser texto, ou seja, pode ser texto transformado em imagem e exportado como PDF.
    A aplicação de destino (onde está a tentar colar o texto copiado) pode não aceitar a colagem de texto formatado.
    A aplicação que está a utilizar para abrir os ficheiros PDF pode não ser indicada para certo tipo de documentos. Experimente o iBooks, o Dropbox ou até mesmo o seu e-mail.
    No caso de nenhuma destas causas estar na origem do seu problema, forneça, por favor, mais informações sobre a origem do ficheiro (descarga pelo Safari, Mail ou outro) bem como o destino (documento Pages, Keynote ou Numbers ou outra aplicação que não o iWork).
    Atentamente,
    Gonçalo Matos
    Estou aqui para ajudar. Clique no botão "Reply" no caso de ter outra questão ou necessitar de outro esclarecimento para que eu possa ajudar da melhor forma que conseguir.

  • Is it possible for me to get separate bills for everyone on my line?

    Is it at all possible that I can get separate bills sent to different addresses for the people on my line?

        Hi Marie9312,
    I understand you would like to know if it possible for to get separate bills for everyone on your line. We are not able to send them but it  is possible for you to get them and print them for the ones you want to have the bills. Here's a link to help http://vz.to/1xiAkiJ. Once you view the bill, you can click the print tab and select the amount of copies you want.
    Thank you!
    EdW_VZW
    Follow us on twitter @VZWSupport

  • Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment

    Hi.
    This is definitely not supported, and I don't know that any work is scheduled in the future
    to support this JDK on WLS 5.1.
    Having said that, I was able to start WLS 5.1sp12 with JDK 1.4 with no errors. I didn't
    exercise any features, however.
    Regards,
    Michael
    Rakesh Gupta wrote:
    Is there service pack available for weblogic 5.1 to work with JDK 1.4 for NT Environment--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Possibility to assign a color profile in the color management tab for more video formats

    Presently, in After Effects CS5, in the color management tab of the "Interpret Footage" dialog box the possibility to assign a color profile to footage is grayed out for many video formats.
    Formats that allow to assign a color profile include Quicktime/JPEG2000, Quicktime/Motion JPEG A, Quicktime/Motion JPEG B, Quicktime/MPEG-4, Quicktime/Animation as well as various image sequences, like tiff-sequences. (Motion JPEG A,B and Quicktime/MPEG-4 are not very helpful in this context because they have a small color shift when reimported to After Effects.)
    Formats that do not allow to assign a color profile include Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V. (Here, H264 main concept has anyway the disadvantage that it has a color shift when reimported into After Effects.)
    In After Effects CS4 it was possible to assign a color profile to Quicktime/H264, Quicktime/PhotoJPEG, DVCPRO HD 1080p30, but in CS5 this is no longer possible.
    Those video formats that do not allow to assign a color profile automatically are interpreted as having the color profile HDTV (Rec. 709) Y'CbCr in case that the videos have 1920x1080 format; similar applies to PAL formats which get SDTV (Rec. 709) Y'CbCr color profile.
    (I did not find anything of this automatic assignment to HDTV or SDTV color profile in the "interpretation rules.txt" file, therefore it must be written into the programme itself.)
    With growing popularity of wide gamut monitors it becomes necessary to produce footage and other videos that have a color profile different from HDTV or sRGB. When such footage is reimported to After Effects it has the wrong color and the only workarounds are either to use (in After Effects) the effect "Color profile converter" which necessitates extra render time or to use somewhat unpopular formats, like JPEG2000 that has very large filesize.
    Presently many footage is produced in Quicktime/PhotoJPEG and therefore it would be very desirable to allow to assign a color profile to such footage in the color management tab of the "Interpret Footage" dialog box.
    Does anyone know why in AE CS5 the video formats Quicktime/PhotoJPEG and Quicktime/H264 do not allow to have an arbitrary color profile assigned (although it was possible in CS4), is it a bug, or does it have a deeper reason.
    In this context I have a related question, often I read that Quicktime videos have a gamma tag. Does this mean that part of the color profile (the gamma value) is actually embedded/remembered, like you have it for images where the gamma is part the embedded color profile.
    I use AE CS5 on Mac Pro 2009 with OS 10.6.7.
    Thanks,
    Volker

    Thank you Rick for this interesting explanations and the links to articles.
    In the past few days I performed a few tests in After Effects and it is interesting that you mention that cameras, like the Sony EX3, allow videos to have embedded color profiles. I am not working myself with cameras but either get footage from the internet or sometimes videos from our video department which produces videos with professional SONY cameras, usually I get them in a matrox mxf format.
    As far as my test with After Effects show it is not possible to embed color profiles in the videos rendered with After Effects. Independent of the color profile in the working space and independent from the color profile in the output module I always get the same reaction if I reimport videos rendered by After Effects back to After Effects:
    In AE CS5 videos made in the formats Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V  are always interpreted as color profile SDTV/HDTV (Rec. 709) Y'CbCr (even if I made them in other color profiles, such as Adobe RGB, Photo RGB, sRGB); and there is no possibility to change this interpretation rule.
    In contrast videos made in the formats Quicktime/JPEG2000, Quicktime/Motion JPEG A, Quicktime/Motion JPEG B, Quicktime/MPEG-4, Quicktime/Animation are always interpreted as sRGB (even if if I made them in other color profiles, such as Adobe RGB, Photo RGB, HDTV); only this time I can change the interpretation rule. Therefore if I know for example that if I had selected Photo RGB in the Output module I can change after the reimport the interpretation rule from sRGB to Photo RGB and only then I get again the original colors.
    The only exceptions are picture sequences, such as tiff-sequences, where the original color profile is automatically selected in the interpretation of the footage.
    Therefore, unfortunately for videos produced by After Effects your advice "If it says something like sRGB and you can change it, in most cases you shouldn't change it because the guess is probably right. If there is no color profile assigned then you should assume that is correct." is not so easy to be applied. You have to know how you did it originally in the Output module and hope that you can change it to the proper color profile, in case that the original color profile in the Output module was different from sRGB and HDTV/SDTV. But it is interesting to hear from you that with cameras there seem to be more possibilities.
    For this reason it would be nice if in future versions of After Effects one could change the color profile in the the color management tab of the "Interpret Footage" dialog box also for formats such as Quicktime/PhotoJPEG, Quicktime/H264, H264 main concept, DVCPRO HD 1080p30, F4V.
    Of course one can always circumvent shortcomings by using tiff-sequences, QT/jpeg2000, or QT/Animation as formats for storing, which is anyway better for lossless or nearly lossless storing, but the files are then too large and also cannot be played easily with a player.
    Volker

Maybe you are looking for