// WS SYNC START
if (TicketInfo.isWS()) {
try {
// app.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
ProcessAction myProcess = (ProcessAction) m_App.getBean("net.virtuemart.www.possync.OrdersSyncCreate");
SyncThread p = new SyncThread(myProcess,"Orders");
p.setDaemon (true);
p.start();
} catch (BeanFactoryException e) {