Problem writing inverse for XOR encoding loop

Hi,
I'm trying to create an inverse to the following Java function in Ruby.
public static void encXORPass(byte[] raw, final int offset, final int size, int key)
          int stop = size-8;
          int pos = 4 + offset;
          int edx;
          int ecx = key; // Initial xor key
          while (pos < stop)
// get 4 bytes from raw into an int
               edx = (raw[pos] & 0xFF);
               edx |= (raw[pos+1] & 0xFF) << 8;
               edx |= (raw[pos+2] & 0xFF) << 16;
               edx |=  (raw[pos+3] & 0xFF) << 24;
// do things
               ecx += edx;
               edx ^= ecx;
// put the xor'd int back into raw
               raw[pos++] = (byte) (edx & 0xFF);
               raw[pos++] = (byte) (edx >> 8 & 0xFF);
               raw[pos++] = (byte) (edx >> 16 & 0xFF);
               raw[pos++] = (byte) (edx >> 24 & 0xFF);
// store the final key in the last 4 bytes of raw
          raw[pos++] = (byte) (ecx & 0xFF);
          raw[pos++] = (byte) (ecx >> 8 & 0xFF);
          raw[pos++] = (byte) (ecx >> 16 & 0xFF);
          raw[pos++] = (byte) (ecx >> 24 & 0xFF);
}I'm basically walking through the same loop backwards, but for some reason my code doesn't currently completely decode the data. By "completely" I mean a few bytes into the loop it actually converges to the correct values, but not at the beginning. I've been trying to figure out why for weeks and I'm not making any progress so thought I'd post it here.
Here is an example of a correct decoded sequence, followed by my incorrect decoded sequence (yes they are different if you go far enough to the right):
00854130CE21C60000BD7F26062B09315C26E24D80378DD9FB568AF57C765D9A2C90A6B0124EA36014881A48A185B44FC9A6D922D03E1F91FB0468819721E639E21AC617D44D3A7E952C2211EDB36ABCFC81B51E8AC205DCC750D7EA0C18F49CE8A119A8DA67591C97B5B7D6C9EF61F7F25E6EBDC10EA0BAA1F388D3210198B1A66B1E09437E3AA2204E95DD29FC9CC37720B6AD97F7E0BD0731C3725F3B6566FEC6F2CD5473468F2700E8436B286DACD9FE6C8B9F9EADDF
00854130CE21C60000BD7F26062B09315C26E24D80378DD9FB568AF57C765D9A2C90A6B0124EA36014881A48A185B44FC9A6D922D03E1F91FB0468819721E639E21AC617D44D3A7E952C2211EDB36ABCFC81B51E8AC205DCC750D7EA0C18F49CE8A119A8DA67591C97B5B7D6C9EF61F7F25E6EBDC10EA0BAA1F3883321019841A66B1EF1437E3ADE204E95C329FC1CCC772056AA97F71CBE07313C735FBB9A66FE06EDCD5493418F271FE8C3EBE86CEC41A6A4B69F9EADDFAny insight appreciated,
Cheers.

bensum wrote:
Sorry, I didn't realise posting in this forum and any other forum were mutually exclusive events. Oh, you've posted in both? So people can waste their time repeating what others have already said. Nice.
I haven't posted my code because it's Ruby like you say and I wouldn't expect people here to know or correct Ruby.Then why post here at all? If your code doesn't work, it's a bug in your code. It's rather hard to correct it without seeing the code. If you want help here, you should try to write the code in Java. If it works, great, translate it to Ruby, and if that doesn't work, post in the Ruby forum. If you can't get the Java version to work, post here with details.
It seems to me that the problem is more about a property of this algorithm that I don't know about than my particular code (because it converges far down to the correct values). I don't see how it could converge far down to the correct values, without being correct at the beginning, that's the problem. Anybody any ideas?I have an idea that there's a bug in your code and that the best way to diagnose it is to see the code. :-)

Similar Messages

  • Problem writing condition of a while loop

    I'm receiving an error when attempting to compile my class.
    while(numItems != 1 || 2 || 3) (numItems is an integer variable)
    Basically, using the Scanner class, I request an integer input from the user, and that input needs to be either 1, 2 or 3, so I have included the while loop as a validation tool, so that whenever the user's input is NOT 1 or 2 or 3, the system prints out an error message and the user has to reenter. However, the code above is highlighted when I compile, and the error description states that I cannot use the || operator for the int data type. I wasn't sure if the OR operator was two || pipes or one, but I receive the same error regardless.
    Is there a way around this?
    Thank you.

    ryanz0r wrote:
    I'm receiving an error when attempting to compile my class.
    while(numItems != 1 || 2 || 3) (numItems is an integer variable)
    Basically, using the Scanner class, I request an integer input from the user, and that input needs to be either 1, 2 or 3, so I have included the while loop as a validation tool, so that whenever the user's input is NOT 1 or 2 or 3, the system prints out an error message and the user has to reenter. However, the code above is highlighted when I compile, and the error description states that I cannot use the || operator for the int data type. I wasn't sure if the OR operator was two || pipes or one, but I receive the same error regardless.
    Is there a way around this?Hi, Ryaz0r.
    In conjunction with Encephalopathic's syntax question for your valid boolean expression, you'll also have to replace the || operators with the && operators to achieve your described condition.
    -- L. James
    L. D. James

  • Lost all photos on my iPhoto and get the ERROR WRITING TO DISK when trying to reload from Time Machine. iPhoto cannot import your photos because there was a problem writing to the volume containing your iPHOTO LIBRARY  . Looking for solution.

    Lost all photos on my iPhoto and get the ERROR WRITING TO DISK when trying to reload from Time Machine. iPhoto cannot import your photos because there was a problem writing to the volume containing your iPHOTO LIBRARY  . Looking for solution.

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash, if possible.
    Triple-click anywhere in the line below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) 2>&- | wc -l | pbcopy
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign ($) to appear.
    The output of the command will be a number. It's automatically copied to the Clipboard. Please paste it into a reply.
    The Terminal window doesn't show the output. Please don't copy anything from there.

  • Problem on forms for serial number generation with last record next_record.

    Hi Experts,
    currently i'm facing one problem like :
    i'm populating one receipt detail in Multi block , like when user key in one receipt number that time record should go in first record ,and if they key in second receipt number then record should go in second record . mean to say every time record go in last record ..but the problem is i want to generate Serial no correspondence to every last record ..
    here is my approch :
    cursor c1 is
    select * from table
    where cname =:blk_name.clm_name.
    Last record;
    next_record;
    for v1 in c1 loop
    processed record;
    next_record;
    end loop;
    last_record;
    go_block(___);
    first_record;
    :sno := system.cursor_record ;
    next_reocrd;
    end loop;
    first_record;
    And in block level i'm writing code for Serial number generation when user key in manual entry for receipt detail:
    :blk_name.coulumn_name := :system. cursor_record;
    so in this approach their is no problem it is working properly but the problem is that
    when user fetch one receipt automatically and then after he want to enter next record manually and he decided to go in detail block ,
    and once he reached in detail block that time block level trigger i firing .ans serial number 2 generated and then suddenly he came to know no i want to fetch next record automatically mean to say now user going again master block and fetching next receipt detail ,
    but the problem is when user leaving seccond sr no and going in master block and population next receipt detail that time cursor going on 3 record
    but logically have to replace the second Serial no and generate the again serial number 2 record population .mean to say its not refreshing last_record..
    so i'm appreciating is anyone if came accoross this type of issue please corrrect my code and send updated code ..plsssssssssssssssssssssssssssssss
    Thanks
    Abhishek
    [email protected]

    hi
    I put this below code on when_new_record_instance on block level..
    :blk_name.column_name :=system.cursor_record;
    so can you please help me.....
    Thanks
    Abhishek

  • B1if - #sender system in for each processing loop

    Hi all,
    I am creating a scenario where I use the for each processing loop.
    Everything works fine but when I want to use the #Sender system in various steps (call B1 atom eg), I get an error saying the #Sender system is empty.
    Do I need to do something to get it populated inside the for each loop?
    Kind regards,
    Joeri

    Hi Joeri,
    I have done a test and I have the same problem you are having the system is empty when I use the #Sender System in a B1 call inside a for each. If I use a fix system id then it works fine.
    <?xml version="1.0" encoding="utf-8" ?>
    <Msg xmlns="urn:com.sap.b1i.vplatform:entity">
      <Body>
        <Payload Role="C" id="atom3" system="empty">
          <B1CallResult status="failure" b1login="Technical User" method="Synchronous Retrieval" objectid="4" payload="" keyname="ItemCode" keyvalue="A00001" />
        </Payload>
      </Body>
    </Msg>
    Please open a message for support asking for it and share the information with us.
    Hope it helps
    Trinidad.
    Edited by: Maria Trinidad MARTINEZ GEA on Jan 6, 2012 11:00 AM
    My previous answer was not related to your question...

  • Problem with the FOR statement.....again!

    Hi everyone,
    Well I'm still trying to do a car slideshow using external
    files and can't seem to see the end. The current movie is here:
    http://www.virtuallglab.com/projects.html
    I also attach the code. My problem is I had originally set up
    an animation with 2 pictures sliding in with some text, and then
    wait 4 seconds before sliding out, and then next pictures and text
    would slide in and so on, using a setInterval.
    The problem is the FOR loop seems to skip the setInterval and
    the function "wait", so it just loops quickly and jumps to last
    picture, so on the example above, it just slides the last picture
    (i=9) and that's it!
    Can you not include another function within a FOR statement.
    Or is there a way to tell the FOR loop to wait until all motion is
    finished?
    Any help greatly appreciated
    import mx.transitions.*;
    import mx.transitions.easing.*;
    for (i=0; i<10 ; i++) {
    var picLeft = "pics/"+i+".jpg";
    var picRight = "pics/"+i+"b.jpg";
    var txtToLoad = "text/"+i+".txt";
    this.createEmptyMovieClip("leftHolder",1);
    leftHolder.loadMovie(picLeft,i,leftHolder.getNextHighestDepth());
    leftHolder._x = -200;
    leftHolder._y = 15;
    var leftTween:Tween = new Tween(leftHolder, "_x",
    Strong.easeOut, leftHolder._x, 10, 2, true);
    this.createEmptyMovieClip("centerHolder",2);
    centerHolder.loadMovie(picRight,i+"b",centerHolder.getNextHighestDepth());
    centerHolder._x = 180;
    centerHolder._y = 250;
    var centerTween:Tween = new Tween(centerHolder, "_y",
    Strong.easeOut, centerHolder._y, 15, 2, true);
    text._x = 600;
    myData = new LoadVars();
    myData.onLoad = function(){
    text.carText.text = this.content;
    myData.load(txtToLoad);
    var textTween:Tween = new Tween(text, "_x", Strong.easeOut,
    text._x, 420, 2, true);
    myInterval = setInterval(wait, 4000);
    function wait() {
    var leftTweenFinished:Tween = new Tween(leftHolder, "_x",
    Strong.easeOut, leftHolder._x, -200, 1, true);
    var centerTween:Tween = new Tween(centerHolder, "_y",
    Strong.easeOut, centerHolder._y, 250, 1, true);
    var textTween2:Tween = new Tween(text, "_x", Strong.easeOut,
    text._x, 600, 1, true);
    clearInterval(myInterval);
    ***************************************************************************************** ***

    There is no way to tell a for loop to wait. That is not what
    they do.
    The entire for loop will execute (if possible, and it doesn't
    enter some kind of continuous infinite loop) completely before each
    time the frame is rendered.
    If you want to spread things out over time you need to use
    the setInterval -- but not inside a for loop! If you do that you
    immediately set however many intervals as your loop has. In this
    case you will also assign the ids for those intervals to the same
    variable, effectively overwriting the value so you will never be
    able to clear most of those intervals.
    So you need to rethink you whole structure. Set up some kind
    of counter and limit like this:
    var slidesToShow:Number=10;
    var curSlide:Number=0;
    Then have your setInterval increment the curSlide each time
    it is called and check to see if it has shown all of them. That is
    where your "loop" comes in.
    As for the other part of your question -- yes you actually
    have two different issues going on -- again you cannot make a for
    loop wait for anything. So no there is no way to pause it while you
    wait for your tween to end. But you can be notified when a tween
    ends.
    Check out the documentation about the tween class in the help
    files. There you will find the onMotionFinished event. So you can
    set up one of those to start whatever needs to be started when the
    tween has finished.
    You should also use the MovieClipLoader class to load your
    images, because you have no idea how long it will take to load
    them. Using that class you get a nice event (onLoadInit) that tells
    you when the asset is ready to be used.
    Finally I'm thinking you might want to use setTimeout instead
    of setInterval. It only goes once, while setInterval repeats
    forever. So I would think your algorithm would be something like
    this.
    1. load external asset
    2. when ready animate in and set onMotionFinished handler
    3. when motion is finished start loading next asset and
    setTimeout for 4 seconds.
    4. when 4 seconds is up or the clip is loaded (which ever
    takes longer) go to 2 and repeat.
    If this is going to be run locally on a hard drive or CD you
    won't have any problem with the length of time it takes to load the
    external assets, but if it is over the web it will take time.

  • How do i use MIB-2 for writing MIB for my application?

    I want to use the existing MIB-2 to write MIB variable for my application. The application is energy metering.So How do i use MIB-2 for writing MIBs for my application?
    Santosh Chavan
    IIT MADRAS.

    For others who do not know what an MIB is, here is link that shows some more information:
    http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/snmp.htm .   A quick Google of MIB did not turn up any useful information, but looking for SNMP quickly found this link. 
    It really turns out that I am not the person to help.
    It turns out that I am not the person to help, but I always want to know more as I may have a similar problem later.  I know from personal experience that it is easy to use a term commonly in a company or industry but have no one out side of that industry understand.  I was asking if that was such a term (hopefully with a little humor).  I'm sorry if my joke fell flat.
    I hope that you get an answer,
    Bob Young
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • Problem generating stubs for Java EJB web service deployed in OAS

    I created an EJB web service and I've successfully deployed it in my Oracle App Server. Some of the methods work fine but others produce the ff error:
    org.apache.soap.SOAPException - java.lang.IllegalArgumentException: No Serializer found to serialize [classname] using encoding style [encoding]It seems that the objects specified as parameters in the web service methods exposed are the only ones that had stubs generated for them. Other objects I use, which are usually wrapped inside a Vector, did not have generated stubs.
    Example:
         public String loginUser(UserDTO userDTO) throws RemoteException, NamingException, SQLException;
    public String addItems (Vector vecItems) throws RemoteException, NamingException, SQLException; // where vecItems is a collection of ItemDTO objects     In this scenario, stubs were generated for the UserDTO class, but not for the ItemDTO class. In effect, calling the addItems method resulted to the exception I mentioned above.
    I did a workaround wherein I declared a dummy method which accepted all the types of objects I needed as parameters so all the necessary stubs can be generated, but this fix doesn't feel like it's the proper solution to my problem.
    If anyone can help me, it would be greatly appreciated. Thanks!

    Crossposted:
    Problem generating stubs for Java EJB web service deployed in OAS

  • Director 12- can't create a windows projector - problem writing file error

    I am trying to create a windows projector of a project. when I get the following error - problem writing file - file name- Can't compress file that has been modified and not saved. The file has not been modified and has been saved. Any help would be great.

    Hi.
    You say you have tried publishing to a new empty folder.  From the video I can see that the folder has table1.app in there (25 secs in) which is a Mac projector that has been published.
    Yet you have Windows Projector checkbox ticked at the start of the video.
    I publish Mac and Windows projectors to entirely seperate folders as a matter of practice.
    I call the folders "Published" and "PublishedMac" and that is where the respective projectors for each piece of software lives.
    Perhaps there is some mix up between Mac and Windows publishing that is going on because
    you are publishing both to the same folder?
    Hope this helps.
    Richie

  • Problem writing XML after opening dialog

    I'm using ScriptUI to create and update XML in a document (using Document.XMLElements methods).
    Before opening a Window with ScriptUI, I can read and write XML without problem.
    But after opening a Window containing some ScriptUI resources, I can only read the existing XML BUT NOT WRITE IT!
    My writing method is called from a button event :
    var myXMLRootNode = /* instanciated */
    myWindow.okButton = /* instanciated */
    myWindow.okButton.onClick = function() { myXMLRootNode.xmlElements.add(myTag, object) };
    myWindow.show();
    It looks like the onClick callback works OK for reading (I can recover all existing values without problem) but not for writing.
    Any idea ?

    Hey!
    Well, the thing is that you have to close dialog first before writing to document.
    myWindow.okButton.onClick = function(){myWindow.close(1);};
    var myWin = myWindow.show();
    if(myWin == true){
        myXMLRootNode.xmlElements.add(myTag, object);
    Hope it helps!
    tomaxxi
    http://indisnip.wordpress.com/

  • Cannot import photos from camera, "problem writing to the volume"

    I recently upgraded to iPhoto 09 from iPhoto 5. While everything seemed ok in terms of Faces and Places and Events etc, today I was trying to import some photos from my camera and suddenly iPhoto 09 gave an error *"iPhoto cannot import your photos because there was a problem writing to the volume containing your iPhoto library"* somewhere mid-way through the import. I don't understand why my own internal HD would have a problem writing to.
    Luckily, I had made a bootable backup before upgrading to iLife 09, so I just booted from that external FireWire disk, opened iPhoto 5 and as usual, it imported all the photos without any issues. But I do not want to go back and forth just for importing the photos. So, Apple, please update the iPhoto 09 with necessary bug fixes.
    Has anyone else experienced this issue ? any solutions ?
    Thanks.

    Your stated problem
    I was trying to import some photos from my camera and suddenly iPhoto 09 gave an error "iPhoto cannot import your photos because there was a problem writing to the volume containing your iPhoto library" somewhere mid-way through the import.
    As I stated I have NOT seen this problem before and it is clearly a specific problem with your system not an iPhoto bug
    Then you are not watching enough. There are several reports here itself :
    http://discussions.apple.com/thread.jspa?messageID=8971388
    Issue was user had their iPhoto library on a FAT 32 formated disk - nothing at all like your personal problem
    http://discussions.apple.com/thread.jspa?threadID=1907134&tstart=0
    User was short of disk space - one of the questions I ask you since it can cause similar problems and can corrupt your library
    http://discussions.apple.com/thread.jspa?threadID=1885964&tstart=0
    Even with all of the thread jacks nothing in this long thread is like yours - these are mostly corrupted libraries and are solved by rebuilding
    http://forums.appleinsider.com/showthread.php?p=1372496
    Not on a forum that I follow - but appears to again be a FAT32 formated disk - nothing like your issue
    SInce you are mostly interested in arguing and insulting people and not in solving your problem - if you even have one e - I choose not to deal with peole with your attitude
    LN

  • "not enough disk space for asset encoding" error message

    I'm using DVD SP 4.2.1 and trying to burn a DL DVD. Every time I try to build the TS folders somewhere, I get the "not enough disk space for asset encoding" message. I have PLENTY of space (over 100GB) where I'm assigning it to create the TS folders. I don't understand why I'm getting the message. Your help is appreciated.

    Max,
    I think you're onto something here. I noticed that the original disk (an old Iomega Peerless 20GB removable hard drive) was nearly full. I also saved the DVD Studio Pro file for the project to the same drive. I think that, somehow, the application looked to that drive to do something and got a "disk full" message from that disk and gave me the error.
    The workaround was to transfer all the assets AND the project file to another hard disk with plenty of space (over 100 GB). The settings for the DVD Studio Pro encoding process remained the same…my computer's internal hard disk with its 30 GB of free space. I re-linked the assets and the disk building and encoding process went smoothly and I'm now the proud owner of a finished DVD.
    There's probably something lurking in the background here, but this worked for me.
    Thanks for making the suggestion to look deeper! My problem is solved!
    Kevin

  • HP Pavillion dv6-1245dx problems writing to MicroSDHC card - errors

    I've purcahsed two different brands of MicroSDHC 32GB cards. They will allow me to write 1-2GB of info before giving me an error code: 0x80070052. I was using Windows 7 and read that this was an issue that was going to be resolved in Windows 8, so I installed Windows 8 on my laptop (It's legitimate through Microsoft's MSDN program).
    I went looking for product specifications for my laptop on the HP site and it just gives this vague answer: 5-in-1 integrated Digital Media Reader for Secure Digital cards, MultiMedia cards, Memory Stick, Memory Stick Pro, or xD Picture cards.
    It doesn't specify SD, MicroSD, MicroSDHC or any variation. I am inclined to believe that the laptop doesn't support cards as large as 32GB. The largest card I've ever tried before this was an standard size 8GB SDHC, so at least I know it will handle the SDHC part. However, I have had issues with 32GB USB drives as well, where the drive gets half full and then starts having problems writing (no error codes though).
    I'd like to know if MicroSDHC cards as large as 32GB are or aren't supported before I commit to purchasing a third card. I've tried multiple adapters as well, so I know it's not 1) Me trying to stick a tiny card in a large hole, 2) poor contact between the adapter and the laptop, or 3) poor contact between the card and the adapter.
    Thank you.

    card readers are prone to problems with the internal contacts, particularly multi-card readers. If you get a card inserted a little  bit wrong it can cause it to go out. HP should warrant the problem but if you can't get relief, the expresscard multi-readers are cheap and work well. My laptop has no built in card reader so that is what I use.

  • No writing permission for iTunes Media Folder!

    I am trying to save my apps on my new Windows 7 PC but never manage to have writing permissions for the iTunes Media Folder. If I click on security and add my profile it will always go back to be locked! I know this is mor a Windows problem, but maybe somebody has made the same experience! Thx for any input at all!

    This forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes forums.
    Regards.

  • How to query for foreign encoded text via REST service

    I am using APEX 4.2.1.00.08 to publish RESTful web services that query a table of place names. The place names include foreign encoded alternates. My search field has type of NVARCHAR2 and the db has NLS_CHARACTERSET of AL32UTF8. Querying for foreign encoded names works fine from other applications (e.g. TOAD, ArcGIS).
    In APEX under 'SQL Workshop | RESTful Services' I have created a module, resource template, and resource handler. When I use 'Set Bind Variables' to test the service, it works for 'English' names with no problem (e.g. 'London').
    However, when I query for a foreign equivalents like 'ロンドン', the Japanese version of 'London', I get the following error:
    400 - Bad Request
    The request path contains illegal characters
    How do I get foreign encoded place names to work as the bind variable value of a REST service?

    Does this query help?
    select /*+ parallel(4) */
    pk.table_name parent_table_name, pk.constraint_name pkey_constraint,
    fk.table_name child_table_name, fk.constraint_name fkey_constraint, fk.r_constraint_name
    from
    user_constraints pk,
    user_constraints fk
    where
    pk.constraint_name = fk.r_constraint_name
    and pk.constraint_type='P'
    and fk.constraint_type='R'

Maybe you are looking for

  • Item configuration not possible in Sales Order

    Dear friends, Our requirement is as follows: I have created a configuration material and assigned MTS strategy (10) in MRP3 view. As I am carrying out cost estimate run and SAP does not allow to calculate std cost for config material, I assigned same

  • Can't connect iphone to Apple TV

    I have borrowed my dad's Apple TV for a few days and I can't connect using Airplay to watch movies through my TV. It has worked before but apepears to have stopped working since updating software. Any suggestions as to what may be the problem??

  • Array of stuctures in java?

    I need an array of length 3600 to hold a structure like value. Something like this: typedef struct rangetype {     float svy_vert_angle;     float svy_dist;     bool svy_exists; } range; range rg[3600]; for (int i = 0; i < 3600; i++) {     rg.svy_ver

  • Vector Use as a container

    Hi guys, I have to use a Vector object to store a growable array of objects,but I have an implementative question : I have to create the Vector only the first time the class cointaining it will be extecuted , then I have to add elements , without del

  • Failed to load operational configuration

    Dear support, I have an application which uses toplink grid. However, once I get the data from DB and would like to cache the data, it throws exception. Do you have any idea of the following stack trace? Seems that it is related to failure to load th