Expand my Community achievements bar.

JBoss LCDS ArrayCollection ArrayList ArrayStoreException

Avatar

Level 2

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 which states: ArrayStoreException

I figure out that everytime I restart the JBoss, the first execution of the program works fine but the second time, for the same save operation, I get the same error:

ArrayStoreException

Any help please

Khaled

0 Replies