Hi,I have developed a flex application that uses LCDS on Tomcat. This
application works fines.But, after I have deployed the flex application
to JBoss, the following happend:1. My flex application sends an
arrayCollection using RemoteObject to a java program which receives the
arrayCollection as an arrayList. I convert the arrayList into array and
save trhat array into the database. This works fine.2. If I only press
Save Button to carry out the same procedure as in Step 1, I receive an
error wh...