https://issues.apache.org/bugzilla/show_bug.cgi?id=46768


Rainer Klute <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|POIFS                       |HPFS




--- Comment #4 from Rainer Klute <[email protected]>  2009-02-25 23:47:50 PST ---
Could you please try an unconditional 

Object value = customProperties.get("key");

and after doing the get() check whether the result is null (value not in
properties) or not null (you retrieved the value successfully)?

If the custom properties indeed do not contain your value the question is
whether your key/value pair
a) entered the custom properties successfully
b) had been deleted by your application or
c) had been deleted by a HPSF failure.

In case c) we'd need a sample program demonstrating the error. Ideally it would
be in the form of a JUnit test case, but this is not required.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to