Why does not my JarDiff work?

We are using JRE 1.6,but I have a question about versioning. When Versioning is used, does webstart still download the entire jar file if a new version is found on the web server. I think with incremental updates, you can have webstart only retrieve the updated classes but I am under the impression that with standard versioning, webstart will take the whole jar if a new version is found.
When java web start has version 1.0 and wants 1.2 it makes the request:
xxx.jar version-id 1.2 current-version-id 1.0
but I can't find "current-version-id 1.0" in requestquerystring, Why?
my jnlp file:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="http://localhost:8087/zjf/iBanker/webstart/" href="abs40.jnlp">
     <information>
          <title>ABS40 Run</title>
          <vendor>NANTIAN</vendor>
          <description>Abs40 System (Signed)</description>
          <shortcut>
<desktop/>
</shortcut>
</information>
     <security>
          <all-permissions/>
     </security>
     <resources>
          <j2se version="1.5+"/>
<jar href="jars/signeds/abs40.jar" main="true" download="lazy" version="1.2"/>
     </resources>
     <application-desc main-class="com.nantian.abs40.test.tools.LayoutTest">
     </application-desc>
</jnlp>
my web.xml file:
<web-app>
     <servlet>
<servlet-name>JnlpDownloadServlet</servlet-name>
<servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
<!--
<servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
-->
<init-param>
          <param-name>
          logLevel
          </param-name>
          <param-value>
          DEBUG
          </param-value>
     </init-param>
     <init-param>
          <param-name>
          logPath
          </param-name>
          <param-value>
          D:\jnlpdownloadservlet.log
          </param-value>
     </init-param>
          <init-param>
     <param-name>
     jnlp-extension
     </param-name>
     <param-value>
     .jnlp
     </param-value>
     </init-param>
          <init-param>
     <param-name>
     jar-extension
     </param-name>
     <param-value>
     .jar
     </param-value>
     </init-param>
</servlet>
<!-- Action Servlet Mapping -->
<servlet-mapping>
     <servlet-name>JnlpDownloadServlet</servlet-name>
<url-pattern>/ibanker/*</url-pattern>
</servlet-mapping>
<mime-mapping>
<extension>jar</extension>
<mime-type>application/x-java-archive</mime-type>
</mime-mapping>
<mime-mapping>
<extension>jnlp</extension>
<mime-type>application/x-java-jnlp-file</mime-type>
</mime-mapping>
<mime-mapping>
     <extension>jardiff</extension>
     <mime-type>application/x-java-archive-diff</mime-type>
</mime-mapping>
</web-app>
I was wondering if anyone can confirm this for me.
Also, has anyone had problems signing jars whle using versioning?
Regards,
qujbin

I would try force quitting the app via the multitasking bar, restarting (power cycling your phone), and then resetting the phone (holding sleep/wake and home button for about 5 seconds or until it shuts off) first.

Similar Messages

  • Why does not the dictionary work in pdf books?

    Hi friends
    I have a problem, I have some pdf books which I have downloaded from internet, I have put them in the ibooks app, everything works perfectly, but if i want looking for a word, I cannot do it touching the word like normal books. Does not the dictionary work in pdf books in the ibooks app?
    Tks.

    iBooks currently does not provide pdf books annotating or word look up. Lets hope they bring this feature in future versions.
    Regards.
    Elias.

  • Why does not sync folder work?

    Hi,
    Running Lightroom 5.5.
    I am in folder Dress.  I export picture Dress 001.nef to a jpg.  To the same folder.  It does not show up.
    I then select sync folder, the jpg picture does not show up????
    I go to show folder in explorer.. It show Dress 001.nef and Dress 001.jpg
    So Dress 001.jpg is in folder Dress, but I can not get Lightroom to show it????
    Help.
    Thanks,

    Hi,
    I contacted Adode today.  The fix, was in Perfs/Gen/ "Treat Jpeg files next to raw fies as separate photos"
    That worked :-)

  • Why does not voice communication work in windows live messenger

    Hi,
    before my version was Bluetooth stack for windows by toshiba v5.10.04, in windows vista, it does not work in voice communicate in windows live messenger but it work in skype.
    now I update to new version v5.10.12(T), the problem still same with version 5.10.04
    please help, how can I connect to windows live messenger and can have voice communicate in windows live messenger
    thanks

    So it is a mono headset. Check your audio settings. Is the suitable audio driver assigned to your application (Bluetooth audio) ? Check also your microphone settings. Maybe it is muted.

  • Why does not JInternalFrame.setMaximizable work?

    Hi,
    I have a JInternalFrame into a JDesktopPane. When I call setMaximizable(false); before to do setVisible(true); the Maximize button continues to appear and to work.
    I tested with JDK6 + Linux FC5 + Windows2000.

    Works fine in JDK1.4.2.
    So is it a bug with:
    a) your code
    b) the JDK version
    c) the platform
    We will never know since you didn't post your demo program.
    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • HT2731 why does not my birthday work?

    When logging in and they ask for my birthdate I put it in as an example:
         10/12/1978  why doesn't that work.  Is it supposed to be entered differently  (this isn't my correct birthday here but I did enter my birthdate correctly

    I would try force quitting the app via the multitasking bar, restarting (power cycling your phone), and then resetting the phone (holding sleep/wake and home button for about 5 seconds or until it shuts off) first.

  • Why does not addPartialTarget(RichTable) work?

    Hello,
    I have an af:table (RichTable) which displays rows of a table in a DB (through a viewobject).
    The user can remove a row from the table with a drag and drop.
    In the drop listener I actually do this:
    1. get the binding to the row
    2. perform a row.remove
    3. do a commit (the record is deleted from the db table)
    4. try to refresh the table with addPartialTarget() to match the content on the DB.
    Everything works except point 4.
    For some reasons sometimes the table displays old values, sometimes just few records, randomly.
    What is the reason? How can I solve this.
    The definition of the table is here:
    <af:table var="row" rowBandingInterval="0" id="t1"
    value="#{bindings.mView1.collectionModel}"
    rowSelection="multiple"
    columnStretching="last"
    horizontalGridVisible="false"
    verticalGridVisible="false"
    fetchSize="-1"
    autoHeightRows="0" width="195"
    disableColumnReordering="true"
    rows="#{bindings.mView1.rangeSize}"
    varStatus="vs"
    emptyText="#{bindings.S3tsBkmView1.viewable ? 'no data.' : 'Access Denied.'}"
    contentDelivery="immediate"
    displayRow="selected">

    I forgot to also tell that I had already tried to executeQury on the VO.
    It seems that calling executeQuery on the Iterator solved the problem.
    Anyway, is this a bug? Shouldn't addPartialTarget do the job?

  • Why does not my touch work when im on appstore? Iphone 3GS

    Sup?

    I would try force quitting the app via the multitasking bar, restarting (power cycling your phone), and then resetting the phone (holding sleep/wake and home button for about 5 seconds or until it shuts off) first.

  • Why does the clone stamp work when I go from a darker colour to a lighter colour but not the other way around. How can I lighten up a dark area? Lasso tool takes from the wrong area too.

    Why does the clone stamp work when I go from a darker color to a lighter color but not the other way around? How can I lighted a dark area? The Lasso tool takes from the wrong area.

    c.pfaffenbichler wrote:
    Why do you use the Blend Modes Lighter and Darker at all in this case and not simply Normal?
    And what kept you from posting a screenshot?
    I borrowed the image below for an HDR workshop I ran at the 2010 PSNZ National Convention, to demonstrate a method of removing halos.  You'll remember that halos were a serious problem with early HDR, and while the halos in this image were caused by over sharpening, they are perfect for demonstrating this technique.
    It relies on the fact that halos so often tend to put a lighter tone between the two areas where sharpening is being applied. Whether that is the sky abutting a dark line of hills, or the rock and little tower as in this image.  I've uploaded it at the size it was supplied to me at (about 2700 pixels wide).  So
    Click to open the full image, right click and copy, and paste into Photoshop.
    Select the clone tool, and set its blend mode to Darken.
    Try to sample on a line horizontal to where you want to clone, to give the best tonal match, and start cloning.
    Because the sky is darker than the halo, it overwrites it. But the rock is darker than the sky, so it has no affect.
    It works even better if you clone on a new layer also set to Darken.  No masking, just Photoshop blend mode magic.
    You can also fix the little tower. Use a great big brush — just remember to sample horizontal to match the horizon.
    Back then I was using the same trick with CAs after forgetting to fix them in ACR, and having done too much work to start again after spotting the problem.

  • HT204291 Airplay intermittent problem, why does not airplay work well anylonger?

    Airplay intermittent problem, why does not airplay work well anylonger. Suddenly it drops out. Now this function has gone from great to ****.
    Trying to view streamed content from the ipad to the Apple TV? Nah forget about it. Sooo dissapointing.

    Restart your wifi router

  • I m coming from linux platform ... now need my g   to work with vim ... how to install g   which supports C  0x ... why does  not it has repository with apple ... its so easy rather than going to UI ...

    i m coming from linux platform ... now need my g   to work with vim ... how to install g   which supports C  0x ... why does  not it has repository with apple ... its so easy rather than going to UI ...

    tom i have been using ubuntu for c++ project
    i use lambda and atomic (c++0x) but now as I am working on MAC not able to use them
    installed xcode(4.3) and changed compiler settings to LLVM3.1 but still both features are not available
    to compile wanted to have g++ which supports c++0x features ...
    new to MAC (2-3 days) so was in rush to solution
    let me know if you have some suggestion ...
    else will try with eclipse cdt .... 

  • I have a problem in the program .. Why does not work ? :(

    I have a problem in the program .. Why does not work ?
    It look like the pic, !!
    Thanx alot,

    You have opened the render engine, not the full program.
    Mylenium

  • HT204053 Why does my apple id work on my phone and not my ipad?

    Why does my apple id work on my phone and not my ipad?

    Try resetting the iPad and try again >  iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting

  • Why does not the text "Powered by Adobe Forms Central" fästän man has paid form

    Why does not the text "Powered by Adobe Forms Central" fästän man has paid form
    [email protected]

    These forms are not embedded correctly. I'm surprised they even work. You need to go to the distribute tab, click Embed button, copy the embed code provided and then paste that into your HTML. This FAQ explains in more detail and some of the issues you may encounter while embedding: http://forums.adobe.com/docs/DOC-1991
    Randy

  • Why does not Apple allows iPhone to be sync by two different computers ?

    I have a pc at home and one in office. But I can only sync it with my home pc. Why does not apple allow iPhones to be sync by atleats two pcs as having different pc for work and home is very general.

    It is possible to sync from multiple libraries manually on other devices (iPads & iPods) so blanket statements that 'it's DRM' don't really make sense to me.
    If it is the only reason why can't non DRM'd content be copied?
    Manage content manually on your iPhone, iPad, and iPod - Apple Support
    See step 6, iPods & iPads have fewer restrictions compared to iPhones.
    Perhaps we would have a better idea if it wasn't all wrapped up in thousands of words spread between the multiple terms & conditions agreements.
    https://www.apple.com/legal/internet-services/itunes/
    https://www.apple.com/legal/internet-services/icloud/ww/
    You will need to read those terms & get legal help if you can't work it out titan_sifu, good luck.

Maybe you are looking for