Hello,
I would like to know what technical complications needs to be considered if the current UI (using screens,forms,widgets) were enhanced with AJAX. Is it even possible? Any comment would be greatly appreciated. Thanks |
there has been discussion of this in the past.
do a google search for ofbiz ajax. or search the mail archives. Yin T sent the following on 12/31/2007 2:44 PM: > Hello, > I would like to know what technical complications needs to be considered if > the current UI (using screens,forms,widgets) were enhanced with AJAX. Is it > even possible? > Any comment would be greatly appreciated. > Thanks |
Hi.
Has anyone been working on the permissions of workeffortmgr_update? I now get errors when I purchase an aggregate item through the POS with the current SVN. I have also wiped my DB and am running with the lastest demo data. If anyone can point me in the right direction on this, I'd greatly appreciate it. Chris Lombardi 2007-12-31 17:05:59,042 (Thread-191) [ UtilProperties.java:825:INFO ] ResourceBundle ManufacturingUiLabels (en_US) created in 330.0 mS 2007-12-31 17:05:59,363 (Thread-191) [ Log.java:94 :INFO ] Checking for primary permission WORKEFFORTMGR_UPDATE 2007-12-31 17:05:59,363 (Thread-191) [ ServiceEcaRule.java:101:INFO ] For Service ECA [workEffortGenericPermission] on [return] got false for condition: [null][][hasPermission][equals][null][false][true][Boolean][] 2007-12-31 17:05:59,623 (Thread-191) [ ServiceDispatcher.java:491:ERROR] ---- exception report ---------------------------------------------------------- Service [addProductionRunComponent] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Service target threw an unexpected exception (Can't find resource for bundle org.ofbiz.base.util.UtilProperties$UtilResourceBundle, key ManufacturingProductionRunComponentAdded) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (Can't find resource for bundle org.ofbiz.base.util.UtilProperties$UtilResourceBundle, key ManufacturingProductionRunComponentAdded) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.createProductionRunFromConfiguration(ProductionRunServices.java:2089) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:96) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder(CheckOutHelper.java:643) org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder(CheckOutHelper.java:545) org.ofbiz.pos.PosTransaction.processSale(PosTransaction.java:763) org.ofbiz.pos.event.PaymentEvents.processSale(PaymentEvents.java:306) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208) org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105) org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120) net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source) java.lang.Thread.run(Thread.java:619) java.util.MissingResourceException: Can't find resource for bundle org.ofbiz.base.util.UtilProperties$UtilResourceBundle, key ManufacturingProductionRunComponentAdded java.util.ResourceBundle.getObject(ResourceBundle.java:386) java.util.ResourceBundle.getString(ResourceBundle.java:346) org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:384) org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:443) org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.addProductionRunComponent(ProductionRunServices.java:1204) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:96) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.createProductionRunFromConfiguration(ProductionRunServices.java:2089) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:96) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder(CheckOutHelper.java:643) org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder(CheckOutHelper.java:545) org.ofbiz.pos.PosTransaction.processSale(PosTransaction.java:763) org.ofbiz.pos.event.PaymentEvents.processSale(PaymentEvents.java:306) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208) org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105) org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120) net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- |
It's to do with the ResourceBundles (uiLabels) not permissions, it's weird
though, I'm seeing the problem on the demo server (try creating a new example in the example app) but not on my local copy (updated to now). Regards Scott On 01/01/2008, Christopher L <[hidden email]> wrote: > > Hi. > > Has anyone been working on the permissions of workeffortmgr_update? I now > get errors when I purchase an aggregate item through the POS with the > current SVN. I have also wiped my DB and am running with the lastest demo > data. > > If anyone can point me in the right direction on this, I'd greatly > appreciate it. > > Chris Lombardi > > 2007-12-31 17:05:59,042 (Thread-191) [ UtilProperties.java:825:INFO ] > ResourceBundle ManufacturingUiLabels (en_US) created in 330.0 mS > 2007-12-31 17:05:59,363 (Thread-191) [ Log.java:94 :INFO ] > Checking for primary permission WORKEFFORTMGR_UPDATE > 2007-12-31 17:05:59,363 (Thread-191) [ ServiceEcaRule.java:101:INFO ] > For Service ECA [workEffortGenericPermission] on [return] got false for > condition: [null][][hasPermission][equals][null][false][true][Boolean][] > 2007-12-31 17:05:59,623 (Thread-191) [ ServiceDispatcher.java:491:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addProductionRunComponent] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Service target threw an unexpected exception (Can't find resource > for bundle org.ofbiz.base.util.UtilProperties$UtilResourceBundle, key > ManufacturingProductionRunComponentAdded) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Service target threw an > unexpected exception (Can't find resource for bundle > org.ofbiz.base.util.UtilProperties$UtilResourceBundle, key > ManufacturingProductionRunComponentAdded) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker( > StandardJavaEngine.java:108) > org.ofbiz.service.engine.StandardJavaEngine.runSync( > StandardJavaEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) > > org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.createProductionRunFromConfiguration > (ProductionRunServices.java:2089) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > :39) > sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker( > StandardJavaEngine.java:96) > org.ofbiz.service.engine.StandardJavaEngine.runSync( > StandardJavaEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder( > CheckOutHelper.java:643) > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder( > CheckOutHelper.java:545) > org.ofbiz.pos.PosTransaction.processSale(PosTransaction.java:763) > org.ofbiz.pos.event.PaymentEvents.processSale(PaymentEvents.java:306) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > :39) > sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208) > org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent( > ButtonEventConfig.java:105) > org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120) > net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source) > java.lang.Thread.run(Thread.java:619) > java.util.MissingResourceException: Can't find resource for bundle > org.ofbiz.base.util.UtilProperties$UtilResourceBundle, key > ManufacturingProductionRunComponentAdded > java.util.ResourceBundle.getObject(ResourceBundle.java:386) > java.util.ResourceBundle.getString(ResourceBundle.java:346) > org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:384) > org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:443) > > org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.addProductionRunComponent > (ProductionRunServices.java:1204) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > :39) > sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker( > StandardJavaEngine.java:96) > org.ofbiz.service.engine.StandardJavaEngine.runSync( > StandardJavaEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) > > org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.createProductionRunFromConfiguration > (ProductionRunServices.java:2089) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > :39) > sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker( > StandardJavaEngine.java:96) > org.ofbiz.service.engine.StandardJavaEngine.runSync( > StandardJavaEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder( > CheckOutHelper.java:643) > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder( > CheckOutHelper.java:545) > org.ofbiz.pos.PosTransaction.processSale(PosTransaction.java:763) > org.ofbiz.pos.event.PaymentEvents.processSale(PaymentEvents.java:306) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java > :39) > sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208) > org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent( > ButtonEventConfig.java:105) > org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120) > net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source) > java.lang.Thread.run(Thread.java:619) > > -------------------------------------------------------------------------------- > > > > > |
Found and fixed in rev. 607848
Regards Scott On 01/01/2008, Scott Gray <[hidden email]> wrote: > > It's to do with the ResourceBundles (uiLabels) not permissions, it's weird > though, I'm seeing the problem on the demo server (try creating a new > example in the example app) but not on my local copy (updated to now). > > Regards > Scott > > On 01/01/2008, Christopher L <[hidden email]> wrote: > > > > Hi. > > > > Has anyone been working on the permissions of workeffortmgr_update? I > > now get errors when I purchase an aggregate item through the POS with the > > current SVN. I have also wiped my DB and am running with the lastest demo > > data. > > > > If anyone can point me in the right direction on this, I'd greatly > > appreciate it. > > > > Chris Lombardi > > > > 2007-12-31 17:05:59,042 (Thread-191) [ UtilProperties.java:825:INFO > > ] ResourceBundle ManufacturingUiLabels (en_US) created in 330.0 mS > > 2007-12-31 17:05:59,363 (Thread-191) [ Log.java:94 :INFO > > ] Checking for primary permission WORKEFFORTMGR_UPDATE > > 2007-12-31 17:05:59,363 (Thread-191) [ ServiceEcaRule.java:101:INFO > > ] For Service ECA [workEffortGenericPermission] on [return] got false for > > condition: [null][][hasPermission][equals][null][false][true][Boolean][] > > 2007-12-31 17:05:59,623 (Thread-191) [ ServiceDispatcher.java > > :491:ERROR] > > ---- exception report > > ---------------------------------------------------------- > > Service [addProductionRunComponent] threw an unexpected exception/error > > Exception: org.ofbiz.service.GenericServiceException > > Message: Service target threw an unexpected exception (Can't find > > resource for bundle > > org.ofbiz.base.util.UtilProperties$UtilResourceBundle, key > > ManufacturingProductionRunComponentAdded) > > ---- stack trace > > --------------------------------------------------------------- > > org.ofbiz.service.GenericServiceException: Service target threw an > > unexpected exception (Can't find resource for bundle > > org.ofbiz.base.util.UtilProperties$UtilResourceBundle , key > > ManufacturingProductionRunComponentAdded) > > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker( > > StandardJavaEngine.java:108) > > org.ofbiz.service.engine.StandardJavaEngine.runSync( > > StandardJavaEngine.java:54) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) > > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) > > > > org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.createProductionRunFromConfiguration > > (ProductionRunServices.java:2089) > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > sun.reflect.NativeMethodAccessorImpl.invoke ( > > NativeMethodAccessorImpl.java:39) > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > java.lang.reflect.Method.invoke(Method.java:597) > > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker ( > > StandardJavaEngine.java:96) > > org.ofbiz.service.engine.StandardJavaEngine.runSync( > > StandardJavaEngine.java:54) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > > org.ofbiz.service.ServiceDispatcher.runSync (ServiceDispatcher.java:208) > > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) > > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder( > > CheckOutHelper.java:643) > > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder ( > > CheckOutHelper.java:545) > > org.ofbiz.pos.PosTransaction.processSale(PosTransaction.java:763) > > org.ofbiz.pos.event.PaymentEvents.processSale(PaymentEvents.java:306) > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > sun.reflect.NativeMethodAccessorImpl.invoke( > > NativeMethodAccessorImpl.java:39) > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > java.lang.reflect.Method.invoke(Method.java:597) > > org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java > > :208) > > org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent( > > ButtonEventConfig.java:105) > > org.ofbiz.pos.component.PosButton$1.construct(PosButton.java :120) > > net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source) > > java.lang.Thread.run(Thread.java:619) > > java.util.MissingResourceException: Can't find resource for bundle > > org.ofbiz.base.util.UtilProperties$UtilResourceBundle , key > > ManufacturingProductionRunComponentAdded > > java.util.ResourceBundle.getObject(ResourceBundle.java:386) > > java.util.ResourceBundle.getString(ResourceBundle.java:346) > > org.ofbiz.base.util.UtilProperties.getMessage (UtilProperties.java:384) > > org.ofbiz.base.util.UtilProperties.getMessage(UtilProperties.java:443) > > > > org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.addProductionRunComponent > > (ProductionRunServices.java:1204) > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > sun.reflect.NativeMethodAccessorImpl.invoke( > > NativeMethodAccessorImpl.java:39) > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java :25) > > java.lang.reflect.Method.invoke(Method.java:597) > > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker( > > StandardJavaEngine.java:96) > > org.ofbiz.service.engine.StandardJavaEngine.runSync( > > StandardJavaEngine.java :54) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:208) > > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java :136) > > > > org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices.createProductionRunFromConfiguration > > (ProductionRunServices.java:2089) > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > sun.reflect.NativeMethodAccessorImpl.invoke ( > > NativeMethodAccessorImpl.java:39) > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > java.lang.reflect.Method.invoke(Method.java:597) > > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker ( > > StandardJavaEngine.java:96) > > org.ofbiz.service.engine.StandardJavaEngine.runSync( > > StandardJavaEngine.java:54) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:375) > > org.ofbiz.service.ServiceDispatcher.runSync (ServiceDispatcher.java:208) > > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136) > > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder( > > CheckOutHelper.java:643) > > org.ofbiz.order.shoppingcart.CheckOutHelper.createOrder ( > > CheckOutHelper.java:545) > > org.ofbiz.pos.PosTransaction.processSale(PosTransaction.java:763) > > org.ofbiz.pos.event.PaymentEvents.processSale(PaymentEvents.java:306) > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > sun.reflect.NativeMethodAccessorImpl.invoke( > > NativeMethodAccessorImpl.java:39) > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > java.lang.reflect.Method.invoke(Method.java:597) > > org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java > > :208) > > org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent( > > ButtonEventConfig.java:105) > > org.ofbiz.pos.component.PosButton$1.construct(PosButton.java :120) > > net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source) > > java.lang.Thread.run(Thread.java:619) > > > > -------------------------------------------------------------------------------- > > > > > > > > > > > |
Free forum by Nabble | Edit this page |