New images not shown

Hi,
Apparently images that are not on the disk when a Java application starts but that are added on disk during program execution, are not shown on JLabels, JButtons, ...
Anyone knows why?
Taaje

Dunno, coz it works 4 me. Y ! 4 u?
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import javax.imageio.*;
import javax.swing.*;
public class Example {
    public static void main(String[] args) {
        final File file = new File("temp.jpg"); //constructor doesn't create file in file system, right?
        final JPanel cp = new JPanel(new BorderLayout());
        JButton write = new JButton("write image file");
        write.addActionListener(new ActionListener(){
            public void actionPerformed(ActionEvent evt) {
                try {
                    URL url = new URL("http://today.java.net/jag/bio/JagHeadshot-small.jpg");
                    ImageIO.write(ImageIO.read(url), "jpg", file);
                } catch (IOException e) {
                    e.printStackTrace();
        JButton read = new JButton("attempt to read file and create label");
        read.addActionListener(new ActionListener(){
            public void actionPerformed(ActionEvent evt) {
               try {
                   cp.add(new JLabel(new ImageIcon(ImageIO.read(file))));
                   cp.revalidate();
                   cp.repaint();
               } catch (IOException e) {
                   e.printStackTrace();
        JPanel buttons = new JPanel();
        buttons.add(write);
        buttons.add(read);
        cp.add(buttons, BorderLayout.NORTH);
        cp.setPreferredSize(new Dimension(400, 300));
        JFrame f = new JFrame("Example");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setContentPane(cp);
        f.pack();
        f.setLocationRelativeTo(null);
        f.setVisible(true);
}

Similar Messages

  • Export to Pdf: Image not shown

    I'm a newbie with Crystal Report.
    I'm trying to export a loaded Crystal report document in C# to pdf.
    I have a image in the document but it will not show. The Image path is an url.
    If I export it to CrystalReport format it works fine and the image is shown.  
    crdoc.ExportToDisk(ExportFormatType.CrystalReport, logPath + debugFileName + "_1.rpt");
    If I export it to Pdf format it will not work.  
    crdoc.ExportToDisk(ExportFormatType.PortableDocFormat, logPath + debugFileName + ".pdf");
    I also tried to export the document like this
    ExportOptions crExportOptions = new ExportOptions();
    DiskFileDestinationOptions crDiskFileDestinationOptions = new DiskFileDestinationOptions();
    crDiskFileDestinationOptions.DiskFileName = logPath + debugFileName + "_2.pdf";
    crExportOptions.DestinationOptions = crDiskFileDestinationOptions;
    crExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
    crExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat;
    crdoc.Export(crExportOptions);
    The refrences i'm using is
    CrystalDecisions.CrystalReports.Engine vers. 11.5.3700.0
    CrystalDecisions.Enterprise.Framework vers. 11.5.3300.0
    CrystalDecisions.Enterprise.InfoStore vers. 11.5.3300.0
    CrystalDecisions.ReportSource vers. 11.5.3700.0
    CrystalDecisions.Shared vers. 11.5.3700.0

    I found a solution to this problem:
    1200904 - A dynamic image from an HTTP source does not appear in a .NET application 
    Symptom
    A dynamic image from an HTTP source does not appear in a .NET application deployed to a production system.
    Cause
    This problem occurs because the library file libcurl.dll is missing from the Business Objects bin directory. The libcurl.dll is not included in the .NET merge modules for Crystal Reports XI and Crystal Reports XI Release 2.
    Crystal Reports XI Release 2
    1. Find the libcurl.dll on the development system in C:\Program Files\Business Objects\Common\3.5\bin.
    2. Copy and paste libcurl.dll to C:\Program Files\Common Files\Business Objects\3.5\bin on the production system.

  • Gray image not shown correctly in photo app

    Hi, in my iphone App, I create a Gray CGImage. Some code is here:
    colorSpace = CGColorSpaceCreateDeviceGray();
    if (colorSpace == NULL)
    fprintf(stderr, "Error allocating color space\n");
    return NULL;
    CGDataProviderRef dataProvider =
    CGDataProviderCreateWithData(NULL,
    myimagebuffer,
    bitmapByteCount,
    NULL);
    CGImageRef cgImage = CGImageCreate(col,
    row,
    8,
    8,
    col,
    colorSpace,
    kCGImageAlphaNone,
    dataProvider,
    NULL,
    false,
    kCGRenderingIntentDefault);
    And then I use this CGImage to make a UIImage. This image shows OK in UIImageView. I also use UIImageWriteToSavedPhotosAlbum to save this gray scale image to photo album. But when I open iphone native Photo app, this image is not shown correctly.
    Anyone has the same experience?
    Thanks,
    fm

    Post Author: JeffI
    CA Forum: Older Products
    Because I am sure other people will encounter this issue, I will post the solution here...The issue lies in what program is associated with .bmp files. In my specific case the customer had PhotoSuite 4 by Roxio associated with opening bmp files.  I am not sure exactly why (perhaps it doesn't support drag-and-drop?) but if you create a .reg file and import this it should fix the problem. The bolded part is the important part. Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT][HKEY_CLASSES_ROOT\*]"InfoTip"="prop:Type;DocAuthor;DocTitle;DocSubject;DocComments;Write;Size""QuickTip"="prop:Type;Size""AlwaysShowExt"="""TileInfo"="prop:Type;Size"[HKEY_CLASSES_ROOT\.bmp]@="Paint.Picture""PerceivedType"="image""Content Type"="image/bmp"[HKEY_CLASSES_ROOT\.bmp\OpenWithList][HKEY_CLASSES_ROOT\.bmp\OpenWithList\MSPaint.exe]@=""[HKEY_CLASSES_ROOT\.bmp\OpenWithProgids]"Paint.Picture"=hex(0):

  • SRM-MDM Catalog: Images not shown in search ui - only placeholder visible

    Hello Expert,
    we have the problem, that the images, which we imported into the repository using the Data Manager are not shown in the search ui. The image is visible in the Data Manager and assigned to a product.
    If I make a right-click on the image in the brower,  I get a URL like this
    http://[server]:port]/webdynpro/resources/sap.com/tc~mdm~srmcat~uiprod/Components/com.sap.mdm.srmcat.uiprod.ItemDetails/null//Images?id=1&variant=Thumbnail&cachePath=/tmp/largeObjectRepositoriesCachedFolder/kfw-mdm-ae54/RepositoryPort_2010/User1&relativePath=t07/0000000/r00001v-2.jpg
    Regards,
    Sven
    Edited by: Sven Haustein on Oct 16, 2008 3:28 PM

    Hi,
    we are using SRM-MDM Catalog 2.0 SP04 Patch 01 (5.5.63.65)
    Retrieving MDM JAVA API Version
    Admin Version = 5.5.63.02 [Interface CRC=0x5b63a633]
    Build Version = 5.5.63.102
    Content Version = 5.5.63.09 [Interface CRC=0x9d7cb0c4]
    Meta Version \t= 5.5.63.00 [Interface CRC=0xab59b8dc]
    !======================================!
    Building up connection to MDM Server 10.130.32.81
    Retreiving MDM Server Version
    Version = Version 5.5 SP6 (5.5.63.65)
    Regards,
    Sven

  • Images not shown correctly i addon store

    I Have a questions regarding the Adobe® Exchange Producer Portal. If this is not the correct forum, please do direct me to the correct channel.
    Images not showing correctly on the product page in the addons store.
    See page https://creative.adobe.com/addons/products/5132#.VL4rTy5GySM
    For instance the preview images are not showing correctly.
    The url https://portcullis-production-us-east-1.s3.amazonaws.com/0/5132/26a19cfe-663d-49f4-86f4-fd 4b2d6a338b.png returns status code "403 Forbidden"

    If this is your product, please submit a metadata change request with new images uploaded. That should solve the problem.

  • New items not shown

    Portal 3.0.8 - Solaris.
    I'm adding item to my content area and everything looks good until the item is submitted. It is then not shown on my CA page.
    If I create a new CA page the items will appear. But then the same thing happens all over again when adding new items.
    Anyone have a clue ?

    I was just over to my client and found some things out.
    No, I did not clear my browser cache but set it to check the page on every visit. Items still invisible.
    The items are invisible in both view and edit mode.
    This client originally created a content area with the NLS params set for the wrong language (default which didn't handle swedish chars). They then created a new content area using the correct NLS params. All CA pages created for this new CA will render items invisible. Creating new CA pages will not change anything.
    If setting the CA to use the CA page originally created for the first (default NLS) CA all items will be visible.
    Are we homing in on the problem here ?
    And yes, all this is done using the PORTAL30 user.

  • Images not shown in Diagram view SCOM 2012 R2

    Dear SCOM Experts,
    I have been creating mpbundle using C# . I was able to add resources to the images. I was able to import the .mpb file. I was able to discover and monitor the components, but I could not see the images for components in diagram view. I have followed the
    procedure in msdn website 
    http://msdn.microsoft.com/en-us/library/gg986188.aspx 
    EnterpriseManagementGroup mg = new EnterpriseManagementGroup("localhost");
    ManagementPack mp = new ManagementPack("Folder\\RePackaging.Library.xml");
    System.IO.FileStream fileStream1 = new System.IO.FileStream("Folder\\Resources\\package_16.png", System.IO.FileMode.Open);
    System.IO.FileStream fileStream2 = new System.IO.FileStream("Folder\\Resources\\package_32.png", System.IO.FileMode.Open);
    System.IO.FileStream fileStream3 = new System.IO.FileStream("Folder\\Resources\\package_64.png", System.IO.FileMode.Open);
    ResourceStream resStream1 = new ResourceStream(mg, fileStream1);
    ResourceStream resStream2 = new ResourceStream(mg, fileStream2);
    ResourceStream resStream3 = new ResourceStream(mg, fileStream3);
    ManagementPackBundleWriter bundleWriter = ManagementPackBundleFactory.CreateBundleWriter(".\\");
    ManagementPackBundle bundle = ManagementPackBundleFactory.CreateBundle();
    bundle.ManagementPacks.Add(mp);
    bundle.AddResourceStream(mp, "RePackaging.Library.Resources.Images.Package_16", resStream1, ManagementPackBundleStreamSignature.Empty);
    bundle.AddResourceStream(mp, "RePackaging.Library.Resources.Images.Package_32", resStream2, ManagementPackBundleStreamSignature.Empty);
    bundle.AddResourceStream(mp, "RePackaging.Library.Resources.Images.Package_64", resStream3, ManagementPackBundleStreamSignature.Empty);
    bundleWriter.Write(bundle, "RePackaging.Library");I had even used MPViewer to check if the images are in .mpb and I could see the images in Resources sectionin MPViewer software. I dont understand why i could not see images in diagram view.Please help!!!!!!

    Hi,
    A management pack bundle gives you the ability to not only add the XML but you could also add images or assembly in a much more efficient way then before without the bundle. When importing a MPB the xml will be imported as well as the assembly and images
    within it.
    Please refer below link for bundle and to unbundle MPB file 
    http://www.systemcentercentral.com/management-pack-bundles-to-bundle-and-to-unbundlendashcreate-a-mpb-and-extract-contents-from-a-mpb/
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • When editing an image in ps from a lr 4.2 smart collections image not shown back in smart collection

    Hi all,
    I have noticed at LR 4.2, that if you edit an image of a smart collection using PS (edit in PS function threw LR) and then save, the image is not appearing in the specific smart collection. Instead  image appears in the parent folder from where the smart collections retrieves images.
    Has anyone notice that as well??
    Forgot to mention that my parent folder with files is a collection created with virtual copies of seleveted files. If i edit in Photoshop directly threw this virtual copies collection then the files appears in smart collections as well. but if i edit in PS directly from smart collections then files dont appear into smart collections neither at the virtual copies collection!!

    "obviously you use virtual copies when creating those collections" - why? It seems to me that this just increases the number of images in your Library for no benefit, unless you want to independently edit  the two image versions, one inside the Event collection and one outside the collection. If you ever wanted to see an unedited version of a particular image, LR retains the history (and before/after view) needed to show that, within the single thumbnail.
    It is not necessary to make a Smart Collection in order to show only picked images from a particular event. You can use a Filter to show just the picked images and hide the rest. That means you can work inside the collection, and that means that when you edit an image to PS, the new LR version WILL inherit the collection membership as well as the Pick status, and therefore will immediately show next to the image it is based on.
    I think this is going to be simpler and easier - BTW you don't have to go back to Library Grid view in order to apply filters, only in order to configure them in the first place. By saving Filter presets with a name, you can then select between these directly [from the menu at the right end of the Filmstrip] while you work, even in Develop- for example, "no filter", "picked", "unpicked", "rated two or more", whatever you want. Also you can switch between the recently-viewed collections and folders [from a menu when you click on the image details text toward the left end of the Filmstrip], to change the underlying content of the Filmstrip, to which you are applying these filters.
    By "using selection criteria other than membership in a manual collection", I just meant: a special keyword, or a particular folder, or some combination of such things. But if you prefer to put images into a Collection, you can just use that directly and IMO you don't need the SC.
    I personally like to have some kind of sufficiently identifying keywords on the image anyway, so that Exported copies will also show this information automatically... since an exported image will not reveal what collection its master image belonged to, that classification alone is not enough IMO.

  • Flip book images not shown in flash.

    hi, i am new to all this and i am after a bit help please.
    i made a flash flipbook for my images using photo to flippingbook, and i uploaded it from dreamweaver on to my site,
    the  problem is, it works great in IE but does not in Firefox, in Firefox  you can see the flip book and buttons but no images at all.
    i have  tried everything i can think of including checking the internet for  ideas but i am at a loss, i do not know if it something to do with the  code or not.
    can someonne please help or give mee some ideas so that i can try and sort this problem out.
    thank you in advance for any help, thanks michael
    LINK
    http://mickynez.atwebpages.com/flip.html

    mate just checked ther it works in IE still and is just a white square blank flip book with no i msges in firefox, i asked a few people and they say they see the same as me? i dont know whats happened.

  • Image not shown - mysterious error

    We recently encountered a -to us very mysterious- problem in a report:
    We have to fields A, B and a repeating frame R on the same level. The repeating frame shows an image from a db blob.
    We have A and B side by side and R below that.
    A and B have format triggers which do no formatting but return FALSE or TRUE depending on whether data for the corresponding field is available or not.
    The image is only shown if the format trigger for A returns FALSE.
    Even worse we think that this error did not occur before and we did not change the iAS configuration (10g).
    Any ideas?
    Thanks
    Peter

    Meanwhile we learned that there is an implicit anchor between A and R.
    We
    - CUTted A and B
    - created a "dummy" field A0 left of A
    - thus got an implicit anchor between A0 and R
    - COPIED A and B
    - created a format trigger on A0 which does nothing than returning false
    This is a workaround (the mystery still exists..)

  • Dynamic Images not shown on report in web farm environment

    I have a custom ASP .NET application running reports on XIR2 platform using the .NET WCA.  This is in a web farm environment.  Reports with images do not reliably work.  It appears that the WCA temp image handler cannot see the files if my session fails from one server in the farm to the next.  I'm looking to move the temp images location to an external file share so that all servers will see it.  Changing the value in web.config for the temp images directory did not work.  Tomorrow I will test changing the registry setting, but I wonder if anyone has any tips?
    Chris

    Hi, Ted,
    I am not the application developer, but rather the server administrator.  I know that the applications are NOT using viewrpt.cwr.  I can not state with confidence that they are using the CR .NET Web Forms viewer.  I know that some of our applications show their reports in the ActiveX Viewer, and some use the DHTML viewer.  The following is the code (in the aspx page) that is used to execute the report (I hope it helps):
              void ViewerSetting()
                        try
                             bool bHasRefreshButton =Request.QueryString["bRefresh"]=="Y"?true:false;
                             bool bHasToggleGroupTreeButton=Request.QueryString["bToggleGroupTree"]=="N"?false:true;
                             bool bHasZoomFactorList=Request.QueryString["bZoomFactor"]=="N"?false:true;
                             bool bDisplayGroupTree=Request.QueryString["bGroupTree"]=="N"?false:true;
                             bool bBestFitPage =true;
                             bool bDisplayBottomToolbar =Request.QueryString["BottomToolbar"]=="N"?false:true;
                             bool bHasCrystalLogo =Request.QueryString["CrystalLogo"]=="N"?false:true;
                             bool bHasExportButton =Request.QueryString["ExportButton"]=="N"?false:true;
                             bool bDisplayToolbar =Request.QueryString["Toolbar"]=="N"?false:true;
                             bool bHasGotoPageButton=Request.QueryString["GotoPageButton"]=="N"?false:true;
                             bool bHasSearchButton =Request.QueryString["SearchButton"]=="N"?false:true;
                             string sPrintMode=Request.QueryString["PrintMode"]==null?ConfigurationSettings.AppSettings["PrintMode"].Trim():Request.QueryString["PrintMode"].ToString();
                             crystalReportViewer.HasRefreshButton=bHasRefreshButton;
                             crystalReportViewer.HasToggleGroupTreeButton=bHasToggleGroupTreeButton;
                             crystalReportViewer.HasZoomFactorList=bHasZoomFactorList;
                             crystalReportViewer.DisplayGroupTree=bDisplayGroupTree;
                             crystalReportViewer.BestFitPage=bBestFitPage;
                             crystalReportViewer.DisplayBottomToolbar=bDisplayBottomToolbar;
                             crystalReportViewer.HasCrystalLogo=bHasCrystalLogo;
                             crystalReportViewer.HasExportButton=bHasExportButton;
                             crystalReportViewer.DisplayToolbar=bDisplayToolbar;
                             crystalReportViewer.HasGotoPageButton=bHasGotoPageButton;
                             crystalReportViewer.HasSearchButton=bHasSearchButton;
                             if (sPrintMode.ToUpper() =="ACTX")
                                  crystalReportViewer.PrintMode=CrystalDecisions.Web.PrintMode.ActiveX;
                             else
                                  crystalReportViewer.PrintMode=CrystalDecisions.Web.PrintMode.Pdf;
                        catch {}
                   void SetParameterandViewReport()
                             try
                                  ViewerSetting();
                            string sServer = ConfigurationManager.AppSettings["APSServer"].Trim();
                            string sUser = ConfigurationManager.AppSettings["APSUser"].Trim();
                            string sPassword = ConfigurationManager.AppSettings["APSPassword"].Trim();
                            string sAuthType = ConfigurationManager.AppSettings["APSAuthType"].Trim();
                                  string sReportName = Request.QueryString["ReportName"];
                                  EnterpriseSession ceSession;
                                  EnterpriseService ceEnterpriseService;
                                  InfoStore ceInfoStore;
                                  InfoObjects ceReportObjects ;
                                  InfoObject ceReportObject ;
                                  CrystalDecisions.Enterprise.Desktop.Report  ceReport;
                                  ParameterFields  ceParameterFields;
                                  ParameterField ceParameterField;
                                  ReportParameters ceParameters ;
                                  ReportParameter ceParameter ;
                                  ParameterDiscreteValue ceParameterDiscreteValue;
                                  SessionMgr ceSessionMgr= new SessionMgr();
                                  if ( Session ["ceSession"] == null)
                                       ceSession = ceSessionMgr.Logon(sUser, sPassword, sServer, sAuthType);
                                       Session ["ceSession"]=ceSession;
                                  else
                                       ceSession = (EnterpriseSession) Session ["ceSession"];
                                  ceEnterpriseService = ceSession.GetService("InfoStore");
                                  ceInfoStore = new  InfoStore(ceEnterpriseService);
                                  string sQuery = "Select * From CI_INFOOBJECTS Where SI_PROGID = 'CrystalEnterprise.Report' AND SI_Name='" + sReportName + "' And SI_INSTANCE=0";
                                  ceReportObjects = ceInfoStore.Query(sQuery);
                                  if (ceReportObjects.Count <1 )
                                       lblMessage.Text="Please check your reportName";
                                       lblMessage.Visible=true;
                                       return ;
                            ceReportObject = ceReportObjects[1];
                            ceReport = (CrystalDecisions.Enterprise.Desktop.Report)ceReportObject;
                            ceParameters = ceReport.ReportParameters;
                            ceParameterFields = new ParameterFields();
                                  if (ceReportObjects.Count > 0)
                                       ceReportObject = ceReportObjects[1];
                                       ceReport  =(CrystalDecisions.Enterprise.Desktop.Report) ceReportObject;
                                       ceParameters = ceReport.ReportParameters;
                                       ceParameterFields = new ParameterFields();
                                       string sParamName="",sParamValue="";
                                       string sPrompt="";
                                       for (int i=1; i <= ceParameters.Count; i++ )
                                            sPrompt="Prompt"+(i-1).ToString().Trim();
                                            ceParameter =ceParameters<i>;
                                            sParamName=     ceParameter.ParameterName.Trim();
                                            sParamValue= Request.QueryString[sPrompt]==null?"": Request.QueryString[sPrompt];     
                                            ceParameterField = new ParameterField();
                                            ceParameterDiscreteValue = new ParameterDiscreteValue();
                                    ceParameterDiscreteValue.Value = sParamValue;
                                    ceParameterField.CurrentValues.Add(ceParameterDiscreteValue);
                                            ceParameterField.Name = ceParameter.ParameterName;
                                            ceParameterField.ParameterValueType = ParameterValueKind.StringParameter;
                                            ceParameterFields.Add(ceParameterField);
                                       crystalReportViewer.ParameterFieldInfo = ceParameterFields;
                                       crystalReportViewer.EnterpriseLogon = ceSession;
                                       crystalReportViewer.ReportSource = ceReportObject;
                                          crystalReportViewer.Visible = true;
                             catch (Exception ex)
                                  lblMessage.Text = ex.Source + ex.Message + ex.StackTrace; 
                                  lblMessage.Visible=true;
    Thanks,
    Chris Peet

  • Png images not shown in applet when opened in internet explorer

    hi all,
    I am using some transparent PNG images in my applet . Its working properly in appletviewer as well as netscape but images just disappear in internet explorer.
    same image appears in internet explorer but not in applet in internet explorer.
    can anybody help me ?
    thanks

    The java version that IE has doesn't have support for PNG, only gif and jpeg.

  • APEX - BI publisher dynamic image not shown

    Hi,
    I've developed a BI RTF report layout within my APEX application.
    I need to show external dynamic images stored into apex image files, but I have some problem.
    BI manul says I should include into the report layout a dummy image with the following text:
    url:{IMAGE_LOCATION}
    where IMAGE_LOCATION is an element of the XML file having the image url.
    When I run the report the image is blank although the IMAGE_LOCATION has the right url.
    I tried to add another image with alt text url:{'image url'} and it is correctly shown.
    I'm shure that IMAGE_LOCATION is right, because it's also shown in report as text.
    How can I resolve this?
    Thx
    Davide

    perhaps they can help you in here: BI Publisher

  • Uploaded  image not shown

    hello experts,
    I have been done a web java application in struts. Its working fine in my pc, where i have netbeans 6.0 IDE. But when i deployed the war file at client pc, where jdk1.5 and tomcat 5.5.9 are installed, its not showing newly uploaded image but it shows all the images which were present while creating war file from my pc. But the image is uploaded. I upload the images into c:\rh\web\photo and c:\rh\build\web\photo ( unless i place here, i can't able see the newly uploaded image without stopping and running the application). I feel the only difference between client Pc and my Pc is, I run my application using netbeans whereas client pc doesn't have netbeans(rest all it has), through tomcat it runs there.
    Any help will be greatly appreciated.
    Thanks,
    SRI.

    You know that HTML runs at the client side?
    You know that file system paths are not the same as URL's?
    You know that file system paths points to the file system of the local machine?
    If you have for example a <img src="c:/foo/bar.gif" /> in your HTML, which is been sent from the server to the client side, the web browser will try to search for "c:/foo/bar.gif" in the local file system. This is obviously not going to work when the image is actually located at the server's file system.
    You need to replace file system paths by URL's, so that the client can retrieve the image from the server. When the image is not available in public domain, then create a servlet which accesses the server's file system and sends the desired image to the response. Finally let the URL of the image point to that servlet, along with some unique ID or filename. You may find this example useful: [http://balusc.blogspot.com/2007/04/imageservlet.html].

  • Image Not Shown in Web

    Hai, Every body, I have a problem with showing my image on the
    web. My problem is like this :
    I create an employee table with one of its field is to store
    the employee photo or picture. I create this field with the data
    structure of Long Row. Then I craete a data entry screen for
    entering employee record and browse every single record. I can
    get the image from the directory and save it to my employee
    table and event browse every record with no problem on the
    CLIENT system
    But when I deploy the application to the web, I can't see the
    image. The Image should be part of the data but it doesn't show.
    Why ? can any body help me up.
    For your information the image file I select is JPEG file type.
    Thanks in advance
    Eric
    null

    Hi,
    You probably applied the suggested project alias "jaxws" when you created your Scout project.
    In the tutorial, the project alias "tutorial" is used as shown in [1]. Therefore, the URL to use in the tutorial is localhost:8080/tutorial/jaxws whereas in your case, it is localhost:8080/jaxws/jaxws as you've already found it.
    [1] wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject_1.png

Maybe you are looking for

  • Video out to external display

    Hello, Is there a way to get video out to an external display? I currently have a T5, but am getting a TX. Should be the same for each, though. Rregards, Karl Post relates to: Palm TX

  • Weblogic Portal 10.2

    Hello - We're using BEA WebLogic 10.2 and its workshop server is very slow, whenever we need to publish it takes almost 30 - 45 minutes to publish and in a few occasions it might crash while trying to publish! Don't know if this is a bug in WL 10.2 o

  • IWeb application gone

    Recently I upgraded to Leopard, but when I did the iWeb application disappeared from the applications folder. I inserted the Leopard install DVD into the computer and tried to install iWeb from the "Optional Installs" folder. But iWeb was not one of

  • How to install new themes in my apple 3g cell phone

    Dear; i' need 2 types of help so please help me out 1)how to recode my all call like received call & Dial call 2)doewnload Themes 3)Block Call & SMS

  • Filtering objects in Inbound Synchronization Rule

    Hi  i want, under certain conditions, to stop an inbound sync on a user object that is in FIM metaverse based on a condition that exists in metaverse and not in the CS of the managemnet agent.  that is, I want when a metaverse attribute is updated on