I am trying to kick off a process using a flex application. I have read over and followed the instructions in the Creating a Flex Application for LiveCycle Workspace ES PDF. I have successfully added the .swf to the workbench and referenced through an xfaForm, but when I load up workspace and try to start the process, I get a continuous spinning wheel like it is loading. However, nothing happens, it is basically stuck. The log file only gives me this:
"2008-02-13 15:00:29,701 INFO [STDOUT] [INFO ]Checkpoint complete.
2008-02-13 15:02:35,837 INFO [com.adobe.idp.scheduler.SchedulerServiceImpl] OneShot Trigger created ----------------------------------------
2008-02-13 15:02:36,541 INFO [STDOUT] Feb 13, 2008 3:02:36 PM com.adobe.workspace.tasks.TaskItemResult initialize
INFO: *** Content type from this document service is application/x-shockwave-flash ***
2008-02-13 15:02:39,869 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
INFO: retrieving active event for 4311
2008-02-13 15:02:39,869 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
INFO: retrieved active event for 4311
2008-02-13 15:02:39,884 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl sendNotifications
INFO: Total subscriptions retrieved = 2 for event id4311
2008-02-13 15:02:39,884 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl createNotifications
INFO: Now creating notifications.
2008-02-13 15:02:39,884 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl createNotifications
INFO: Created 2 notifications.
2008-02-13 15:02:39,884 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
INFO: retrieving active event for 4311
2008-02-13 15:02:39,900 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
INFO: retrieved active event for 4311
2008-02-13 15:02:39,931 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
INFO: Now delivering notification to service RemoteEvents
2008-02-13 15:02:39,931 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
INFO: Now delivering notification to service operation onEvent
2008-02-13 15:02:39,931 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
INFO: Now delivering notification to service operation parameters {eventType=TaskCreated}
Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
INFO: Now delivering notification to service OrchestrationEventHandler
2008-02-13 15:02:39,931 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
INFO: Now delivering notification to service operation onEvent
2008-02-13 15:02:39,931 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
INFO: Now delivering notification to service operation parameters {eventTemplateId=STRT_ER1172599333679, serviceName=Task Assignment, eventTemplateType=eventReceiveAsStartTemplate, eventTypeName=TaskCreated}
2008-02-13 15:02:39,947 INFO [STDOUT] Feb 13, 2008 3:02:39 PM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
INFO: Notifications delivered
2008-02-13 15:02:39,947 INFO [com.adobe.livecycle.remoteevents.client.RemoteEventClient] message received type: event
2008-02-13 15:02:39,947 INFO [com.adobe.livecycle.remoteevents.client.RemoteEventClient] message received part 1: {data=[B@42769, event=TaskCreated}
2008-