Error when building File Info Panel

I'm trying to rebuild my custom XMP File Info panel so that it will work in CS5, but am getting the following error:
Description     Resource     Path     Location     Type
1046: Type was not found or was not a compile-time constant: XMPComboBox.     DKimageXMP.as     /dkphoto/as     line 223     Flex Problem
The line causing the problem is:
private function updateComboBox(comboBox:XMPComboBox, xmpPath:String): void
     //blah blah blah
Near the top of my actionscript file I have
import com.adobe.xmp.*;
So I don't understand why XMPComboBox is not a valid type?
Dave

Hi Stefan
Thanks for your help, that fixed the problem.
I'm now having trouble with a TextInputMRU - when I give it a dataProvider the panel builds okay, but appears empty when viewing it in Photoshop.
My panel code looks like this:
<?xml version="1.0" encoding="utf-8"?>
<fi:XMPForm
          xmlns:mx="http://www.adobe.com/2006/mxml"
          xmlns:fi="com.adobe.xmp.components.*" width="100%" height="100%"
          label="dkphoto" >
     <mx:Script>
          [Bindable]
          private var CountryList:Array = new Array("Afghanistan",
               "Åland Islands",
               "Albania",
               "Zimbabwe");
     </mx:Script>
     <fi:XMPNamespaces>
          <fi:XMPNamespace prefix="Iptc4xmpExt" value="http://iptc.org/std/Iptc4xmpExt/2008-02-29/" />
     </fi:XMPNamespaces>
     <fi:XMPFormItem label="$$$/xmp/Iptc4xmpExt/CountryName=Country Name" labelTooltip="$$$/xmp/Iptc4xmpExt/CountryName_tooltip=The name of a country of a location. This element is at the second level of a top-down geographical hierarchy." >
          <fi:XMPTextInputMRU id="LocationCreatedCountryName1" xmpPath="Iptc4xmpExt:LocationCreated[1]/Iptc4xmpExt:CountryName" width="300" dataProvider="{CountryList}" />
     </fi:XMPFormItem>
</fi:XMPForm>
Any idea what the problem would be there?
Thanks
Dave

Similar Messages

  • "Fatal Installation error" when invoking "File Info"

    When I invoke "File Info" from Bridge or Photoshop, I get the following error. I reinstalled PShop twice, once even as root, and the problem remains. I've tried CS3 as well and bridge just crashes (log file attached). It also happens with a newly created user account. N

    I reinstalled PShop twice, once even as root, and the problem remains.
    With 'even in root' you mean you did not so before?
    Ideally all applications should be installed in the default applications
    folder on root level, every user account has access to them in this way.
    It seems to me you have made a bit of a mess of the installation procedure
    (don't want to make you angry BTW).
    The best way in my opinion would be to back up all your custom settings like
    actions, workspaces, tools, brushes etc. And after this go to the PS help
    menu and choose deactivate, if necessary repeat this for all the Adobe suite
    versions you have on your system (assuming you have all the serial numbers
    also backed up in a safe place).
    Visit also the clean tool page for CS5 and download the tool after having
    read the instructions.
    http://www.adobe.com/support/contact/cs5clean.html
    Then use the uninstaller from one of the suite applications that can be
    found in the application folder where you installed it. Also repeat this for
    every suite version.
    Use the clean tool to remove everything of CS versions from your system.
    Then do system maintenance using the Apple disk Utility  and choose check
    and repair permissions. (also check your disk)
    Also check if you have the latest OS software with using Apple Software
    update
    Now reinstall your main suite version again on root level and use the Adobe
    auto update to gain all the latest updates.
    You can have multiple version of most suite applications on your system and
    even active together but you can only use Bridge version at the time. Bridge
    has been improved significant for each new version of CS so use the latest.
    Try again.

  • XMP data not showing up in the custom file info panels when upgraded to CC

    For several versions of Photoshop, I have been able to use a modified custom file info panel to input, update, and track psd files. With each version of photoshop there are always some changes in the way the object data is handled. The lastest challenge is:
    1. XMP data not showing up in the custom file info panels when upgraded CC from CS6.
    2. Raw data is not visible in CC in the File info panel.
    3. This occurs in new documents where we create the xmp wrapper while the file template is built.
    4. When metadata is manually entered into the file, the data is not added to the XMP wrapper when it is recreated on the save.
    5. When a file that was created in CS6 is opened that contains the Metadata in the file info template. It is visible. the Raw data is also visible. Once the XMP wrapper is recreated - write and then close. The data is no longer available. the Raw data will not pull up in the file info panel.
    Any feedback or a direction will be appreciated.

    I have a script that the user runs to input xmp data into a Customized version of the generic file info panel. it is data that is gathered from the user when the psd file is created. once the file is open in photoshop. the information is visible in the File info panel , the raw data, and as a schema addition in the advanced tab.
    in CC the nodes and the children of the XMP packet have changed positions. so that the XML -this.XMP.child(0).appendChild(this.createNode())
    is no longer the node that can be appended.
    Where XML.child(0).elements().length(); would enable the xmlns to be added in CS6
    <rdf:Description xmlns:phsa="' + this.namespace + '" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:x="adobe:ns:meta/" rdf:about="" />'
    it is visible in CC as namespace in a different arrangement. XML.child(0).child(0).namespaceDeclarations().toString()) and the children are  XML.child(0).child(0).elements().length().toString()); There are now 7 child nodes where before there were 1.
    with all shifted, the initialize of the values and the delete XMP packet wrapper and create new or the amend to the XMP packet wrapper is undefined.

  • XMPComboBox and XMPDateField probems in File Info Panel

    Hi,
    I have used Flash Builder 4 with the XMP FileInfo 4.4.2  SDK to build the example Custom File Info Panels.
    None of the examples worked using the Flex 3.5 or 4.0 SDKs (blank panels in photoshop).
    The example panels build and show in CS4 when I configure Flash Builder to use the Flex 3.0.2 SDK(last stable build of 3.0) .
    The panels create and show usable XMP metadata but dropdowns combo boxes don't work and neither does the popup calendar on the date field.
    The panel I have to build will require functioning Comboboxes and Popup calendars.
    Can you let me know if there is anything I can do to resolve this issue?
    I would switch to using CS5 but my company is using over 2000 CS4 licenses.
    Thanks,
    Paul.

    Hi Stephan,
    1. I'm on Windows 7.
    2. I installed the precompiled examples like this:
    copy \XMP-FileInfo-SDK-4.4.2\samples\panels\BasicControlSamplePanel directory to :
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\2.0\panels\BasicControlSamplePanel
    The ComboBox dropdown and DateField calendar pop-up works fine in the CS4 photoshop fileinfo panel.
    Here's the problem:
    I also built the panel in Flash Builder 4 by importing this directory
    \XMP-FileInfo-SDK-4.4.2\samples\panels-src\BasicControlSamplePanel
    I downloaded 3.0.2 Flex SDK , configured FB4 to use it and chose "Use a specific SDK:" 3.0.2 in the Flex Compiler section.
    I changed the runnable Flex applications to use src\examples\BasicControlSamplePanel.mxml 
    I left the rest of the project properties at default.
    I ran an Export release build.
    I copied the \target directory to :
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\2.0\panels\BasicControlSamplePanel
    I copied the \bin-release\BasicControlSamplePanel.swf file to :
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\2.0\panels\BasicControlSamplePanel\bin
    In this case ComboBox dropdown and DateField calendar pop-up DON'T work in the CS4 photoshop fileinfo panel.
    I have built all the other samples similarly in the SDK and their dropdowns and comboboxes don't work either!
    I couldn't find a FileInfoFoundation.swf file but I did find a FileInfoFoundation.swc file - where would i get a FileInfoFoundation.swf file?
    I wasn't sure what you meant , so I copied FileInfoFoundation.swc to :
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\2.0\panels\BasicControlSamplePanel\bin
    It didn't make a difference!
    Is there something I'm missing or something else I need to do?
    Thanks for your help on this.
    Paul.

  • File info Panel doesn't show up in CS6 apps

    Hi all,
    I have compiled a File Info Panel with EB2. It opens fine in CS5.5 apps but it's not accessible with CS6.
    I can't see any settings in EB2 to have both versions supported. I also tweaked the manifest and get the ZXP recompiled but then althought the panel does appear, the content isn't built.
    Any hint on what's happening ?
    Best,
    Loic

    Hi Loic,
    Do you know what directory you are installing the panel to? Is it /Users/<username>/Library/Application Support/Adobe/XMP/Custom File Info Panels/3.0/panels/
    Can you try placing the panel inside of  /Users/<username>/Library/Application Support/Adobe/XMP/Custom File Info Panels/4.0/panels/ instead. If your panel does not display when you open the FileInfo dialog on your development machine then you may need to adjust the flash player trust file so it is pointing at the 4.0 directory; /Users/<username>/Library/Preferences/Macromedia/Flash Player/#Security/FlashPlayerTrust
    In the MXI file update the paths so it deploys to the 4.0 directory.
    I will forward this issue onto the Extension Builder team as it seems supporting FileInfo panels between suite versions is not currently available.
    Kind regards,
    Lea

  • Custom File Info-panel stays empty

    Hi all!
    I want to create my first custom File Info panel and I have trouble with it.
    I use either a sample from the XMP-FileInfo-SDK-5.1 (e.g. "BasicControlSamplePanel") or even the "Generic" tool for simple XMP based panels.
    I use Photoshop CS4 (on Mac OS X 10.6.4) and so I copy the panels to "~/Library/Application Support/Adobe/XMP/Custom File Info Panels/2.0/".
    Now I look with Photoshop and I see the tab for the new panel but the content is empty...
    Of course I did no modifications on the samples for my first try.
    Any clues what's wrong here? I guess it may be a simple error because even the sample does not work...
    TIA,
    H.Sup
    PS. I did also a test on Win XPwith the same result.

    To answer my own question:
    The documentation really sucks.
    I found this reply from Adobe <http://forums.adobe.com/message/2540890#2540890>
    usually we recommend to install custom panels into the "user" location at:
    WINDOWS XP: C:\Documents and Settings\username\Application Data\Adobe\XMP\Custom File Info Panels\2.0\panels\
    WINDOWS VISTA: C\Users\username\AppData\Roaming\Adobe\XMP\Custom File Info Panels\2.0\panels\
    MAC OS: /user/username/Application Data/Adobe/XMP/Custom File Info Panels/2.0/panels/
    The reason why your panels did not work properly was a missing Flash trust file for that user location. Without such a trust file the embedded flash player refuses to "play" your custom panel.
    Please see section "Trust files for custom panels" in the XMPFileInfo SDK Programmer's Guide on page 50 for all details on how to create such trust files.
    After many wasted hours I have now the simple panels running.
    Cheers,
    H.Sup

  • Custom File Info Panels Doc Available !!

    Documentation for creating your own custom file info panels is available at:
    http://www.adobe.com/products/xmp/custompanel.html
    I'm interested in hearing your feedback!
    The custom File Info panel for XMP metadata allows you to define, create, and manage custom metadata properties using standard Adobe applications. You can do this by creating a Custom Panel Description file, and placing it in a common location referenced by Adobe applications that support this feature. You can also supply localization dictionary files to localize the contents of your Custom Panel Description files. The resulting custom dialog panel is seen by users when they select the File Info menu option.
    The File Info panel allows you to support paths to metadata properties which are not defined in default or other standard XMP schemas, but are needed for your application, company, or industry. By using XMP for that metadata, you take advantage of the potential of XMP for interchange and participation in asset management systems, while providing the ability to use standard Adobe applications to manage it.

    Mark,
    The PDF/A extension schema provides a big step to the self-sufficient functionality that you are asking about. It permits the XMP schema description information of custom XMP schemas to be embedded into the XMP as payload so that the file can be opened in years to come and the target metadata acurately interperted. Currently, PDF tools are active candidate to make use of this facility. However, there is nothing preventing future use with other file formats, and other tools (via plug-ins?).
    It does not include vocabulary, static text, and panel presentation layout information.
    http://www.pdfa.org/doku.php
    It defines a "known" subset of standard XMP properties from the 2001 XMP Spec. Everything else is "custom".
    You could craft a custom File Info "template" with the PDF/A extension for your custom XMP fields. Then import the template into each file.
    The PDF/A extension schema itself is implemented with multi-dimensional XMP arrays. MetaGrove Plug-in dialog screen shots can be viewed on http://www.poundhillsoftware.net/Acrobat.htm
    Regards,
    Carl Rambert

  • MetaData in file not shown in Illustrator cs6 file info panel

    I have a command line application that puts meta-data into files.  It was created using the 5.1.2 xmp toolkit.  The metadata is in the file.  I can see it if I just use TextEdit to look at the file.  I can also see the custom metadata in the Illustrator CS5 File Info Panel AND the Photoshop CS6 File Info Panel.  The information doesn't show up in the Illustrator CS6 file info panel.  Any clue why?

    The files I am testing with are .jpg's.  They ultimately need to be opened with Illustrator which is why I posted.  I only tested with Photoshop to see what would happen and was pretty surprised to see the data there.  Like I said, it works in CS5 Illustrator, CS6 Photoshop, but the data just doesn't show up in the CS6 Illustrator (in the advanced nor the raw tab), and when I view the .jpg with textedit the data is difinitely there.  Pretty weird.

  • XMP Custom File Info panels vs. Custom Metadata

    Sorry if this question is a little confused, but I don't exactly know what I am talking about yet.
    I use Rob Cole's custom metadata plug-in, which is great as far as it goes. As I understand it, it is a way to create custom data fields in the Lightroom database, give them labels, and manipulate and sort images according to those values. It is very useful for what it is. However, where it shows its seams is when you want to edit an image outside of Lightroom and then import the image back into Lightroom (for instance exporting the image, or editing it in Photoshop). In that case there is no way to get the data in the original into the derived copy except by doing it by hand, which can be very labor intensive if you, say, export a few hundred or a few thousand images. And, of course, you can only see the custom metadata in Lightroom, since it doesn't live in the file.
    If I understand it correctly, "Custom File Info panels" for xmp data should just solve this problem. You would define your data, and it would be understood by "standard Adobe applications". A brief search of the web does not indicate that Lightroom is one of these "standard Adobe applications", so I assume that while I can use these panels in Bridge and in Photoshop, the data would not be available to me in Lightroom?
    Any insight?
    Thanks
    Alan
    robcole

    alanterra wrote:
    there is no way to get the data in the original into the derived copy except by doing it by hand
    Better ways:
    1-1 or 1-many:
    (on the file menu: plugin extras) which brings up:
    If you want to do "many to many-others-like-them", you have to use a different plugin, like Relative Antics..
    alanterra wrote:
    If I understand it correctly, "Custom File Info panels" for xmp data should just solve this problem.
    Many of us are hoping Adobe enhances Lr to provide better support for custom metadata - as you've noticed, Lightroom is not one of those "Standard Adobe Applications" referred to in the above link.
    Rob

  • Creating a custom file info panel

    Hi
    Can anybody help, I have a custom file info panel that works in cs4,but I need to add some further advanced functions that needs to be done in flex builder.I have little Knowledge of flex so I am asking if this can be imported into flex so I don't have to start from scratch as we are happy with the layout etc and all the background data stuff, but we need to add functionality to allow us to pull in info from an sql database.
    Can anybody help

    http://www.adobe.com/devnet/xmp/

  • Custom File Info Panel: Bridge Locks Up (trials, tribulations, woes)

    o/ all!
    So I've spent the better part of this morning trying (for what I think is the fifth time this year) to get a custom file info panel installed properly. I've managed to successfully install a generic panel with most of the properties that I'd like in the panel proper, however, I'm having no end of trouble publishing and installing the panels and having them display properly in Bridge CC (64-bit).
    I've followed the instructions provided in the Programmer's Guide to the letter (yes, including the trust files), and I'm still having issues.
    -- System Information --
    OS: Windows 7 64-bit
    Flash Builder 4.7 (64-bit)
    Adobe Bridge CC (64-bit)
    Right now, all I'm trying to do is:
    Create the flash builder project for an XMP File Info Panel
    Publish the file info panel
    Confirm the file info panel was installed correctly in Adobe Bridge CC.
    The process:
    1. I create the new project in Flash Builder (I've attempted using the 4.6.0 and 3.6A flex SDKs).
    Now, at this point, I'm simply attempting to confirm that everything is hunky-dory with the installation process before I start converting my generic panel into a flash/flex panel; so I'm not modifying any of the files that the wizard created.
    2. Right-click the root project folder in the leftmost pane in Flash Builder, select XMP>Publish.
    3. Locate the published panel's output directory that Flash Builder published to
    4. Copy/paste the published panel's root directory to the following directories:
    C:\Users\Erik\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\panels\
    C:\Users\Erik\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\custom\
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\4.0\panels\
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\4.0\custom\
    I put the panel definition in all of these folders as per various 'fixes' to what I think my issue is that I've discovered while google-troubleshooting.
    5. Create a trust file in FlashPlayerTrust folder with the name testPanel36A.cfg (contents listed below):
    C:\Users\Erik\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\panels\testPanel36a\bin\testPanel36a.swf
    C:\Users\Erik\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\custom\testPanel36a\bin\testPanel36a.swf
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\4.0\panels\testPanel36a\bin\testPanel36a.swf
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\4.0\custom\testPanel36a\bin\testPanel36a.swf
    As far as I know, I can put multiple paths in these .cfg files, but I'm not-at-all confident that this is, in fact, the case.
    After all this, I fire up bridge, right click an image file, and select FileInfo. The dialog displays fine, and the panel tab appears on the right. Clicking on the panel reveals nothing but a gray area with no content, and Bridge locks up entirely. I can't cancel out of the dialog, and end up having to end the process from Task Manager.
    My gut tells me that I'm doing something wrong with the trust files, as this seems like the issue that most closely resembles what I'm encountering. Secondarily, It may be the flex SDKs -- I only have the 4.6.0 and the 3.6A SDKs, and the link in the Flash Builder dialog takes me to the sourceforge page for Adobe, and from there, I cannot locate any additional older SDKs to try this with (I've seen posts around saying that people got their panels to work with 3.0, or 3.5).
    Anyone have ANY insight on this? Seriously at my wits end -- I've tried everything but nothing seems to work . Many thanks,
    .e

    Hi The_Mumm,
         You need to correct content fo the .cfg file (hope your .cfg file is at correct directory i.e. C:\Documents and Settings\<user name>\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust). Yes, I agree that you have followed the documentation and put the path upto .swf file.
        Could you please modify the content of the trust file, with the below content (you path have been modified)
    C:\Users\Erik\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\panels\testPanel36a\bin\
    C:\Users\Erik\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\custom\testPanel36a\bin\
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\4.0\panels\testPanel36a\bin\
    C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\4.0\custom\testPanel36a\bin\
    Hope everything will work now. If it doesn't work, please put only one path in trust file e.g. "C:\Users\Erik\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\panels" and put the publish panel in this folder.
    One more precaution, don't copy, if required move the custom panel from one place to other.
    Please let me know if you still faces any issue.  Enjoy you new year.
    For your reference, I am following the following steps and everything is working fine
    1. Open the Fb7,
    2. file->new->project
    3. in the new project wizards, select "xmp->custom panel wizard"
    4. xmp->publish custom panel
    5. Open the .cfg file and added the path (C:\Users\<user name>\appdata\Roaming\Adobe\XMP\Custom File Info Panels\4.0\panels)  where my panel has got published.
    6. Ran Bridge CC, panel is there and working fine.
    One more variations I did is, moved custom panel from C:\Users\<user name>\appdata\Roaming\Adobe\XMP\Custom File Info Panels\4.0\panels to C:\Program Files\Adobe\Adobe Bridge CC (64 Bit)\Custom File Info Panels\4.0\panels  (the location of the custom file info panel inside bridge).
          For you doubts I tried with flex SDK 3.3A and 3.6a both worked fine. As in forum you have written that you don't have any other sdk. If you like please go on the following links for older SDKs "http://sourceforge.net/adobe/flexsdk/wiki/Download%20Flex%203/"
    -Sunil

  • CS5 Custom File Info Panels showing up in Bridge

    If I create a custom XMP panel using the GENERIC model, how do I make it appear in Bridge, also?

    I have a script that the user runs to input xmp data into a Customized version of the generic file info panel. it is data that is gathered from the user when the psd file is created. once the file is open in photoshop. the information is visible in the File info panel , the raw data, and as a schema addition in the advanced tab.
    in CC the nodes and the children of the XMP packet have changed positions. so that the XML -this.XMP.child(0).appendChild(this.createNode())
    is no longer the node that can be appended.
    Where XML.child(0).elements().length(); would enable the xmlns to be added in CS6
    <rdf:Description xmlns:phsa="' + this.namespace + '" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:x="adobe:ns:meta/" rdf:about="" />'
    it is visible in CC as namespace in a different arrangement. XML.child(0).child(0).namespaceDeclarations().toString()) and the children are  XML.child(0).child(0).elements().length().toString()); There are now 7 child nodes where before there were 1.
    with all shifted, the initialize of the values and the delete XMP packet wrapper and create new or the amend to the XMP packet wrapper is undefined.

  • Two Custom File Info Panel Issues

    When I add a second custom file info panel that has a different name (panel, .xml, and folder), the panel name that appears is the same as the first.  What is causing this?

    Hi,
    here is how it works:
    If you open the properties.xml you will find a zString key for every label:
    i.e. label="$$$/Custom/Schema/Label=Custom Properties"  (which is the panel name).
    Depending on the language of the application it will load the values from the zstring files. If there are no files it will use the value of the properties.xml.
    So if you want to change any label it is not enough to change the value in the properties.xml or the folder name. Is you leave the key as it is it will load the value based on the key. So you have to change the key and value in both the properties.xml and the Generic_en_US.dat and all other language files you would like to support.
    example:
    properties.xml:
    label="$$$/Custom/Schema/Label2=Custom Properties 2"
    *.dat:
    "$$$/Custom/Panel/Label2=Generic Panel 2"
    Or you remove the Keys completly from the properties.xml, but then multilanguage is not supported.
    Hope this helps,
    Samy
    P.S. You can test different languages by changing for example Bridge to a different language (in the settings) and restart it. If you then open FileInfo it will load the correct *.dat files based on the language. You can add more *.dat files for more languages for you panel if you like.

  • Custom xmp file info panels

    Add support for custom file info panels just like PS does now with custom
    xmp panels.

    [email protected] wrote:
    > Add support for custom file info panels just like PS does now with custom
    > xmp panels.
    Are you talking about customizing the Metadata panel on the right hand
    side of the library. If so, Lightroom already supports custom
    panels...it just doesn't have the interface for facilitating the
    customization. There is a nice website that lets you build a custom
    metadata panel. Then you just download the resulting file and place it
    where it tells you to on your hard drive.
    http://regex.info/blog/2007-02-20/386

  • Error When building ess/tra/tre and ess/tra/tre/trs DC's

    I had customized the ess/tra/tre and ess/tra/tre/trs DC's and had them working, but I do not know what I did or what happened that am now getting the following errors when building, can anyone help tell what the problem could be?
    Error                                     
    -     The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.xss.tra.model.openccmodel.OVSOpenCostcenterModel. Fix the classpath then try rebuilding this project.               
    -     HDI_HNS15.02_Desstratresap.com                              
    Error                                     
    -     This compilation unit indirectly references the missing type com.sap.xss.tra.model.openccmodel.OVSOpenCostcenterModel (typically some required class file is referencing a type outside the classpath)        
    -      InternalVcTreReview.java          
    -      HDI_HNS15.02_Desstratresap.com/gen_wdp/packages/com/sap/xss/tra/tre/vc/review/wdp      
    -     line 0

    For anyone who might need to know, I managed to fix this by adding tra to the required projects on the build path. On the Navigator View, right click -> Properties -> Java Build Path -> Projects tab -> check dependant project.

Maybe you are looking for

  • How can I delete the space from "other" in my iPhone 5?

    I have an iPhone 5 (iOS 8.1.2) and the "other" space is taking 5.63GB! I've tried a few things like deleting old mails or messages but it's not getting better. Please help!!

  • Unable to transfer keywords, titles etc from iPhoto 4.0.3 to iPhoto 6.0.5.

    I have tried transferring my Photo Library in my old Mac to my new Mac without success. I can transfer the photos themselves but the keywords and titles are not accepted. from CES2

  • Can I recreate playlists from iPod to my MacBook?

    Hi, I accidentally corrupted my library, wiped everything out, and the Library file is corrupted. So, I added back all the tunes and podcasts to iTunes. Can I recreate the playlists in iTunes that I had previously synced to my iPod? I have intentiona

  • Won't boot past grey logo screen

    I have a refurb dual 2Ghz powermac G5. New in March 2006. It will not boot past the grey logo screen. I have tried all of the regular stuff: reset pram, reset nvram, reset-all, pushed the PMU button, etc, unplugged; reset ram; removed and reset ALL c

  • Java video player

    Do you guys have any idea to write a rmvb player ? which class should i use? any example i can have a look? thanks