I'm guessing it's a problem with your TQL statement. In your TQL you
need to preface every property of your object with it's package AND
class names, or you can use an alias for the object and then you just
preface each property with that alias.
Try checking that and it it doesn't solve your problem please post
your TQL statement.
Bob
On Tue, Oct 7, 2008 at 9:26 AM, Jude <[EMAIL PROTECTED]> wrote:
>
> When I return my object with get() everything works as expected:
>
> transfer.get("caldata.calilluminations","2008-10-07");
>
> however, when I run readByQuery(), using the same class:
>
> transfer.readByQuery("caldata.calilluminations",tquery);
>
> I get the following error:
>
> The requested object could not be found in the config file:Could not
> find 'calilluminations'
>
> Per the Transfer wiki, I have verified package.object names match, and
> I'm being sensitive to case. The xml checks out too.
>
> If it helps... While troubleshooting I tried
> ucase("caldata.calilluminations"). I got the same error (as
> expected), EXCEPT the error cited the full path, not just the object
> name:
>
> The requested object could not be found in the config file:Could not
> find 'CALDATA.CALILLUMINATIONS'
>
> That could be by design, though?
>
> Does anyone know why the class would be fine in get(), but would cause
> an error in readByQuery()?
>
> >
>
--
Bob Silverberg
www.silverwareconsulting.com
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---