跳到主要內容

發表文章

目前顯示的是 4月, 2009的文章

How to Change policy owner with IRM SDK

1. use context object to register a document and the return value for document id. 2. use document id to load it's policy. 3. new a LimitList and set desired owner and set the LimitList to the document 4. change the document owner 5. save the document, that document now can only be opened by the desired owner.

BeanDefinitionStoreException with ClassFormatError

使用Spring過程中突然發生application server啟動即出現bean definition file parsing的以下錯誤: BeanDefinitionStoreException: Unexpected exception parsing XML doc ument from class path resource.. nested exception java.lang.ClassFormatError: Unknown constant tag 0 in class file com/sun/org/apache/xerces/internal.. 詳細檢查了數次都找不到xml哪裡有錯。 ClassFormatError這個錯誤很少見,似乎是JVM內Hotspot相關的錯誤,而且同時其他所有舊的project使用Spring原本可以正常執行的,現在都會產生這個錯誤。 研判可能是JVM出了什麼問題,重裝JDK1.5這個問題就消失了。