Need web component to generate Tree

I need a web component to generate Tree from SQL query (or from BC4J View). In BC4J JSP components I didn't find something like Tree. What can I use for that task?

You should take a look at the Jdev 9.0.3 <uix:hGrid /> tag. For more information use the Jdev 9.0.3 version of the 'UIX Developer Guide'. There are also some usefull Javascript libraries at http://www.insidedhtml.com

Similar Messages

  • Crystal 8 Web Component Server ond Windows Server 2003 and IIS 6

    I am trying to get Crystal 8 Web Component and Page Server to run on Windows 2003 Server with IIS 6. I have done the following:
    Added the .cri and .rpt ISAPI extension mappings
    Have Cache ISAPI extentions selected
    Deselected "verify that file exists"
    Aded the .cri and .rpt MIME types
    Added wcsinsapi.dll as a IIS 6.0 extension
    The above resolved all HTTP 40x.x errors but when trying to access a report from IE I receive the following error:
    Error: Could not connect to the Web Component Server.
    The page server and web component server services are running and I do see the listen ports (6401, 6403) active.
    I know this is old software but it works quite well under a Windows 2000 Server and other web postings indicate that it is possible to run Crystal 8 under WS2003 and IIS 6.
    Does any one know of a white paper/support document that details how to run Crystal 8 under Windows Server 2003 and IIS 6?
    Has any one done this successfully?
    Any tips as to cause of the "Could Not Connect" problem would be greatly appreciated.

    Well as it turns out it looks like it was just this server.
    We tried everything, and I added those user accounts to full
    permission for the Coldfusion folders and we just could not get it
    to work. We tried it on another couple servers running 2003, and it
    installed perfectly right out of the box with no other permissions
    needed. And those servers were all running default configs with no
    other permissions done.
    We still have no idea what was the problem, but at least for
    now it seems to be this server. But I will tell you what, that II6
    stuff seems to be a bit of a pain, we had major problems installing
    new version of PHP with it too. Oh well, good luck to you
    too!

  • Flex Builder 3 - Web Service Proxy Generator

    Hi guys,
    I am investigating the web service proxy generator that is part of FB3. I can't seem to get it working properly and wondered if anyone else has managed to succeed.
    I am using WSDL files that are generated from RFC-enabled function modules using the web service browser on a WAS ABAP.
    I have chosen two quite simple function modules. RFC_SYSTEM_INFO and BAPI_USER_GETLIST.
    The WSDL files are retrieved from the URLs /sap/bc/soap/wsdl11?services=RFC_SYSTEM_INFO and /sap/bc/soap/wsdl11?services=BAPI_USER_GETLIST on my server.
    I am following the Adobe documentation at http://livedocs.adobe.com/flex/3/html/help.html?content=data_4.html#151327
    Anyway, I generate the proxies and then try to use them.
    First I call the RFC_SYSTEM_INFO web service like this...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:ws="au.com.yelcho.*">
        <ws:RFC_SYSTEM_INFOService id="myWebService" />
         <mx:Button label="Call Web Service" labelPlacement="top" click="myWebService.rFC_SYSTEM_INFO_send()" x="97" y="10"/>     
         <mx:Label x="60" y="43" text="Current Resources"/>
         <mx:Text id="txNameOutput1" text="{myWebService.rFC_SYSTEM_INFO_lastResult.CURRENT_RESOURCES}" x="185" y="43"/>
         <mx:Label x="54" y="69" text="Maximal Resources"/>
         <mx:Text id="txNameOutput" text="{myWebService.rFC_SYSTEM_INFO_lastResult.MAXIMAL_RESOURCES}" x="185" y="69"/>
         <mx:Label x="105" y="95" text="RFC HOST"/>
         <mx:Text id="txNameOutput2" text="{myWebService.rFC_SYSTEM_INFO_lastResult.RFCSI_EXPORT.RFCHOST}" x="185" y="95"/>
    </mx:Application>
    At first glance this seems to work, but on closer inspection it turns out that not all the returned XML payload has been extracted properly.
    Attributes at the top level, like CURRENT_RESOURCES work fine. Attributes at a lower level, like RFCSI_EXPORT.RFCHOST are empty.
    It is even more difficult when I try and call the BAPI_USER_GETLIST service because it requires input parameters. Testing with XMLSpy I found that I need to pass the MAX_ROWS and USERLIST parameters to get the SOAP call to work.
    I have been unable to figure out how to pass these parameters so that the web service call takes place properly. I have tried using both the MXML and ActionScript methods.
    It is entirely probably that, as I haven't played with Flex for some months, I have forgotten some vital piece of information on how to do this.
    Any help would be appreciated.
    Cheers
    Graham Robbo

    Hi Raja,
    thanks for your ongoing help with this, but you have confused me again - notr a hard this to do.
    When I generate the proxies from BAPI_USER_GETLIST I get the following .as files created..
    BAPIRET2.as
    BAPIUSNAME.as
    BAPIUSSEXP.as
    BAPIUSSRGE.as
    BAPI_USER_GETLISTResultEvent.as
    BAPI_USER_GETLISTService.as
    BAPI_USER_GETLIST_request.as
    BaseBAPI_USER_GETLISTService.as
    BaseBAPI_USER_GETLISTServiceSchema.as
    FIELD_type0.as
    FIELD_type1.as
    FIELD_type2.as
    FIELD_type3.as
    FIELD_type4.as
    FIELD_type5.as
    FIRSTNAME_type0.as
    FIRSTNAME_type1.as
    FULLNAME_type0.as
    FULLNAME_type1.as
    HIGH_type0.as
    HIGH_type1.as
    HIGH_type2.as
    HIGH_type3.as
    IBAPI_USER_GETLISTService.as
    ID_type0.as
    ID_type1.as
    LASTNAME_type0.as
    LASTNAME_type1.as
    LOGOP_type0.as
    LOGOP_type1.as
    LOG_MSG_NO_type0.as
    LOG_MSG_NO_type1.as
    LOG_NO_type0.as
    LOG_NO_type1.as
    LOW_type0.as
    LOW_type1.as
    LOW_type2.as
    LOW_type3.as
    MESSAGE_type0.as
    MESSAGE_type1.as
    MESSAGE_V1_type0.as
    MESSAGE_V1_type1.as
    MESSAGE_V2_type0.as
    MESSAGE_V2_type1.as
    MESSAGE_V3_type0.as
    MESSAGE_V3_type1.as
    MESSAGE_V4_type0.as
    MESSAGE_V4_type1.as
    NUMBER_type0.as
    NUMBER_type1.as
    OPTION_type0.as
    OPTION_type1.as
    OPTION_type2.as
    OPTION_type3.as
    PARAMETER_type0.as
    PARAMETER_type1.as
    PARAMETER_type2.as
    PARAMETER_type3.as
    PARAMETER_type4.as
    PARAMETER_type5.as
    RETURN_type0.as
    RETURN_type1.as
    SELECTION_EXP_type0.as
    SELECTION_EXP_type1.as
    SELECTION_RANGE_type0.as
    SELECTION_RANGE_type1.as
    SIGN_type0.as
    SIGN_type1.as
    SYSTEM_type0.as
    SYSTEM_type1.as
    TYPE_type0.as
    TYPE_type1.as
    USERLIST_type0.as
    USERLIST_type1.as
    USERNAME_type0.as
    USERNAME_type1.as
    WITH_USERNAME_type0.as
    WITH_USERNAME_type1.as
    So my question is where do the datatypes...
                  TABLE_OF_BAPIRET2;
                   TABLE_OF_BAPIUSSEXP;
                   TABLE_OF_BAPIUSSRGE;
                   TABLE_OF_BAPIUSNAME;
                   TABLE_OF_BAPIUSNAME;
    ...come from?
    Is your proxy generator creating something mine isn't or did you create these yoursefl?
    Cheers
    Graham Robbo

  • Certification for WEB COMPONENT DEVELOPER FOR J2EE[tm]

    Hi all,
    I'm thinking of getting certified as a
    WEB COMPONENT DEVELOPER FOR J2EE[tm] PLATFORM.
    What is your experience? How do I prepare best for the exam?
    Any book / tutorial particulary useful?
    Thanks for your input!
    Anja

    For what its worth, I found this the easiest of the certifications (compared to Programmer and Developer). My 2 cents of advice includes:
    - Use the Sun objectives as the driver for your study. Review the objectives thoroughly and make detailed notes by section. http://www.javaranch.com/scwcdlinks.jsp has some good examples of this (plus a lot of other useful stuff). The exam is a bit of a memory test - you need to know details of the deployment descriptor, the taglib definition, listeners, the API etc.
    - Take the time to read the servlet and JSP specifications. Although on first sight these are large documents, much of them is reference material and they can be read in a couple of hours. They will help in making the detailed notes.
    - Go over the servlet API for the key methods.
    - If you've not been working with servlet/JSP technologies, read a good book on servlets / JSPs for general background.
    - Try a few mock tests, although there are far fewer available than for JCP. Avoid the ones that charge a fee - I found them less than helpful.
    - This is probably just me, but be careful if you book the test via the web. I did just that, and when I turned up at the test center they had never heard of me. Follow-up with a phone call to the actual center to ensure that they are expecting you.
    Good Luck!

  • Web Dynpro Code Generator

    Hi All
    In webdynpro some files will be generated by "Web Dynpro Code Generator" internally and keeps in gen_wdp folder. One of the file (that is Internalview_XXX.java file) generated by this generator contains the methods which are duplicated there by at the time of DC build it is giving errors such as already defined
    Thereby deleting these gen_wdp folder also does not solved my issues please any one can help me in this issue.
    Regards
    Prasad.

    Hi,
    You are correct - files in the gen_wdp folder are generated by NWDS using the WDP Framework.
    Have you tried to edit these files directly? If so you will need to a second WDP project and create the view, then add whatever coding you did onthe older view. Finally you can delete the old view and replace it.
    It is not guaranteed to work - but unless I have more information on what you are trying to do - I will not be able to give more help.
    Hope that helps.
    Thanks.
    p256960

  • Sun Certified Web Component Developer for the Java Platform, Enterprise Edi

    I would like to take up the exam "Sun Certified Web Component Developer for the Java Platform, Enterprise Edition 5". Could you please suggest me the right book for it?
    Does this one helps? ----Head first servlets and jsp
    Whihc version I have to choose?

    That book is a very decent start, but it does not cover everything you need to know. I would also get "core servlets 2nd edition", which you can download for free here:
    http://pdf.coreservlets.com
    I would skim these two books to see which topics they cover, then check it against the list of requirements you will find on this page:
    http://www.sun.com/training/catalog/courses/CX-310-083.xml
    to see what you are missing.

  • Web component developer (JSPs and Servlets)

    Which jdk should I download for web component development
    Is it SE or EE?
    Do I need a application server to deploy web applications?
    Please advise.

    user10100078 wrote:
    which application server do you recommend?Well, I'm partial to JBoss, but Glassfish comes included in (at least some of) the installs.
    I don't know anything about application servers.
    please advise in detailThen learn, I don't have the time nor the character limit to explain to you about application servers. But they are documented.

  • Need urgent help to generate SPL Data Sources for Line Items

    Hi All,
    I am trying to extract the Special Purpose Ledger Data from R/3 into BW. To do this, I am following the steps to generate the Data Sources for Totals table and Lien Items Table.
    Using Transaction BW01 and BW03 on the R/3 side, I am able to generate the Totals Record-DataSource   successfully.
    But I am not able to generate the Line Items-DataSource. I am using the same procedure.
    Can someone please help me or point me in the right direction. Are there any other settings I need to make to generate the Line Items-DataSource. Interestingly, I am able to generate the Line Items-DataSource  for some other old ledgers in the System like ZZ and ZX. But I need the Line Items-DataSource  from a ledger called ZP for which I am having trouble.
    I would greatly appreciate if someone can get back to me ASAP.

    During BW01, The Generate extract structure is fine for both Total and Line Item Table.The issue is when we run tcode bw03 where you assign the datasource to a ledger.
    Here, I can assign only for the Total Records data source and NOT for the Line Items-DataSource.
    I hope I could explain the issue. Looking forward for some advice.

  • How can I install WEB PL/SQL Generator?

    When I running "Install Web PL-SQL Generator",I got the following errors:
    Someone help me, please!
    No errors.
    No errors.
    Package wsglm...
    Input truncated to 11 characters
    No errors.
    Package wsgjsl...
    No errors.
    Package wsgfl...
    No errors.
    Package wsgl...
    Warning: Package created with compilation errors.
    Errors for PACKAGE WSGL:
    LINE/COL ERROR
    62/22 PLS-00201: identifier 'OWA.VC_ARR' must be declared
    62/22 PL/SQL: Declaration ignored
    63/22 PLS-00201: identifier 'OWA_TEXT.VC_ARR' must be declared
    63/22 PL/SQL: Declaration ignored
    Package body wsgjsl...
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WSGJSL:
    LINE/COL ERROR
    280/7 PL/SQL: Statement ignored
    311/53 PLS-00905: object OWNER.WSGL is invalid
    334/7 PL/SQL: Statement ignored
    344/17 PLS-00905: object OWNER.WSGL is invalid
    472/7 PL/SQL: Statement ignored
    493/31 PLS-00905: object OWNER.WSGL is invalid
    813/10 PL/SQL: Statement ignored
    813/22 PLS-00905: object OWNER.WSGL is invalid
    828/10 PL/SQL: Statement ignored
    828/22 PLS-00905: object OWNER.WSGL is invalid
    843/10 PL/SQL: Statement ignored
    843/22 PLS-00905: object OWNER.WSGL is invalid
    852/10 PL/SQL: Statement ignored
    852/22 PLS-00905: object OWNER.WSGL is invalid
    861/10 PL/SQL: Statement ignored
    861/22 PLS-00905: object OWNER.WSGL is invalid
    884/10 PL/SQL: Statement ignored
    884/22 PLS-00905: object OWNER.WSGL is invalid
    960/3 PL/SQL: Statement ignored
    960/15 PLS-00201: identifier 'HTF.ESCAPE_SC' must be declared
    Package body wsgl...
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WSGL:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00905: object OWNER.WSGL is invalid
    1/14 PLS-00304: cannot compile body of 'WSGL' without its
    specification
    Package body wsgfl...
    No errors.
    No errors.
    No errors.
    No errors.
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WSGMC_OUTPUT1:
    LINE/COL ERROR
    49/4 PLS-00201: identifier 'HTP.P' must be declared
    49/4 PL/SQL: Statement ignored
    51/7 PLS-00201: identifier 'HTP.P' must be declared
    51/7 PL/SQL: Statement ignored
    53/10 PLS-00201: identifier 'HTP.P' must be declared
    53/10 PL/SQL: Statement ignored
    60/4 PLS-00201: identifier 'HTP.P' must be declared
    60/4 PL/SQL: Statement ignored
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WSGMC_OUTPUT2:
    LINE/COL ERROR
    36/13 PLS-00201: identifier 'HTP.P' must be declared
    36/13 PL/SQL: Statement ignored
    42/10 PLS-00201: identifier 'HTP.P' must be declared
    42/10 PL/SQL: Statement ignored
    48/13 PLS-00201: identifier 'HTP.P' must be declared
    48/13 PL/SQL: Statement ignored
    53/16 PLS-00201: identifier 'HTP.P' must be declared
    53/16 PL/SQL: Statement ignored
    59/13 PLS-00201: identifier 'HTP.P' must be declared
    59/13 PL/SQL: Statement ignored
    64/10 PLS-00201: identifier 'HTP.P' must be declared
    64/10 PL/SQL: Statement ignored
    70/13 PLS-00201: identifier 'HTP.P' must be declared
    70/13 PL/SQL: Statement ignored
    87/28 PLS-00201: identifier 'HTP.BR' must be declared
    87/28 PL/SQL: Statement ignored
    92/25 PLS-00201: identifier 'HTP.P' must be declared
    92/25 PL/SQL: Statement ignored
    99/13 PLS-00201: identifier 'HTP.P' must be declared
    99/13 PL/SQL: Statement ignored
    The following synonyms already exist. Please check that they are valid:
    OWA
    OWA_UTIL
    OWA_COOKIE
    OWA_IMAGE
    OWA_INIT
    OWA_OPT_LOCK
    OWA_PATTERN
    OWA_SEC
    OWA_TEXT
    HTP
    HTF
    CG$ERRORS
    WSGL
    WSGJSL
    WSGLM
    WSGFL
    Webserver Generator Compilation Report
    NAME TY LINE COL TEXT
    WSGJSL PB 311 53 PLS-00905: object OWNER.WSGL is invalid
    280 7 PL/SQL: Statement ignored
    344 17 PLS-00905: object OWNER.WSGL is invalid
    334 7 PL/SQL: Statement ignored
    493 31 PLS-00905: object OWNER.WSGL is invalid
    472 7 PL/SQL: Statement ignored
    813 22 PLS-00905: object OWNER.WSGL is invalid
    813 10 PL/SQL: Statement ignored
    828 22 PLS-00905: object OWNER.WSGL is invalid
    828 10 PL/SQL: Statement ignored
    843 22 PLS-00905: object OWNER.WSGL is invalid
    843 10 PL/SQL: Statement ignored
    852 22 PLS-00905: object OWNER.WSGL is invalid
    852 10 PL/SQL: Statement ignored
    861 22 PLS-00905: object OWNER.WSGL is invalid
    861 10 PL/SQL: Statement ignored
    884 22 PLS-00905: object OWNER.WSGL is invalid
    884 10 PL/SQL: Statement ignored
    960 15 PLS-00201: identifier 'HTF.ESCAPE_SC' must be
    declared
    NAME TY LINE COL TEXT
    WSGJSL PB 960 3 PL/SQL: Statement ignored
    WSGL PA 62 22 PLS-00201: identifier 'OWA.VC_ARR' must be
    CK declared
    AG
    E
    62 22 PL/SQL: Declaration ignored
    63 22 PLS-00201: identifier 'OWA_TEXT.VC_ARR' must be
    declared
    63 22 PL/SQL: Declaration ignored
    PB 1 14 PLS-00905: object OWNER.WSGL is invalid
    1 14 PLS-00304: cannot compile body of 'WSGL' without
    its specification
    0 0 PL/SQL: Compilation unit analysis terminated
    null

    Hi,
    Is necesary install XDB?
    Because i have executed;
    select * from dba_registry
    where COMP_ID = 'XDB'
    Oracle XML Database
    Regards

  • Is window to window navigation is possible in a single web component int..?

    Hi Experts,
                      I have developed a scenario in that i have stuck that is window to window navigation which is developed in a single web component interface is possible or not.If not possible why,If yes how can we achieve that send some examples on it.
    Thank u,
    Shabeer Ahmed.

    Hi Shabeer,
    Its not directly possible to navigate between windows of the same component. However you can achieve this using an workaround which am suggesting at the latter part of my thread.
    Check this fragment from the SAP's standard documentation.
    "A window embeds one or more views and has a corresponding window controller. A window controller can contain navigation plugs, methods, and a context. Each view can be embedded in multiple windows.The outbound plug of a window can be connected to any inbound plug of embedded views, and the outbound plug of a view can be connected to any inbound plug of the embedding window. However, navigation between windows of the same component is not possible."
    Workaround for achieving the desired navigation:
    1.create 2 views and 2 windows and assign first view to first window and second view to second window.
    Also create an exit plug for window1 with parameter URL of type string.
    Note: when you create windows automatically an interface view will also create with same name.
    2.Create application1 for window1(nothing but give interface1 ) in the same way create another application and assign interface view2.
    Then write your logic in the onAction method of view1,call the exit plug of window1 then pass the URL of second application.
    Regards,
    Uday

  • Crystal Reports - WCS (Web Component Server) and CMS login confusion

    Hi,
    I reinstalled the WCS after trying to restart the various servers/services for Crystal and having the Event ID 34400:
    -Original Problem-
    The description for Event ID ( 34400 ) in Source ( Crystal_WebConnector ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: assert failure in file (Y:\backend\WebAppServer\wsconnector\src\isapi\workerpool.cpp) at line 94.  (false : Request failed with code 3 and error message Communication failed with all configured Web Component Servers because they are disabled or not currently running. If this problem continues, please contact the system administrator.)..
    -Current Problem (after uninstalling and reinstalling WCS - yuck)-
    Anyway, now I'm unable to log back into the CMS through the WCS  (See screenshot:   <a href="http://www.picsaway.com/view/crystalproblm-95f6e20632.jpg">http://www.picsaway.com/thumbs/crystalproblm-95f6e20632.jpg</a>  )
    Is it definitely the same username and password on the right box as used in the left box?  I don't know what the password is (and have asked a colleague but received no response yet).  The CMS is running on the same computer as the WCS so I was hoping not to have to authenicate via WindowsNT/Enterprise/LDAP (the 3 options).
    So.. I'm sorry for the ramble but I've made a problem worse trying to fix it and am not sure where to go from here.
    Thanks,
    Hew
    Edited by: staid03 on Jul 16, 2009 4:59 AM

    Hi,
    We're going to reinstall CR onto a different computer.  Please close this thread.
    Thanks.

  • Java EE 6 Web Component Developer - Study Material

    Hi There,
    Could anyone recommend study material for the new Java EE 6 Web Component Developer exam.
    I have already had a look at the the following:
    The old head first: Head First Servlets and JSP (EE 5)
    The new updated Servlet specification 3.
    Enthuware mock Exams for the 1Z0-894 exam.
    According to another forum there are no books targeting this exam except this book which is only available on pre-order:
    [http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7|http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7]
    Any recommendations on getting up to speed with the latest EE6 topics will be greatly appreciated.

    user13417355 wrote:
    Hi There,
    Could anyone recommend study material for the new Java EE 6 Web Component Developer exam.
    I have already had a look at the the following:
    The old head first: Head First Servlets and JSP (EE 5)IMHO Sensible
    The new updated Servlet specification 3.Well Done.
    Enthuware mock Exams for the 1Z0-894 exam.At least www.certguard.com says assosicated website currently seems certification safe at time of post.
    >
    According to another forum there are no books targeting this exam except this book which is only available on pre-order:
    [http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7|http://www.amazon.co.uk/Servlet-JSP-Tutorial-Budi-Kurniawan/dp/0980839629/ref=sr_1_7?ie=UTF8&qid=1316862920&sr=8-7]
    Any recommendations on getting up to speed with the latest EE6 topics will be greatly appreciated.I'd think you'll proably get more java related info better on {forum:id=923}.
    I'm really no expert on java / java certifications. But your approach seems good. Just stay well clear of the braindump sites. And remember the offical documentation is there to help!

  • Can we Create new Web Component in OAF LIb?

    Dear all,
    1) Can we create a new WEB Component in OAF?
    2)Can we call any Flash Based Application in OAF?
    3)Can we create any Pie Chart where each Part should be have has a link(Ex:In Pie chart If we have 5 Parts when I click on any part of Pie chart It chould navigate to Other Page)?

    Hi,
    This is what i have found. This might really help you.
    Adding Components to the OA Extension
    The OA Extension provides design time support for any additional components included as extensions to the OA Framework (Fwk) by product groups in Apps, as well as Fwk plug-in support at runtime.
    The Preferences | Oracle Applications | OA Component Manager page provides a generic mechanism for any product group to enable and disable additional components.
    To enable or disable the loading of a specific component extension: From the main menu, choose Tools | Preferences. Expand the Oracle Applications node and select OA Component Manager. The OA Component Manager page displays an entry for each component extension installed in the jdev/lib/ext/jrad/ext folder.
    By default, any new extension jar file installed by the OA Extension is initially disabled. Select or deselect components in the list. For more information on these options, press F1 or click Help from within the page. When finished, click OK. You must restart JDeveloper to enable a new extension. The enable/disable state of an extension will be saved in the settings.xml file in your system directory.
    Regards,
    Gyan

  • I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!!

    I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!! My computer is 2012 iMac desktop

    Not sure if any of the alternatives to Office (word) for Mac are near the feature set you require.
    There are a few listed here at this page, in some ways aren't exactly like Office or Word; the feature you seek may (or may not) exist. I'd try & see about neooffice compatibility...
    http://www.digitaltrends.com/computing/best-microsoft-office-alternatives/
    http://www.neooffice.org/neojava/en/index.php
    http://www.libreoffice.org/
    Good luck & happy computing!

  • IllegalArgumentException while deploying web component in WL Server 6.1

    Hi,
    I just migrated from WL Server 6.0 to WL Server 6.1 on
    windows NT. Web component which gets deployed properly
    on 6.0 is not getting deployed on 6.1. It causes below
    exception.
    I followed the instructions for 'Migrating applications from 6.0
    to 6.1' given at -http://edocs.bea.com/wls/docs61/notes/migrate60to61.html#998451
    Any ideas?
    Thanks
    Rashmi
    ####<Aug 14, 2001 2:06:26 PM PDT> <Debug> <HTTP> <rsanjay-lt> <employServer> <main>
    <system> <> <101158> <Exception thrown while loading htmlClient: java.lang.IllegalArgumentException:
    Prefix string too short>
    java.lang.IllegalArgumentException: Prefix string too short
         at java.io.File.createTempFile(File.java:1237)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:95)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:3245)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:3216)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:853)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:806)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:413)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:160)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:606)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:590)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:350)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
         at $Proxy40.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1093)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:606)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:590)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:350)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
         at $Proxy38.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2706)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:360)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:152)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:606)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:590)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:350)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
         at $Proxy57.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:479)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
         at weblogic.management.Admin.finish(Admin.java:561)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
         at weblogic.Server.main(Server.java:35)

    Please check out the javadocs for java.io.File. A prefix must be at least
    three characters long.
    "Rashmi" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi,
    I just migrated from WL Server 6.0 to WL Server 6.1 on
    windows NT. Web component which gets deployed properly
    on 6.0 is not getting deployed on 6.1. It causes below
    exception.
    I followed the instructions for 'Migrating applications from 6.0
    to 6.1' givenat -http://edocs.bea.com/wls/docs61/notes/migrate60to61.html#998451
    >
    Any ideas?
    Thanks
    Rashmi
    ####<Aug 14, 2001 2:06:26 PM PDT> <Debug> <HTTP> <rsanjay-lt><employServer> <main>
    <system> <> <101158> <Exception thrown while loading htmlClient:java.lang.IllegalArgumentException:
    Prefix string too short>
    java.lang.IllegalArgumentException: Prefix string too short
    at java.io.File.createTempFile(File.java:1237)
    atweblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:9
    5)
    atweblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServl
    etContext.java:3245)
    atweblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletConte
    xt.java:3216)
    atweblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.jav
    a:853)
    atweblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.j
    ava:806)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:413)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:329)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:144)
    atweblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:
    76)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:606)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    90)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:350)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy40.addWebDeployment(Unknown Source)
    atweblogic.management.configuration.WebServerMBean_CachingStub.addWebDeploymen
    t(WebServerMBean_CachingStub.java:1093)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:315)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
    Target.java:279)
    atweblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
    eploymentTarget.java:233)
    atweblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
    entTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:606)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    90)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:350)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy38.updateDeployments(Unknown Source)
    atweblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(
    ServerMBean_CachingStub.java:2706)
    atweblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Appl
    icationManager.java:360)
    atweblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManage
    r.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:606)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    90)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:350)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy57.start(Unknown Source)
    atweblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(
    ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)

Maybe you are looking for

  • Convert varchar in db to boolean

    The dba's have modelled a field as a varchar(1), with valid values being 'Y' and 'N'. Can i map this as boolean within the Java class? thanks, craig

  • Problem with one box

    One box in my house is not getting all channels and other channels are digitized. All other boxes are fine. Rebooting does not help. Ideas?

  • Notifications of updates, but no updates in app store

    I'm getting notifications that updates for Mountain Lion are available, but then when I go to the app store and check for updates nothing shows up. I've checked all the usual update and Apple account settings and can't see anything out of the ordinar

  • How do I delete this non-existent hyperlink destination?

    New to Indesign. I need to use the "Blank White" header text as a hypertext destination and I want the name of the hypertext destination to be the same as the text. When I try, I get: Yet, there seems to be NO hypertext definition already in existenc

  • Integrating Oracle Apex 4.0.2 with EBS R12.1.1

    We could successfully integrate Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf. The document says to navigate from EBS to Oracle Apex without any seco