Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032976 | Retail Modules | Gift cards and gift vouchers | public | 2016-05-17 18:25 | 2017-11-02 12:01 |
|
Reporter | marvintm | |
Assigned To | mario_castello | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR16Q3 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032976: Gift cards module defines wrong entry in web.xml, which makes it incompatible with JBoss |
Description | Currently, the gift cards module defines an entry in the "Ad implementation mapping" window, for a class which doesn't exist. This creates a wrong entry in the web.xml file when the application is compiled.
This doesn't have any apparent consequence on Tomcat unless the user makes an explicit request to the wrong path, but in JBoss application server, this causes the starting process of the server to fail. |
Steps To Reproduce | - Install the gift cards module.
- Go to AD Implementation mapping window, and search for the class: org.openbravo.retail.giftcards.info.SalesOrderforGiftCards. Notice that there is an entry for it.
- Go to sources, and look for that class. Notice that it doesn't exist.
|
Proposed Solution | The AD Implementation mapping entry should be deleted, as it seems to serve no useful purpose, and it causes problems as the class it refers to doesn't exist. It's related mapping, and parameters (if they exist) should also be deleted. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0032512 | 3.0PR17Q1 | closed | alostale | Openbravo ERP | support WildFly 10 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-05-17 18:25 | marvintm | New Issue | |
2016-05-17 18:25 | marvintm | Assigned To | => Retail |
2016-05-17 18:25 | marvintm | Triggers an Emergency Pack | => No |
2016-05-17 20:39 | shuehner | Note Added: 0086510 | |
2016-05-23 10:54 | Orekaria | Status | new => acknowledged |
2016-05-25 16:15 | mario_castello | Assigned To | Retail => mario_castello |
2016-05-25 16:15 | mario_castello | Status | acknowledged => scheduled |
2016-05-25 21:50 | hgbot | Checkin | |
2016-05-25 21:50 | hgbot | Note Added: 0086760 | |
2016-05-25 21:50 | hgbot | Status | scheduled => resolved |
2016-05-25 21:50 | hgbot | Resolution | open => fixed |
2016-05-25 21:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/39a2ad5af38d1a382f52cb683b3c71cd49307da0 [^] |
2016-06-02 19:34 | marvintm | Note Added: 0086958 | |
2016-06-02 19:34 | marvintm | Status | resolved => new |
2016-06-02 19:34 | marvintm | Resolution | fixed => open |
2016-06-02 19:34 | marvintm | Status | new => scheduled |
2016-06-03 22:03 | hgbot | Checkin | |
2016-06-03 22:03 | hgbot | Note Added: 0086998 | |
2016-06-03 22:03 | hgbot | Status | scheduled => resolved |
2016-06-03 22:03 | hgbot | Resolution | open => fixed |
2016-06-03 22:03 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/39a2ad5af38d1a382f52cb683b3c71cd49307da0 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse/rev/e9fc2019f7dbf004ee767bbba75c2eaca35a38f9 [^] |
2016-06-03 22:06 | hgbot | Checkin | |
2016-06-03 22:06 | hgbot | Note Added: 0086999 | |
2016-06-08 11:31 | guilleaer | Review Assigned To | => guilleaer |
2016-06-08 11:31 | guilleaer | Status | resolved => closed |
2016-06-08 11:31 | guilleaer | Fixed in Version | => RR16Q3 |
2017-11-02 12:01 | alostale | Relationship added | related to 0032512 |
Notes |
|
|
|
|
(0086760)
|
hgbot
|
2016-05-25 21:50
|
|
|
|
|
Unfortunately, there are still two incorrect entries, which need to be fixed:
ERROR org.openbravo.test.model.ClassLoaderTest - 55ED7732356D4039ADB30FAA90937B21 : org.openbravo.pricing.levelpricing.info.ProductPrice
ERROR org.openbravo.test.model.ClassLoaderTest - 8830DF6E02344796826095237152BFEC : org.openbravo.mobile.warehouse.Operations |
|
|
(0086998)
|
hgbot
|
2016-06-03 22:03
|
|
|
|
(0086999)
|
hgbot
|
2016-06-03 22:06
|
|
Repository: erp/pmods/org.openbravo.pricing.levelpricing
Changeset: 4a582c9d9d1e43331b5ea6625c92aab9681751df
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Jun 03 14:06:22 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.pricing.levelpricing/rev/4a582c9d9d1e43331b5ea6625c92aab9681751df [^]
Related to issue 32976: Delete Mapping definition for ProductPrice class that not exist in module org.openbravo.pricing.levelpricing
---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
---
|
|