F1 help not working for J2EE objects

Hi,
I love the F1 help that takes you to the JavaDoc. However, it doesn't seem to
work for J2EE objects (only J2SE). However, workshop does know about J2EE objects
because the function completion stuff works.
The "J2EE Javadoc location" in IDE Properties is set to http://java.sun.com/j2ee/1.4/docs/api/.
I also changed it to my local install of the Javadoc. Still no satisfaction.
Anyway to get this working?
Thanks,
Phil

Raj,
Thanks for the service pack clarification.
Any ideas why the F1 for J2EE is not working?
Is anyone else having this problem?
It seems to be using the J2SE javadoc location instead.
Thanks,
Phil
"Raj Alagumalai" <[email protected]> wrote:
Phil,
The installation you have is WebLogic Platform 8.1 GA, which contains
WebLogic Server 8.1 sp1, which is why the next service pack will be called
Service Pack 2.
Thanks
Raj Alagumalai
WebLogic Workshop Support
"Phil Grimm" <[email protected]> wrote in message
news:[email protected]...
Is there an SP1 for Workshop? The build I have (in Help | About) showsBUILD: 2003.0710.190003).
Is there a newer build? I have not been able to locate a download.
One file you can try is LoginBacking.java in{sampleportal}/WEB-INF/src/examples/login.
Postion on "HttpServletRequest" and hit F1 goes to the J2SE javadocand
displays
java.lang.Object. It's not going after the correct javadoc file.
Phil
"Raj Alagumalai" <[email protected]> wrote:
Phil,
I have tested JE22 objects and have not had any issues. Can you attach
a
file where F1 help fails ?
Regarding F1 help for weblogic API's they will be available in Service
Pack
2.
Hope this helps.
Regards,
Raj Alagumalai
WebLogic Workshop Support
"Phil Grimm" <[email protected]> wrote in message
news:[email protected]...
Oh, it would be nice if F1 would work for BEA APIs. Is this possible?
Even more cool would be if we could configure it to point to API'sof our
own
or others like Struts, etc.
If this is not possible, please consider this an enhancement request:)
Phil
"Phil Grimm" <[email protected]> wrote:
Hi,
I love the F1 help that takes you to the JavaDoc. However, it doesn't
seem to
work for J2EE objects (only J2SE). However, workshop does know
about
J2EE objects
because the function completion stuff works.
The "J2EE Javadoc location" in IDE Properties is set to
http://java.sun.com/j2ee/1.4/docs/api/.
I also changed it to my local install of the Javadoc. Still nosatisfaction.
Anyway to get this working?
Thanks,
Phil

Similar Messages

  • Triger extract is not  working for USERDETAILS object.

    Dear MI experts,
    I am doing custom client integration. In that we have faced a problem.
    Trigger extract is not  working for USERDETAILS object in SWCV SAP BASIS 7.10.
    1. I have assign the SWCV SAP BASIS 7.10, user define SWCV to device.
    2. I have checked the SMQR all queues(extract queues) are in register mode.
    But if I delete the users and reassign the same user, then it is sending deletes and insert to the outbound queue.
    please help to resolve the issue.
    Regards
    lakshman balangu

    Dear ananth,
    Thanks for ur replay.
    Actually as soon as the device is registered, automatically the USERDETAILS and USER_AUTHORIZATION Objects should
    go to the Outbound queue from the pending extract
    I have tried what you have suggested.
    1.I have taken device which is in initial state and I have assigned the 'user' and 'user define SWCV'.
    2.I have register the devices with my custom client. After that also SWCV SAP BASICS 7.10 not become operational and automatic extract not happend for USERDETAILS.
    my doubt is, any thing i need to send from client to make SWCV SAP BASICS 7.10 operational?
    (or) is it problem with system?
    Regards
    lakshman balanagu

  • What's This Help not working for one entry in each header file

    I have a large RoboHelp project that I have imported into Version 8 from a previous version. Prior to the import into Version 8, all of the What's This Help in the project was working perfectly; now, post-import, I have a problem.
    Firstly, some background information.
    My project contains a large number of individual header (.H) files, one for each dialog within the software. These header files, which have been generated and provided by our developers, contain one entry for each field on the dialog to which the header file relates. The header files are all contained within a \HTML Topics\Fields\ folder (going from the root of my Help project).
    Each header file has a corresponding text (.TXT) file. These text files contain entries that correspond to the entries in the relevant header file. The text files are also contained within the \HTML Topics\Fields\ folder.
    Below is an example of the contents of a header file:
    #define IDH_HIERARCHY_APPEARANCE_HIEARCHY_LIST          16811
    #define IDH_HIERARCHY_APPEARANCE_ADD_APPEARANCE         16812    
    #define IDH_HIERARCHY_APPEARANCE_REMOVE_APPEARANCE      16813
    Below is the contents of the corresponding text file:
    .topic IDH_HIERARCHY_APPEARANCE_ADD_APPEARANCE
    Click this button to add a new row of hierarchical appearance settings to the grid.
    .topic IDH_HIERARCHY_APPEARANCE_HIEARCHY_LIST
    Use this grid to define hierarchy appearance settings. Each row in the grid represents a level of the hierarchy. For example, the appearance settings you define for the first row apply to the top level of hierarchy, the settings you define for the second row apply to the second level, and so on.
    .topic IDH_HIERARCHY_APPEARANCE_REMOVE_APPEARANCE
    Click this button to delete the selected row of hierarchical appearance settings from the grid.
    The What's This Help that was part of the original project still works perfectly. However, after upgrading the project to RoboHelp Version 8, I have had to update the project to reflect changes to the software. As part of this work, I have imported some new header files and updated some existing ones - and edited the corresponding text files accordingly.
    The What's This Help that is covered by the header files that I have imported since the upgrade to RoboHelp Version 8 does not work correctly; in each case, the What's This Help does not work for whichever field appears at the top of the appropriate text file. The position of the entry in the corresponding header file does not make a difference.
    If I manually edit a text file to move a different entry to the top then recompile the Help project, the What's This Help does not work for the field that now appears at the top of the text file - and the What's This Help for the field that used to appear at the top of the text file now works.
    I've tried everything I can think of to fix this, but nothing has worked. It seems as if there is a problem in the way RoboHelp is compiling the header and text files.
    If I use Microsoft HTML Help Workshop to decompile the CHM file, then view the contents of the resulting, decompiled text files, the affected files appear as follows:
    .topic IDH_HIERARCHY_APPEARANCE_ADD_APPEARANCE
    Click this button to add a new row of hierarchical appearance settings to the grid.
    .topic 16811
    Use this grid to define hierarchy appearance settings. Each row in the grid represents a level of the hierarchy. For example, the appearance settings you define for the first row apply to the top level of hierarchy, the settings you define for the second row apply
    to the second level, and so on.
    .topic 16813
    Click this button to delete the selected row of hierarchical appearance settings from the grid.
    Note how the entry at the top - which relates to the What's This Help that doesn't work - appears differently to the other entries which do work. The name of the ID appears after ".topic" rather than the appropriate ID number.
    Any help that anyone can provide me with would be very much appreciated.
    Thank you,
    Mark

    Its working now. We just kept trying to reinstall the tools and restarting indesign. On the 4th time the buttons started working. I can't explain why it finally worked, just that it is working now.

  • SelectManyListBox is not working for Integer Objects in Jsf

    hi,
    In JSF selectManyListBox is not working with Integer objects it is working only with String Objects. It is showing the error "value is invalid" can anybody please send me sample code snippet regarding this.

    The javadoc of UISelectMany.validateValue() says:
    In addition to the standard validation behavior inherited from UIInput, ensure
    that any specified values are equal to one of the available options.
    So, you should take care that the submitted values are equal to one of the
    options. Note that an Integer is never equal to a String.
    Show your codes to us.

  • Is join field value does not work for Custom object 4 to 15

    Hi Everybody
    I have Custom object 7 as Related Information to campaign object. I want to pull data from campaign to Custom Object 7. I tried with join field value function, but i am getting error.
    Is Custom object 4 to Custom Object 15 not exposed with join field value function.
    Can we pull data from child to parent or it is always other way ????

    Hi,
    JoinFieldValue is not supported in Custom Object 04-15.
    Thanks & Regards
    Sablok

  • Shared Libray UDF does not work for all objects

    I have created a shared UDF Library and am successfully using the code in other mappings.
    however when i am trying to apply the code to two new mappings, the code does not work!  there is nothing special about the code.  just get the MessageID.
    public String GetMessageID(Container container) throws StreamTransformationException{
    //This UDF gets the PI message ID
    String constant;
    java.util.Map map;
    map = container.getTransformationParameters();
    constant = (String) map.get(StreamTransformationConstants.MESSAGE_ID);
    return constant;
    it works when i enter the messageID in graphical mapping, but when i test end to end, it does not work!
    and as i mentioned, it works in two other interfaces...   but not in the new one! 
    any thoughts?

    after applying the latest patches it seems to have corrected iteslf

  • ECR/ECO Workflow not working for multiple Objects

    Hello all,
    We have implemented ECR/ECO workflow by customizing the SAP standard one. We are facing a problem when entering multiple ECO objects such as mutiple Documents, materials, BOMs etc. When we create the ECR, two parralel workflow start (one for ECM and other for ECO) and depending on how many ECO objects we have included, multiple instances of ECO workflows will trigger (I think this is the standard behaviour as well but not sure)
    In our workflow, we have a wait step in ECO workflow that waits until ECM has been converted into ECO (ECOP status) and starts the ECO workflow. Also, we have created a Wait step in ECM workflow and that waits until the ECO workflows have reached the CONFIRMATED Step when the processing of the objects are finished.
    When we enter one object, both workflows start and ECO waits until ECM has been converted into ECO and then start the processing the Objects. when the ECO workflow is done (Status confirmated), it switches back to ECM workflow and then goes on with Close/Release steps of the Objects/ECO etc.
             But, when we have multiple ECO objects, both start well as ECR converts to ECO and the ECO starts and then work items are processed but then stops just before the CONRIMATED steps even though all objects are changed/maintained properly and  ECO workflows are completed. As a result, the control doesn't refer back to ECM and we never get the ECO close and Release step work items.
    I have checked SWETYPV, SWEL, business objects ECM and ECO but nothing gives a result..
    Any help would be appreciated..
    Thanks

    Can you please update on what is the status in the workflow log. You can check this from SWIA tcode.
    If it is in process step please check for ST22 dump if any.
    Thanks
    Arghadip

  • F4 not working for info object in web analyzer

    Hi Everyone,
    We have one report, the F4 is working fine for info obect in BEx analyzer but in case of Web analyzer  the F4 is getting stuck for the same info object.
    Can you please suggest what steps I need to follow to correct it.
    Thanks
    Kind Regards
    Anukul

    Hi Everyone,
    Yes, value help for variable.
    One of variable info object of query, the variable shows the value help in BEx analyzer but in Web analyzer it does not shows the value help for same info object.
    When we press F4 in web analyzer for that info object, the screen is getting stuck for long time and not shows any values against that variable.
    Please suggest experts, what actions need to take.
    Thanks
    Kind Regards
    Anukul

  • Filter not working for all objects

    I have 17 objects in one group with an applied "Repel" behaviour. All of the objects are affected except one, why is this?

    Move the object that doesn't move slightly off of "dead center" (0,0,0).

  • My apple id is not working for my iPhone activation. Please help me.

    my apple id is not working for my iPhone activation. Please help me.
    i'll just restore it.

    Not working in what way?
    Only the Apple ID that was used to enable "Find My iPhone" on the device can be used to bypass Activation Lock.

  • F4 help not working in mss requisition form for erec

    HI,
         I am getting a problem while filling a mss requisition form for E recruting Ehp 4 . F4 help is not working for position id & org unit.it is not returning values while searching.I am using form scenarion sqr03.Plz suggest any solution.

    HI,
         I am getting a problem while filling a mss requisition form for E recruting Ehp 4 . F4 help is not working for position id & org unit.it is not returning values while searching.I am using form scenarion sqr03.Plz suggest any solution.

  • The Help Link from the Application Pages Does not Work for Peoplesoft Campus Solutions 9.0

    Hi everyone.
    I have a problem, I have been trying to set up the Help Link from the Application Pages for Peoplesoft Campus Solutions 9.0 according to the instructions given in the Document: http://docs.oracle.com/cd/E17566_01/epm91pbr0/eng/psbooks/EnablingtheHelpLinkfromApplicationPages.pdf ,  (referenced in the Doc ID 1289101.1, E-PB: How to Set Up the Context Sensitive Help with Hosted PeopleBooks using Universal Linking).
    I follow the instructions of that document carefully:
    I go to: PeopleTools -> Web Profile -> Web Profile Configuration
        2. Then I choose the Web Profile: "Development".
        3. Then Change the value for the Help URL field by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5 , the ctx parameter selected is the one that correspond to  the Campus Solutions (hrcs90r5) according to the Product Line Code Table (ULinkID) especified in the mentioned document.
        4. Stop the Web Domain and Clear cache.
        5. Start the Web Domain again.
    After setting up the Web Profile Configuration I test the help links, thas is why I click in the Help link in any Peoplesoft CS 9.0 Application Page (modify a person), but the next error message appears: "We're sorry, the topic you requested was not found.".
    I tried many combinations with the ctx parameters URL but it does not work yet. 
    I did the same test, but this time using the Help URL field with a HRMS ctx parameter by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hcm92pbr5 , and It works fine !!!
    According to the previous test you realize that It works with HRMS ctx parameter but not with Campus Solutions 9.0 ctx parameter,  Does anybody know what else can I do ? Am I doing anything wrong or missing? or maybe the Oracle's ctx parameter for Campus Solutions URL It is broken simply.
    Thanks for you help and feedback.

    2799444 - The page you are testing with appears to be a Workforce Administration page. Is that correct?
    The CS PeopleBooks would only work for CS pages, e.g.: try navigating to Main Menu > Campus Community > Personal Information > Add/Update a Person
    Also, you can use multiple ctx parameters:
    E.g.: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5&ctx=hcm92pbr5&ctx=pt852pbh2
    This way the help would work for the HR related pages like Workforce Administration, Campus Solutions pages like Campus Community and also PeopleTools pages like Web Profile Configuration. Hope this clarifies your question. Thanks!

  • TS1814 I have windows vista and this did not work for my ipod it still will not update PLEASE HELP!

    I have windows vista and this did not work for my ipod it still will not update PLEASE HELP!
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

    Try this:
    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Hi, I have an iPod touch 5th generation which i got about 10 months ago and now my sound is not working. for example my music isn't playing nor are any of my game sounds. Someone help please.

    Hi, I have an iPod touch 5th generation which i got about 10 months ago and now my sound is not working. for example my music isn't playing nor are any of my game sounds. Someone help please.

    No sound form :
    - Speaker?
    - Headphones?
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • Filtering not working for newly added child objects in master-detail table

    Hi,
    I am using Jdeveloper 11.1.1.4 version.
    Problem scenario:
    Filtering of records is not working for newly created child objects in a master-detail scenario.
    Steps to reproduce this issue using HR Schema (using LOCATIONS and DEPARTMENTS table ) :
    1. Create Business components (EO's & VO's ) for LOCATIONS & DEPARTMENTS table)
    1. Create a .jspx page and insert a readonly master table of Locations
    2. Insert a child table (inline-edit table) of Departments and enable filtering
    4. For the child table, drag and drop CreateInsert operation as a toolbar button .
    5. Create a new child record using the toolbar button and enter data .
    6. Filtering on the newly created child record's attributes does not work.
    Please note that the same filter works for existing child records.
    Any suggestions for resolving this issue?
    Thanks,
    Vikas

    Found from Fusion Developer's Guide the following snippet about QBE functionality :
    "+When you create data controls, all data collections will automatically include a Named Criteria node with an All Queriable Attributes criteria. This is the default view criteria that includes all the searchable attributes or columns of the data collection. You cannot edit or modify this view criteria+. "
    So, the question is if the implicit view criteria cannot be edited, how else to set the query execution mode to "Both" ?
    Shouldn't ADF BC support this by default? Is this a bug?
    Note:- If you create a maste-detail table using POJO datacontrols, filter works correctly for newly created child records also .
    This seems to be an issue with ADF-BC datacontrols only.
    Thanks,
    Vikas

Maybe you are looking for

  • Oracle Inventory: Inventory Value as on date Query

    Hi guys, We need to write a query to get inventory value based on a particular date, say '31-dec-2011' for certain auditing purposes. We can use historical transaction summary report for this purpose, however this report produces more than 800 pages

  • Re iMac and external booting: why is it-?

    iMac 27", bought about April, 2014. STILL waiting for Alsoft to be given the code for an external bootable DVD with Diskwarrior. But if an external DVD can (1) boot it and (2) drive the inbuilt iMac display... ... that Apple Support (Ireland) told me

  • Eclipse plug-in

    Hi there, I am wondering where I can download the eclipse plug-in for EJB and servlet development? Thanks in advance

  • SetCustomDatum and setObject performance

    I'm using the Object-Relational features of Oracle 8i. I've been experiencing a performance problem with setCustomDatum() or setObject() to set a user defined object in an OraclePreparedStatement to insert the object into the database. The performanc

  • Strange Problem in JList

    Hi, I am using JList and the problem is that it is not scrollable. That means I am not able to see the entire list in the JList, if the list number is more. Can any one please help me to make it scrollable.. Thanks Deepak