Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029772Retail ModulesWeb POSpublic2015-05-05 10:522015-05-06 18:47
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q3 
malsasua
No
0029772: An image failing to be loaded results in a tomcat error because the bean is not found
An image failing to be loaded results in a tomcat error because the bean is not found
Execute the 'I29558_IncorrectCurrencyAmountAfterCancelingPayment' test

Verify that a tomcat error is raised because the iconloading.gif image is not found

2015-05-04 19:05:42,712 [main] WARN VBS1001.I29558_IncorrectCurrencyAmountAfterCancelingPayment - java.lang.AssertionError: (4) errors in the tomcat log (Mon May 04 19:05:40 UTC 2015):
2015-05-04 19:05:40,847 [TP-Processor12] ERROR org.openbravo.dal.core.ThreadHandler - WELD-001308 Unable to resolve any beans for Types: [interface org.openbravo.client.kernel.ComponentProvider]; Bindings: [QualifierInstance{annotationClass=interface org.openbravo.client.kernel.ComponentProvider$Qualifier, values={[method] public abstract org.openbravo.client.kernel.ComponentProvider$Qualifier.value()=img}, hashCode=629312463}, QualifierInstance{annotationClass=interface javax.enterprise.inject.Any, values={}, hashCode=540192487}]
2015-05-04 19:05:40,848 [TP-Processor12] ERROR org.openbravo.base.exception.OBException - Exception thrown WELD-001308 Unable to resolve any beans for Types: [interface org.openbravo.client.kernel.ComponentProvider]; Bindings: [QualifierInstance{annotationClass=interface org.openbravo.client.kernel.ComponentProvider$Qualifier, values={[method] public abstract org.openbravo.client.kernel.ComponentProvider$Qualifier.value()=img}, hashCode=629312463}, QualifierInstance{annotationClass=interface javax.enterprise.inject.Any, values={}, hashCode=540192487}]
2015-05-04 19:05:40,848 [TP-Processor12] ERROR org.openbravo.dal.core.ThreadHandler - Exception thrown WELD-001308 Unable to resolve any beans for Types: [interface org.openbravo.client.kernel.ComponentProvider]; Bindings: [QualifierInstance{annotationClass=interface org.openbravo.client.kernel.ComponentProvider$Qualifier, values={[method] public abstract org.openbravo.client.kernel.ComponentProvider$Qualifier.value()=img}, hashCode=629312463}, QualifierInstance{annotationClass=interface javax.enterprise.inject.Any, values={}, hashCode=540192487}]
2015-05-04 19:05:40,848 [TP-Processor12] ERROR org.openbravo.base.exception.OBException - Exception thrown Exception thrown WELD-001308 Unable to resolve any beans for Types: [interface org.openbravo.client.kernel.ComponentProvider]; Bindings: [QualifierInstance{annotationClass=interface org.openbravo.client.kernel.ComponentProvider$Qualifier, values={[method] public abstract org.openbravo.client.kernel.ComponentProvider$Qualifier.value()=img}, hashCode=629312463}, QualifierInstance{annotationClass=interface javax.enterprise.inject.Any, values={}, hashCode=540192487}]
No tags attached.
related to feature request 0029775 closed Orekaria Improve the error message when a bean fails to be created 
Issue History
2015-05-05 10:52OrekariaNew Issue
2015-05-05 10:52OrekariaAssigned To => Orekaria
2015-05-05 10:52OrekariaTriggers an Emergency Pack => No
2015-05-05 10:52OrekariaSeveritymajor => minor
2015-05-05 11:45OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8432#r8432
2015-05-05 16:03hgbotCheckin
2015-05-05 16:03hgbotNote Added: 0077015
2015-05-05 16:03hgbotStatusnew => resolved
2015-05-05 16:03hgbotResolutionopen => fixed
2015-05-05 16:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5183b93ecc86a6dccc7a5941db0ab39ce52dcb0b [^]
2015-05-05 16:48OrekariaRelationship addedrelated to 0029775
2015-05-06 18:47malsasuaReview Assigned To => malsasua
2015-05-06 18:47malsasuaNote Added: 0077066
2015-05-06 18:47malsasuaStatusresolved => closed
2015-05-06 18:47malsasuaFixed in Version => RR15Q3

Notes
(0077015)
hgbot   
2015-05-05 16:03   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 5183b93ecc86a6dccc7a5941db0ab39ce52dcb0b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue May 05 11:33:35 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5183b93ecc86a6dccc7a5941db0ab39ce52dcb0b [^]

Fixes issue 29772: Fixed the path to 'iconloading.gif'

The problem was that the image does not exists in the previous path and the flow in the server thinks that a bean is required

---
M web/org.openbravo.mobile.core/assets/css/ob-standard.css
---
(0077066)
malsasua   
2015-05-06 18:47   
verified