WebLogic Enterprise 6.0 and Tuxedo 8.0

hi folks,
I have to propose a customer an BEA back-end processing solution with their
web services, but I've got confused in choosing between WebLogic Enterprise
6.0 and Tuxedo 8.0. So I need to know what is the different things during
these products. And, are they an identical product and license ?
Thanks in advance,
Apichai H.

Peter,
Thank you so much.
Apichai H.
"Peter Holditch" <[email protected]> wrote in message
news:[email protected]..
Apichai,
The latest release of WebLogic Enterprise is a bundle of the WebLogicServer
product (for java programming) and the Tuxedo 8.0 product (for COBOL/C/C++
XATMI programming and C++/ CORBA programming) with a connector betweenthe
two.
Regards,
Peter.
Got a Question? Ask BEA at http://askbea.bea.com
The views expressed in this posting are solely those of the author, andBEA
Systems, Inc. does not endorse any of these views.
BEA Systems, Inc. is not responsible for the accuracy or completeness ofthe
information provided
and assumes no duty to correct, expand upon, delete or update any of the
information contained in this posting.
Apichai Homrossukhon wrote:
hi folks,
I have to propose a customer an BEA back-end processing solution with
their
web services, but I've got confused in choosing between WebLogicEnterprise
6.0 and Tuxedo 8.0. So I need to know what is the different thingsduring
these products. And, are they an identical product and license ?
Thanks in advance,
Apichai H.

Similar Messages

  • Weblogic Enterprise 5.1 and threads

    I know when building servers based on WLE 4.2 in was a big no-no to link in threading libraries like pthread and thread. Is this still the case in Weblogic Enterprise 5.1?

    According to the product information, WLE 5.1 does not support Oracle 8.1.6, it
    only goes up to
    Oracle 8.1.5. But in general, I thought that with oracle there are 2 sets of
    libraries, one for threads and
    one for non-threaded support. You need to use the correct one, in the case of
    WLE, that would be the
    non-threaded one.
    MAS
    Paul Power wrote:
    Thanks Mary,
    Do you know of any customers who have managed to work
    with Oracle 8.1.6 without linking with the thread libraries ?
    cheers,
    P.
    Mary Ann Slavin wrote in message <[email protected]>...
    WLE 5.1 C++ is not a threaded product. Compiling WLE 5.1 C++ with thread
    libraries is not supported and will give unpredictable results for allprograms.
    This should not be done.
    Paul Power wrote:
    Hi Mary,
    Is it a dictate from BEA that you "can't" link with thread libraries ?
    We are using WLE 5.0.1 ( and some 5.1) with Oracle 8.1.6 on
    Solaris and found that we had to link using -lthread in order to use
    Oracle (not the case in 8.1.5)
    We don't actually attempt to try any threading in our apps and
    have not had any problems yet but if it's the case that there
    are known problems using threads we'd love to hear about
    them :-)
    As an aside, is Oracle 8.1.6 cleared for use by WLE ?
    P.
    Mary Ann Slavin wrote in message <[email protected]>...
    No matter how WLE 5.1 C++ is used, it cannot be compiled with threadedlibraries, so that restriction remains.
    A WLE C++ server can act as a client and call a WLE Java Server. Doingthis does not require the WLE C++ server to be compiled with threaded
    libraries.
    Wendell MacKenzie wrote:
    Does this also mean if CORBA C++ servers want to invoke threaded
    JavaServers
    the same DEFECT will be prevent this from being accomplished?
    Mary Ann Slavin wrote:
    WLE 5.1 does not have threads in the C++ clients or servers. Java
    threads are naturally occuring in the language, however, there are WLE
    restrictions on what can be done in the
    Java threads. These are documented.
    jd wrote:
    I know when building servers based on WLE 4.2 in was a big no-no
    to
    link in threading libraries like pthread and thread. Is this still thecase
    in Weblogic Enterprise 5.1?
    >

  • Weblogic and Tuxedo server : Security Audit Logs

    In our application we are using the weblogic server 7.0 and Tuxedo server 7.1 (to improve performance). When the user logged in to the application, the security logs are captured from tuxedo.
    Can anyone tell us, how the auditing can be enabled in security logs of tuxedo server?

    > Has anyone done this before and can show me some snippets of code?
    The example code and FM's you are looking for are in report RSAU_READ_AUDITLOG_EXTERNAL.
    Cheers,
    Julius

  • WebLogic Enterprise 5.1: Which version of Tuxedo included?

    Hi,
    can you tell me, which version of Tuxedo is included in WebLogic Enterprise
    5.1?
    Thanks,
    Marita

    Marita,
    My understanding is that it is a version of Tuxedo based on v6.5, but not
    released in any form other than as the deployment engine for WLE 5.x
    Tuxedo 8.0 (which includes the C++ CORBA support formerly only available as part
    of the "WLE" product obviously shares a single Tuxedo kernel between ATMI and CORBA
    Of course, as with all Tuxedo versions, the version underpining WLE 5.x will
    interoperate with other supported versions, so the exact version shouldn't be a
    cause for concern.
    Regards,
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, and BEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness of the
    information provided
    and assumes no duty to correct, expand upon, delete or update any of the
    information contained in this posting.
    Marita León Ohl wrote:
    Hi,
    can you tell me, which version of Tuxedo is included in WebLogic Enterprise
    5.1?
    Thanks,
    Marita

  • Weblogic 10gR3 standard edition and enterprise edition

    Difference between weblogic 10gR3 standard edition and enterprise edition ??

    WebLogic Server software is the same in all of the various download distributions available that vary on platform and 32/64 bit architecture. However, which features are licensed for use vary by the edition customers license, which is covered here:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14860/products.htm#i1041725
    That link is for WLS 11g, but it applies generally to WLS 10.3.0 as well.

  • Can a Weblogic ejb access a non-tuxedo corba object?

    Hi,
    A few years back I had a java client using the Weblogic Enterprise CORBA client
    call a remote non Tuxedo ORB via rmi-iiop. Now I am wondering whether I can have
    a Weblogic ejb call a remote non tuxedo ORB via rmi-iiop. From the documentation
    all that I can find is how to call into Websphere with an idl client, and how
    to use rmi-iiop to a remote, I am assuming, Websphere server. The only reference
    I can find is at http://e-docs.bea.com/wls/docs70/faq/server.html#287901, but
    it does not detail how the client finds the object.
    In my java client example I had a string ior which I passed to string_to_object().
    This returns an "object" that when I invoke a method of, the CORBA client miniorb
    would then send via IIOP to the remote orb. I implemented something similar in
    an ejb (using a string ior and calling string_to_object) and compiled it with
    my stubs. When I run it, it appears that it works fine until the actual _invoke()
    where it calls calls out via iiop and I get the following exception:
    org.omg.CORBA.COMM_FAILURE: minor code: 1398079491 completed: No
         at com.sun.corba.se.internal.iiop.IIOPConnection.send(IIOPConnection.java:987)
         at com.sun.corba.se.internal.iiop.IIOPOutputStream.invoke(IIOPOutputStream.java:76)
         at com.sun.corba.se.internal.iiop.ClientRequestImpl.invoke(ClientRequestImpl.java:91)
         at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:158)
         at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:198)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:459)
         at com.unisys.otm.InteropTest._OTMSvcStub.sayHello(_OTMSvcStub.java:37)
         at com.unisys.otm.WOTest.HelloBean.sayHello(HelloBean.java:71)
         at com.unisys.otm.WOTest.HelloBean_3p5ifg_EOImpl.sayHello(HelloBean_3p5ifg_EOImpl.java:77)
    It would be helpful to know where I can look up the minor code to determine if
    there is a meaningful explanation. I am assuming that it is not getting out to
    the network, because the destination machine shows no request being received.
    If anyone has had experience with this and could offer me some insight, I would
    appreciate it.
    Thanks,
    Elizabeth Roush
    Unisys

    Thanks. You mention that prior to 7.1 this would only involve the jdk orb. What
    happens in 7.1?
    Thanks,
    Elizabeth Roush
    Unisys Corp
    Andy Piper <[email protected]> wrote:
    "elizabeth roush" <[email protected]> writes:
    A few years back I had a java client using the Weblogic EnterpriseCORBA client
    call a remote non Tuxedo ORB via rmi-iiop. Now I am wondering whetherI can have
    a Weblogic ejb call a remote non tuxedo ORB via rmi-iiop. From thedocumentation
    all that I can find is how to call into Websphere with an idl client,and how
    to use rmi-iiop to a remote, I am assuming, Websphere server. Theonly reference
    I can find is at http://e-docs.bea.com/wls/docs70/faq/server.html#287901,
    but
    it does not detail how the client finds the object. Yes you can do this, although you should not use WLEC.
    In my java client example I had a string ior which I passed to string_to_object().
    This returns an "object" that when I invoke a method of, the CORBAclient miniorb
    would then send via IIOP to the remote orb. I implemented somethingsimilar in
    an ejb (using a string ior and calling string_to_object) and compiledit with
    my stubs. When I run it, it appears that it works fine until the actual_invoke()
    where it calls calls out via iiop and I get the following exception:
    org.omg.CORBA.COMM_FAILURE: minor code: 1398079491 completed: No
         at com.sun.corba.se.internal.iiop.IIOPConnection.send(IIOPConnection.java:987)
         at com.sun.corba.se.internal.iiop.IIOPOutputStream.invoke(IIOPOutputStream.java:76)
         at com.sun.corba.se.internal.iiop.ClientRequestImpl.invoke(ClientRequestImpl.java:91)
         at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:158)
         at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:198)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:459)
         at com.unisys.otm.InteropTest._OTMSvcStub.sayHello(_OTMSvcStub.java:37)
         at com.unisys.otm.WOTest.HelloBean.sayHello(HelloBean.java:71)
         at com.unisys.otm.WOTest.HelloBean_3p5ifg_EOImpl.sayHello(HelloBean_3p5ifg_EOImpl.java:77)
    It would be helpful to know where I can look up the minor code to determineif
    there is a meaningful explanation. I am assuming that it is not gettingout to
    the network, because the destination machine shows no request beingreceived.
    In WLS releases prior to 7.1 this will only involve the JDK orb and so
    you should look through the JDK docs for the minor code. In general
    this sort of failure means that you have got the host or port
    wrong. You should check that the test works standalone before trying
    it inside WLS.
    andy

  • Weblogic Enterprise manager with Oracle Portal

    Hi All,
    Iam working on a architecture defination which is basically a B2B and B2C based web applications. I intially thought the Oracle Portal+Oracle BPM as the right combination as it gives a complete technical stack as well as we will have a well defined control over the integrations.
    Since the application requires high sclability and high transactions support, wanted to choose Weblogic Enterprise manager instead of oracle AS. In this context i have following quoestions
    1. Will the Oracle Portal+Oracle Discoverer+Portlets(PLSQL, JAVA) can be ported onto WEBLOGIC Enterprise manager server?
    2. What is the feature of OracleASOC4J?
    Request to respond on this as quicly as possible
    Advance Thanks,
    Sreedhar

    In a RAC environment database control runs by default on a master mode,when this node goes down,EM does the same. There's a comprehensive article on metalink how to handle this:
    How to manage DB Control 10.2 for RAC Database with emca
    Doc ID: 395162.1
    Werner

  • Spring Facet not available in Weblogic Enterprise Pack for Eclipse?

    Hi guys, just wondering if the Spring Facet will be available for the Weblogic Enterprise Pack for Eclipse? If yes, when can we expect this to be released?

    Spring Facet and other integration with Spring IDE will be in the next release of Oracle Enterprise Pack for Eclipse, which will ship in the next couple of months.
    - Konstantin

  • WebLogic Enterprise Security???

    Does anybody tell me how long the weblogic enterprise security is in the market?
    And also what is the specific business purpose of this product?
    Thanks
    Lara

    These pages have a lot of info on the subject:
    http://dev2dev.bea.com/products/wlesecurity/index.jsp
    http://www.bea.com/framework.jsp?CNT=overview.htm&FP=/content/products/security/
    Pavel.
    "Lara123" <[email protected]> wrote:
    >
    Does anybody tell me how long the weblogic enterprise security is in
    the market?
    And also what is the specific business purpose of this product?
    Thanks
    Lara

  • Application deployment order with weblogic-ejb-jar.xml and jndi-name

    I have two applicatation working on Weblogic server v. 10.3.6.
    First of them creating one ejb stateless bean and creates JNDI maping for it (in weblogic-ejb-jar.xml file):
    <weblogic-enterprise-bean>
         <ejb-name>ConfigMenegerBean</ejb-name>
         <stateless-session-descriptor>
         <stateless-session-descriptor>
              <business-interface-jndi-name-map>
              <business-remote>package.ConfigurationSessionRemote</business-remote>
              <jndi-name>ConfigMeneger</jndi-name>
              </business-interface-jndi-name-map>
         </stateless-session-descriptor>
         <enable-call-by-reference>true</enable-call-by-reference>
         <jndi-name>ConfigMeneger</jndi-name>
    </weblogic-enterprise-bean>
    Second appication have to refer for this bean by JNDI using spring been lookup :
    <jee:jndi-lookup id="configManager" jndi-name="ConfigMeneger"/>
    I changed deployment order parameter for both apllication(first=100 and second=500) in order to first app start first and share bean by jndi to another application. Unfortuantelly I got an error :
    javax.naming.NameNotFoundException: Unable to resolve 'ConfigMeneger'. Resolved ''; remaining name 'ConfigMeneger'
    How can I configure deployment order that first application make jndi mapping for bean, before the second application will use it ?

    Ok in a way I have solved my problem (even if I am not completely satisfied by the way on how to proceed...). So thanks to message "JBuilder7.0 and Weblogic6.1" on EJB sun forum :
    http://forum.java.sun.com/thread.jsp?thread=285735&forum=13&message=1255488
    I have tried the following actions (mentionned in the other forum messages):
    - To preserve changes to weblogic*.xml, the safest way is to change the ejb-borland.xml.
    (I am not sure that I have applied this advice correctly, because I suppose that syntax is not similar in weblogic file or borland file).
    And you can MANUALLY update the weblogic file in your JAR archive.
    1. Open the EJB JAR file in Winzip and extract the weblogic-ejb-jar.xml file, so that a copy exists in your
    project directory.
    2. Open this file (in Notepad), add the WebLogic specific information, and then save the file.
    3. Now, when you are finished with the build cycle and are ready to deploy, you may open the EJB jar file
    and swap in the weblogic-ejb-jar.xml file."
    Good Luck.

  • Weblogic Server vs Weblogic Enterprise

    What is the difference in security functionality between Weblogic Server and
    Weblogic Enterprise? Can I use Weblogic Server in conjunction with a single
    user sign on to secure my EJB objects?
    thanks
    scott

    I suggest taking a look at our external website: www.BEA.com. A summary of
    the WLS security is located there -- and you can also look at the product
    WLE to check out the security functionality there.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "scott mcfadden" <[email protected]> wrote in message
    news:[email protected]..
    What is the difference in security functionality between Weblogic Serverand
    Weblogic Enterprise? Can I use Weblogic Server in conjunction with asingle
    user sign on to secure my EJB objects?
    thanks
    scott

  • Weblogic.ejb20.locks.LockTimedOutException and pb with weblogic-ejb-jar.xml

    Hello All,
    I get a strange problem when I try to log in to the J2EE application based on EJBs:
    weblogic.ejb20.locks.LockTimedOutException
    I see that I can add an option to the weblogic-ejb-jar.xml file, and I hope that can help for my previous problem:
    <weblogic-enterprise-bean><stateful-session-descriptor>
    <allow-concurrent-calls>true</allow-concurrent-calls>
    </stateful-session-descriptor></weblogic-enterprise-bean>
    But I can not edit the weblogic-ejb-jar.xml file under JBuilder ! the file is probably read-only, but I do not know how to change the property. I can not find this file directly under JBuilder directories.
    So I have tried to open the module.jar that contained this file. I have checked: the file is not read-only. I have modified directly manually the weblogic-ejb-jar.xml file, but now I get this error in Jbuilder when I open the weblogic-ejb-jar.xml file:
    URL: Transformation requires a XSL StyleSheetThe Node does not have a style sheet associated with itEither add a style sheet using the Add stylesheets button on the toolbar or add a valid XSL Processing instruction to the document directly
    In conclusion, what should I do to be able to modify the weblogic-ejb-jar.xml file properly ??

    Ok in a way I have solved my problem (even if I am not completely satisfied by the way on how to proceed...). So thanks to message "JBuilder7.0 and Weblogic6.1" on EJB sun forum :
    http://forum.java.sun.com/thread.jsp?thread=285735&forum=13&message=1255488
    I have tried the following actions (mentionned in the other forum messages):
    - To preserve changes to weblogic*.xml, the safest way is to change the ejb-borland.xml.
    (I am not sure that I have applied this advice correctly, because I suppose that syntax is not similar in weblogic file or borland file).
    And you can MANUALLY update the weblogic file in your JAR archive.
    1. Open the EJB JAR file in Winzip and extract the weblogic-ejb-jar.xml file, so that a copy exists in your
    project directory.
    2. Open this file (in Notepad), add the WebLogic specific information, and then save the file.
    3. Now, when you are finished with the build cycle and are ready to deploy, you may open the EJB jar file
    and swap in the weblogic-ejb-jar.xml file."
    Good Luck.

  • Unable to Enterprise Service Repository and Intergration Directory in SAP PI 7.1

    Hello Experts,
              I am unable to open Enterprise Service Repository and Integration Directory in SAP PI. The error displayed while opening the tools is "Can not find Message File". I have tried installing Java versions from 1.5 to 1.7 .Also all the Host and Services files entry are correctly pasted in drivers--> etc--> folder. But still the problem persists... Would request you help me on this so that i can start my work. Please find the below error screen shot... Thanks a lot in advance.
    Best Regards,
    Prashanth Bharadwaj.Ch

    Hi All,
         As per your previous conversation,If java is installed properly a pop up window will be opened. I have typed JAVAWS in run command. Please the below screen shot. Even the problem persists.. Kindly help. Thanks a lot in advance
    Best Regards,
    Prashanth Bharadwaj.Ch

  • Configuration problem in Weblogic 8.1.1 and 8.1.3

    We have a problem when we hitting instrumented axis services in weblogic 8.1.1 and 8.1.3.
    1.First we create a domain its use for only axis services.
    2.We set the class path according to my project.
    3.I start the server and deploy my axis services.its deploying nicely.
    4.After that used my project and configure the services to getting log file purpose.
    5.After instrument/configuration the service,I restart the server that time the service is redeploy and create the temporary file in .wlnotdelete directory our jar file put inside in this folder extract/myserver_calc1_calc1.This is my deploying service place.
    6.But its not happening in this version of weblogic in that we redeploy the same services its works fine and getting log files.
    7.when i redploy the same service that time only its working fine.
    8.But i don't want to redploy the service. I want only restart time its happen that's only correct.
    9.This problem is only happening in weblogic 8.1.1 and 8.1.3 its not happening in weblogic 7.5 and 8.1.4 is working fine and getting log files.
    10.can any one give me a solution to rectify this problem in Weblogic 8.1.1 and 8.1.3.

    I don't know about that, but I am using MyFaces and tomahawk with WLS8.1 sp5 jdk1.4.2_05 and it works fine.
    I do remember getting such an error when I moved from Sun RI to MyFaces and all I can recall is that it was a commons library mismatch problem or some classpath problem...

  • Weblogic Integration Interview Questions and Answers

    Can some one send me WebLogic Integration interview questions and answers to [email protected] and [email protected]
    Thank you.

    hi all,
    can any one help us how to get or retrieve DataSource Names in weblogic using java code.
    it is very urgent. please copy the java code here.
    Somu :)

Maybe you are looking for

  • Cannot completely uninstalled trial version of Adobe Acrobat Professional 9

    Hi, I've downloaded Adobe Acrobat Pro 9 as a 30-day trial. When 15 days or so have passed, I've decided to discontinue my use and uninstalled the trial version via Control Panel - Programs and Features. However the program refuses to go away. When I

  • Crashes on Chrome

    This latest version of flash player keeps crashing on Google Chrome Version 27.0.1453.94 especially when I am on facebook.  Is there a solution for it? Please I need urgent answer this is frustrating. Daily Healthy Tips >>>   www.dhealthytips.com

  • Oracle.xml.sql.query.OracleXMLQuery not found

    Hi! Sorry, but I got a project to continue and there is an import statement "import oracle.xml.sql.query.OracleXMLQuery;" and this gives me a compilation error... What do I need to do, where do I find this class??? Any help? //Patricia

  • Front facing camera video flashes dark during FaceTime

    Happens frequently. Does not flash all the way to black, but it gets pretty dark.  Flashes between normal lighting and very dark lighting two times a second. During FaceTime call when this happens, pressing home key to return to home screen, then the

  • Quicktime Error 2330 during Itunes and Quicktime Installation

    Whenever I try to install Itunes or Quicktime the Erro 2330 pops up and says ProgramFiles/QTSystem/QuicktimeMPEG4Authoring.Resources/no.lproj I tried to uninstall Quicktime with the same error along with another number Error 1603. I downloaded the Wi