PetStore 1.4 doesn't contain webservices?

I know, 2.0 is out, but I have to stick with the older example for now :-).
The release notes for the PetStore 1.3.1 list Webservices as one of the new features - JMX was replaced by it. Is it possible, that this was removed in 1.4? I wasn't able to find any references to webservices in the most current release of PetStore 1.

Hi,
The earlier version of petstore don't have significant references to web services.
If you want a reference application that is made up mostly of web services, you should look at the Adventure Builder application which is located at https://adventurebuilder.dev.java.net/. There is also an accompanying book written about web service creation which is free located at https://blueprints.dev.java.net/books.html.
Hope this helps...
Thanks - Mark

Similar Messages

  • This disk doesn't contain an EFI system partition. If you want to start up your computer with this disk or include it in a RAID set, back up your data and partition this disk.

    As stated above. I get this when I try to resize my HD. Was having issues with BootCamp so I removed it and got this.
    This disk doesn’t contain an EFI system partition. If you want to start up your computer with this disk or include it in a RAID set, back up your data and partition this disk.

    the same problem...
    any help?

  • When trying to upload a MS word file (.docx) to gmail, it uploads into a folder that doesn't contain the original document when i try to download it from e-mail.  how do i solve this?

    when trying to upload a MS word file (.docx) to gmail, it uploads as a 'folder' that doesn't contain the original document when i try to download it back from the e-mail.  how do i set the format to simply upload the document itself???  Thanks...

    Yes, excuse me. attach a file.  I have separate folders on my desktop to organize my word documents, so I'm guessing this might be a part of the problem.  When I go to attach one of these documents into gmail, the resulting attachment is another folder icon (not the original organizational folders) with 4 subfolders containing a slew of .xml files reading things like "header.xml" "format.xml" "settings.xml" "style.xml" "contenttype.xml" There are also a few .jpegs and a small folder reading "word" as one of the subfolders.

  • Smart Collection bug with Title doesn't contain rule

    Hi,
    There are various articles on smart collections that check if the "Title" field is filled or not. Because the "Title" field doesn't have an "is empty" like function, the sugested solution is to use the rule:
      Title   doesn't contain   a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
    But there is a bug in this rule. I found that the letter 't' is causing a problem. The letter 't' seems to include all characters.
    Situation:
    Four images that have a their Title field as follows:
      Image 1:
      Image 2: 2014-01 - Street Photography.dng
      Image 3: 2014-01
      Image 4: Some Image
    (Image 1 has an empty title)
    Four smart collections with the following rules:
      Collection 1: Title   doesn't contain   a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
      Collection 2: Title   doesn't contain   0,1,2,3,4,5,6,7,8,9
      Collection 3: Title   doesn't contain   a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,u,v,w,x,y,z
      Collection 4: Title   doesn't contain   t
    My expected result of the smart collections is:
      Collection 1: Image 1 and Image 3
      Collection 2: Image 1 and Image 4
      Collection 3: Image 1 and Image 3
      Collection 4: Image 1, Image 3 and Image 4
    The actual result of the smart collections is:
      Collection 1: Image 1
      Collection 2: Image 1 and Image 4
      Collection 3: Image 1 and Image 3
      Collection 4: Image 1
    I'm using Lightroom 5.7 on a MacBook Pro 17" (mid 2010), i7 @ 2.66GHz, 8GB RAM and 2 x 240GB SSD's running on OS X 10.10.1
    My questions are:
    Can anyone, specially from the Adobe Lightroom team, confirm this?
    How to solve this issue?
    With kind regards,
    Dennis
    www.idemi.nl

    That is a bizarre bug.  There is an even simpler way to reproduce the problem: Have two pics, one with title "a" and the other with title "t".  The criterion "Title Contains a" correctly shows just the first picture, but the criterion "Title Contains t" shows both.
    Searching with smart collections and filters has numerous bugs, but this one is by far the most surprising.  As a geek programmer, I'd love to know what causes this!
    Adobe rarely reads this forum -- I suggest you post this in the official Adobe feedback forum, which Adobe does faithfully read (but only infrequently responds).

  • Publishing server doesn't work - error 'The request URL doesn't contain the query string for the client OS'

    Hi,
    I'm trying to setup an App-V environment in my lab.
    I've used the App-V 5.0 Trial guide to help me configure all necessary components.
    I'm able to install everything without error.
    when come time to publish an app, it simply doesn't show up on my client.
    after looking at events on the client and server, I found that the Publishing server is returning under Admin the following message.
    'The request URL doesn't contain the query string for the client OS'
    My setup is pretty simple.
    App-V Server managament and Publishing on the same box
    App-V database on my SQL server.
    I'm able to see the publishing "webpage" by using http:://localhost:889.
    It only display this :
    -<Publishing Protocol="1.0"
    <Packages />
    </Publishing>
    I've published one app from the management console.
    any idea what could mean this error?
    thanks

    Hi,
    thanks for the link.
    I've validated the suggested debug steps. It seems that the problem is with my Publish server again.
    I've looked in the web.config file. It seems to be missing some parts compare to the example provided.
    Again, I've published an application from the management console. Management and Publishing are running on the same box, while SQL is remote.
    Here's the web.config
    <?xml version="1.0" ?>
    - <configuration>
    - <system.web>
    <compilation debug="false" targetFramework="4.0" />
    <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" />
    - <authentication>
    - <!-- We don't support form authentication, but this will supress x-ray security warning
    -->
    <forms requireSSL="true" />
    </authentication>
    </system.web>
    - <system.webServer>
    - <modules runAllManagedModulesForAllRequests="true">
    <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </modules>
    - <security>
    - <requestFiltering>
    - <verbs>
    <remove verb="GET" />
    <add verb="GET" allowed="true" />
    </verbs>
    </requestFiltering>
    </security>
    </system.webServer>
    - <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    + <behaviors>
    - <serviceBehaviors>
    - <behavior name="">
    <serviceAuthorization impersonateCallerForAllOperations="true" />
    <serviceMetadata httpGetEnabled="false" httpsGetEnabled="false" />
    </behavior>
    </serviceBehaviors>
    </behaviors>
    - <bindings>
    - <webHttpBinding>
    - <binding name="SecureBinding">
    - <security mode="Transport">
    <transport clientCredentialType="Windows" />
    </security>
    </binding>
    <binding name="UnsecureBinding" />
    </webHttpBinding>
    </bindings>
    - <protocolMapping>
    <add scheme="http" binding="webHttpBinding" bindingConfiguration="UnsecureBinding" />
    <add scheme="https" binding="webHttpBinding" bindingConfiguration="SecureBinding" />
    </protocolMapping>
    - <standardEndpoints>
    - <webHttpEndpoint>
    - <!--
    Configure the WCF REST service base address via the global.asax.cs file and the default endpoint
    via the attributes on the <standardEndpoint> element below
    -->
    <standardEndpoint name="" helpEnabled="true" automaticFormatSelectionEnabled="true" />
    </webHttpEndpoint>
    </standardEndpoints>
    </system.serviceModel>
    </configuration>

  • Storyboard doesn't contain a view controller with identifier 'myViewController'

    I have 3 view controllers on storyboard. One of them has Storyboard Id as 'myViewController'. its runs perfectly on simulator. But when I try to run it on my device it gives following error:
    'Storyboard (<UIStoryboard: 0x1cd626d0>) doesn't contain a view controller with identifier 'myViewController''
    Please help me out with this.

    I'm not sure how "new" you are to Xcode and IB, but just double checking -- did you create the XIB file from Xcode (so that it was added to your project?). Or, if not, did you save it to your project directory somewhere and were prompted to add it to your project? If you created it new from IB it may not be part of your project yet. That's when I have seen my classes missing from the drop down menu on the Identity Inspector.
    One final thing -- after setting File's Owner, I don't see from your code how you are actually loading the NIB file (xib file). You are calling plain "init" in your app delegate where you create these view Controllers. You need to call the "initWithNibName" method. It is the designated init method for view controllers that load their interface from a NIB file.
    Cheers,
    George
    Message was edited by: gkstuart

  • Can't start emCCR - JAVA_HOME doesn't contain java

    Hi all,
    Just a quick question regarding a problem I'm recently having with the Oracle Configuration Manager. I have it setup normally to run every fifteen minutes as is the default, I believe in Oracle's docs. However, it's now bombing out complaining that JAVA_HOME doesn't contain java. Problem is, JAVA_HOME is setup to go where it always has been and it is correct. JAVA_HOME is currently set to "/u01/app/oracle/product/10.2.0/db_1/jdk/bin". This has worked in the past. I don't understand why emCCR is suddenly not picking this up. It does that even if i run emCCR interactively from a shell, just by running "/u01/app/oracle/product/10.2.0/db_1/ccr/bin/emCCR start". This directly contains the java executables as it always has. Does anyone have any ideas or has seen this before? Seems very strange to me - any help would be much appreciated.
    Thanks,
    dave
    Edited by: user2299875 on Sep 10, 2010 5:38 PM

    Hi,
    Before installing Oracle Configuration Manager, ensure that all the following pre-installation requirements are met:
    •You must ensure that the required JDK version (1.2.2 or later on Unix, and 1.3.1 or later on Windows) is present in the ORACLE_HOME directory of the system on which Oracle Configuration Manager is being installed or the JAVA_HOME environment variable is pointing to the appropriate JDK directory.
    •You must have your Customer Support Identifier (CSI) and your Oracle MetaLinkUserName with you as they are required when installing Oracle Configuration Manager in Connected mode.
    •You must specify a valid Country Code when installing Oracle Configuration Manager in Connected mode. Country codes are associated with the Oracle MetaLinkUserName. Refer to the Oracle Metalink site (http://metalink.oracle.com) if you encounter registration failures and are uncertain that the correct country code has been specified. The country associated with the Oracle MetaLinkUserName can be found in the Profile section under the Licenses link. For a list of valid country codes,
    see this link
    http://stanford.edu/dept/itss/docs/oracle/10gR2/install.102/e10041/install.htm

  • Problems with smart collection "doesn't contain"

    I have photos with keywords like
    xxxxx, grand canyon,xxxxx
    xxxxx, grand island, xxxxx
    xxxxx, grand sable dunes, xxxxx
    What I need is the abilty creat a smart collection that excludes grand canyon, but leaves in grand island, grand sable dunes
    I can't get doesn't contain to work with
    grand canyon
    "grand canyon"
    Any ideas?

    Tudor asks, "What I need is the ability to create a smart collection that excludes grand canyon, but leaves in grand island, grand sable dunes".   Tudor wants to exclude "grand canyon", but include "grand island", "grand sable dunes", "red rock canyon", and presumably every other keyword except "grand canyon".
    BKKDon's suggestion of
    Match all: Keywords contains grand; Keywords doesn't contain canyon
    doesn't quite work, because it excludes "red rock canyon".   A somewhat better query might be:
    Match none: Keywords contains words grand canyon
    The "contains words grand canyon" will match all images with the words "grand" and "canyon" in the keywords, and "Match none" inverts that and selects all other images.  
    But this still isn't right, because it will exclude an image having the two keywords, "Grand Island" and "Canyon Drive".  As Rob explained, the Keywords criterion splits all the keywords up into "words", and then treats all the words in all the image's keywords as a single field to be searched.
    Two possible workarounds:
    - If you just want to manually exclude images with the keyword "grand canyon", use this recipe: 
    In the Keyword List pane on the right, click the arrow to the right of the keyword "grand canyon".  This will filter just those images with exactly "grand canyon". 
    Select all the images.
    Turn off the filter by clicking None in the Library Filter bar.
    Do Edit > Invert Selection to select all the images that don't have exactly "grand canyon".
    Add the selected images to the Quick Collection or another collection, if necessary.
    - Use the plugins Space Urchin or Any Filter, as Rob suggested.
    In general, LR's text-matching operators are a mess.  Inexplicably, LR doesn't have exact match, the most basic keyword operator, and without exact match, it's difficult to work with a controlled vocabulary of keywords, as this discussion and many others have highlighted.  Users repeatedly get all twisted up trying to understand how to use LR's weird text-match operators.

  • Bug: Smart Collection/Label text/doesn't contain

    LR 2.1 & 2.2, 64-bit, Vista:
    Create a smart collection using "Label text"--"doesn't contain"--"xxx".
    The collection *shows* images with the "xxx" label text just as if the collection was created using "Label text"--"contains".
    Produceable 100% of the time.
    Any one else have the same problem?

    That is a bizarre bug.  There is an even simpler way to reproduce the problem: Have two pics, one with title "a" and the other with title "t".  The criterion "Title Contains a" correctly shows just the first picture, but the criterion "Title Contains t" shows both.
    Searching with smart collections and filters has numerous bugs, but this one is by far the most surprising.  As a geek programmer, I'd love to know what causes this!
    Adobe rarely reads this forum -- I suggest you post this in the official Adobe feedback forum, which Adobe does faithfully read (but only infrequently responds).

  • App folder in the dock doesn't contain all the apps in the main Applications folder

    I have noticed recently that the App folder in the dock doesn't contain all the apps in the main Applications folder (the correct one under Macintosh HD).
    This occurs whether in list, grid, automatic or whatever.
    I've removed the apps folder from the dock and dragged in the current one and yet it doesn't show all the apps from the source folder.
    Any ideas on why this is happening or how I can fix it?
    There are 55 items in the Apps folder but only 51 are shown in the folder located in the dock.
    If I drag it over (as per normal operation), all 55 should appear right?
    Is there a limit on how many can be displayed?
    Can the grid spacing/icon size be changed to fit them all in if that's the case?
    Just dunno why this is happening???
    Cheers
    Frank
    Mac i5 / OS X 10.6.8

    Not sure this is what you want, but if you are an admin user, try this instead. Right-click on /Applications (Applications in the hard drive icon folder, the root folder, not Applications in your user) and select Make Alias, then drag that alias into the Dock to the right of or below the divider (the Trash icon is in that area.) Your Applications will now open from that alias in the Dock. The "original" alias will remain in that location, while creating a new Applications folder in the Dock. I have done this for my home folder, Utilities, and Downloads as well.

  • PO replicated in ECC doesn't contain contract number

    Hi All,
    I'm using the Extended Classic Scenario; in the PO automatically replicated in ECC there isn't the contract number.
    In SRM and in ECC I have the same contracts with the same numbers. Then if the ECC PO doesn't contain the contract number, only the SRM contract is used and the release value of the ECC contract isn't updated.
    What can I do to import the reference to the contract number in the PO replicated from SRM in ECC?
    Thanks in advance.
    Best Regards.
    Antonio.

    Hi Antonio,
    i am getting advantage of having contracts in two places, in ext-classical, the contract call-off takes place locally(SRM) and when PO created, it just replicated back to R/3. the contract reference is not pushed back.
    However for reference purpose if you want to do , use the PO business add-ins, but this will require custom development.
    Cheers, Renga

  • I just purchased Adobe Lightroom 5 and can't activate it after installing it on my computer because the product box doesn't contain a 24 digit S/N serial number but an 8 digit PN number. Does anyone have a solution?

    I just purchased Adobe Lightroom 5 and can't activate it after installing it on my computer because the product box doesn't contain a 24 digit S/N serial number but an 8 digit PNB number. I contacted the vendor and they told me to seek help via the Adobe help lines. Does anyone have a solution?

    Unfortunately, the "find your serial number quickly" link does not work because I don't have any number on my Lightroom cdrom box with 24 digits... All I have is an 8 digit PN number... :-/

  • Scr doesn't contain powerup

    I discovered that my script file doesn't contain the powerup.
    This is my scr file:
    C:\jc22\mydemo>..\bin\scriptgen walletApp.scr com\idt\javacard\samples\wallet\ja
    vacard\wallet.cap
    Java Card 2.2 APDU Script File Builder (version 0.11)
    Copyright 2002 Sun Microsystems, Inc. All rights reserved.
    0x80 0xB0 0x00 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Header.cap
    0x80 0xB2 0x01 0x00 0x00 0x7F;
    0x80 0xB4 0x01 0x00 0x16 0x01 0x00 0x13 0xDE 0xCA 0xFF 0xED 0x01 0x02 0x04 0x00
    0x01 0x09 0xA0 0x00 0x00 0x00 0x62 0x03 0x01 0x0C 0x06 0x7F;
    0x80 0xBC 0x01 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Directory.cap
    0x80 0xB2 0x02 0x00 0x00 0x7F;
    0x80 0xB4 0x02 0x00 0x20 0x02 0x00 0x1F 0x00 0x13 0x00 0x1F 0x00 0x0E 0x00 0x0B
    0x00 0x66 0x00 0x12 0x01 0x88 0x00 0x0A 0x00 0x3A 0x00 0x00 0x00 0xDB 0x00 0x00
    0x00 0x00 0x00 0x00 0x01 0x7F;
    0x80 0xB4 0x02 0x00 0x02 0x01 0x00 0x7F;
    0x80 0xBC 0x02 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Import.cap
    0x80 0xB2 0x04 0x00 0x00 0x7F;
    0x80 0xB4 0x04 0x00 0x0E 0x04 0x00 0x0B 0x01 0x01 0x01 0x07 0xA0 0x00 0x00 0x00
    0x62 0x01 0x01 0x7F;
    0x80 0xBC 0x04 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Applet.cap
    0x80 0xB2 0x03 0x00 0x00 0x7F;
    0x80 0xB4 0x03 0x00 0x11 0x03 0x00 0x0E 0x01 0x0A 0xA0 0x00 0x00 0x00 0x62 0x03
    0x01 0x0C 0x06 0x01 0x00 0x01 0x7F;
    0x80 0xBC 0x03 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Class.cap
    0x80 0xB2 0x06 0x00 0x00 0x7F;
    0x80 0xB4 0x06 0x00 0x15 0x06 0x00 0x12 0x00 0x80 0x03 0x02 0x00 0x01 0x04 0x04
    0x00 0x00 0x00 0x3A 0xFF 0xFF 0x00 0x2D 0x00 0x42 0x7F;
    0x80 0xBC 0x06 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Method.cap
    0x80 0xB2 0x07 0x00 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x07 0x01 0x88 0x00 0x04 0x30 0x8F 0x00 0x13 0x18 0x1D
    0x1E 0x8C 0x00 0x05 0x7A 0x05 0x40 0x18 0x8C 0x00 0x02 0x18 0x8F 0x00 0x03 0x3D
    0x06 0x10 0x08 0x8C 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x04 0x87 0x00 0xAD 0x00 0x19 0x1E 0x1F 0x8B 0x00 0x06
    0x18 0x8B 0x00 0x07 0x7A 0x01 0x10 0xAD 0x00 0x8B 0x00 0x08 0x61 0x04 0x03 0x78
    0x04 0x78 0x01 0x10 0xAD 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x00 0x8B 0x00 0x09 0x7A 0x02 0x21 0x19 0x8B 0x00 0x0A
    0x2D 0x18 0x8B 0x00 0x0B 0x60 0x03 0x7A 0x1A 0x03 0x25 0x10 0xB0 0x6A 0x08 0x11
    0x6E 0x00 0x8D 0x00 0x0C 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x1A 0x04 0x25 0x75 0x00 0x2D 0x00 0x04 0x00 0x20 0x00
    0x27 0x00 0x30 0x00 0x21 0x00 0x40 0x00 0x1B 0x00 0x50 0x00 0x15 0x18 0x19 0x8C
    0x00 0x0D 0x7A 0x18 0x19 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x8C 0x00 0x0E 0x7A 0x18 0x19 0x8C 0x00 0x0F 0x7A 0x18
    0x19 0x8C 0x00 0x10 0x7A 0x11 0x6D 0x00 0x8D 0x00 0x0C 0x7A 0x03 0x24 0xAD 0x00
    0x8B 0x00 0x11 0x61 0x08 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x11 0x63 0x01 0x8D 0x00 0x0C 0x19 0x8B 0x00 0x0A 0x2D
    0x1A 0x07 0x25 0x32 0x19 0x8B 0x00 0x12 0x5B 0x29 0x04 0x1F 0x04 0x6B 0x07 0x16
    0x04 0x04 0x6A 0x08 0x11 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x67 0x00 0x8D 0x00 0x0C 0x1A 0x08 0x25 0x29 0x05 0x16
    0x05 0x10 0x64 0x6E 0x06 0x16 0x05 0x63 0x08 0x11 0x6A 0x83 0x8D 0x00 0x0C 0xAF
    0x01 0x16 0x05 0x41 0x11 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x27 0x10 0x6F 0x08 0x11 0x6A 0x84 0x8D 0x00 0x0C 0x18
    0xAF 0x01 0x16 0x05 0x41 0x89 0x01 0x7A 0x03 0x24 0xAD 0x00 0x8B 0x00 0x11 0x61
    0x08 0x11 0x63 0x01 0x8D 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x00 0x0C 0x19 0x8B 0x00 0x0A 0x2D 0x1A 0x07 0x25 0x32
    0x19 0x8B 0x00 0x12 0x5B 0x29 0x04 0x1F 0x04 0x6B 0x07 0x16 0x04 0x04 0x6A 0x08
    0x11 0x67 0x00 0x8D 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x0C 0x1A 0x08 0x25 0x29 0x05 0x16 0x05 0x10 0x64 0x6E
    0x06 0x16 0x05 0x63 0x08 0x11 0x6A 0x83 0x8D 0x00 0x0C 0xAF 0x01 0x16 0x05 0x43
    0x63 0x08 0x11 0x6A 0x85 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x8D 0x00 0x0C 0x18 0xAF 0x01 0x16 0x05 0x43 0x89 0x01
    0x7A 0x03 0x22 0x19 0x8B 0x00 0x0A 0x2D 0x19 0x8B 0x00 0x14 0x32 0x19 0x05 0x8B
    0x00 0x15 0x1A 0x03 0xAF 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x01 0x8D 0x00 0x16 0x3B 0x19 0x03 0x05 0x8B 0x00 0x17
    0x7A 0x04 0x22 0x19 0x8B 0x00 0x0A 0x2D 0x19 0x8B 0x00 0x12 0x5B 0x32 0xAD 0x00
    0x1A 0x08 0x1F 0x8B 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x0B 0x18 0x03 0x6B 0x08 0x11 0x63 0x00 0x8D 0x00 0x0C 0x7A
    0x7F;
    0x80 0xBC 0x07 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/StaticField.cap
    0x80 0xB2 0x08 0x00 0x00 0x7F;
    0x80 0xB4 0x08 0x00 0x0D 0x08 0x00 0x0A 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
    0x00 0x00 0x7F;
    0x80 0xBC 0x08 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/ConstantPool.cap
    0x80 0xB2 0x05 0x00 0x00 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0x05 0x00 0x66 0x00 0x19 0x02 0x00 0x00 0x00 0x02 0x00
    0x00 0x01 0x06 0x80 0x03 0x00 0x01 0x80 0x09 0x00 0x06 0x80 0x09 0x00 0x06 0x00
    0x00 0x0D 0x03 0x80 0x09 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0x08 0x03 0x80 0x03 0x01 0x03 0x80 0x09 0x02 0x03 0x80
    0x09 0x05 0x03 0x80 0x0A 0x01 0x03 0x80 0x03 0x03 0x06 0x80 0x07 0x01 0x06 0x00
    0x01 0x49 0x06 0x00 0x00 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0xF0 0x06 0x00 0x00 0x94 0x06 0x00 0x01 0x69 0x03 0x80
    0x09 0x04 0x03 0x80 0x0A 0x06 0x01 0x00 0x00 0x00 0x03 0x80 0x0A 0x07 0x03 0x80
    0x0A 0x09 0x06 0x80 0x10 0x7F;
    0x80 0xB4 0x05 0x00 0x09 0x06 0x03 0x80 0x0A 0x04 0x03 0x80 0x09 0x01 0x7F;
    0x80 0xBC 0x05 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/RefLocation.cap
    0x80 0xB2 0x09 0x00 0x00 0x7F;
    0x80 0xB4 0x09 0x00 0x20 0x09 0x00 0x3A 0x00 0x0E 0x1F 0x02 0x0F 0x0D 0x5A 0x41
    0x11 0x05 0x05 0x41 0x0E 0x05 0x16 0x1A 0x00 0x28 0x04 0x06 0x07 0x04 0x07 0x0A
    0x04 0x08 0x0D 0x07 0x05 0x7F;
    0x80 0xB4 0x09 0x00 0x1D 0x10 0x1D 0x06 0x06 0x06 0x07 0x08 0x08 0x04 0x09 0x12
    0x15 0x10 0x10 0x08 0x04 0x09 0x12 0x15 0x0D 0x0F 0x05 0x06 0x07 0x07 0x07 0x05
    0x0A 0x09 0x7F;
    0x80 0xBC 0x09 0x00 0x00 0x7F;
    0x80 0xBA 0x00 0x00 0x00 0x7F;
    APDU script file for CAP file download generated.
    I used the scriptgen cmd to generate the scr file called walletApp.src
    But I got the error when running jcwde:
    C:\jc22\mydemo>..\bin\jcwde -p 9025 jcwde.app
    Java Card 2.2 Workstation Development Environment (version 0.18).
    Copyright 2002 Sun Microsystems, Inc. All rights reserved.
    jcwde is listening for T=0 Apdu's on TCP/IP port 9,025.
    java.net.SocketException: Connection reset by peer: JVM_recv in socket input str
    eam read
    jcwde terminating on receipt of SimulationException. See previous messages for
    cause.
    com.sun.javacard.jcwde.SimulationException
    I know somethings wrong with my walletApp.scr,
    may I have your advise,
    Thanx

    Sorry...
    I think I was too careless.
    I managed to open the .scr file already.
    I have added some scripts into it and it works properly.
    The scripts I've added:
    powerup;
    0x00 0xA4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01 0x7F;
    powerdown;
    But I discovered that my walletApp.scr is totally different with the sample given in the walletdemo directory.
    my walletApp.src:
    powerup;
    0x00 0xA4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01 0x7F;
    0x80 0xB0 0x00 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Header.cap
    0x80 0xB2 0x01 0x00 0x00 0x7F;
    0x80 0xB4 0x01 0x00 0x16 0x01 0x00 0x13 0xDE 0xCA 0xFF 0xED 0x01 0x02 0x04 0x00 0x01 0x09 0xA0 0x00 0x00 0x00 0x62 0x03 0x01 0x0C 0x06 0x7F;
    0x80 0xBC 0x01 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Directory.cap
    0x80 0xB2 0x02 0x00 0x00 0x7F;
    0x80 0xB4 0x02 0x00 0x20 0x02 0x00 0x1F 0x00 0x13 0x00 0x1F 0x00 0x0E 0x00 0x0B 0x00 0x66 0x00 0x12 0x01 0x88 0x00 0x0A 0x00 0x3A 0x00 0x00 0x00 0xDB 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x7F;
    0x80 0xB4 0x02 0x00 0x02 0x01 0x00 0x7F;
    0x80 0xBC 0x02 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Import.cap
    0x80 0xB2 0x04 0x00 0x00 0x7F;
    0x80 0xB4 0x04 0x00 0x0E 0x04 0x00 0x0B 0x01 0x01 0x01 0x07 0xA0 0x00 0x00 0x00 0x62 0x01 0x01 0x7F;
    0x80 0xBC 0x04 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Applet.cap
    0x80 0xB2 0x03 0x00 0x00 0x7F;
    0x80 0xB4 0x03 0x00 0x11 0x03 0x00 0x0E 0x01 0x0A 0xA0 0x00 0x00 0x00 0x62 0x03 0x01 0x0C 0x06 0x01 0x00 0x01 0x7F;
    0x80 0xBC 0x03 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Class.cap
    0x80 0xB2 0x06 0x00 0x00 0x7F;
    0x80 0xB4 0x06 0x00 0x15 0x06 0x00 0x12 0x00 0x80 0x03 0x02 0x00 0x01 0x04 0x04 0x00 0x00 0x00 0x3A 0xFF 0xFF 0x00 0x2D 0x00 0x42 0x7F;
    0x80 0xBC 0x06 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/Method.cap
    0x80 0xB2 0x07 0x00 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x07 0x01 0x88 0x00 0x04 0x30 0x8F 0x00 0x13 0x18 0x1D 0x1E 0x8C 0x00 0x05 0x7A 0x05 0x40 0x18 0x8C 0x00 0x02 0x18 0x8F 0x00 0x03 0x3D 0x06 0x10 0x08 0x8C 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x04 0x87 0x00 0xAD 0x00 0x19 0x1E 0x1F 0x8B 0x00 0x06 0x18 0x8B 0x00 0x07 0x7A 0x01 0x10 0xAD 0x00 0x8B 0x00 0x08 0x61 0x04 0x03 0x78 0x04 0x78 0x01 0x10 0xAD 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x00 0x8B 0x00 0x09 0x7A 0x02 0x21 0x19 0x8B 0x00 0x0A 0x2D 0x18 0x8B 0x00 0x0B 0x60 0x03 0x7A 0x1A 0x03 0x25 0x10 0xB0 0x6A 0x08 0x11 0x6E 0x00 0x8D 0x00 0x0C 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x1A 0x04 0x25 0x75 0x00 0x2D 0x00 0x04 0x00 0x20 0x00 0x27 0x00 0x30 0x00 0x21 0x00 0x40 0x00 0x1B 0x00 0x50 0x00 0x15 0x18 0x19 0x8C 0x00 0x0D 0x7A 0x18 0x19 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x8C 0x00 0x0E 0x7A 0x18 0x19 0x8C 0x00 0x0F 0x7A 0x18 0x19 0x8C 0x00 0x10 0x7A 0x11 0x6D 0x00 0x8D 0x00 0x0C 0x7A 0x03 0x24 0xAD 0x00 0x8B 0x00 0x11 0x61 0x08 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x11 0x63 0x01 0x8D 0x00 0x0C 0x19 0x8B 0x00 0x0A 0x2D 0x1A 0x07 0x25 0x32 0x19 0x8B 0x00 0x12 0x5B 0x29 0x04 0x1F 0x04 0x6B 0x07 0x16 0x04 0x04 0x6A 0x08 0x11 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x67 0x00 0x8D 0x00 0x0C 0x1A 0x08 0x25 0x29 0x05 0x16 0x05 0x10 0x64 0x6E 0x06 0x16 0x05 0x63 0x08 0x11 0x6A 0x83 0x8D 0x00 0x0C 0xAF 0x01 0x16 0x05 0x41 0x11 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x27 0x10 0x6F 0x08 0x11 0x6A 0x84 0x8D 0x00 0x0C 0x18 0xAF 0x01 0x16 0x05 0x41 0x89 0x01 0x7A 0x03 0x24 0xAD 0x00 0x8B 0x00 0x11 0x61 0x08 0x11 0x63 0x01 0x8D 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x00 0x0C 0x19 0x8B 0x00 0x0A 0x2D 0x1A 0x07 0x25 0x32 0x19 0x8B 0x00 0x12 0x5B 0x29 0x04 0x1F 0x04 0x6B 0x07 0x16 0x04 0x04 0x6A 0x08 0x11 0x67 0x00 0x8D 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x0C 0x1A 0x08 0x25 0x29 0x05 0x16 0x05 0x10 0x64 0x6E 0x06 0x16 0x05 0x63 0x08 0x11 0x6A 0x83 0x8D 0x00 0x0C 0xAF 0x01 0x16 0x05 0x43 0x63 0x08 0x11 0x6A 0x85 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x8D 0x00 0x0C 0x18 0xAF 0x01 0x16 0x05 0x43 0x89 0x01 0x7A 0x03 0x22 0x19 0x8B 0x00 0x0A 0x2D 0x19 0x8B 0x00 0x14 0x32 0x19 0x05 0x8B 0x00 0x15 0x1A 0x03 0xAF 0x7F;
    0x80 0xB4 0x07 0x00 0x20 0x01 0x8D 0x00 0x16 0x3B 0x19 0x03 0x05 0x8B 0x00 0x17 0x7A 0x04 0x22 0x19 0x8B 0x00 0x0A 0x2D 0x19 0x8B 0x00 0x12 0x5B 0x32 0xAD 0x00 0x1A 0x08 0x1F 0x8B 0x00 0x7F;
    0x80 0xB4 0x07 0x00 0x0B 0x18 0x03 0x6B 0x08 0x11 0x63 0x00 0x8D 0x00 0x0C 0x7A 0x7F;
    0x80 0xBC 0x07 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/StaticField.cap
    0x80 0xB2 0x08 0x00 0x00 0x7F;
    0x80 0xB4 0x08 0x00 0x0D 0x08 0x00 0x0A 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x7F;
    0x80 0xBC 0x08 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/ConstantPool.cap
    0x80 0xB2 0x05 0x00 0x00 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0x05 0x00 0x66 0x00 0x19 0x02 0x00 0x00 0x00 0x02 0x00 0x00 0x01 0x06 0x80 0x03 0x00 0x01 0x80 0x09 0x00 0x06 0x80 0x09 0x00 0x06 0x00 0x00 0x0D 0x03 0x80 0x09 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0x08 0x03 0x80 0x03 0x01 0x03 0x80 0x09 0x02 0x03 0x80 0x09 0x05 0x03 0x80 0x0A 0x01 0x03 0x80 0x03 0x03 0x06 0x80 0x07 0x01 0x06 0x00 0x01 0x49 0x06 0x00 0x00 0x7F;
    0x80 0xB4 0x05 0x00 0x20 0xF0 0x06 0x00 0x00 0x94 0x06 0x00 0x01 0x69 0x03 0x80 0x09 0x04 0x03 0x80 0x0A 0x06 0x01 0x00 0x00 0x00 0x03 0x80 0x0A 0x07 0x03 0x80 0x0A 0x09 0x06 0x80 0x10 0x7F;
    0x80 0xB4 0x05 0x00 0x09 0x06 0x03 0x80 0x0A 0x04 0x03 0x80 0x09 0x01 0x7F;
    0x80 0xBC 0x05 0x00 0x00 0x7F;
    // com/idt/javacard/samples/wallet/javacard/RefLocation.cap
    0x80 0xB2 0x09 0x00 0x00 0x7F;
    0x80 0xB4 0x09 0x00 0x20 0x09 0x00 0x3A 0x00 0x0E 0x1F 0x02 0x0F 0x0D 0x5A 0x41 0x11 0x05 0x05 0x41 0x0E 0x05 0x16 0x1A 0x00 0x28 0x04 0x06 0x07 0x04 0x07 0x0A 0x04 0x08 0x0D 0x07 0x05 0x7F;
    0x80 0xB4 0x09 0x00 0x1D 0x10 0x1D 0x06 0x06 0x06 0x07 0x08 0x08 0x04 0x09 0x12 0x15 0x10 0x10 0x08 0x04 0x09 0x12 0x15 0x0D 0x0F 0x05 0x06 0x07 0x07 0x07 0x05 0x0A 0x09 0x7F;
    0x80 0xBC 0x09 0x00 0x00 0x7F;
    0x80 0xBA 0x00 0x00 0x00 0x7F;
    powerdown;
    The samples given:
    //+
    // Copyright (c) 1999 Sun Microsystems, Inc. All rights reserved.
    // This software is the confidential and proprietary information of Sun
    // Microsystems, Inc. ("Confidential Information"). You shall not
    // disclose such Confidential Information and shall use it only in
    // accordance with the terms of the license agreement you entered into
    // with Sun.
    // SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
    // SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
    // IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
    // PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
    // SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
    // THIS SOFTWARE OR ITS DERIVATIVES.
    // This file contains command APDUs for the wallet applet.
    // Comments lines begin with "//".
    // Non-comment lines are C-APDUs represented by hex digits.
    // Beneath each C-APDU is a comment the corresponding R-APDU expected to be returned
    // by the card.
    // Select all installed Applets
    powerup;
    // Select the installer applet
    0x00 0xA4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01 0x7F;
    // 90 00 = SW_NO_ERROR
    // begin installer command
    0x80 0xB0 0x00 0x00 0x00 0x7F;
    // instantiate a wallet applet
    // apdu data contain the applet AID followed by the initial owner PIN
    0x80 0xB8 0x00 0x00 0x11 0x0a 0xa0 0x0 0x0 0x0 0x62 0x3 0x1 0xc 0x6 0x1 0x05 0x01 0x02 0x03 0x04 0x05 0x7F;
    // end installer command
    0x80 0xBA 0x00 0x00 0x00 0x7F;
    // Initialize Wallet
    //Select Wallet
    0x00 0xA4 0x04 0x00 0x0a 0xa0 0x0 0x0 0x0 0x62 0x3 0x1 0xc 0x6 0x1 0x7F;
    // 90 00 = SW_NO_ERROR
    //Verify user pin
    0xB0 0x20 0x00 0x00 0x05 0x01 0x02 0x03 0x04 0x05 0x7F;
    //90 00 = SW_NO_ERROR
    //Get wallet balance
    0xB0 0x50 0x00 0x00 0x00 0x02;
    //0x00 0x00 0x00 0x00 0x90 0x00 = Balance = 0 and SW_NO_ERROR
    //Attemp to debit from an empty account
    0xB0 0x40 0x00 0x00 0x01 0x64 0x7F;
    //0x6A85 = SW_NEGATIVE_BALANCE
    //Credit $100 to the empty account
    0xB0 0x30 0x00 0x00 0x01 0x64 0x7F;
    //0x9000 = SW_NO_ERROR
    //Get Balance
    0xB0 0x50 0x00 0x00 0x00 0x02;
    //0x00 0x64 0x9000 = Balance = 100 and SW_NO_ERROR
    //Debit $50 from the account
    0xB0 0x40 0x00 0x00 0x01 0x32 0x7F;
    //0x9000 = SW_NO_ERROR
    //Get Balance
    0xB0 0x50 0x00 0x00 0x00 0x02;
    //0x00 0x32 0x9000 = Balance = 50 and SW_NO_ERROR
    //Credit $128 to the account
    0xB0 0x30 0x00 0x00 0x01 0x80 0x7F;
    //0x6A83 = SW_INVALID_TRANSACTION_AMOUNT
    //Get Balance
    0xB0 0x50 0x00 0x00 0x00 0x02;
    //0x00 0x32 0x9000 = Balance = 50 and SW_NO_ERROR
    //Debit $51 from the account
    0xB0 0x40 0x00 0x00 0x01 0x33 0x7F;
    //0x6A85 = SW_NEGATIVE_BALANC
    //Get Balance
    0xB0 0x50 0x00 0x00 0x00 0x02;
    //0x00 0x32 0x9000 = Balance = 50 and SW_NO_ERROR
    //Debit $128 from the account
    0xB0 0x40 0x00 0x00 0x01 0x80 0x7F;
    //0x6A83 = SW_INVALID_TRANSACTION_AMOUNT
    //Get Balance
    0xB0 0x50 0x00 0x00 0x00 0x02;
    //0x00 0x32 0x9000 = Balance = 50 and SW_NO_ERROR
    //Reselect Wallet applet so that userpin is reset
    0x00 0xA4 0x04 0x00 0x0a 0xa0 0x0 0x0 0x0 0x62 0x3 0x1 0xc 0x6 0x1 0x7F;
    // 90 00 = SW_NO_ERROR
    //Credit $127 to the account before pin verification
    0xB0 0x30 0x00 0x00 0x01 0x7F 0x7F;
    //0x6301 = SW_PIN_VERIFICATION_REQUIRED
    //Verify User pin with wrong pin value
    0xB0 0x20 0x00 0x00 0x04 0x01 0x03 0x02 0x66 0x7F;
    //0x6300 = SW_VERIFICATION_FAILED
    //Verify user pin again with correct pin value
    //0xB0 0x20 0x00 0x00 0x08 0xF2 0x34 0x12 0x34 0x56 0x10 0x01 0x01 0x7F;
    0xB0 0x20 0x00 0x00 0x05 0x01 0x02 0x03 0x04 0x05 0x7F;
    //0x9000 = SW_NO_ERROR
    //Get balance with incorrrect LE value
    0xB0 0x50 0x00 0x00 0x00 0x01;
    //0x6700 = ISO7816.SW_WRONG_LENGTH
    //Get balance
    0xB0 0x50 0x00 0x00 0x00 0x02;
    //0x00 0x32 0x9000 = Balance = 50 and SW_NO_ERROR
    // *** SCRIPT END ***
    powerdown;
    I think I followed exactly the sample given but how come the result is different?
    Will it cause any effect?
    Thanx.

  • T.code FEBC: the repport list doesn't contain the report RFEBIT00

    Hi All,
    when I launch the t.code FEBC, SAP provides me a list of report among which I've to choose the one I need.
    But the list doesn't contain the report RFEBIT00..... How to add it to the list?
    Thanks
    Gandalf

    Hi,
    Please do coordinate with your technical consultant(ABAP) for the reolution.

  • When I update apple driver, a pop-up error message "The folder you specified doesn't contain a compatible driver for your device. If the foldre contains a driver, make sure it is designed to work with Windows for x64-based systems."

    When I update apple driver, a pop-up error message "The folder you specified doesn't contain a compatible driver for your device. If the foldre contains a driver, make sure it is designed to work with Windows for x64-based systems."

    Hi,
    Please also check Event Viewer if it identify this problem.
    In addition, also check Device Manager, if similar driver already installed, try to uninstall them and reinstall new driver again for test.
    Roger Lu
    TechNet Community Support

Maybe you are looking for