[flexcoders] Re: Livecycle data w/ Flex and error #1009

2009-07-19 Thread wrhinfl
Try writing a simple java class to access your database (nothing to do with 
LCDS), see if you get an error with that.  

While using BlazeDS (scaled down version of LCDS) I noticed the JDBC driver to 
connect to mySQL had to be downloaded for my java classes to access the 
database.

I didn't complete the demo at that URL, but it appears it is using HSQLDB.  So 
I am guessing this is the problem and maybe others will be able to tell you of 
other potential solutions.



[flexcoders] Re: Livecycle data w/ Flex and error #1009

2009-07-19 Thread fgno...@rocketmail.com
I have the connection to the database working, as you suggest through a java 
file without Flex. In Flex, I keep getting the same error #1009. 

Although he doesn't specify in the post, am I supposed to do anything w/ the 
DestinationService and DynamicJDBCAssembler files? Where do I put those?