[jira] [Closed] (OFBIZ-8338) Tenant - /ecommerce Nullpointer

2016-10-04 Thread Jacopo Cappellato (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacopo Cappellato closed OFBIZ-8338.

Resolution: Fixed

> Tenant - /ecommerce Nullpointer
> ---
>
> Key: OFBIZ-8338
> URL: https://issues.apache.org/jira/browse/OFBIZ-8338
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Ingo Wolfmayr
>Assignee: Jacopo Cappellato
> Attachments: error.txt
>
>
> Current trunk in tenant mode - one tenant with demo data
> When uploading an image for a product the following error appears:
> SEVERE: Servlet.service() for servlet [default] in context with path 
> [/ecommerce] threw exception
> java.lang.NullPointerException
> The /ecommerce app is not accessible.
> The full error message attached



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8319) viewing product sample page causes exception

2016-10-04 Thread Jacopo Cappellato (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547541#comment-15547541
 ] 

Jacopo Cappellato commented on OFBIZ-8319:
--

Wonderful, thank you!

> viewing product sample page causes exception
> 
>
> Key: OFBIZ-8319
> URL: https://issues.apache.org/jira/browse/OFBIZ-8319
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/ecommerce
>Affects Versions: Trunk
>Reporter: Wai
>Assignee: Rohit Koushal
>
> -set general.properties/multitenant=Y
> -go to 
> https://localhost:8443/catalog/control/EditProductFeatures?productId=WG-9943
> -click on 'product page' link
> -error page shows...
> java.lang.NullPointerException
>   org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:455)
>   org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:380)
> org.apache.ofbiz.product.category.CategoryWorker.getRelatedCategoriesRet(CategoryWorker.java:150)
>  
> org.apache.ofbiz.product.category.CategoryWorker.getRelatedCategoriesRet(CategoryWorker.java:139)
> org.apache.ofbiz.product.category.CatalogUrlFilter.doFilter(CatalogUrlFilter.java:229)
> 
> org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:209)
> It seems that when ofbiz is set to multitenant mode and the tenant associated 
> with tenantId=null does this issue occur.  I don't know if it should be a 
> configuration issue or a bug.  This did not occur prior to the implementation 
> of the ControlFilter and ContextFilter of r1761304.
> How should the tenant associated with tenantId=null be used?  Is it consider 
> special or it is used just like any other tenant?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8329) Improvements in ReturnItemType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8329.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763315.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in ReturnItemType entity definition and services
> -
>
> Key: OFBIZ-8329
> URL: https://issues.apache.org/jira/browse/OFBIZ-8329
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8329.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8335) Improvements in SaleType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8335.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763315.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in SaleType entity definition and services
> ---
>
> Key: OFBIZ-8335
> URL: https://issues.apache.org/jira/browse/OFBIZ-8335
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8335.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8334) Improvements in RoleTypeAttr entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8334.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763315.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in RoleTypeAttr entity definition and services
> ---
>
> Key: OFBIZ-8334
> URL: https://issues.apache.org/jira/browse/OFBIZ-8334
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8334.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8333) Improvements in RoleType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8333.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763315.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in RoleType entity definition and services
> ---
>
> Key: OFBIZ-8333
> URL: https://issues.apache.org/jira/browse/OFBIZ-8333
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8333.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add only update and delete service.
> - Do related changes if any occurrence found for direct update/delete of this 
> entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8335) Improvements in SaleType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8335:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in SaleType entity definition and services
> ---
>
> Key: OFBIZ-8335
> URL: https://issues.apache.org/jira/browse/OFBIZ-8335
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8335.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8334) Improvements in RoleTypeAttr entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8334:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in RoleTypeAttr entity definition and services
> ---
>
> Key: OFBIZ-8334
> URL: https://issues.apache.org/jira/browse/OFBIZ-8334
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8334.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8333) Improvements in RoleType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8333:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in RoleType entity definition and services
> ---
>
> Key: OFBIZ-8333
> URL: https://issues.apache.org/jira/browse/OFBIZ-8333
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
> Attachments: OFBIZ-8333.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add only update and delete service.
> - Do related changes if any occurrence found for direct update/delete of this 
> entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8330) Improvements in ReturnItemTypeMap entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8330:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ReturnItemTypeMap entity definition and services
> 
>
> Key: OFBIZ-8330
> URL: https://issues.apache.org/jira/browse/OFBIZ-8330
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8330.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8332) Improvements in ReturnType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8332:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ReturnType entity definition and services
> -
>
> Key: OFBIZ-8332
> URL: https://issues.apache.org/jira/browse/OFBIZ-8332
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8332.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8331) Improvements in ReturnReason entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8331:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ReturnReason entity definition and services
> ---
>
> Key: OFBIZ-8331
> URL: https://issues.apache.org/jira/browse/OFBIZ-8331
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8331.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8329) Improvements in ReturnItemType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8329:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ReturnItemType entity definition and services
> -
>
> Key: OFBIZ-8329
> URL: https://issues.apache.org/jira/browse/OFBIZ-8329
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8329.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8328) Improvements in ReturnHeaderType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8328.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in ReturnHeaderType entity definition and services
> ---
>
> Key: OFBIZ-8328
> URL: https://issues.apache.org/jira/browse/OFBIZ-8328
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8328.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8326) Improvements in RespondingParty entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8326.
---
   Resolution: Done
Fix Version/s: (was: Trunk)
   Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in RespondingParty entity definition and services
> --
>
> Key: OFBIZ-8326
> URL: https://issues.apache.org/jira/browse/OFBIZ-8326
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8326.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8327) Improvements in ReturnAdjustmentType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8327.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in ReturnAdjustmentType entity definition and services
> ---
>
> Key: OFBIZ-8327
> URL: https://issues.apache.org/jira/browse/OFBIZ-8327
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8327.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8325) Improvements in RequirementTypeAttr entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8325.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in RequirementTypeAttr entity definition and services
> --
>
> Key: OFBIZ-8325
> URL: https://issues.apache.org/jira/browse/OFBIZ-8325
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8325.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8314) Improvements in RequirementType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8314.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in RequirementType entity definition and services
> --
>
> Key: OFBIZ-8314
> URL: https://issues.apache.org/jira/browse/OFBIZ-8314
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8314.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8311) Improvements in RequirementBudgetAllocation entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8311.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in RequirementBudgetAllocation entity definition and services
> --
>
> Key: OFBIZ-8311
> URL: https://issues.apache.org/jira/browse/OFBIZ-8311
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8311.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8310) Improvements in RequirementAttribute entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8310.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in RequirementAttribute entity definition and services
> ---
>
> Key: OFBIZ-8310
> URL: https://issues.apache.org/jira/browse/OFBIZ-8310
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8310.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8309) Improvements in ReorderGuideline entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8309.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in ReorderGuideline entity definition and services
> ---
>
> Key: OFBIZ-8309
> URL: https://issues.apache.org/jira/browse/OFBIZ-8309
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8309.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8308) Improvements in RejectionReason entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8308.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in RejectionReason entity definition and services
> --
>
> Key: OFBIZ-8308
> URL: https://issues.apache.org/jira/browse/OFBIZ-8308
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: datamodel
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8308.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8306) Improvements in QuoteTypeAttr entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8306.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763306.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.



> Improvements in QuoteTypeAttr entity definition and services
> 
>
> Key: OFBIZ-8306
> URL: https://issues.apache.org/jira/browse/OFBIZ-8306
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8306.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8328) Improvements in ReturnHeaderType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8328:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ReturnHeaderType entity definition and services
> ---
>
> Key: OFBIZ-8328
> URL: https://issues.apache.org/jira/browse/OFBIZ-8328
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8328.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8326) Improvements in RespondingParty entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8326:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in RespondingParty entity definition and services
> --
>
> Key: OFBIZ-8326
> URL: https://issues.apache.org/jira/browse/OFBIZ-8326
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8326.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8314) Improvements in RequirementType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8314:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in RequirementType entity definition and services
> --
>
> Key: OFBIZ-8314
> URL: https://issues.apache.org/jira/browse/OFBIZ-8314
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8314.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8311) Improvements in RequirementBudgetAllocation entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8311:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in RequirementBudgetAllocation entity definition and services
> --
>
> Key: OFBIZ-8311
> URL: https://issues.apache.org/jira/browse/OFBIZ-8311
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8311.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8310) Improvements in RequirementAttribute entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8310:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in RequirementAttribute entity definition and services
> ---
>
> Key: OFBIZ-8310
> URL: https://issues.apache.org/jira/browse/OFBIZ-8310
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8310.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8309) Improvements in ReorderGuideline entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8309:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ReorderGuideline entity definition and services
> ---
>
> Key: OFBIZ-8309
> URL: https://issues.apache.org/jira/browse/OFBIZ-8309
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8309.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8306) Improvements in QuoteTypeAttr entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8306:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in QuoteTypeAttr entity definition and services
> 
>
> Key: OFBIZ-8306
> URL: https://issues.apache.org/jira/browse/OFBIZ-8306
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8306.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8305) Improvements in QuoteType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8305.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in QuoteType entity definition and services
> 
>
> Key: OFBIZ-8305
> URL: https://issues.apache.org/jira/browse/OFBIZ-8305
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8305.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8303) Improvements in QuantityBreakType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8303.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in QuantityBreakType entity definition and services
> 
>
> Key: OFBIZ-8303
> URL: https://issues.apache.org/jira/browse/OFBIZ-8303
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8303.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8287) Improvements in OrderBlacklistType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8287.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in OrderBlacklistType entity definition and services
> -
>
> Key: OFBIZ-8287
> URL: https://issues.apache.org/jira/browse/OFBIZ-8287
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8287.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8286) Improvements in OrderBlacklist entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8286.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in OrderBlacklist entity definition and services
> -
>
> Key: OFBIZ-8286
> URL: https://issues.apache.org/jira/browse/OFBIZ-8286
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8286.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service. Update is not required.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8285) Improvements in OrderAttribute entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8285.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in OrderAttribute entity definition and services
> -
>
> Key: OFBIZ-8285
> URL: https://issues.apache.org/jira/browse/OFBIZ-8285
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8285.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8283) Improvements in OrderAdjustmentType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8283.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in OrderAdjustmentType entity definition and services
> --
>
> Key: OFBIZ-8283
> URL: https://issues.apache.org/jira/browse/OFBIZ-8283
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8283.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8281) Improvements in OrderAdjustmentAttribute entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8281.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in OrderAdjustmentAttribute entity definition and services
> ---
>
> Key: OFBIZ-8281
> URL: https://issues.apache.org/jira/browse/OFBIZ-8281
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8281.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8277) Improvements in MrpEventType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8277.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in MrpEventType entity definition and services
> ---
>
> Key: OFBIZ-8277
> URL: https://issues.apache.org/jira/browse/OFBIZ-8277
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: manufacturing
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8277.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8271) Improvements in InvoiceTypeAttr entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar closed OFBIZ-8271.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1763298.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.


> Improvements in InvoiceTypeAttr entity definition and services
> --
>
> Key: OFBIZ-8271
> URL: https://issues.apache.org/jira/browse/OFBIZ-8271
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8271.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8303) Improvements in QuantityBreakType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8303:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in QuantityBreakType entity definition and services
> 
>
> Key: OFBIZ-8303
> URL: https://issues.apache.org/jira/browse/OFBIZ-8303
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Amit Gadaley
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8303.patch
>
>
> Required improvements;
> - All is good with entity definition.
> - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8287) Improvements in OrderBlacklistType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8287:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in OrderBlacklistType entity definition and services
> -
>
> Key: OFBIZ-8287
> URL: https://issues.apache.org/jira/browse/OFBIZ-8287
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8287.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8283) Improvements in OrderAdjustmentType entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8283:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in OrderAdjustmentType entity definition and services
> --
>
> Key: OFBIZ-8283
> URL: https://issues.apache.org/jira/browse/OFBIZ-8283
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8283.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is optional while create 
> service, so that can be generated from OFBiz sequence generator.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8281) Improvements in OrderAdjustmentAttribute entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8281:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in OrderAdjustmentAttribute entity definition and services
> ---
>
> Key: OFBIZ-8281
> URL: https://issues.apache.org/jira/browse/OFBIZ-8281
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8281.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8271) Improvements in InvoiceTypeAttr entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8271:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in InvoiceTypeAttr entity definition and services
> --
>
> Key: OFBIZ-8271
> URL: https://issues.apache.org/jira/browse/OFBIZ-8271
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8271.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8096) Improvements in CustRequestCommEvent entity definition and services

2016-10-04 Thread Arun Patidar (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Patidar reassigned OFBIZ-8096:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in CustRequestCommEvent entity definition and services
> ---
>
> Key: OFBIZ-8096
> URL: https://issues.apache.org/jira/browse/OFBIZ-8096
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8096.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto.
> -- create is already exists.
> -- update isn't required.
> -- Add delete service only, and make sure to add the following permission 
> check for it;
> {code}
>  main-action="DELETE"/>
> {code}
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8343) Make data type field length of id fields accept guid ids

2016-10-04 Thread Pierre Smits (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-8343:

Attachment: OFBIZ-8343-fieldtype-36.patch

The other patch is for short UUID (without the dash, length = 32 chars). This 
patch ensures that UUIDs with dashes (length of the UUID = 36 chars) can be 
used for ID fields.

> Make data type field length of id fields accept guid ids
> 
>
> Key: OFBIZ-8343
> URL: https://issues.apache.org/jira/browse/OFBIZ-8343
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-8343-fieldtype-36.patch, OFBIZ-8343-fieldtype.patch
>
>
> Currently the length of id fields is limited to 20 characters. In order for 
> these fields to accept GUIIDs the length should be increased to 32 characters.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8343) Make data type field length of id fields accept guid ids

2016-10-04 Thread Pierre Smits (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-8343:

Attachment: OFBIZ-8343-fieldtype.patch

This patch addresses the issue for derby, mysql and postgresql

> Make data type field length of id fields accept guid ids
> 
>
> Key: OFBIZ-8343
> URL: https://issues.apache.org/jira/browse/OFBIZ-8343
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-8343-fieldtype.patch
>
>
> Currently the length of id fields is limited to 20 characters. In order for 
> these fields to accept GUIIDs the length should be increased to 32 characters.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8343) Make data type field length of id fields accept guid ids

2016-10-04 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-8343:
---

 Summary: Make data type field length of id fields accept guid ids
 Key: OFBIZ-8343
 URL: https://issues.apache.org/jira/browse/OFBIZ-8343
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Pierre Smits


Currently the length of id fields is limited to 20 characters. In order for 
these fields to accept GUIIDs the length should be increased to 32 characters.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8319) viewing product sample page causes exception

2016-10-04 Thread Jacopo Cappellato (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15544858#comment-15544858
 ] 

Jacopo Cappellato commented on OFBIZ-8319:
--

Wai, could you please try if the commit 1763251 fixed the issue? It seems to be 
working for me now.

Thanks

> viewing product sample page causes exception
> 
>
> Key: OFBIZ-8319
> URL: https://issues.apache.org/jira/browse/OFBIZ-8319
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/ecommerce
>Affects Versions: Trunk
>Reporter: Wai
>Assignee: Rohit Koushal
>
> -set general.properties/multitenant=Y
> -go to 
> https://localhost:8443/catalog/control/EditProductFeatures?productId=WG-9943
> -click on 'product page' link
> -error page shows...
> java.lang.NullPointerException
>   org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:455)
>   org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:380)
> org.apache.ofbiz.product.category.CategoryWorker.getRelatedCategoriesRet(CategoryWorker.java:150)
>  
> org.apache.ofbiz.product.category.CategoryWorker.getRelatedCategoriesRet(CategoryWorker.java:139)
> org.apache.ofbiz.product.category.CatalogUrlFilter.doFilter(CatalogUrlFilter.java:229)
> 
> org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:209)
> It seems that when ofbiz is set to multitenant mode and the tenant associated 
> with tenantId=null does this issue occur.  I don't know if it should be a 
> configuration issue or a bug.  This did not occur prior to the implementation 
> of the ControlFilter and ContextFilter of r1761304.
> How should the tenant associated with tenantId=null be used?  Is it consider 
> special or it is used just like any other tenant?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8342) ConfigXMLReader doesn't verify if "transaction-timeout" is set before trying to unbox

2016-10-04 Thread Valery Chenzo (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Valery Chenzo updated OFBIZ-8342:
-
Description: 
site-conf.xsd doesn't define *transaction-timeout* as being mandatory but 
ConfigXMLReader treats it as one and in the absence of the attribute an 
exception is being thrown causing the application to break.

Stacktrace:
{code}
java.lang.NumberFormatException: For input string: ""

java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
java.lang.Integer.parseInt(Integer.java:592)
java.lang.Integer.valueOf(Integer.java:766)

org.apache.ofbiz.webapp.control.ConfigXMLReader$Event.(ConfigXMLReader.java:514)

org.apache.ofbiz.webapp.control.ConfigXMLReader$RequestMap.(ConfigXMLReader.java:573)

org.apache.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.loadRequestMap(ConfigXMLReader.java:487)

org.apache.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.(ConfigXMLReader.java:203)

org.apache.ofbiz.webapp.control.ConfigXMLReader.getControllerConfig(ConfigXMLReader.java:144)

org.apache.ofbiz.webapp.control.RequestHandler.(RequestHandler.java:91)

org.apache.ofbiz.webapp.control.RequestHandler.getRequestHandler(RequestHandler.java:81)

org.apache.ofbiz.webapp.control.ControlServlet.getRequestHandler(ControlServlet.java:326)

org.apache.ofbiz.webapp.control.ControlServlet.init(ControlServlet.java:77)

org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)

org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1100)

org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:687)

org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)

org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)

java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:745)
{code}

  was:
site-conf.xsd doesn't define *transaction-timeout* as being mandatory but 
ConfigXMLReader treats it as one and in the absence of the attribute an 
exception is being thrown causing the application to break.

Stracktrace:
{code}
java.lang.NumberFormatException: For input string: ""

java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
java.lang.Integer.parseInt(Integer.java:592)
java.lang.Integer.valueOf(Integer.java:766)

org.apache.ofbiz.webapp.control.ConfigXMLReader$Event.(ConfigXMLReader.java:514)

org.apache.ofbiz.webapp.control.ConfigXMLReader$RequestMap.(ConfigXMLReader.java:573)

org.apache.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.loadRequestMap(ConfigXMLReader.java:487)

org.apache.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.(ConfigXMLReader.java:203)

org.apache.ofbiz.webapp.control.ConfigXMLReader.getControllerConfig(ConfigXMLReader.java:144)

org.apache.ofbiz.webapp.control.RequestHandler.(RequestHandler.java:91)

org.apache.ofbiz.webapp.control.RequestHandler.getRequestHandler(RequestHandler.java:81)

org.apache.ofbiz.webapp.control.ControlServlet.getRequestHandler(ControlServlet.java:326)

org.apache.ofbiz.webapp.control.ControlServlet.init(ControlServlet.java:77)

org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)

org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1100)

org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:687)

org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)

org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)

java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)


[jira] [Created] (OFBIZ-8342) ConfigXMLReader doesn't verify if "transaction-timeout" is set before trying to unbox

2016-10-04 Thread Valery Chenzo (JIRA)
Valery Chenzo created OFBIZ-8342:


 Summary: ConfigXMLReader doesn't verify if "transaction-timeout" 
is set before trying to unbox
 Key: OFBIZ-8342
 URL: https://issues.apache.org/jira/browse/OFBIZ-8342
 Project: OFBiz
  Issue Type: Bug
Affects Versions: Trunk
Reporter: Valery Chenzo


site-conf.xsd doesn't define *transaction-timeout* as being mandatory but 
ConfigXMLReader treats it as one and in the absence of the attribute an 
exception is being thrown causing the application to break.

Stracktrace:
{code}
java.lang.NumberFormatException: For input string: ""

java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
java.lang.Integer.parseInt(Integer.java:592)
java.lang.Integer.valueOf(Integer.java:766)

org.apache.ofbiz.webapp.control.ConfigXMLReader$Event.(ConfigXMLReader.java:514)

org.apache.ofbiz.webapp.control.ConfigXMLReader$RequestMap.(ConfigXMLReader.java:573)

org.apache.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.loadRequestMap(ConfigXMLReader.java:487)

org.apache.ofbiz.webapp.control.ConfigXMLReader$ControllerConfig.(ConfigXMLReader.java:203)

org.apache.ofbiz.webapp.control.ConfigXMLReader.getControllerConfig(ConfigXMLReader.java:144)

org.apache.ofbiz.webapp.control.RequestHandler.(RequestHandler.java:91)

org.apache.ofbiz.webapp.control.RequestHandler.getRequestHandler(RequestHandler.java:81)

org.apache.ofbiz.webapp.control.ControlServlet.getRequestHandler(ControlServlet.java:326)

org.apache.ofbiz.webapp.control.ControlServlet.init(ControlServlet.java:77)

org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)

org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1100)

org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:687)

org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)

org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)

java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:745)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)