Difference between WLS 6.0 & 6.1 (SP1)?

I'm looking for a document that will tell me the differences between WLS 6.0
and 6.1 (SP1). If there is such a document, would someone please send it to
me? Please forward that to: mailto:[email protected]
If there is no such document, I need to find out the best way I can get this
data.
Thank you.
Daniel Hinojosa

Daniel,
There is a migration document at
http://edocs.bea.com/wls/docs61/notes/migrate60to61.html#999118
daniel hinojosa wrote:
I'm looking for a document that will tell me the differences between WLS 6.0
and 6.1 (SP1). If there is such a document, would someone please send it to
me? Please forward that to: mailto:[email protected]
If there is no such document, I need to find out the best way I can get this
data.
Thank you.
Daniel Hinojosa--
Developer Relations Engineer
BEA Support

Similar Messages

  • Differences between WLS and WLE

    Can anyone enumerate the differences between weblogic server, and
    weblogic enterprise?
    It appears to be a much smaller platform support, and corba/ tuxedo
    stuff. Is that
    all?
    Just trying to nail down some questions as I wait for weblogic sales
    department/person
    to call back. ;)
    Thanks,
    Kenneth Topp

    I suggest starting with the marketing materials on our external website:
    http://www.BEA.com
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Kenneth Topp" <[email protected]> wrote in message
    news:[email protected]..
    Can anyone enumerate the differences between weblogic server, and
    weblogic enterprise?
    It appears to be a much smaller platform support, and corba/ tuxedo
    stuff. Is that
    all?
    Just trying to nail down some questions as I wait for weblogic sales
    department/person
    to call back. ;)
    Thanks,
    Kenneth Topp

  • [WLS 8.1.3] - Differences between WLS on XP & HP-UX?

    We're getting AbstractMethodError errors in an application that was built using the WLS 8.1.3 libraries on XP. The errors aren't occurring when the same app is built using the WLS 8.1.3 libraries on HP-UX using the same code base. We've swapped the ear files around and the ear file that was built on XP gets errors on either the XP or the HP-UX WLS Server and the ear built on HP-UX runs fine on either OS. The application code base is CVS controlled and is the same on both XP and HP-UX. The build process uses both the weblogic clientgen and servicegen tasks. The same ant build script is used to create both ear files and the only "difference" we can spot is that the WLS installation on XP is using JDK 142_04 and the one on HP-UX is using JDK 142_03. They are both using the JDK that came with WLS and are both at ServicePackLevel="3" and PatchLevel="0".
    Anyone got any ideas or had similar problems between the two platforms?
    The stack trace of the error we're getting with the XP built ear is:
    ####<Oct 7, 2004 9:58:11 AM PDT> <Info> <EJB> <JEAGLEMXP> <lnppiServer> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-00000FF4EB92EBACDA96> <BEA-010051> <EJB Exception occurred during invocation from home: [email protected] threw exception: java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
    java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
         at weblogic.xml.schema.binding.BeanCodecBase.gatherContents(BeanCodecBase.java:299)
         at weblogic.xml.schema.binding.CodecBase.serializeFill(CodecBase.java:285)
         at weblogic.xml.schema.binding.CodecBase.serialize_internal(CodecBase.java:222)
         at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:181)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:188)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:174)
         at weblogic.webservice.core.DefaultPart.invokeSerializer(DefaultPart.java:324)
         at weblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:297)
         at weblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:645)
         at weblogic.webservice.core.ClientDispatcher.send(ClientDispatcher.java:206)
         at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:143)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:457)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:443)
         at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:290)
         at com.qwest.lnppi.portedTNservice.PortedTelephoneNumber_Stub.getPortedTelelphoneNumber(Unknown Source)
         at com.qwest.lnppi.business.port.PortedTnBean.portedTnWS(Unknown Source)
         at com.qwest.lnppi.business.port.PortedTnBean.portedTn(Unknown Source)
         at com.qwest.lnppi.business.port.PortedTnEjb_rn88fn_EOImpl.portedTn(PortedTnEjb_rn88fn_EOImpl.java:98)
         at com.qwest.lnppi.business.svc.GetCurrentServiceProviderSwitch.getCurrentServiceProviderSwitch(Unknown Source)
         at com.qwest.lnppi.business.svc.LnppiServiceBean.getPortingOptions(Unknown Source)
         at com.qwest.lnppi.business.svc.LnppiServiceEjb_tk1dpv_EOImpl.getPortingOptions(LnppiServiceEjb_tk1dpv_EOImpl.java:46)
         at com.qwest.lnppi.web.lnppiTester.Tester.CallTheBean(Unknown Source)
         at com.qwest.lnppi.web.lnppiTester.Tester.TestIt(Unknown Source)
         at jsp_servlet.__tester._jspService(__tester.java:157)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
         at com.qwest.lnppi.web.lnppiTester.pgMgr.doTestIt(Unknown Source)
         at com.qwest.lnppi.web.lnppiTester.pgMgr.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >

    I am getting similar stuff using WebLogic 8.1.3 running on Windows XP with JDK1.4.1_03 or JDK1.4.2_05. Please let me know if you found a work-around. Thanks...
    java.lang.AbstractMethodError: weblogic.xml.schema.binding.BeanCodecBase.getCompositor()Lweblogic/xml/schema/binding/ModelGroupCompositor;
         at weblogic.xml.schema.binding.BeanCodecBase.writeElementContents(BeanCodecBase.java:389)
         at weblogic.xml.schema.binding.BeanCodecBase.writeContents(BeanCodecBase.java:355)
         at weblogic.xml.schema.binding.CodecBase.writeTypeAndContents(CodecBase.java:409)
         at weblogic.xml.schema.binding.CodecBase.serializeLiteral(CodecBase.java:318)
         at weblogic.xml.schema.binding.CodecBase.serialize_internal(CodecBase.java:232)
         at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:178)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:188)
         at weblogic.xml.schema.binding.RuntimeUtils.invoke_serializer(RuntimeUtils.java:174)
         at weblogic.webservice.core.DefaultPart.invokeSerializer(DefaultPart.java:324)
         at weblogic.webservice.core.DefaultPart.toXML(DefaultPart.java:297)
         at weblogic.webservice.core.DefaultMessage.toXML(DefaultMessage.java:619)
         at weblogic.webservice.core.ClientDispatcher.send(ClientDispatcher.java:206)
         at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:143)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:444)
         at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:430)
         at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:270)
         at com.adsk.cer.ejb.generated.DmpExtractorSoap_Stub.createJob(DmpExtractorSoap_Stub.java:33)
         at com.adsk.cer.ejb.ErrorReportHandlerBean.callDmpInfoWebService(ErrorReportHandlerBean.java:282)
         at com.adsk.cer.ejb.ErrorReportHandlerBean.onMessage(ErrorReportHandlerBean.java:56)
         at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
         at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:316)
         at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

  • Corba - differences between WLS 7.02 / WLS 8.1

    In WLS 7.02 the following piece of code works, but in WLS 8.1 I get an exception
    on the last line (see the log below). Would someone have a clue why it’s not working
    with WLS 8.1
    Note: if you want to send me an email, remove the NOSPAM
    TIA !
    public OimSessionInstance openSession() throws EomSessionException {
    Properties props = new Properties();
    props.put("org.omg.CORBA.ORBInitialPort", (new Short(corbaPortNumber)).toString());
    props.put("org.omg.CORBA.ORBInitialHost", serverHost);
    try {
    orb = ORB.init((String[]) null, props);
    String[] services = orb.list_initial_services();
    // setting up the CORBA stuff
    org.omg.CORBA.Object objRef = orb.resolve_initial_references("NameService");
    EomSessionException: class EomSession, method corbaConnection to OIM : exception
    : org.omg.CORBA.MARSHAL: Exception waiting for response; nested exception is:
    java.io.EOFException: GIOP protocol error vmcid: 0x0 minor code: 0
    completed: No
    at EomDefaultConnection.openSession(EomDefaultConnection.java:114)
    at EomSession.<init>(EomSession.java:78)

    "Alain Pigeon" <[email protected]> wrote:
    >
    In WLS 7.02 the following piece of code works, but in WLS 8.1 I get an
    exception
    on the last line (see the log below). Would someone have a clue why it’s
    not working
    with WLS 8.1
    Note: if you want to send me an email, remove the NOSPAM
    TIA !
    public OimSessionInstance openSession() throws EomSessionException {
    Properties props = new Properties();
    props.put("org.omg.CORBA.ORBInitialPort", (new Short(corbaPortNumber)).toString());
    props.put("org.omg.CORBA.ORBInitialHost", serverHost);
    try {
    orb = ORB.init((String[]) null, props);
    String[] services = orb.list_initial_services();
    // setting up the CORBA stuff
    org.omg.CORBA.Object objRef = orb.resolve_initial_references("NameService");
    EomSessionException: class EomSession, method corbaConnection to OIM
    : exception
    : org.omg.CORBA.MARSHAL: Exception waiting for response; nested exception
    is:
    java.io.EOFException: GIOP protocol error vmcid: 0x0 minor
    code: 0
    completed: No
    at EomDefaultConnection.openSession(EomDefaultConnection.java:114)
    at EomSession.<init>(EomSession.java:78)Found a solution:
    In WLS7.0 the code automatically returned the SUN ORB found in the rt.jar. But
    in WLS8.1 you have to force it to the SUN ORB by specifying it in the properties
    file used to instantiate the ORB.
    Example:
    public OimSessionInstance openSession() throws EomSessionException {
    String ORBClassName = "com.sun.corba.se.internal.iiop.ORB";
    String ORBSingletonClassName = "com.sun.corba.se.internal.corba.ORBSingleton";
    Properties props = new Properties();
    props.put("org.omg.CORBA.ORBClass" , ORBClassName);
    props.put("org.omg.CORBA.ORBSingletonClass" , ORBSingletonClassName);
    props.put("org.omg.CORBA.ORBInitialPort", (new Short(corbaPortNumber)).toString());
    props.put("org.omg.CORBA.ORBInitialHost", serverHost);
    try {
    orb = ORB.init((String[]) null, props);
    String[] services = orb.list_initial_services();
    // setting up the CORBA stuff
    org.omg.CORBA.Object objRef = orb.resolve_initial_references("NameService");

  • CGIServlet differences between WLS 6.1 sp2 and sp4?

    Hi all,
    I am currently facing a problem with CGI binaries via CGIServlet on WLS 6.1
    sp4. The web.xml file has been configured correctly as follows:
    -------- start of web.xml -----------
    <servlet>
    <servlet-name>CGIServlet</servlet-name>
    <servlet-class>weblogic.servlet.CGIServlet</servlet-class>
    <init-param>
    <param-name>cgiDir</param-name>
    <param-value>/web/bea6.1sp2/wlserver6.1/config/ngwapp/applications/NGWWebApp
    /cgi-bin</param-value>
    </init-param>
    <init-param>
    <param-name>*.pl</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    <init-param>
    <param-name>*.cgi</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>CGIServlet</servlet-name>
    <url-pattern>/cgi-bin/*</url-pattern>
    </servlet-mapping>-------- end of web.xml ---------
    When a call is made to http://.../cgi-bin/dialogserver , this results in a
    404-File Not Found error.
    The contents of the cgi-bin directory have not been altered and I did not
    face this problem earlier when I was using sp2.
    It only happened after I upgraded to sp4. Can anyone help?
    best rgds,
    steven.

    Steven,
    The CGIServlet for WebLogic will not run a CGI that doesn't have an extension.
    Just add and extension to your executable and it should run fine.
    jeff
    "Steven" <[email protected]> wrote:
    Hi all,
    I am currently facing a problem with CGI binaries via CGIServlet on WLS
    6.1
    sp4. The web.xml file has been configured correctly as follows:
    -------- start of web.xml -----------
    <servlet>
    <servlet-name>CGIServlet</servlet-name>
    <servlet-class>weblogic.servlet.CGIServlet</servlet-class>
    <init-param>
    <param-name>cgiDir</param-name>
    <param-value>/web/bea6.1sp2/wlserver6.1/config/ngwapp/applications/NGWWebApp
    /cgi-bin</param-value>
    </init-param>
    <init-param>
    <param-name>*.pl</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    <init-param>
    <param-name>*.cgi</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>CGIServlet</servlet-name>
    <url-pattern>/cgi-bin/*</url-pattern>
    </servlet-mapping>-------- end of web.xml ---------
    When a call is made to http://.../cgi-bin/dialogserver , this results
    in a
    404-File Not Found error.
    The contents of the cgi-bin directory have not been altered and I did
    not
    face this problem earlier when I was using sp2.
    It only happened after I upgraded to sp4. Can anyone help?
    best rgds,
    steven.

  • Difference between WLS 6.1 SP2   and SP3

    I have recently tested my application in WLS 6.1 SP3 (who work normally in WLS
    6.1 SP2) , I have problem with my jsp page for merging a jsp in another
    What need I do to correct it ?

    Steven,
    The CGIServlet for WebLogic will not run a CGI that doesn't have an extension.
    Just add and extension to your executable and it should run fine.
    jeff
    "Steven" <[email protected]> wrote:
    Hi all,
    I am currently facing a problem with CGI binaries via CGIServlet on WLS
    6.1
    sp4. The web.xml file has been configured correctly as follows:
    -------- start of web.xml -----------
    <servlet>
    <servlet-name>CGIServlet</servlet-name>
    <servlet-class>weblogic.servlet.CGIServlet</servlet-class>
    <init-param>
    <param-name>cgiDir</param-name>
    <param-value>/web/bea6.1sp2/wlserver6.1/config/ngwapp/applications/NGWWebApp
    /cgi-bin</param-value>
    </init-param>
    <init-param>
    <param-name>*.pl</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    <init-param>
    <param-name>*.cgi</param-name>
    <param-value>/web/perl5/bin/perl5.00405</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>CGIServlet</servlet-name>
    <url-pattern>/cgi-bin/*</url-pattern>
    </servlet-mapping>-------- end of web.xml ---------
    When a call is made to http://.../cgi-bin/dialogserver , this results
    in a
    404-File Not Found error.
    The contents of the cgi-bin directory have not been altered and I did
    not
    face this problem earlier when I was using sp2.
    It only happened after I upgraded to sp4. Can anyone help?
    best rgds,
    steven.

  • Difference between scom 2012 sp1 and SCOM 2012 R2

    what is the difference between scom 2012 sp1 and SCOM 2012 R2 ?

    What's New in System Center 2012 R2 Operations Manager:
    https://technet.microsoft.com/en-us/library/dn249700.aspx

  • Difference between SharePoint RTM and SP1

    hello All,
    I have installed SharePoint 2013 RTM and upgraded it to SP1 then i have installed SharePoint 2013 SP1 on another VM. Will there be any differences between these two.
    Thanks

    HI 
    It is better to maintain same version , same kb and same sp. Because you are doing other configurations too (Powerview configuration, WF manager). So it is better to maintain same version for easy trouble shooting environment.
    Thanks
    Melick Rajee http://melick-rajee.blogspot.com

  • The difference between connectors and adapters?

    Could someone give me a "dummies guide" to the differences between an adapter and
    a connector. Aren't they really just one in the same?

    hi
    you can get more information at
    http://e-docs.bea.com/wls/docs70/jconnector/connect.html#1232143
    Regards
    Prasanna Yalam

  • Office 2013 installed with KB2817430, windowsupdate still finds KB2850036. difference between KB2817430 and KB2850036

    Hi,
    I've made a silent Office 2013 installer with /admin and put SP1 MSP's in the updates folder.
    After deployment under installed updates it shows: Service Pack 1 for Microsoft Office 2013 (KB2817430) 32-Bit Edition
    But when I check for new updates, "ServicePack 1 for Microsoft Office 2013 (KB2850036) 32-Bit Edition" is ready for download and install.
    What is the difference between KB2817430 and KB2850036?
    It seems that I cannot download KB2850036 and also integrate it in the silent installation.
    Another question: Is the updates folder from Office only for servicepacks? or can I put also updates and patches MSP files in here? If yes then i've got a lot of files with the same name and different files sizes. For example After extracting SP1 I've got
    the file "proofsp-en-us.msp" which is 10MB and when extracting another patch also i've got a proof-en-us.msp and is 8MB.
    So which one need to go in the updates folder?
    Can anyone help me out?
    thanks

    Hi,
    As can be seen from below KB articles, KB2817430 only contains Service Pack 1 (SP1) for Office 2013, whereas KB2850036 also contains Service Pack 1 (SP1) updates for other Office 2013 related desktop products. For example, Microsoft Office 2013
    Language Pack, Project 2013, SharePoint Designer 2013, Office Proofing Tools 2013, etc.:
    https://support.microsoft.com/en-us/kb/2850036
    https://support.microsoft.com/en-us/kb/2817430
    So if you have any of these products on your computer, Windows Update might offer related updates to you.
    Regarding the Updates folder issue, you can put any Office software updates in it during the initial installation, such as service packs or hotfixes. A newer patch might make changes to a specific file, you can check the version number of that file, and keep
    the newer one in the folder.
    Here is the reference you will need:
    http://blogs.technet.com/b/office_resource_kit/archive/2011/05/05/using-the-updates-folder-to-deploy-software-updates-with-an-office-2010-installation.aspx
    (Note, it was created against Office 2010, however the steps should hold good for Office 2013)
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Difference between service pack and Patch in XI

    What is the difference between Service Pack(SP) AND Patch ??
    e.g SP12, Patch8.
    Is it like that when there is a major change they will issue SP and
    for a small change they will issue patch ?? or after number of patches
    they will issue SP combining all the patches ??
    Service Pack level can be seen from SAP gui system..>status.
    But Patch level where can we see ?? what is the Tcode for that ?? or just we got
    to go through below links ??
    http://<host>:<j2ee_http_port>/sap/monitoring/ComponentInfo
    also
    http://<host>:<j2ee_http_port>/sap/monitoring/SystemInfo for core system info (J2EE or JVM patch level, etc.)
    thanks
    kumar

    Hello,
    A service pack (in short SP) is a collection of updates, fixes and/or enhancements to a software program delivered in the form of a single installable package. Service packs are usually numbered, and thus shortly referred to as SP1, SP2, etc. It is notable that they may bring, besides bug fixes, entirely new features
    A patch (sometimes called a "fix") is a quick-repair job for a piece of programming. During a software product's beta test distribution or try-out period and later after the product is formally released, problems (called bug) will almost invariably be found. A patch is the immediate solution that is provided to users; it can sometimes be downloaded from the software maker's Web site. The patch is not necessarily the best solution for the problem and the product developers often find a better solution to provide when they package the product for its next release.

  • Differences Between JDev BC4J/JClient Versions

    Hi,
    I'm finding key differences between library versions of my BC4J and JClient libraries which are introducing bugs into my application. What once ran properly no longer runs properly in JDev 10.1.2. What makes this particularly interesting is that the Application Server has the older libraries (which work) while JDeveloper 10.1.2 has the new libraries (which have the issues). I was wondering if anyone could point me to a document of all the changes in BC4J and JClient between releases.
    Here are two of the differences I'm seeing...
    1. In the older BC4J lib (deployed by default with the 10g app server) using a ViewCriteria to select a ROW with a CHAR[7] using a string with less than 7 characters works fine. It simply does a standard CHAR[7] comparision, treating the missing characters as spaces, and finds a match. ie "select * from MY_TABLE where KEY='AA' finds the key with 'AA ' and it shows up in my results as I desire.
    In the newer BC4J lib, while the same select statement runs (and finds the row) the BC4J libraries seem to be doing a post processing in the ViewCriteria which HIDES this row from me. I have to manually PAD my input string in Java before putting it into the ViewCriteria to get it to work. (And no, the database can't be changed to a VARCHAR for other reasons.)
    2. The JFACE library's ScrollablePanel has no trouble creating a scrollable panel with a table for my ViewObject in the old version of the JFACE library. However, the new version of the JFace library has a problem where scrolling the panel shows many blank rows, until I actually click on a row, at which point the internal ViewObject cursor moves forward and loads that data (and hides the earlier data).
    This is annoying as I really would prefer to be able to upgrade to new libraries when they come out. But instead I'm having to download the older libraries and put them into JDeveloper instead.
    a. Can anyone point me to a document listing all changes between BC4J and JFace library versions?
    b. Does anyone know of a better way to work around the issues I'm seeing above? They're really annoying.
    Thanks,
    Doug

    Hi,
    I use weblogic 10.3.4 with Application Development Runtime (11.1.1.2.0) and JDev 11.1.1.4.i assume you are using standalone wls 10.3.4 with Application Development Runtime (11.1.1.2.0).
    But jdeveloper 11.1.1.4 has ADR 11.1.1.4.0 .. It would create some incompatabilities.
    Betw:
    you can install ADR from jdeveloper setup also, just uncheck the jdev and wls studio installation when installing ADR from jdev, It will also prompt for the wls home.
    Regards,
    Santosh.
    Edited by: Santosh Vaza on Apr 23, 2011 4:52 PM

  • Difference between Business Objects Explorer and Polestar

    Hi all,
    can anyone help me out with the main differences between Business Objects Explorer and Polestar.
    thanks & regards
    immanuel.

    Explorer is the new product name for Polestar.  There have been a few versions of Explorer released since it was called Polestar, but you can find the latest 'whats new' doc here which lists the latest additions:
    http://help.sap.com/businessobject/product_guides/boexplXI32/en/exp32_whats-new_en.pdf
    For one, Explorer now comes in two editions... Standard and Accelerated.  The Explorer Standard edition allows reporting off of Universes, just as the original Polestar product did.  Explorer Accelerated allows reporting off of SAP BWA indexes as well as Business Objects universes.  Both versions now allow uploading of excel files to report off of.  You can export an Information Space to a Webi doc or Excel file.  Users can now save favorite links to an Information Space.  Sorting has been improved as well as graphing functions and overall display.  You'll have to install the latest build of Explorer - "Explorer 3.2 SP1" and compare.  I don't know of a document or matrix that compares Polestar to Explorer.  The two are basically the same product with a number of enhancements added to the Explorer line.

  • A CONFUSION:The difference between cluster and multi-IP--DNS mapping??

              I have a test about simplest cluster,admin and managed server all told me "start
              cluster service"!the two IP address use ONE DomainName,If one down,when I send
              request with dn,It first look up admin server,no found and then go dns to search
              another server,about one minute then the server send response to me!
              But when I do not config a cluster,only start two admin server and give them the
              same dns,the same appearance as cluster!
              I don't understand the difference between cluster and multi-IP--DNS mapping??
              

              <[email protected]> wrote in message news:3b16f1db$[email protected]..
              |
              | I have a test about simplest cluster,admin and managed server all told me
              "start
              | cluster service"!the two IP address use ONE DomainName,If one down,when I
              send
              | request with dn,It first look up admin server,no found and then go dns to
              search
              | another server,about one minute then the server send response to me!
              |
              This is DNS fail-over.
              | But when I do not config a cluster,only start two admin server and give
              them the
              | same dns,the same appearance as cluster!
              | I don't understand the difference between cluster and multi-IP--DNS
              mapping??
              It is totally different. regarding the last failover example you've given,
              of course the 2 servers can have identical files maintained under
              public_html. DNS will failover requests to "foo.html" to the other one if
              the first server is down, but if you have something saved in a session, say
              shopping cart example, it's totally lost, but with WLS clustering, the
              session is replicated to the other server in the cluster, you may just
              check-out, don't have to order again.
              This is just a simple example of WLS cluster session-replication. WLS
              supports EJB, RMI Objects, JMS (6.0) clustering.. check the doc at
              http://www.weblogic.com/docs50/cluster/index.html
              

  • Difference between Clustering and Load balancing

              What is the difference between Clustering and Load balancing?
              For example, We use Cisco Arrowpoint to do load balancing and it works fine for 3
              Sun solaris boxes/WebLogic 6.1 SP1.
              So what is the value addition to buy clustering license?
              Thanks
              Selvaraj
              

    Hi.
              Among other things, clustering allows you to share app data (such as http session
              data) across cluster members, allowing you to failover should one cluster member
              crash.
              If your app is stateless then this doesn't mean much - load balancing alone would
              probably be ok for you.
              Regards,
              Michael
              Selvaraji wrote:
              > What is the difference between Clustering and Load balancing?
              >
              > For example, We use Cisco Arrowpoint to do load balancing and it works fine for 3
              > Sun solaris boxes/WebLogic 6.1 SP1.
              >
              > So what is the value addition to buy clustering license?
              >
              > Thanks
              >
              > Selvaraj
              Michael Young
              Developer Relations Engineer
              BEA Support
              

Maybe you are looking for

  • Can we create a VC model on BI infoset query

    Hi Experts, i am trying to create a basic model in VC which will get data from Query in BI which is built on a Infoset. but when i test the query in Model its says object structrued not allowed. so i got this doubt that whehter i am permitted or not

  • OBIEE - How to add developer comments?

    I was wondering how do other folks out there document changes to their OBIEE reports? I have worked on a few other applications where in the code we would add "comments" to specific pieces such as date of modification, when it was modified and by who

  • Region inside a region

    Hi All, I have seen one of the example of denes kubicek. http://htmldb.oracle.com/pls/otn/f?p=31517:59:3401708695914565::NO How to create such an example.? I think new Page template has to be created if (i am wrong ) please rectify me else please hel

  • PM - Global Task Lists (Group Level)

    Hello Alll, I woud like to create central task lists that can be used in different Company Codes/Plants/Maintenance Planning Plants. Basically we've equipments installed in different organizational structures, but they are exactlly the same and there

  • Raid firmware compatibility with the OS

    We would like to update the firmware on a four year old xserve raid that is attached to Xserve running OS X 10.2.6. The OS will be left at its current level and we will just update the raid. The current raid firmware level is 1.0.1/1.16f. Our concern