Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020070Openbravo ERPZ. Otherspublic2012-03-21 12:182012-03-30 11:53
alostale 
vmromanos 
urgentmajoralways
closedfixed 
5
 
3.0MP10 
No
Core
No
0020070: Included members licenses are not working
When a license includes a pack with "include members" flag checked, the license is not correctly created and the pack and the included modules within it are considered as not included within the license.
-Create a new license including US Localization pack setting it as included members.
-Try to install US Localization pack and check it is not allowed and it asks to buy the license for it.

Additionally to this, openbravo.log shows:

a26005a4 c988d094 7399116 [http-8880-5] ERROR org.openbravo.erpCommon.obps.ActivationKey - Error reading module's dates module:E45ACD2DB5004D05ABFF86E7A78E056A
java.text.ParseException: Unparseable date: "E2C5A093F05142569EE363C3006380BB"
    at java.text.DateFormat.parse(DateFormat.java:354)
    at org.openbravo.erpCommon.obps.ActivationKey.getSubscribedModules(ActivationKey.java:1008)
This is an issue in butler, after fixing it, license should be refreshed to get them fixed.
No tags attached.
Issue History
2012-03-21 12:18alostaleNew Issue
2012-03-21 12:18alostaleAssigned To => vmromanos
2012-03-21 12:18alostaleModules => Core
2012-03-21 12:18alostaleOBNetwork customer => No
2012-03-21 12:43hgbotCheckin
2012-03-21 12:43hgbotNote Added: 0046591
2012-03-21 12:43hgbotStatusnew => resolved
2012-03-21 12:43hgbotResolutionopen => fixed
2012-03-21 12:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.butler.ops/rev/0189f8536f97fc8f8c6150f22d2470e3bd954498 [^]
2012-03-30 11:53marvintmStatusresolved => closed
2012-03-30 11:53marvintmFixed in Version => 3.0MP10

Notes
(0046591)
hgbot   
2012-03-21 12:43   
Repository: erp/pmods/org.openbravo.butler.ops
Changeset: 0189f8536f97fc8f8c6150f22d2470e3bd954498
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Mar 21 12:42:57 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.butler.ops/rev/0189f8536f97fc8f8c6150f22d2470e3bd954498 [^]

fixed bug 20070: Added missing ,

---
M src/org/openbravo/butler/ops/ActivationKeyGetter.java
---