Hi All,

          I am trying to integrate the quickshipentireorder feature in epos,
so far i have pulled all the order details which are made through the
website into my local database and i am adding a feature in my epos to
complete the order which is made through the website which is available in
my local database.

         I am calling the service quickShipEntireOrder in my java file as
... i am passing the orderId, userlogin and locale which is available from
the session.

                             Map ctx = new HashMap();;
                              ctx.put("orderId", orderId);
                              ctx.put("locale", tra.locale);
                              
                              ctx.put("userLogin", 
xpos.getSession().getUserLogin());
                              Map resp = null;
                              try {
                                                  
                                  
                                   resp =
xpos.getSession().getDispatcher().runSync("quickShipEntireOrder", ctx);
                                 
                                                                  
                               } catch (Exception e1) {
                                  Debug.logError(e1, module);
                              }

 I am getting the following exceptions...


2009-09-19 16:45:09,406 (AWT-EventQueue-0)
[ServiceEcaCondition.java:127:WARN ] From Field (communicationEventId) is
not found in context fo
2009-09-19 16:45:09,406 (AWT-EventQueue-0) [    
ServiceEcaRule.java:112:INFO ] Got false for condition:
[null][][communicationEventId][is-n
2009-09-19 16:45:09,406 (AWT-EventQueue-0)
[ServiceEcaCondition.java:127:WARN ] From Field (communicationEventId) is
not found in context fo
2009-09-19 16:45:09,406 (AWT-EventQueue-0) [    
ServiceEcaRule.java:112:INFO ] Got false for condition:
[null][][communicationEventId][is-n
2009-09-19 16:45:09,406 (AWT-EventQueue-0) [      
SimpleMethod.java:934:ERROR]
---- runtime exception report
--------------------------------------------------
Error in simple-method operation [<call-service/>]:
java.lang.IllegalArgumentException: Could not find resource bundle
[DefaultMessages] in
Exception: java.lang.IllegalArgumentException
Message: Could not find resource bundle [DefaultMessages] in the locale
[en_IN]
---- stack trace
---------------------------------------------------------------
java.lang.IllegalArgumentException: Could not find resource bundle
[DefaultMessages] in the locale [en_IN]
org.ofbiz.base.util.UtilProperties.getInternalRbmWrapper(UtilProperties.java:537)
org.ofbiz.base.util.UtilProperties.getResourceBundleMap(UtilProperties.java:524)
org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:424)
org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:488)
org.ofbiz.minilang.method.callops.FlexibleMessage.getMessage(FlexibleMessage.java:76)
org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:315)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:150)
org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:239)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.ifops.IfEmpty.exec(IfEmpty.java:82)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.method.callops.CallSimpleMethod.exec(CallSimpleMethod.java:72)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.pos.screen.OrderProcessing$1.actionPerformed(OrderProcessing.java:106)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
java.awt.Component.processMouseEvent(Component.java:5488)
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
java.awt.Component.processEvent(Component.java:5253)
java.awt.Container.processEvent(Container.java:1966)
java.awt.Component.dispatchEventImpl(Component.java:3955)
java.awt.Container.dispatchEventImpl(Container.java:2024)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
java.awt.Container.dispatchEventImpl(Container.java:2010)
java.awt.Window.dispatchEventImpl(Window.java:1778)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
--------------------------------------------------------------------------------

2009-09-19 16:45:09,406 (AWT-EventQueue-0) [ 
ServiceDispatcher.java:388:ERROR]
---- runtime exception report
--------------------------------------------------
Service [createShipment] threw an unexpected exception/error
Exception: java.lang.IllegalArgumentException
Message: Could not find resource bundle [MiniLangErrorUiLabels] in the
locale [en_IN]
---- stack trace
---------------------------------------------------------------
java.lang.IllegalArgumentException: Could not find resource bundle
[MiniLangErrorUiLabels] in the locale [en_IN]
org.ofbiz.base.util.UtilProperties.getInternalRbmWrapper(UtilProperties.java:537)
org.ofbiz.base.util.UtilProperties.getResourceBundleMap(UtilProperties.java:524)
org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:424)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:571)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:150)
org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:239)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.ifops.IfEmpty.exec(IfEmpty.java:82)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.method.callops.CallSimpleMethod.exec(CallSimpleMethod.java:72)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.pos.screen.OrderProcessing$1.actionPerformed(OrderProcessing.java:106)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
java.awt.Component.processMouseEvent(Component.java:5488)
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
java.awt.Component.processEvent(Component.java:5253)
java.awt.Container.processEvent(Container.java:1966)
java.awt.Component.dispatchEventImpl(Component.java:3955)
java.awt.Container.dispatchEventImpl(Container.java:2024)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
java.awt.Container.dispatchEventImpl(Container.java:2010)
java.awt.Window.dispatchEventImpl(Window.java:1778)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
--------------------------------------------------------------------------------

2009-09-19 16:45:09,406 (AWT-EventQueue-0) [   
TransactionUtil.java:311:WARN ]
---- exception report
----------------------------------------------------------
[TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this
stack trace shows where this is happening:
Exception: java.lang.Exception
Message: Service [createShipment] threw an unexpected exception/error
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Service [createShipment] threw an unexpected
exception/error
org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:311)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:258)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:150)
org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:239)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.ifops.IfEmpty.exec(IfEmpty.java:82)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.method.callops.CallSimpleMethod.exec(CallSimpleMethod.java:72)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.pos.screen.OrderProcessing$1.actionPerformed(OrderProcessing.java:106)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
java.awt.Component.processMouseEvent(Component.java:5488)
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
java.awt.Component.processEvent(Component.java:5253)
java.awt.Container.processEvent(Container.java:1966)
java.awt.Component.dispatchEventImpl(Component.java:3955)
java.awt.Container.dispatchEventImpl(Container.java:2024)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
java.awt.Container.dispatchEventImpl(Container.java:2010)
java.awt.Window.dispatchEventImpl(Window.java:1778)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
--------------------------------------------------------------------------------

2009-09-19 16:45:09,421 (AWT-EventQueue-0) [       
CallService.java:242:ERROR]
---- exception report
----------------------------------------------------------
Exception: org.ofbiz.service.GenericServiceException
Message: Service [createShipment] Failed (Could not find resource bundle
[MiniLangErrorUiLabels] in the locale [en_IN])
---- stack trace
---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service [createShipment] Failed
(Could not find resource bundle [MiniLangErrorUiLabels] in the lo
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:404)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:150)
org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:239)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.ifops.IfEmpty.exec(IfEmpty.java:82)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.method.callops.CallSimpleMethod.exec(CallSimpleMethod.java:72)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.pos.screen.OrderProcessing$1.actionPerformed(OrderProcessing.java:106)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
java.awt.Component.processMouseEvent(Component.java:5488)
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
java.awt.Component.processEvent(Component.java:5253)
java.awt.Container.processEvent(Container.java:1966)
java.awt.Component.dispatchEventImpl(Component.java:3955)
java.awt.Container.dispatchEventImpl(Container.java:2024)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
java.awt.Container.dispatchEventImpl(Container.java:2010)
java.awt.Window.dispatchEventImpl(Window.java:1778)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
java.lang.IllegalArgumentException: Could not find resource bundle
[MiniLangErrorUiLabels] in the locale [en_IN]
org.ofbiz.base.util.UtilProperties.getInternalRbmWrapper(UtilProperties.java:537)
org.ofbiz.base.util.UtilProperties.getResourceBundleMap(UtilProperties.java:524)
org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:424)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:571)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:150)
org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:239)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.ifops.IfEmpty.exec(IfEmpty.java:82)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.method.callops.CallSimpleMethod.exec(CallSimpleMethod.java:72)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:111)
org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:929)
org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:568)
org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:105)
org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:87)
org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76)
org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.pos.screen.OrderProcessing$1.actionPerformed(OrderProcessing.java:106)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
java.awt.Component.processMouseEvent(Component.java:5488)
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
java.awt.Component.processEvent(Component.java:5253)
java.awt.Container.processEvent(Container.java:1966)
java.awt.Component.dispatchEventImpl(Component.java:3955)
java.awt.Container.dispatchEventImpl(Container.java:2024)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
java.awt.Container.dispatchEventImpl(Container.java:2010)
java.awt.Window.dispatchEventImpl(Window.java:1778)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
--------------------------------------------------------------------------------

2009-09-19 16:45:09,421 (AWT-EventQueue-0) [   
TransactionUtil.java:315:INFO ] [TransactionUtil.setRollbackOnly]
transaction rollback only
2009-09-19 16:45:09,421 (AWT-EventQueue-0) [   CallSimpleMethod.java:95
:WARN ] Got error [error] calling inline simple-method named [create
2009-09-19 16:45:09,421 (AWT-EventQueue-0) [   
TransactionUtil.java:315:INFO ] [TransactionUtil.setRollbackOnly]
transaction rollback only
2009-09-19 16:45:09,421 (AWT-EventQueue-0) [ 
ServiceDispatcher.java:411:ERROR] Service Error [quickShipEntireOrder]:
ERROR: Could not Sub-m
2009-09-19 16:45:09,421 (AWT-EventQueue-0) [   
TransactionUtil.java:275:ERROR]
---- exception report
----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace
---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:274)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:256)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:415)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.pos.screen.OrderProcessing$1.actionPerformed(OrderProcessing.java:106)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
java.awt.Component.processMouseEvent(Component.java:5488)
javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
java.awt.Component.processEvent(Component.java:5253)
java.awt.Container.processEvent(Container.java:1966)
java.awt.Component.dispatchEventImpl(Component.java:3955)
java.awt.Container.dispatchEventImpl(Container.java:2024)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
java.awt.Container.dispatchEventImpl(Container.java:2010)
java.awt.Window.dispatchEventImpl(Window.java:1778)
java.awt.Component.dispatchEvent(Component.java:3803)
java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
--------------------------------------------------------------------------------

-- 
View this message in context: 
http://www.nabble.com/Exception-in-quickshipentireorder-from-epos-tp25520766p25520766.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to