It just occurred to me that my previous post may be unnecessary, in that the debate.xml file that's causing the trouble right now is just a stand-in for what we'd ultimately like to do, which is generate a mx:Tree based on data in a SQL database sitting on our server.
It seems like RemoteObject is the way to make this happen, but I haven't been able to gather from the docs on RemoteObject exactly what an implementation might look like. We've written a tiny java library that has methods for pulling data from the SQL database...is there a way to link up to that? Thanks again, Brian

