Message:
The following issue has been closed.
Resolver: Pelle Braendgaard
Date: Mon, 5 Apr 2004 6:52 AM
Just created a copy of the element. Now it works fine.
---------------------------------------------------------------------
View the issue:
http://jira.neuclear.org//browse/PAY-22
Here is an overview of the issue:
---------------------------------------------------------------------
Key: PAY-22
Summary: ReceiptObjects not Verified
Type: Bug
Status: Closed
Priority: Major
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: NeuClear Payments
Components:
Data Objects
Fix Fors:
0.3
Versions:
0.3
Assignee: Pelle Braendgaard
Reporter: Pelle Braendgaard
Created: Mon, 5 Apr 2004 6:49 AM
Updated: Mon, 5 Apr 2004 6:52 AM
Description:
When verifying ReceiptObjects it doesn't verify the object, which most likely has to do with the two signatures.
It throws the following exception in TransferReceiptBuilderTest:
org.neuclear.id.InvalidNamedObjectException: Unnamed object failed Signature verification is an invalid Identity
at org.neuclear.id.SignedNamedCore.readUnnamed(SignedNamedCore.java:389)
at org.neuclear.id.SignedNamedCore.read(SignedNamedCore.java:339)
at org.neuclear.id.verifier.VerifyingReader.read(VerifyingReader.java:201)
at org.neuclear.asset.orders.TransferGlobals.parseEmbedded(TransferGlobals.java:279)
at org.neuclear.asset.orders.TransferReceipt$Reader.read(TransferReceipt.java:48)
at org.neuclear.id.verifier.VerifyingReader.read(VerifyingReader.java:201)
at org.neuclear.id.builders.Builder.convert(Builder.java:40)
at org.neuclear.id.builders.Builder.convert(Builder.java:75)
at org.neuclear.tests.AbstractObjectCreationTest.testCreateObject(AbstractObjectCreationTest.java:27)
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.neuclear.org//secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|