[jira] [Commented] (OFBIZ-4382) Task overview in Asset Maint shows all tasks, no just tasks related to assets

2012-02-13 Thread Pierre Smits (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13206738#comment-13206738
 ] 

Pierre Smits commented on OFBIZ-4382:
-

Keeping your example in mind, the maintenance supervisor would have ample 
possibilities to see the tasks he is assigned to (and the others he isn't - but 
should he see them?). To name a few:
- my tasks in My portal
- tasks in Work Effort
- tasks in Project Manager
- my tasks in Project Manager
- tasks in Asset Maintenance

I agree that a task list is a task list like a bird is a bird. But the task 
list for asset maintenance is to the task list in project manager like a duck 
is to an eagle. Different purposes, different use cases. 

I guess that is why the task list in Project Manager is so, because it fullfils 
a specific need (use case). If all tasks list should be the same, than we could 
suffice with 1. And remove all others to keep maintenance of code to the 
minimum.

I could agree to your statement that the supervisor should have insight in all 
the task of the upgrade project. But, shouldn't he be the project manager in 
that case? You could also say that he is the customer of the project, he should 
only be interested in the end result, and leave the project manager to do what 
he is hired for, managing the project and be responsible for the execution of 
all the tasks in the project.



 Task overview in Asset Maint shows all tasks, no just tasks related to assets
 -

 Key: OFBIZ-4382
 URL: https://issues.apache.org/jira/browse/OFBIZ-4382
 Project: OFBiz
  Issue Type: New Feature
  Components: specialpurpose/assetmaint
Affects Versions: SVN trunk
Reporter: Pierre Smits
Assignee: Adrian Crum
Priority: Minor

 The tasks overview in specialpurpose/assetmaint shows all tasks, incl. 
 project tasks and others. It should, however, only display maintenance tasks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4382) Task overview in Asset Maint shows all tasks, no just tasks related to assets

2012-02-13 Thread Adrian Crum (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13206742#comment-13206742
 ] 

Adrian Crum commented on OFBIZ-4382:


I changed the issue type from bug to new feature, because the current behavior 
is by design - it is not a bug.

If someone wants to include an option to filter the tasks in the task list, 
then they are welcome to submit a patch.


 Task overview in Asset Maint shows all tasks, no just tasks related to assets
 -

 Key: OFBIZ-4382
 URL: https://issues.apache.org/jira/browse/OFBIZ-4382
 Project: OFBiz
  Issue Type: New Feature
  Components: specialpurpose/assetmaint
Affects Versions: SVN trunk
Reporter: Pierre Smits
Assignee: Adrian Crum
Priority: Minor

 The tasks overview in specialpurpose/assetmaint shows all tasks, incl. 
 project tasks and others. It should, however, only display maintenance tasks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4678) widget image tag to use css for resizing

2012-02-13 Thread Jacques Le Roux (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13206753#comment-13206753
 ] 

Jacques Le Roux commented on OFBIZ-4678:


Thanks for the explanations,

The css looks fine with me now, though I will comment out the border. I will 
review later but I think it's ok.

 widget image tag to use css for resizing
 --

 Key: OFBIZ-4678
 URL: https://issues.apache.org/jira/browse/OFBIZ-4678
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL COMPONENTS
Affects Versions: SVN trunk
Reporter: Wai
Priority: Minor
 Attachments: ofbiz-4678.patch, ofbiz-4678.patch, ofbiz-4678.patch, 
 ofbiz-4678.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: wrong variable used in LeadServices, sfa webapp, marketing component

2012-02-13 Thread Erwan de FERRIERES
Hi Dimitrios,

submitting patches is done using JIRA.
Here is the link: https://issues.apache.org/jira/browse/OFBIZ

Thanks,


2012/2/12 Dimitrios Moustos dot...@office.lampero.ro:
 Hello,

 The relationship between lead owner and lead company is not expired when 
 converting the lead.
 The reason is that as the partyRelationship which is to be expired is looked 
 up the party group information is taken from partyGroupPartyId, which does 
 not exist.
 The correct variable to use is partyGroupId. Please see the unbified patch 
 bellow:


 --- applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml   Sun 
 Feb 12 15:18:41 2012
 +++ applications/marketing/script/org/ofbiz/sfa/lead/LeadServices.xml   Sun 
 Feb 12 17:40:39 2012
 @@ -165,7 +165,7 @@
         !-- Expire relation between lead company and its owner --
         entity-and entity-name=PartyRelationship list=partyRelationships 
 filter-by-date=true
             field-map field-name=partyIdFrom 
 from-field=userLogin.partyId/
 -            field-map field-name=partyIdTo 
 from-field=partyGroupPartyId/
 +            field-map field-name=partyIdTo from-field=partyGroupId/
             field-map field-name=roleTypeIdTo value=ACCOUNT_LEAD/
             field-map field-name=roleTypeIdFrom value=OWNER/
             order-by field-name=-fromDate/



 I hope this is helpful.



-- 
Erwan de FERRIERES


[jira] [Created] (OFBIZ-4689) Keywords list is missing in Catalog

2012-02-13 Thread Ankit Jain (Created) (JIRA)
Keywords list is missing in Catalog 


 Key: OFBIZ-4689
 URL: https://issues.apache.org/jira/browse/OFBIZ-4689
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release 10.04
Reporter: Ankit Jain
Priority: Minor
 Fix For: Release Branch 10.04


In the catalog when you select Keywords tab the keyword list is not showing  
https://localhost:8443/catalog/control/EditProductKeyword?productId=GZ-1004



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4689) Keywords list is missing in Catalog

2012-02-13 Thread Ankit Jain (Updated) (JIRA)

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

Ankit Jain updated OFBIZ-4689:
--

Attachment: OFBIZ-4689.patch

This issue is because of missing product value in the screen.

Attached patch will resolve the issue.

 Keywords list is missing in Catalog 
 

 Key: OFBIZ-4689
 URL: https://issues.apache.org/jira/browse/OFBIZ-4689
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release 10.04
Reporter: Ankit Jain
Priority: Minor
 Fix For: Release Branch 10.04

 Attachments: OFBIZ-4689.patch


 In the catalog when you select Keywords tab the keyword list is not showing  
 https://localhost:8443/catalog/control/EditProductKeyword?productId=GZ-1004

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

2012-02-13 Thread Erwan de FERRIERES
2012/2/13 Adrian Crum adrian.c...@sandglass-software.com:
 Based on that bug report, we can fix the errors ourselves by specifying the
 correct DTD in the web.xml file.

 -Adrian
Thanks Adrian !
didn't have the time to work it out this morning...



 On 2/13/2012 6:49 AM, Erwan de FERRIERES wrote:

 Le 12/02/2012 23:08, Adrian Crum a écrit :

 javax.naming.NameNotFoundException: Resource /WEB-INF/classes not found

 Hi Adrian,

 there is a bug filled for this error:
 https://issues.apache.org/bugzilla/show_bug.cgi?id=52511

 It will be included in the 7.0.26 release.

 Cheers,





-- 
Erwan de FERRIERES


Re: Definitively remove beanshell from OFBiz

2012-02-13 Thread Erwan de FERRIERES
2012/2/12 Adrian Crum adrian.c...@sandglass-software.com:
 It would be nice if we could come up with a way to use JSR 223 in screen
 widgets and mini-language.

 -Adrian
Excellent idea ! I've starting reading the specs, and it seems to be
very interesting.

Some links:
* http://www.jcp.org/en/jsr/detail?id=223
* http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/
* (french) integrating jsr223 in jmeter:
http://blog.zenika.com/index.php?post/2009/07/29/INTEGRATION-DU-SUPPORT-DU-JSR223-DANS-JMETER


-- 
Erwan de FERRIERES


[jira] [Commented] (OFBIZ-4688) For script tag in action section in Screen (and form) use a FlexibleStringExpander for scriptLocation and correctly manage minilang script

2012-02-13 Thread Adrian Crum (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13206775#comment-13206775
 ] 

Adrian Crum commented on OFBIZ-4688:


Yes, you are correct. I apologize for the confusion.

 For script tag in action section in Screen (and form) use a 
 FlexibleStringExpander for scriptLocation and correctly manage minilang script
 --

 Key: OFBIZ-4688
 URL: https://issues.apache.org/jira/browse/OFBIZ-4688
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
Reporter: Olivier Heintz
Priority: Minor
 Attachments: OFBIZ-4688-without_TypeValue.patch, OFBIZ-4688.patch


 FlexibleStringExpander to be able to have script name depending from context.
 Minilang script are Useful to migrated some action (too large) as a minilang 
 script
 Be carreful, this patch contain patch from JIRA-4687, if necessary I can 
 submit a new patch without it

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (OFBIZ-4689) Keywords list is missing in Catalog

2012-02-13 Thread Jacques Le Roux (Assigned) (JIRA)

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

Jacques Le Roux reassigned OFBIZ-4689:
--

Assignee: Jacques Le Roux

 Keywords list is missing in Catalog 
 

 Key: OFBIZ-4689
 URL: https://issues.apache.org/jira/browse/OFBIZ-4689
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release 10.04
Reporter: Ankit Jain
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Release Branch 10.04

 Attachments: OFBIZ-4689.patch


 In the catalog when you select Keywords tab the keyword list is not showing  
 https://localhost:8443/catalog/control/EditProductKeyword?productId=GZ-1004

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4690) If Picklist is Cancelled than all the PicklistItem related to that PicklistId should also get Cancel.

2012-02-13 Thread Ankit Jain (Created) (JIRA)
If Picklist is Cancelled than all the PicklistItem related to that PicklistId 
should also get Cancel. 
--

 Key: OFBIZ-4690
 URL: https://issues.apache.org/jira/browse/OFBIZ-4690
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
Reporter: Ankit Jain
Priority: Minor
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk


If Picklist is Cancelled than all the PicklistItem related to that PicklistId 
should also get Cancel. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4690) If Picklist is Cancelled than all the PicklistItem related to that PicklistId should also get Cancel.

2012-02-13 Thread Ankit Jain (Updated) (JIRA)

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

Ankit Jain updated OFBIZ-4690:
--

Attachment: OFBIZ-4690.patch

The attached patch will fix this issue.

 If Picklist is Cancelled than all the PicklistItem related to that PicklistId 
 should also get Cancel. 
 --

 Key: OFBIZ-4690
 URL: https://issues.apache.org/jira/browse/OFBIZ-4690
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
Reporter: Ankit Jain
Priority: Minor
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk

 Attachments: OFBIZ-4690.patch


 If Picklist is Cancelled than all the PicklistItem related to that PicklistId 
 should also get Cancel. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (OFBIZ-4689) Keywords list is missing in Catalog

2012-02-13 Thread Jacques Le Roux (Closed) (JIRA)

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

Jacques Le Roux closed OFBIZ-4689.
--

Resolution: Fixed

Thanks Ankit,

Your patch is in R10.04 at r1243478

 Keywords list is missing in Catalog 
 

 Key: OFBIZ-4689
 URL: https://issues.apache.org/jira/browse/OFBIZ-4689
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release 10.04
Reporter: Ankit Jain
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Release Branch 10.04

 Attachments: OFBIZ-4689.patch


 In the catalog when you select Keywords tab the keyword list is not showing  
 https://localhost:8443/catalog/control/EditProductKeyword?productId=GZ-1004

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (OFBIZ-4690) If Picklist is Cancelled than all the PicklistItem related to that PicklistId should also get Cancel.

2012-02-13 Thread Jacques Le Roux (Assigned) (JIRA)

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

Jacques Le Roux reassigned OFBIZ-4690:
--

Assignee: Jacques Le Roux

 If Picklist is Cancelled than all the PicklistItem related to that PicklistId 
 should also get Cancel. 
 --

 Key: OFBIZ-4690
 URL: https://issues.apache.org/jira/browse/OFBIZ-4690
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
Reporter: Ankit Jain
Assignee: Jacques Le Roux
Priority: Minor
 Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk

 Attachments: OFBIZ-4690.patch


 If Picklist is Cancelled than all the PicklistItem related to that PicklistId 
 should also get Cancel. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (OFBIZ-4691) account_lead relation not expired and lead roles not deleted while converting a lead into contact/account in SFA

2012-02-13 Thread Dimitrios Moustos (Created) (JIRA)
account_lead relation not expired and lead roles not deleted while converting a 
lead into contact/account in SFA


 Key: OFBIZ-4691
 URL: https://issues.apache.org/jira/browse/OFBIZ-4691
 Project: OFBiz
  Issue Type: Bug
  Components: marketing
Affects Versions: SVN trunk
Reporter: Dimitrios Moustos
Priority: Trivial


leads used to be listed by the ListLeads form even after having been converted. 
The solution is to delete the lead partyRoles.
The other problem was that the relationship between the owner of the account 
lead was not properly expired due to the party Id being taken from an empty 
variable. The solution was changing the wrong variable: partyGroupPartyId to 
partyGroupId.

This is my first contribution to ofbiz, so please do review.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (OFBIZ-4691) account_lead relation not expired and lead roles not deleted while converting a lead into contact/account in SFA

2012-02-13 Thread Dimitrios Moustos (Updated) (JIRA)

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

Dimitrios Moustos updated OFBIZ-4691:
-

Attachment: LeadServices.xml.patch

 account_lead relation not expired and lead roles not deleted while converting 
 a lead into contact/account in SFA
 

 Key: OFBIZ-4691
 URL: https://issues.apache.org/jira/browse/OFBIZ-4691
 Project: OFBiz
  Issue Type: Bug
  Components: marketing
Affects Versions: SVN trunk
Reporter: Dimitrios Moustos
Priority: Trivial
  Labels: patch
 Attachments: LeadServices.xml.patch


 leads used to be listed by the ListLeads form even after having been 
 converted. The solution is to delete the lead partyRoles.
 The other problem was that the relationship between the owner of the account 
 lead was not properly expired due to the party Id being taken from an empty 
 variable. The solution was changing the wrong variable: partyGroupPartyId to 
 partyGroupId.
 This is my first contribution to ofbiz, so please do review.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4622) Avoiding confusion of 'Vendor' and 'Supplier' in the German locale translations

2012-02-13 Thread Carsten Schinzer (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207073#comment-13207073
 ] 

Carsten Schinzer commented on OFBIZ-4622:
-

Ok, so we have three terms already:

Supplier -- Lieferant
Distributor -- Großhändler
Vendor -- Verkäufer

Any more ?

If not, I shall create the label files and submit.

2012/2/12 Markus M. May (Updated) (JIRA) j...@apache.org



-- 

Best

Carsten Schinzer

Plankstettenstr. 7
80638 München
Germany


 Avoiding confusion of 'Vendor' and 'Supplier' in the German locale 
 translations
 ---

 Key: OFBIZ-4622
 URL: https://issues.apache.org/jira/browse/OFBIZ-4622
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL APPLICATIONS
Affects Versions: Release 09.04, Release 10.04
 Environment: irrelevant, this is about XML label files
Reporter: Carsten Schinzer
  Labels: i18n, label, locale:de, locale:de_DE
 Fix For: Release Branch 10.04, SVN trunk

 Attachments: 
 0001-Replace-Lieferant-with-more-commonly-used-Verkaeufer.patch

   Original Estimate: 2h
  Remaining Estimate: 2h

 On the user mailing list, the concepts of 'vendor' vs. 'supplier' were 
 discussed and as a matter of fact, many labels in the German translation 
 files of OFBiz are pointing to the term 'Lieferant' for both, especially the 
 role select-boxes in the Party Manager application.
 As this is confusing and sharper terms can be found and defined in German for 
 these two roles as well, this Issue will track the implementation of such 
 'sharpened' working in the translation files of all applications.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4602) Null values are not synchronized in http mode

2012-02-13 Thread Alexander Reelsen (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207278#comment-13207278
 ] 

Alexander Reelsen commented on OFBIZ-4602:
--

Hi

some parts of this patch seem to have broken services in the job_sandbox. 
Suddenly the runtime_data entity with its XML based runtimeInfo field is filled 
with tons of entity values called foo=[null-field] which are not serialized 
back into null, but rather is written as [null-field] into the database. Not 
too cool to cleanup...


--Alexander

 Null values are not synchronized in http mode
 -

 Key: OFBIZ-4602
 URL: https://issues.apache.org/jira/browse/OFBIZ-4602
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release 4.0, Release 09.04, Release 09.04.01, Release 
 10.04, SVN trunk
 Environment: Using entity synchronization over HTTP (not RMI)
Reporter: Patrick Antivackis
Assignee: Jacques Le Roux
 Fix For: Release Branch 4.0, Release Branch 09.04, Release Branch 
 10.04, Release Branch 11.04, SVN trunk

 Attachments: patch-OFBIZ-4602.txt


 In order to send over http the values to create, store and remove, Ofbiz is 
 Xml serializing the values. GenericValue xml serialization is managed in 
 GenericEntity.makeXmlElement, unfortunately this method just don't serialized 
 null valued fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4602) Null values are not synchronized in http mode

2012-02-13 Thread Jacques Le Roux (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207559#comment-13207559
 ] 

Jacques Le Roux commented on OFBIZ-4602:


Thanks for repor Alexander,

Unfortunately I don't expect to have a new look before this weekend. Reverting 
all from start seems the easier way. But I hope to rather follow the same way I 
did in r1243026 (which is only related to web services and not general)

 Null values are not synchronized in http mode
 -

 Key: OFBIZ-4602
 URL: https://issues.apache.org/jira/browse/OFBIZ-4602
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Affects Versions: Release 4.0, Release 09.04, Release 09.04.01, Release 
 10.04, SVN trunk
 Environment: Using entity synchronization over HTTP (not RMI)
Reporter: Patrick Antivackis
Assignee: Jacques Le Roux
 Fix For: Release Branch 4.0, Release Branch 09.04, Release Branch 
 10.04, Release Branch 11.04, SVN trunk

 Attachments: patch-OFBIZ-4602.txt


 In order to send over http the values to create, store and remove, Ofbiz is 
 Xml serializing the values. GenericValue xml serialization is managed in 
 GenericEntity.makeXmlElement, unfortunately this method just don't serialized 
 null valued fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira