JDeveloper Add-Ins for Portlet Developers - Installation

According to the instructions, "To install the Java Portlet Wizard, copy the files located in the lib directory of this distribution set into the <Jdev_home>/jdev/lib/ext directory." The files in the lib directory included, jazn.jar, pdkjava.jar, pdkwizrd.jar and ptlshare.jar. I copied the above file as instructed but the JDeveloper(9.0.3) fails to display the wizard as an option as demostrated in the viewlet. Is an jdev-ext.xml file required, if so what should it include?
Thanks.

greg,
i've just tried it and it works fine. here are my steps :
1) download and unzip JDeveloper 9.0.3 from OTN
2) download and unzip the PDK Wizard ZIP from portalcenter
3) copy the libraries from the lib of the PDK Wizard ZIP into <Jdev_Home>/jdev/lib/ext directory
4) start JDeveloper
-> the wizard can be found under
Web-Tier -> Oracle9iAS Portal
regards,
philipp

Similar Messages

  • QTP add-ins for JD Edwards

    Hi,
    Please let me know if QTP has add-ins for JD Edwards for Testing JD Edwards Applications?

    Hi,
    You Can create custom tables on DB2 through JDE EnterpriseOne 8.12 and you can have the tables to be accessed from Webservices also but you have to be very careful about the integrity of the application before giving such access.
    You can customize JDEdwards Application UI and it is available in
    JD Edwards EnterpriseOne Tools 8.98 Development Tools: Form Design Aid Guide
    as you have to customize the Form on which you need the corresponding link.
    Please let me know if you need any further information.

  • Business Add-Ins for Purchasing

    hi Gurus
    can any one explain  me how to keep seetings in business Add-Ins for Purchasing

    Hi
    To implement BAdIs, you need advanced knowledge of ABAP
    Standard settings
    In the standard system, the Business Add-In is not active.
    You create business add-in definitions using transaction SE18. They contain the business add-in interface. In the application code the instance variable is typed according to this interface. You can create several implementations for each add-in definition.
    There are two main types of BADI definitions:
    Multiple use - that is, there can be several active implementations
    Filter-dependent  - that is, you apply a filter value to each method called (for example, a country). A  different (active) implementation is then called for each value. Possible filter values are characterized by the filter type.
    for finding the BAdi's for Purchasing goto SE18, Click F4, Click on Infiormation system, give Package as ME.
    List of BAdi's will be displayed
    Thanks & Regards
    Kishore

  • JDeveloper Add-ins - Source Control

    How do I add an add-in for Version Control of the software (Servelts/EJBs/shtml) being developed.
    As we are implementing ISO, this seems to be mandatory.
    In the help of JDeveloper 3.0, version control add-ins seems to be possible. We have standardised on visual source safe 6.0.
    any idea on how to integrate these tools together. Alternatively, should I be using any other version control tool?
    Tx in advance.

    I would recomend using version control as the separate tool. Simply check out the files and switch to JDeveloper do work, save swich to the version control and check in.
    In my opinion integrating with JDeveloper is not worth it. First it add-ins do not work well with JDev 3.0. Secondly the working with Business Components wizards and version control is a little tricky - wizards may change mulitple files and it takes a while to learn which files you have to checkout. You may as well check out the entire folder containing the changes, using the version control client. When you check in you can skip the files without changes (most tools should allow to do this).
    Good luck,
    /Michael

  • Fuzzy Lookup Add-In for Excel - Unattended installation

    Hi.
    I would lige the Fuzzy Lookup Add-In for Excel to be installed silently, but it seems only to be possible for a Per-User installation with the parameter "setup.exe /passive"
    I need the installation to be for All Users, but I can´t find any parameter that makes that possible.
    / Torsten  

    Hi,
    Based on your description, your required could be done via logon scripts. Please see the below steps:
    1. Open Notepad.
    2. Copy and paste, or type, the following:
    Const ENGINEERING_GROUP = "cn=engineering"
    Const FINANCE_GROUP = "cn=finance"
    Const HUMAN_RESOURCES_GROUP = "cn=human resources"
    Set wshNetwork = CreateObject("WScript.Network")
    wshNetwork.MapNetworkDrive "h:",
    "\\FileServer\Users\" & wshNetwork.UserName
    Set ADSysInfo = CreateObject("ADSystemInfo")
    Set CurrentUser = GetObject("LDAP://" &
    ADSysInfo.UserName)
    strGroups = LCase(Join(CurrentUser.MemberOf))
    If InStr(strGroups, ENGINEERING_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Engineering\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\EngLaser"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\Plotter"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\EngLaser"
    ElseIf InStr(strGroups, FINANCE_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Finance\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\FinLaser"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\FinLaser"
    ElseIf InStr(strGroups, HUMAN_RESOURCES_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Human Resources\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\HrLaser"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\HrLaser"
    End If
    3. On the File menu, click Save As.
    4. In Save in, click the directory that corresponds to the domain controller's Netlogon shared folder (usually SystemRoot\SYSVOL\Sysvol\DomainName\Scripts where DomainName is the domain's fully qualified domain name).
    5. In Save as type, click All Files.
    6. In File name, type a file name, followed by .vbs, and then click Save. WSH uses the .vbs extension to identify files that contain VBScript commands.
    More reference::
    http://technet.microsoft.com/en-us/library/cc758918(v=WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc784088(v=ws.10).aspx
    http://technet.microsoft.com/en-us/library/cc779490(v=WS.10).aspx
    If you have further question about logon scripts, I recommend you post the question to below forum.
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG&filter=alltypes&sort=lastpostdesc
    Regards,
    George Zhao
    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.

  • JDeveloper Add-Ins

    Hello,
    I am trying to put together a prototype for a jdeveloper integration for a code analyzer.
    I found out how to do most things we want but i would like to use the Window that the compiler uses to diplay messages. How do i get acess to this window. I could not find this in the documentation. I presume it is possible. I working with jDeveloper 3.2.3
    Thanks A lot,
    Marteijn Nouwens
    [email protected]

    I Found those methos put hey just put text in the window. I want to add messsages tha react when a user click on the eg jump to the line.
    Thanks for replying

  • Can't install add-ins. Get unexpected installation error. Console has this

    I get this error in the console:
    Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsILocalFile.persistentDescriptor]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///Applications/Firefox.app/Contents/MacOS/components/nsExtensionManager.js :: getAbsoluteDescriptor :: line 406" data: no]
    Source File: file:///Applications/Firefox.app/Contents/MacOS/components/nsExtensionManager.js
    Line: 406

    For details about how to resolve this see the [[unexpected installation error -203 when installing add-ons]] article.

  • OS10.6 chemical structure add-ins for Excel2004

    I migrated computers from OS10.5 to OS10.6 and lost the ability to see chemical structures in cells of existing Excel (using Mac 2004) files. Automatic linking dialog asks for 'isisExcel.xla' (which doesn't exist on my old (10.5) computer?) Also, will upgrade to Office 2008 resolve this problem?

    AFAICT, that's a 3rd-party add-on, not something that ships with Excel. Best thing to do is a google search for *isis Excel.xla* and see what pops up.

  • Essbase 9.3.1 excel add ins for MSOffice2007

    Hi,
    I need excel addins for msoffice 2007, I am using essbase 9.3.1.
    Please suggest me with the link from where I can download.
    Thanks.

    For the latest and last release of the addin (well unless you download a patch) try - https://edelivery.oracle.com/
    Oracle Enterprise Performance Management System (11.1.2.2.0) Media Pack for Microsoft Windows (32-bit)
    It is contained in the following download - "EPM System Release 11.1.2.2.0 Client Installers for Microsoft Windows"
    or log into Oracle Support and download something like "Patch 17277732: PATCH SET UPDATE: HYPERION ESSBASE EXCEL ADDIN MSI 11.1.2.2.104" or go for an earlier patch.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Installing an add-in for Outlook 2010

    We are attempting to install an add-in to Outlook 2010 32-bit on a 64-bit platform.
    The installation has been built in Installshield 2012 and on my own profile correctly installs the registry entries (into HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\Outlook\Addins) and the add-in.
    When I log in to the same computer as a user and open Outlook, the add-in does not appear and the registry entry appears in HKCU.
    I've followed the instructions in this article (http://blogs.msdn.com/b/vsto/archive/2010/03/08/deploying-your-vsto-add-ins-to-all-users-saurabh-bhatia.aspx) and am a little stuck now.
    Any help would be greatly appreciated.
    Kind Regards, Sumone

    Hello Sumone,
    Make sure that you did all the steps described in the
    Deploying an Office Solution by Using Windows Installer article in MSDN. Be aware, you need to have admin privileges for installing add-ins for all users.

  • Can one 3rd Party add-in hide tabs added by other 3rd Party add-ins?

    I have a C++/COM add-in that produces a Ribbon with a subset of the standard Word controls. I would like this ribbon to contain only the controls I have placed there, i.e. not to contain tabs inserted by other 3rd party add-ins (e.g. Adobe PDFMaker).
    I can see how the user can remove these tabs using the Customize Ribbon functionality, but can't find a programmatic way to exclude the tabs from my own ribbon (modifying the XML to include <ribbon startFromScratch="true"> seems to affect only
    the built-in tabs). To be clear, I do not want to disable the other add-ins, only to exclude their tabs and menu items from my custom Ribbon. Can this be done?

    Hello,
    No. The Fluent UI (Ribbon UI) extensibility model doesn't provide anything for that. But you can try to unload other add-ins at runtime setting the
    Connect property of other third-party add-ins to false. The Connect property returns True if
    the add-in is active; it returns False if the add-in is inactive. An active add-in is registered and connected; an inactive add-in is registered but not currently connected.
    Or set an appropriate key in the windows registry to prevent other add-ins from loading, see
    Registry Entries for Application-Level Add-Ins for more information.
    You can read more about the Ribbon in the following series of articles in MSDN:
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)

  • Hyperion add-ins in Excel

    hi,
    after added the hyperion add-ins (for installing smartview), my user has difficulting working on her normal excel file which is 10mb size. she is not connect to the application but when she click on the worskheets on her excel file, it takes several minutes to show the sheet. the IT guys said its the adding of hyperion add-ins that is causing this problem. if the add-ins disabled, she can work on her file normally. Does anyone know if add-ins is really causing such issues for users? other than disable the add-ins when not using smartview, is there better alternatives? appreciate any advices, thanks!

    Here is some important information on how to reduce file size. From Ozgrid website.
    Unusual Excel File Size Increase
    Unfortunately it is not too uncommon to have an Excel Workbook increase in file size for no apparent reason. Below are some methods to overcome this problem, that should be performed in the order stated! Please note OzGrid accepts no responsibility for any loss of data. This means save a copy of your Workbook first. After each step Save and check the File size by going to File>Properties/General If it has reduced the file size you shouldn't need to go any further!
    Avoid saving as multiple versions. Save as "Microsoft Excel Workbook (*.xls). You can make this the default by going to Tools>Options/Transition and selecting Microsoft Excel Workbook from the Save Excel files as Combobox. This alone can reduce file size by 50%
    Do the following to ALL Worksheets. Select any single cell then push F5, click Special and check the "Blanks" option and click Ok. Now go to Edit>Clear>All. Manually go to the last used row in the Worksheet (do not use Edit>Go to-Special "Last Cell"). Select the entire row beneath, then holding down the Ctrl+Shift key push the Down Arrow. This should select all unused rows. Now go to Edit>Clear>All. Do the same for the Columns. Now Save.
    Right click on any sheet name tab and select "Select all sheets". Now right click again and select "Move or copy" Check the Create a copy option then choose "(New Book)" and click Ok. Save this new Workbook as any name and check it's file size via File>Properties/General.
    If no dramatic difference delete one sheet at a time and Save, each time check it's file size via File>Properties/General and see if there has been a disproportional reduction in file size.
    If there has, the Worksheet may have been corrupt, go back the the original Workbook and copy the entire contents of the possibly corrupt Worksheet. Come back to the new Workbook, insert a new Worksheet and paste the data onto it. If this does not help you may need to delete a few rows at the time (Saving each time) until you find the offending row(s).
    If you have Modules and/or UserForms in the Workbook, open the VBE (Alt+F11) and right click on each in the "Project Explorer" (Ctrl+R) and Export. Now, in a new Workbook again open the VBE and go to File>Import File.. and import all Modules and UserForms into this Workbook. Use the Move or copy method (as shown in step above) to copy all sheets into this Workbook Save.
    Phantom Links
    See Find Excel Links to help find & repair Excel links.
    Another quite common problem with Excel is that at times your Workbook may be asking you to update links when you do not have any. Of course the very first thing to check is that there are not any links you do not know about, which steps 1 and 2 will do.
    1.Unhide any hidden Worksheets first. Then right click on any sheet name tab and select "Select all sheets". Now go to Edit>Find and in the Find What: box type: [*] also select Formulas from the Look in: box and click Find Next. This will find any formulae referring to another Workbook.
    2.Go to Insert>Name>Define and scroll through the list to ensure no named ranges are referring to another Workbook.
    3.Go to each sheet and ensure you have no linked Pictures, Charts or Controls.
    4.Go to Edit>Links and select the file name under Source file, now click Change Source... In the "Change Links" dialog locate the Active workbook, ie the one you are in now, select it and click Ok. This will force the Link to refer back to itself. If you get an error go to step 5!
    5.Open a new Workbook, save it as any name. Create a real link to it from you problem Workbook. Now go to Edit>Links and select the file name (not the newly created file!) under Source file, again click the Change Source... button but this time select the newly created Workbook from the "Change Links" dialog and click Ok. Now Save the Workbook and delete the real link you created and save
    Last but not least go here: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q188449 and download the: Download Dellinks.exe now

  • VSTO add-ins not loading

    We are in the process of moving from 2010 to 2013. There have been a couple VSTO add-ins for Office that used to work fine with 2010 but no longer work in 2013. Trying to enable them through the Add-ins menu does not work, and it says "Not loaded. A
    runtime error occurred during the loading of the COM add-in."

    Hi,
    This issue may be caused by the development environment changed, please see the below articles to troubleshoot this issue. 
    Troubleshooting COM Add-In load failures
    My Office Addin does not Load!
    If you want to do further troubleshooting, such as debug code, I recommend you post the question to VSTO forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vsto
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    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.

  • GUI Patch 7 & 8 breaks MS office excel 2010 via add ins on Win 7

    We are experiencing the following problems with SAP GUI 8 (and SAP GUI 7)
    Config of device :
    Windows 7
    MS Office 2010 - excel specifically with 2 add ins for another application
    SAP GUI patch 0
    When the SAP GUI is then patched to 7 or 8 excel crashes with the following error :
    MS Visual Basic for Applications : License information for this components not found. You do not have an appropriate license to use this functionalty in design environment. > select OK and the following error appears -
    MS Visual Basic for Applications : Compile error in hidden module: ThisWorkbook. This error commonly occurs when code is incompatible with the verion, platform or architecture of this application. Click "Help: for information on how to correct this error.
    Excel then stops working. We have managed to disable the add ins and then excel works. Uninstalling the SAP GUI still leaves a broken excel. Any assistance in the resolution of this matter would be greatly appreciated. We have spent more than a week running various scenarios and patched windows and office to the latest patches with no success.
    Regards
    Anette

    Problem still exists after applying patch-10!!!!
    This way we can not use the 720-GUI.
    After installing GUI and latest patch, we still get following error starting Word2003:
    MS Visual Basic for Applications : License information for this components not found. You do not have an appropriate license to use this functionalty in design environment. > select OK and the following error appears -
    And.......
    Microsoft Visual Basic
    ActiveX-component cannot be created.

  • New Portal add-in for JDeveloper

    Hi,
    I just installed the new Portal add-in for JDeveloper 9.0.3 which additionnally to the existing JPDK portlets supports now the new standard JSR168 portlets generation.
    When trying to generate standard portlets, the wizard starts OK and all the screen are there, but when clicking on the finish button to generate the code, nothing seems to happen and no error message or anything is displayed !!
    Any suggestion ??
    My operating system is W2K workstation using JDeveloper 9.0.3.2.
    Thanks,
    P.S. I have followed the installation instruction (copying the required files into the jdev/lib/ext directory and the jdev/lib/patches directory).

    George,
    It sounds like you haven't followed the download and install instructions for the portlet container (called 'PDK Standards Preview' on portal studio).
    Although the jdev addin can build portlets suitable for **any** jsr 168 compliant container, part of the install depends on jar files in the JWSDP 1.2 distribution which you download as part of the container install.
    Check the jdev addin install doc again, specifically pre-requisite number 2.
    If you don't want to use the Oracle JSR 168 container, then just download JWSDP 1.2 from java.sun.com and grab the same jar files from that. Although, note that in this case the deployment instructions in the tutorial article will not apply - as they are oc4j/jdev specific. You'll have to figure out how to deploy into your chosen container yourself.
    Regards,
    Gareth
    (PDK team)

Maybe you are looking for

  • Have a brand new ipod touch.  Will not respond to swiping.  Have tried to reset it but no luck.  please help

    Have a brand new ipod touch and the screen is completely unresponsive.  I cannot swipe the screen to configure it at all.  I have pressed the home button and on/off button to reset it but it does not have any effect.  Please could someone help.

  • Why won't my mac internal microphone work?

    Why won't my mac internal microphone work?

  • How to publish an own and deployed process? Via WSDL?

    Hi There, i'm kinda new to BPM and i got some questions. I've gone through some tutorials and created my own process. I build and deployed it, startet it through the NWA and tested it (mostly human activitys and mappings). Everything works fine but i

  • Wht account entries

    hi, for withholding tax posting when invoice cr vendor          980 dr tax expense 1000 cr wht payable   20 1 but for withholding tax posting when payment cr bank clearing  980 dr vendor          1000 cr wht payable     20 2 subsequently when come to

  • Default value variable in WAD

    Hi Experts I have a query with the 0FISCPER object, this has a varible with customer-exit that calculate the actual year with the date system. Then, I save a view with a value of 2006 (because I want to validate the variable always returns the actual