ICEmobile
  1. ICEmobile
  2. MOBI-157

container components will be uploaded to "nulluploads" directory path when deployed using non-filesystem deployment

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.0 Beta
    • Fix Version/s: 1.1 Final
    • Component/s: None
    • Labels:
      None
    • Environment:
      jsf2 ICEfaces3 icemobile

      Description

       this issue only occurs when deployed within an IDE to an application server that uses it's own way to deploy (in other words, the files are not physically in the /webapps (for tomcat) folder of the application server). Intellij and Eclipse do this when you use the IDE to deploy an application -> non-filesystem deployment
      What happens is that CoreUtils.getRealPath(facesContext, FILE_SEPARATOR); returns null and so the folder to upload to becomes "null uploads/.........." etc.
      When physically deploying the application to the server, the uploads directory path is correct for example.....:-
      INFO: abs file=/Users/jguglielmin/icefaces/servers/apache-tomcat-7.0.23/webapps/mobitest/uploads/433CE8CB7B8AAD97342586FD2CAB1572/bebeea8f-cbea-4494-97e3-1bf1381f97e6.jpg

      when deployed within the IDE you can replace the uploads to "/nulluploads/" and then you can't find the file to show it afterwards.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #29055 Tue May 15 17:37:16 MDT 2012 judy.guglielmin MOBI-231 updated microphone js call (and removed js for toggle). button gets default button style per device. upload id for multipart also changed as per js script tag which now uses just the clientId, instead of <clientId>+"_mic". So this means that the id for the upload is not <clientId>+"-file" instead of the old way <clientId>+"_mic-file". MOBI-157 means you can't deploy WITHIN the IDE to test the playback of any uploaded files on this.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/microphone/MicrophoneRenderer.java

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: