I started debugging slide, and I don't understand the section where
after an xfd.getURI it's getting blank UURI's.
Does this make sense to anyone?
====================================
ComparableResourceImpl(UURI:/files/20020710/D000B1F5_3.tif)
ContentImpl:retrieve:original uri:UURI:/files/20020710/D000B1F5_3.tif
ContentImpl:retrieve:redirect uri:UURI:/files/20020710/D000B1F5_3.tif
StructureImpl:retrieve:original uri:UURI:/files/20020710/D000B1F5_3.tif
StructureImpl:retrieve:namespace
uri:/UURI:/files/20020710/D000B1F5_3.tif
TxXMLFileDescriptorsStore:retrieveObject(/UURI:/files/20020710/D000B1F5_
3.tif)
TxXMLFileDescriptorsStore:getFileDescriptor(/UURI:/files/20020710/D000B1
F5_3.tif
)
TxXMLFileDescriptorsStore:getFileDescriptor:txContext != null
TxXMLFileDescriptorsStore:retrieveObject:xfd.getUri:/UURI:/files/2002071
0/D000B1
F5_3.tif
[[this is where I don't understand]]
StructureImpl:retrieve:load object directly failed
StructureImpl:retrieve:result == null
TxXMLFileDescriptorsStore:retrieveObject(/UURI:)
TxXMLFileDescriptorsStore:getFileDescriptor(/UURI:)
TxXMLFileDescriptorsStore:getFileDescriptor:txContext != null
TxXMLFileDescriptorsStore:retrieveObject:xfd.getUri:/UURI:
org.apache.slide.structure.ObjectNotFoundException: No object found at
/UURI:
===================================
The method from TxXMLFileDescriptorsStore (with my sysouts) looks like
this:
============
public ObjectNode retrieveObject(Uri uri) throws
ServiceAccessException, ObjectNotFoundException {
//DRH added lazy-debugging output
System.out.println("TxXMLFileDescriptorsStore:retrieveObject(" +
uri + ")");
XMLResourceDescriptor xfd = getFileDescriptor(uri);
System.out.println("TxXMLFileDescriptorsStore:retrieveObject:xfd.getUri:
" + xfd.getUri());
//uh...where does this go?
ObjectNode object = xfd.retrieveObject();
return object;
}
=================
Please help out, I want indexing to work ;-)
-D
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]