Changeset 1108:ef6e65bbbf25

Show
Ignore:
Timestamp:
05/28/10 19:02:40 (3 years ago)
Author:
Tom
Branch:
default
Message:

fixed: used a wrong message ID

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/org/w3c/unicorn/response/impl/OldResponseXBeans.java

    r905 r1108  
    5757                } catch (XmlException e) { 
    5858                        if (e.getMessage().contains("is not a valid observationresponse")) 
    59                                 throw new UnicornException(new org.w3c.unicorn.util.Message(org.w3c.unicorn.util.Message.ERROR, "$message_observer_invalid_response_schema")); 
     59                                throw new UnicornException(new org.w3c.unicorn.util.Message(org.w3c.unicorn.util.Message.ERROR, "$message_response_invalid_schema", null, Framework.mapOfObserver.get(observerID).getName(Property.get("DEFAULT_LANGUAGE")))); 
    6060                        else 
    6161                                throw new UnicornException(new org.w3c.unicorn.util.Message(e));