APEX integration with BI Publisher

I am attempting to integrate our APEX applications to BI Publisher and replace our Oracle Reports.
We are using
APEX 4.0 .2.00.07
BI Publisher Release 10.1.3.4
IE 7.0.5730.13
I setup a simple report query in APEX shared components. The report query has only one source query. I pressed the test report button and the default BIP report came up successfully.
I then created an rtf document using Word 2003 and the BIP plug-ins. All I did was create two fields on the rtf and saved the report on my desktop as a .rtf.
I then created a report layout in APEX and imported the .rft report layout successfully.
I pointed my report query to the new .rtf layout and pressed the test report button and it work successfully.
I then created a button as “redirect to URL’ on an APEX page and created the http: url with the suggested print URL in the report query.
I ran my APEX application and went to the page with the report button. I clicked the button and the report came up fine.
I had another colleague sign into the APEX application and when he pressed the report button on the page all he got was a black browser window. We tested with other colleagues and got mixed results. Some got the report to appear others just a blank page.
We tried the query in both inline and attachment view with the same results.
What was interesting is that everyone was able to run the report within the report query clicking the “Test Report” button.
We are out of ideas on how to resolve this issue.
Can anyone help?
Thanks,
Frank

Frank,
I had the exact problem when I uploaded and replaced (with the same name) an existing rtf template.
Try the following:
Rename the template and generate a new url to use in the button click.
HTH
Pradeep

Similar Messages

  • Integration with XML Publisher

    Has anyone found out or used the integration with XML Publisher? I am using the Sourcing product and it can generate report output based on XML Publisher directly from an OAF page. I was wondering how that is done.
    Anyone know?

    I had a similar query - I heard that AR, GL, and AP (11i10) are not compatible with XML Publisher - is this true? I thought was the XML Publisher was independent of modules.
    Pls share any experience with the Publisher tool - challenges, installation, comparison to Optio, etc.
    Thanks, Vishnu

  • Integration With BI Publisher

    I am following steps in integration with BI Publisher , we have a problem when trying to import
    PublicReportService_v11.wsdl , it takes so long time and then raise an error :
    A record that contains identical values to the record you have created already exists.while creating PublicReportService_v11 web service
    any one have suggestions my siebel tools 8.1.1.9
    Regards

    before importing delete / rename PublicReportService under business services, and also delete/rename all the IO for project XMLP Integration. Make sure there are no other Siebel repositories existing except Siebel Repository (no backups). Then import the WSDL.

  • APEX integration with EBS R12.1.1 - no SSO

    I am trying to complete APEX integration with EBS R12.1.1 in simplest way. I have a non authenticated report page that I need to link to through a menu and function on one of the existing forms.
    Rod West document
    http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf
    offers the jsp approach which I like to implement however the jsp will not compile correctly and I am not sure why - I have already fond one error with the code as listed in the document:
    ojspCompile.pl compile -s 'LaunchApex.jsp ' retry ---> will not work
    ojspCompile.pl compile -s 'LaunchApex.jsp' retry --> will work
    compile will fail starting at this point of the code:
    PARALLEL COMPILATION: 1
    [10389] !!COMPILATION ERROR(0) LaunchApex.jsp:
    _LaunchApex.java:70: illegal start of type
    if (ctx==null) {
    ^
    has anyone tried this approach and got the jsp to compile with no errors or can you see what is it?
    thanks in advance.

    Hello Mini:
    thanks for the info and I have followed the steps as listed. I am not sure what line is the bad code you listed is on - here is the copy of the jsp I am working with and maybe you can point to a specfic line(s) that need to be changed from what to what.
    <%@ page contentType="text/html;charset=UTF-8" %><%--
    /* LaunchApex.jsp */
    --%><%@ page
    import="java.io.*"
    import="java.net.*"
    import="java.sql.*"
    import="javax.servlet.http.*"
    import="java.util.Enumeration"
    import="java.util.Properties"
    import="java.lang.Math"
    import="oracle.apps.fnd.common.VersionInfo"
    import="oracle.apps.fnd.functionSecurity.Function"
    import="oracle.apps.fnd.functionSecurity.RunFunction"
    import="oracle.apps.fnd.common.WebAppsContext"
    import="oracle.apps.fnd.common.AppsEnvironmentStore"
    import="oracle.apps.fnd.common.WebRequestUtil"
    import="oracle.apps.fnd.common.ResourceStore"
    import="oracle.apps.fnd.security.CSS"
    import="oracle.apps.fnd.common.Message"
    import="oracle.jdbc.OracleConnection"
    import="oracle.jdbc.OraclePreparedStatement"
    import="oracle.jdbc.OracleResultSet" %><%!
    // Session has to be validated first
    WebAppsContext ctx = WebRequestUtil.validateContext(request, response);
    if (ctx==null) {
    return; }
    String cookieName = ctx.getSessionCookieName();
    boolean validSession = ctx.validateSession(cookieName);
    WebRequestUtil.setClientEncoding(response, ctx);
    %>
    <html>
    <head>
    <title>Launch Apex</title>
    <!-- LaunchApex.jsp -->
    </head>
    <body>
    <%
         String p_application = request.getParameter("application");
         p_application = ( p_application==null ? "NONE" : p_application);
         String p_page = request.getParameter("page");
         p_page = ( p_page==null ? "1" : p_page);
         String p_item_names = request.getParameter("item_names");
         p_item_names = ( p_item_names==null ? "" : p_item_names);
         String p_item_values = request.getParameter("item_values");
         p_item_values = ( p_item_values==null ? "" : p_item_values);
         AppsEnvironmentStore m_env = (AppsEnvironmentStore) ctx.getEnvStore();
         try {
              String l_launcher = ctx.getProfileStore().getProfile("APEX_HTTP_SERVER");
              l_launcher = l_launcher + "/pls/apex/f?p=" + p_application + ":" + p_page;
              l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
         if (ctx!=null) ctx.freeWebAppsContext();
         response.sendRedirect(l_launcher);
         } //try
         catch (Exception e) {
         out.println("Exception found : <pre>");
         e.printStackTrace(new PrintWriter(out));
         out.println("</pre>");
         } //catch
    %>
    </body>
    </html>
    *********

  • OIM 11.1.1.5.0 + BP03 Integration with BI Publisher 11.1.1.5.0

    Folks,
    Has anyone been successful in integrating BIP 11.1.1.5.0 with OIM 11g? I have recently integrated BIP 11g with OIM11g for reporting. After doing all the necessary configurations as mentioned in the OIM 11g developers guide and BP03 read me document, I am able to see the reports structure in BIP. Also I could execute few of the reports like Access Policy details, Role membership etc. .
    But none of the user reports are working. It always shows up a blank screen and no activity in logs either. I’m pretty sure that I have configured that BIP user properly and he has all the rights to execute the reports, in fact I have assigned all the available functional roles to the BIP user.
    Has anyone of you faced such an issue earlier?
    Appreciate your support!
    Thanks
    Sid

    Hi Sidharth,
    Instaed of BIP 11.1.1.5.0, go for BIP 10g, as it is certified with OIM 11.1.1.5. We integrated BIP 10g successfully.
    Hope this helps
    BI Publisher 11g Integration with OIM 11.1.1.5.0 + BP03
    Regards
    Kumar

  • Siebel new LDAP adapter integration with BI Publisher

    Hi All!!
    We have configured our Siebel (8.1.1.3) security adapter with LDAP. BI Publisher is using Siebel security model.
    We had to clone our AOM (fins_esn which is using the security adapter LDAP) to finsxx_esn because we are migrating the AD 2000 to 2008 (we are also changing the domain). The roll out will last 2 month, users will be migrated by branch, it wont be a big bang.
    We have to generate a new LDAP security adapter to authenticate users who are logging to finsxx_esn to the AD 2008 (AD 2008 is on a diferent domain than AD 2000. This is working for application autehtication, no problems found here)
    On a standalone environment report generation is working. But for a distributed environment (1 AOM, 1 NAOM, 1 Web Server) is not working.
    Does anyone knows how to integrate to BI Publisher when you have two LDAP security adapters on Siebel Application? Or is there any authentication method to use instead of "Siebel Security" so as to achieve this?
    Regards

    We actually ran into a similar problem where I work. I created a support web ticket for our issue and the response is that BIP 11G is not supported for integration with Siebel 8.1, or any other version for that matter. Oracle is currently working on a fix to integrated the latest version of Siebel with BIP.
    There advice to me was to downgrade to BIP 10G for the time being.

  • EBS Security Integration with BI Publisher

    Hi All,
    I have few questions regarding integration of EBS Security with BIP. I went through the following document Oracle Fusion Middleware Administrator's Guide for Oracle Business Intelligence Publisher.
    and have following questions.
    -- Upon on logging on into BIP after integration with EBS should I assign the three roles of BI i.e. BI Administrator, BI Author and BI Conusmer to all EBS roles for catalog permission set up.
    Below is my requirement. EBS user logging into BIP
    a) Set of Users should have to build reports , publish on dashboard etc.
    b)Set of users need only view reports i.e. read only.
    c) One User should have Admin privileges.
    How do I associated above with EBS roles. Should I assign BI roles to EBS roles in EM and give catalog permissions? Any thoughts will be really appreciated.
    Thanks
    SYK

    have you got a response for this? We are having the same issue after following everything as well.

  • OID integration with BI Publisher

    Hi All,
    We are using BI Publisher version 10.1.3.4.We have to integrate BI publisher with OID i followed steps given in Oracle® Business Intelligence Publisher
    Administrator's and Developer's Guide Release 10.1.3.4 Part No. E12188-01 for integrating OID with BI publisher using OID WEB UI.
    We have creted users and role (GROUPS) in OID as per instructions.We also done security configurations in admin tab for this ldap. When we try to log in through
    OID user into BI publisher we are getting error **The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.** oracle.apps.xdo.security.ValidateException
    Any help please....

    Hi Tim, I have the same problem, I configurate correct LDAP in Administrator and I can enter in Answer with roles and folders but when I try to go Products/Publisher or when I try to access via URL http://192......:7780/XMLPSERVER, said me:
    The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.* oracle.apps.xdo.security.ValidateException
    Any Suggestions?
    Thanks in advance.

  • Discoverer Integration with BI Publisher now available

    Key benefits of integration of BI Publisher with Discoverer:
    - Create highly formatted reports based on your Discoverer worksheets (Relational and OLAP)
    - Schedule and Distribute these reports in a variety of formats (e.g. HTML, PDF) via email
    On the BI Publisher side, this integration requires BI EE 10.1.3.3 or BI Publisher standalone 10.1.3.3:
    http://www.oracle.com/technology/software/products/ias/htdocs/101320bi.html
    There is documentation about this integration in the New Features guide:
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/discointeg.htm#BABIDJBC
    On the Discoverer side, you will also need to request a Discoverer one-off patch (password protected) from Oracle Support that adds the web services component to your Discoverer system – the patch is number 9334029. You will need to install this on top of a 10.1.2.2 Discoverer install that has been configured to use Oracle Internet Directory. Detailed configuration instructions are available in the one-off patch documentation.

    Did anyone install this patch and make the integration with BIP work?
    I installed the patch (on linux) using opatch apply as indicated in the patch README and opatch says that patch applied successfully. Now if I try to test the web service using http://host:port/discoverer/wsi as mentioned on page 11-2 of OBI New Features guide 10.1.3.3, I get a bunch of java errors like
    500 Internal Server Error
    java.lang.ClassNotFoundException: oracle.discoverer.applications.ws.IWsi
         at oracle.j2ee.ws.GeneratedClassLoader.findClass(GeneratedClassLoader.java:52)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at oracle.j2ee.ws.JavaRpcWebService.init(JavaRpcWebService.java:76)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2365)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4807)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2833)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:680)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:228)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Any guidance to resolve this will be highly valuable.
    Thanks,
    Manish

  • Siebel 8.1 integration with BI Publisher 11g

    Hello,
    I'm currently trying to integrate BI Publisher reporting with Siebel 8.1 at work. We've followed the guide named " [BI Publisher for Siebel Applications Guide|http://download.oracle.com/docs/cd/E14004_01/books/Reports/ReportsTOC.html] ", which you can find in the Oracle BI Publisher documentation website: [http://www.oracle.com/technetwork/middleware/bi-publisher/documentation/index.html].
    The problem is that this guide is meant to be used with the Oracle 10g version and we are using BI Publisher 11.1.1.5.0 (client's request).
    We installed the new version without problems and reached the step "[Copying JAR Files to the Oracle BI Publisher Server|http://download.oracle.com/docs/cd/E14004_01/books/Reports/ReportsIntegrate11.html#wp551748]".
    But since BI Publisher 11g runs on a Web Logic Server, instead of an Oracle Application Server (correct me if I'm wrong, I'm kind of new to the whole Oracle world), the file structures have changed and we cannot find the directory where we're supposed to copy those JAR files.
    I kept reading the guide, in case we could skip this step and maybe find where those files are supposed to be later... but then again I found myself in a similar problem, since I need to place a Siebel WSDL file in a BI Publisher directory for importing, which I cannot find either.
    Does anybody know how to accomplish this task or if it is even possible to use these software versions together? Could anyone at least point us to the right direction on where to look for this information?
    Thank you in advance.

    We actually ran into a similar problem where I work. I created a support web ticket for our issue and the response is that BIP 11G is not supported for integration with Siebel 8.1, or any other version for that matter. Oracle is currently working on a fix to integrated the latest version of Siebel with BIP.
    There advice to me was to downgrade to BIP 10G for the time being.

  • Apex Integration with EBS R12 - javax.servlet.ServletException

    Morning,
    We are in the process of upgrading from 11i to R12 and we have found that our method of launching Apex in 11i no longer works in R12. We are trying to follow the following instructions: http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf and have created a .jsp file and compiled as per the document. When we try to launch the function from apps though we get:
    An exception occured.
    URL=XXX/OA_HTML/XXFND_LaunchApex.jsp?transactionid=1236782452&language_code=US&CallFromForm='Y'&p_application=112&p_page=101&oas=DScF2XdCwRRnxFePUKHOnQ..
    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException:
           Missing class: _XXFND__LaunchApex
         Dependent class: oracle.jsp.runtimev2.JspPageInfo
                  Loader: oc4j:10.1.3
             Code-Source: XXX/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
           Configuration:  in META-INF/boot.xml in XXX/apps/tech_st/10.1.3/j2ee/home/oc4j.jar
    This load was initiated at oacore.web.html.jsp1603821464:0.0.0 using the loadClass() method.
    The missing class is not available from any code-source or loader in the system.I've XXX'ed out our domain. Has anyone else has this, or can anyone who has successfully integrated apex with EBS R12 let me know what they did?
    Thanks

    Hi,
    If the jsp compiled successfully then you may need to bounce your web server before the jsp can be used. See MOS Note 458338.1 for more details.
    Actually, now that Oracle have updated their FND Gateway for Apex integration there are only a few situations (such as if you want to pass parameters from the form function to Apex) where you need to use a custom jsp to launch Apex. In most cases you can use the Oracle supplied GWY.jsp to launch your Apex Page. To use this jsp you must apply the EBS R12 patch 12316083 (and patch 12726556 if you are launching from the forms navigator). How to use the GWY.jsp is described in "Extending Oracle E-Business Suite Release 12 using Oracle Application Express" white paper.
    Rod West

  • CC&B 2.3.1 integration with BI Publisher

    Hi All,
    Any body have documentation about integration BI publisher 11g with CC&B 2.3.1

    Hi;
    Please see:
    Can Oracle BI Publisher be installed on the same server whith CCB 2.2? [ID 1083370.1]
    CCB - Oracle Utilities Customer Care and Billing Third Party Software Knowledge Content [ID 1215316.1]
    WHAT VERSION OF BI PUBLISHER ENTERPRISE EDITION CAN BE USED WITH CCB 2.3? [ID 1075501.1]
    Using BI Publisher For Online Bill Display In WSS CCB [ID 1207114.1]
    Also see:
    http://blogs.oracle.com/oubi/2010/03/when_to_implement_together_wit.html
    Ps: I suggest for your issue use Forum Home » Industries » Utilities forum part
    Regard
    Helios

  • Help needed in Apex Integration with EBS

    Hi All,
    Currently, when trying to integrate with EBS these are the steps I followed.
    1) Created apex generate hash and apex launch procedure in APPS DB.
    2) Created Profile in Application Developer Responsibility.
    3) Saved above profile in system administrator -->Profile -> System and set the site level as http://<hostname>:<Apex port>/pls/apex
    4) Created a function in system administrator , type as SSWA plsql function and called the launch procedure and passed parameters as my apex application and page id.
    5) Created a Web PL/SQL entry under System Administrator Responsibility -> Security -> Web PL/SQL for the launch procedure.
    6) Created menu, responsibility and assigned to the user.
    For the APEX application , currently I have not given any login page. The login is through EBS only. I have given logout URL in apex application to EBS Login page. Now my problem is , when I click Logout the session of EBS does not get invalidated. How can I achieve this ?
    Secondly, When I give the APEX application URL directly in the browser it will open without asking for the EBS login credential. But I do not want this to happen. I need it to be authenticated through EBS login credential.
    Any suggestions would be welcome.
    Thanks
    Alaka

    Hi Scott,
    I tried the solution given in this URL.
    http://oracledbas.blogspot.com/2008/11/oracle-application-express.html
    It is not working for me.. I tried in the forum also.
    While creating authentication scheme I gave Oracle EBS Login Page as Session Not Valid URL. But every time I login to EBS and click responsibility then menu which has APEX screen, it is not validating username and password and it redirects to EBS login page which i gave in "session not valid URL" (it is going to a loop.)
    Now my problem is when I login to EBS and click responsibility then my APEX screen should validate the EBS login and directly it should open. It should not ask for any other (APEX login)login page. If I paste the APEX application URL in any browser it should ask for EBS login page.
    When I logout it should invalidate the session of EBS.
    Thanks
    Alaka

  • APEX Integration with EBusiness 12.1.3

    I am trying to connect to an APEX app thru EBS and skip the logon page. I have followed Rod West's document http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf ] ). I've also been searching thru postings reading any info provided by others who have had trouble getting this working but have not seen the error I'm getting.
    FYI - using Apex 3.2 (I know it's old!) EBS R12 12.1.3; APEX is on another domain and in another schema.
    I am getting very close because if I hardcode the username in the Onload process, it works great - creates new password, skips 2nd logon page, etc. Where I'm having the problem is with wfa_sec.getsession. I've tried wrapping it in another package and anything else I can think of and always get the error below:
    ORA-20002: 3403: Internal: error while getting session information. -6502: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "SYS.HTP", line 1515 ORA-06512: at "SYS.HTP", line 1735 ORA-06512: at "APPS.ORACLEAPPS", line 1111 ORA-06502: PL/SQL: numeric or value error ORA-06512: at "APPS.ICX_SEC", line 2387 ORA-06502: PL/SQL: numeric or value error ORA-06512: at "SYS.OWA_UTIL", line 356 ORA-06512: at "SYS.HTP", line 1368 ORA-06512: at "SYS.HTP", line 1443 ORA-06512
    So then I created a simple procedure to run thru EBS as a concurrent program to just call the same package
    create or replace package sko_session_pkg as
    procedure getsession
    (errbuf out varchar2, retcode out varchar2);
    end sko_session_pkg;
    create or replace package body sko_session_pkg AS
    PROCEDURE getsession (errbuf out varchar2, retcode out varchar2) IS
    p_user varchar2(320) := NULL;
    begin
    wfa_sec.getsession(p_user);
    end getsession;
    end sko_session_pkg;
    When I run this procedure I get the same error:
    **Starts**12-JUL-2012 19:10:22
    ORACLE error 20002 in FDPSTP
    Cause: FDPSTP failed due to ORA-20002: 3403: Internal: error while getting session information. -6502: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "SYS.HTP", line 1515
    ORA-06512
    Output file size:
    0
    Has anyone encountered this error when accessing wfa_sec.getsession?
    Any help would be greatly appreciated and thanks in advance!
    Sandie

    Rod,
    I thought I should attempt to get your LaunchApex.jsp provided in Figure 9 from your document working before I added additional code to call the get_apex_url.
    LaunchApex.jsp compiled successfully and the apps server was bounced but getting Page Not Found error. Without the get_apex_url code in LaunchApex.jsp, I was expecting it to just bring up the APEX login screen (like the GWY.jsp does). FYI - I'm calling this from EBS responsibility/menu pointing to Function 'APEX_LOGIN'; type=SSWA jsp function; HTML Call=LaunchApex.jsp?&application=614&page=3140
    The url that shows when I get the page not found is
    http://....../OA_HTML/RF.jsp?function_id=51525&resp_id=64694&resp_appl_id=0&security_group_id=0&lang_code=US&params=JGFTjw4wmhX6TenmVQJ4IGGtVKZXnnU1EV.XsJrX5us&oas=xn4Xk7Bp9SgoTpjrieP_Zw..
    Where is the RF.jsp coming from???? There's a call in the jsp to validate the session so thought maybe it wasn't able to do that and is just returning.
    If I type url
    http://..../OA_HTML/LaunchApex.jsp? I get same 'Page Not Found'.
    Thx for all of your help!
    Sandie

  • CC&B integration with BI Publisher

    Hi,
    I have a requirement to integrate BI Publisher reports with Oracle CC&B (Customer Care & Billing V2.2), so that the users can run BIP reports from CC&B.
    BIP gurus please shed some light on this.
    Any help would be really appreciated.
    Thanks.

    Hi;
    Please see:
    Can Oracle BI Publisher be installed on the same server whith CCB 2.2? [ID 1083370.1]
    CCB - Oracle Utilities Customer Care and Billing Third Party Software Knowledge Content [ID 1215316.1]
    WHAT VERSION OF BI PUBLISHER ENTERPRISE EDITION CAN BE USED WITH CCB 2.3? [ID 1075501.1]
    Using BI Publisher For Online Bill Display In WSS CCB [ID 1207114.1]
    Also see:
    http://blogs.oracle.com/oubi/2010/03/when_to_implement_together_wit.html
    Ps: I suggest for your issue use Forum Home » Industries » Utilities forum part
    Regard
    Helios

Maybe you are looking for

  • How to write a method without knowing how many parameters passed in?

    hi there, i m writing a method which is to find out the max value of a set of values, e.g.    int max(var1, var2, var3, var4) {       here is the code to find the max value, and return it; ......in these case, there are 4 parameters, but what i m try

  • Fix for slow fullscreen playback on xp = firefox

    Ever since updating, i had a similar problem to alot of people; Apon full screening, the player ran like crap. At first, i thought it was fire fox, but i tested i in chrome, and it had the same problem. this method worked for me> http://www.help2go.c

  • Checkbox item renderer populated with data from 2 sources

    I have a list object that has a check box and a label (using an inline item renderer).  The list itself is populated with an array of objects and whether the checkbox is selected takes those objects and adds them to another list (for outbound purpose

  • Getting error while using isIntialized

    Hi i wrote the code like this.B init{ if(not isIntialized(fahrenheit)){ fahrenheit=celcius * 9 / 5 + 32 i'm getting the error like this.Any one plz help me to solve this, executing commandline: [C:\Externals\java\NetBeans\javafx2\javafx-sdk1.0\bin\..

  • Upgrading to BIOS 104 on Solaris 10 (x86) Sunfire X4100

    So I am booting from the iso cd I made from the site and I am going through the Sun Installation Assistant and I'm at the "BIOS/ILOM" screen and its asking for the "Service Processor IP Address" and the "root passwd for service processor". I don't kn