<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>dev@ofbiz.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/"/>
<id>http://mail-archives.apache.org/mod_mbox/ofbiz-dev/</id>
<updated>2009-12-05T15:27:26Z</updated>
<entry>
<title>[jira] Created: (OFBIZ-3311) Allow to sort widget dropdowns on items descriptions</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c218891780.1260025760618.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c218891780-1260025760618-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T15:09:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Allow to sort widget dropdowns on items descriptions
----------------------------------------------------

                 Key: OFBIZ-3311
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3311
             Project: OFBiz
          Issue Type: Improvement
          Components: ALL APPLICATIONS
    Affects Versions: SVN trunk
            Reporter: Jacques Le Roux
            Priority: Trivial
             Fix For: SVN trunk


This would be mostly useful for other languages than English, but not only I guess.

I thought 1st to add an entity-order-by-description attribute to entity-options. But in order
to make this change easier I suggest rather to enhance  the entity-order-by attribute with
a special keyword (say _description_) wich will be used in place of a field-name and used
in 
# EntityOptions constructor to bypass the entity-order-by block. 
# And then used in EntityOptions.addOptionValues() to sort entities on their descriptions.

# If no description is provided for an entity it will be put at end.

Just a proposition at this stage, there are maybe better way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Sort dropdowns on descriptions</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3cF7C7255843D046BB90D9486B6F284023@inspiron530%3e"/>
<id>urn:uuid:%3cF7C7255843D046BB90D9486B6F284023@inspiron530%3e</id>
<updated>2009-12-05T15:08:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I have created a proposition at https://issues.apache.org/jira/browse/OFBIZ-3311
Please comment

Thanks

Jacques

From: "Jacques Le Roux" &lt;jacques.le.roux@les7arts.com&gt;
&gt; Hi,
&gt; 
&gt; Has anyone worked on sorting dropdown contents on their descriptions.
&gt; Of course mostly usefull when you use another language than English, Neogia team ?
&gt; 
&gt; Jacques
&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Issue Comment Edited: (OFBIZ-2272) Secure URLs exceptions</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c1966228953.1260020720725.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1966228953-1260020720725-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T13:45:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12695864#action_12695864
] 

Jacques Le Roux edited comment on OFBIZ-2272 at 12/5/09 1:43 PM:
-----------------------------------------------------------------

For those interested here are the regexp I used for this secure URLs campaign.

I think we should do something for the form also (2 last regexps)

Forgot to say that I had opened OFBIZ-2449 for that

Edit ********** added OFBIZ-2449 **************



      was (Author: jacques.le.roux):
    For those interested here are the regexp I used for this secure URLs campaign.

I think we should do something for the form also (2 last regexps)
  
&gt; Secure URLs exceptions
&gt; ----------------------
&gt;
&gt;                 Key: OFBIZ-2272
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-2272
&gt;             Project: OFBiz
&gt;          Issue Type: Sub-task
&gt;          Components: ALL COMPONENTS
&gt;    Affects Versions: Release Branch 9.04, SVN trunk
&gt;            Reporter: Jacques Le Roux
&gt;             Fix For: Release Branch 9.04, SVN trunk
&gt;
&gt;         Attachments: param-name formules screens menus.txt, URLs secure exceptions.patch
&gt;
&gt;
&gt; Here are theexceptions I crossed during the recent secure URLs action. I put it here
for convenience but I attached also the patch. Beware this patch is only for demontration
(to show problems, not solutions) and should *not* be applied of course.
&gt; {code}
&gt; Index: applications/content/widget/cms/CMSScreens.xml
&gt; ===================================================================
&gt; --- applications/content/widget/cms/CMSScreens.xml	(revision 761874)
&gt; +++ applications/content/widget/cms/CMSScreens.xml	(working copy)
&gt; @@ -171,7 +171,9 @@
&gt;                              &lt;container style="screenlet-body"&gt;
&gt;                                  &lt;section&gt;
&gt;                                      &lt;widgets&gt;    
&gt; -                                        &lt;link  text="${uiLabelMap.ContentGoToFind}"
target="CMSContentFind?VIEW_INDEX=${CMSContentFindViewIndex}&amp;amp;${CMSContentFindQueryString}"
style="tabletext"/&gt;
&gt; +                                        &lt;link  text="${uiLabelMap.ContentGoToFind}"
target="CMSContentFind" style="tabletext"&gt;
&gt; +                                        &lt;parameter param-name="VIEW_INDEX" value="${CMSContentFindViewIndex}&amp;amp;${CMSContentFindQueryString}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt;                                          &lt;include-form name="EditAddContentStuff"
location="component://content/webapp/content/cms/CMSForms.xml" /&gt;
&gt;                                          &lt;content content-id="${contentId}" enable-edit-name="notfound"
 edit-request="EditAddSubContent?MASTER_contentId=${MASTER_contentId}&amp;amp;MASTER_caContentIdTo=${MASTER_caContentIdTo}&amp;amp;MASTER_caContentAssocTypeId=${MASTER_caContentAssocTypeId}&amp;amp;MASTER_caFromDate=${MASTER_caFromDate}&amp;amp;MASTER_drDataResourceId=${MASTER_drDataResourceId}&amp;amp;caContentIdTo=${caContentIdTo}"/&gt;
&gt;                                      &lt;/widgets&gt;
&gt; @@ -217,7 +219,9 @@
&gt;                              &lt;container style="screenlet-body"&gt;
&gt;                                  &lt;section&gt;
&gt;                                      &lt;widgets&gt;    
&gt; -                                        &lt;link  text="${uiLabelMap.ContentGoToFind}"
target="CMSContentFind?VIEW_INDEX=${CMSContentFindViewIndex}&amp;amp;${CMSContentFindQueryString}"
style="tabletext"/&gt;
&gt; +                                        &lt;link  text="${uiLabelMap.ContentGoToFind}"
target="CMSContentFind" style="tabletext"&gt;
&gt; +                                        &lt;parameter param-name="VIEW_INDEX" value="${CMSContentFindViewIndex}&amp;amp;${CMSContentFindQueryString}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt;                                          &lt;include-form name="EditAddSubContentStuff"
location="component://content/webapp/content/cms/CMSForms.xml" /&gt;
&gt;                                      &lt;/widgets&gt;
&gt;                                  &lt;/section&gt;
&gt; Index: applications/product/widget/facility/FacilityScreens.xml
&gt; ===================================================================
&gt; --- applications/product/widget/facility/FacilityScreens.xml	(revision 761874)
&gt; +++ applications/product/widget/facility/FacilityScreens.xml	(working copy)
&gt; @@ -431,8 +431,12 @@
&gt;                                      &lt;!--&lt;link target="ViewFacilityInventoryByProductSimple"
text="${uiLabelMap.CommonPrint}" style="buttontext"&gt;
&gt;                                          &lt;parameter param-name="facilityId" from-field="facilityId"/&gt;
&gt;                                      &lt;/link&gt;--&gt;
&gt; -                                    &lt;link target="ViewFacilityInventoryByProductReport?${searchParameterString}"
text="${uiLabelMap.CommonPrint}" style="buttontext"/&gt;
&gt; -                                    &lt;link target="ViewFacilityInventoryByProductExport?${searchParameterString}"
text="${uiLabelMap.CommonExport}" style="buttontext"/&gt;
&gt; +                                    &lt;link target="ViewFacilityInventoryByProductReport"
style="buttontext"&gt;
&gt; +                                        &lt;parameter param-name="${searchParameterString}"
text" value=""${uiLabelMap.CommonPrint}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt; +                                    &lt;link target="ViewFacilityInventoryByProductExport"
style="buttontext"&gt;
&gt; +                                        &lt;parameter param-name="${searchParameterString}"
text" value=""${uiLabelMap.CommonExport}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt;                                      &lt;link target="InventoryItemTotals" text="${uiLabelMap.ProductInventoryItemTotals}"
style="buttontext"&gt;
&gt;                                          &lt;parameter param-name="facilityId" from-field="facilityId"/&gt;
&gt;                                          &lt;parameter param-name="action" value="Y"/&gt;
&gt; Index: applications/product/widget/facility/ReportScreens.xml
&gt; ===================================================================
&gt; --- applications/product/widget/facility/ReportScreens.xml	(revision 761874)
&gt; +++ applications/product/widget/facility/ReportScreens.xml	(working copy)
&gt; @@ -54,8 +54,12 @@
&gt;                              &lt;label style="h1" text="${uiLabelMap.ProductInventoryByProduct}
${uiLabelMap.CommonFor} ${facility.facilityName}"/&gt;
&gt;                          &lt;/container&gt;
&gt;                          &lt;container&gt;
&gt; -                            &lt;link target="ViewFacilityInventoryByProductReport?${searchParameterString}"
text="${uiLabelMap.CommonPrint}" style="buttontext"/&gt;
&gt; -                            &lt;link target="ViewFacilityInventoryByProductExport?${searchParameterString}"
text="${uiLabelMap.CommonExport}" style="buttontext"/&gt;
&gt; +                            &lt;link target="ViewFacilityInventoryByProductReport" style="buttontext"&gt;
&gt; +                                        &lt;parameter param-name="${searchParameterString}"
text" value=""${uiLabelMap.CommonPrint}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt; +                            &lt;link target="ViewFacilityInventoryByProductExport" style="buttontext"&gt;
&gt; +                                        &lt;parameter param-name="${searchParameterString}"
text" value=""${uiLabelMap.CommonExport}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt;                          &lt;/container&gt;
&gt;                          &lt;container style="screenlet"&gt;
&gt;                              &lt;container style="screenlet-title-bar"&gt;
&gt; Index: specialpurpose/assetmaint/widget/FacilityScreens.xml
&gt; ===================================================================
&gt; --- specialpurpose/assetmaint/widget/FacilityScreens.xml	(revision 761874)
&gt; +++ specialpurpose/assetmaint/widget/FacilityScreens.xml	(working copy)
&gt; @@ -59,8 +59,12 @@
&gt;                              &lt;!--&lt;link target="ViewFacilityInventoryByProductSimple"
text="${uiLabelMap.CommonPrint}" style="buttontext"&gt;
&gt;                                  &lt;parameter param-name="facilityId" from-field="facilityId"/&gt;
&gt;                              &lt;/link&gt;--&gt;
&gt; -                            &lt;link target="ViewFacilityInventoryByProductReport?${searchParameterString}"
text="${uiLabelMap.CommonPrint}" style="buttontext"/&gt;
&gt; -                            &lt;link target="ViewFacilityInventoryByProductExport?${searchParameterString}"
text="${uiLabelMap.CommonExport}" style="buttontext"/&gt;
&gt; +                            &lt;link target="ViewFacilityInventoryByProductReport" style="buttontext"&gt;
&gt; +                                        &lt;parameter param-name="${searchParameterString}"
text" value=""${uiLabelMap.CommonPrint}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt; +                            &lt;link target="ViewFacilityInventoryByProductExport" style="buttontext"&gt;
&gt; +                                        &lt;parameter param-name="${searchParameterString}"
text" value=""${uiLabelMap.CommonExport}"/&gt;
&gt; +                                    &lt;/link&gt;
&gt;                          &lt;/container&gt;
&gt;  
&gt;                          &lt;include-form name="FindFacilityInventoryByProduct" location="component://product/webapp/facility/facility/FacilityForms.xml"/&gt;
&gt; Index: specialpurpose/mypage/widget/MyPageMenus.xml
&gt; ===================================================================
&gt; --- specialpurpose/mypage/widget/MyPageMenus.xml	(revision 761874)
&gt; +++ specialpurpose/mypage/widget/MyPageMenus.xml	(working copy)
&gt; @@ -126,7 +126,7 @@
&gt;          &lt;/menu-item&gt;
&gt;          &lt;menu-item name="help" title="${uiLabelMap.CommonHelp}" align-style="opposed"&gt;
&gt;              &lt;condition&gt;&lt;not&gt;&lt;if-empty field="userLogin"/&gt;&lt;/not&gt;&lt;/condition&gt;
&gt; -            &lt;link target="http://docs.ofbiz.org/display/OFBENDUSER/My+Page?decorator=printable"
url-mode="plain" target-window="new"/&gt;
&gt; +            &lt;link target="http://docs.ofbiz.org/display/OFBENDUSER/My+Page" url-mode="plain"
target-window="new"/&gt;
&gt;          &lt;/menu-item&gt;
&gt;          &lt;menu-item name="preferences" title="${uiLabelMap.CommonPreferences}" align-style="opposed"&gt;
&gt;              &lt;condition&gt;
&gt; {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (OFBIZ-1951) Adding localization to Survey Wrapper</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c1390488026.1260015140838.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1390488026-1260015140838-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T12:12:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Jacques Le Roux reassigned OFBIZ-1951:
--------------------------------------

    Assignee:     (was: Jacques Le Roux)

&gt; Adding localization to Survey Wrapper 
&gt; --------------------------------------
&gt;
&gt;                 Key: OFBIZ-1951
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-1951
&gt;             Project: OFBiz
&gt;          Issue Type: Improvement
&gt;          Components: content
&gt;            Reporter: Vikas Mayur
&gt;            Priority: Minor
&gt;
&gt; Currently, there is no localization available on SurveyWrapper class. 
&gt; Also templateContext passed to renderTemplate() method of FreeMarkerWorker class does
not have a uiLabelMap. Making this available can have i18n on survey templates.
&gt; We should also think about submitCaption on Survey entity, which is again does not adhere
with i18n.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (OFBIZ-1825) Colors and localisation for the calendar</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c262700087.1260014900798.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c262700087-1260014900798-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T12:08:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12786374#action_12786374
] 

Jacques Le Roux commented on OFBIZ-1825:
----------------------------------------

Last fix at r887454

&gt; Colors and localisation for the calendar
&gt; ----------------------------------------
&gt;
&gt;                 Key: OFBIZ-1825
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-1825
&gt;             Project: OFBiz
&gt;          Issue Type: Improvement
&gt;          Components: ALL COMPONENTS
&gt;    Affects Versions: SVN trunk
&gt;            Reporter: Jacques Le Roux
&gt;            Assignee: Jacques Le Roux
&gt;            Priority: Minor
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: calendar.patch, calendar_I18n.patch, calendar_I18n.patch, calendar_sequence.patch,
calendarDateSelectColor.patch, calendarDateSelectColor.patch, calendarModified.patch, CommonScreens.patch,
Existing.jpg, LocalizedDate_it.patch, Proposition.jpg, WE_CAL.gif
&gt;
&gt;
&gt; I tried to change the calendar colors, to be more "in the OFBiz way". Please let me you
know what you think.
&gt; I also changed some colors to respect our CSS best practices (no color names).
&gt; Here are some remarks :
&gt; Colors
&gt; *  I kept the 3 chars scheme when it's was obvious. For instance we don't need to set
#000000 or #ffffff when actually #000 or #fff is sufficient. 
&gt; * I used Wikipedia as reference http://en.wikipedia.org/wiki/Web_colors for choising
colors. While doing this change I wondered if we could not authorise and even recommend to
use sandard names for colors as shown in Wikipedia page. I found it easier to recall a color
by its names than by an hexa number...! As long as we would use this Wikipedia reference I
think it could be possible to use names instead of hexa, WDYT ?
&gt; * The days initials are not centered but at left (It's late and I did not found the reason)
&gt; We need to provide a localisation mean. From http://electronicholas.com/calendar?style=default&amp;format=natural
it should not be too hard. I propose a simple way, maybe we can do better
&gt; * More calendar formats in a calendar.properties file (like the euro or american ones)
&gt; * For the moment I think all string are harcoded in calendar_date_select.js
&gt;     Date.weekdays = $w("S M T W T F S");
&gt;     Date.first_day_of_week = 0;
&gt;     Date.months = $w("January February March April May June July August September October
November December" );
&gt;     _translations = {
&gt;       "OK": "OK",
&gt;       "Now": "Now",
&gt;       "Today": "Today"
&gt;     }
&gt; A very simple way (but not very clever I must admit) could be to set a property for the
language to use in calendar.properties file and use it in a switch statement with "hardcoded"
strings in  calendar_date_select.js. Is anybody aware of better ways to do that in Javascript
or Prototype ?
&gt; BTW I think we should delete calendarstyles.css and calendarTable.css. If it's ok, I
will do it when I will upate the attached patch later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: TraXLiaison</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3cE4064960D4E34AD78A4C1633656B36A5@inspiron530%3e"/>
<id>urn:uuid:%3cE4064960D4E34AD78A4C1633656B36A5@inspiron530%3e</id>
<updated>2009-12-05T11:33:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I'm on Windows...

From: "Jacques Le Roux" &lt;jacques.le.roux@les7arts.com&gt;
&gt; Hi Ashish,
&gt; 
&gt; ant run-tests
&gt; 
&gt; Thanks
&gt; 
&gt; Jacques
&gt; 
&gt; From: "Ashish Vijaywargiya" &lt;vijaywargiya.ashish@gmail.com&gt;
&gt;&gt; What did you do Jacques - please provide steps to reproduce it?
&gt;&gt; 
&gt;&gt; or
&gt;&gt; 
&gt;&gt; When are you getting this error?
&gt;&gt; 
&gt;&gt; --
&gt;&gt; Ashish Vijaywargiya
&gt;&gt; 
&gt;&gt; On Sat, Dec 5, 2009 at 4:43 PM, Jacques Le Roux &lt;
&gt;&gt; jacques.le.roux@les7arts.com&gt; wrote:
&gt;&gt; 
&gt;&gt;&gt; Hi,
&gt;&gt;&gt;
&gt;&gt;&gt; I get this error locally
&gt;&gt;&gt;
&gt;&gt;&gt;    [java] 2009-12-05 12:08:22,984 (OFBiz_Shutdown_Hook) [
&gt;&gt;&gt; JobManager.java:457:INFO ] JobManager: Stopped Scheduler Thread.
&gt;&gt;&gt;    [java] Java Result: 99
&gt;&gt;&gt; [junitreport] the file
&gt;&gt;&gt; D:\Workspace\ofbiz.pos\runtime\logs\test-results\TESTS-TestSuites.xml is not
&gt;&gt;&gt; a valid testsuite XML document
&gt;&gt;&gt; [junitreport] java.lang.ClassNotFoundException:
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.optional.TraXLiaison
&gt;&gt;&gt; [junitreport]   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&gt;&gt;&gt; [junitreport]   at java.security.AccessController.doPrivileged(Native
&gt;&gt;&gt; Method)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&gt;&gt;&gt; [junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
&gt;&gt;&gt; [junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&gt;&gt;&gt; [junitreport]   at java.lang.Class.forName0(Native Method)
&gt;&gt;&gt; [junitreport]   at java.lang.Class.forName(Class.java:169)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.loadClass(XSLTProcess.java:548)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:533)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:785)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:300)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer.transform(AggregateTransformer.java:264)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.execute(XMLResultAggregator.java:158)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
&gt;&gt;&gt; [junitreport]   at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
&gt;&gt;&gt; Source)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&gt;&gt;&gt; [junitreport]   at java.lang.reflect.Method.invoke(Method.java:597)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
&gt;&gt;&gt; [junitreport]   at org.apache.tools.ant.Task.perform(Task.java:348)
&gt;&gt;&gt; [junitreport]   at org.apache.tools.ant.Target.execute(Target.java:357)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.Target.performTasks(Target.java:385)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.Project.executeTarget(Project.java:1298)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.Project.executeTargets(Project.java:1181)
&gt;&gt;&gt; [junitreport]   at org.apache.tools.ant.Main.runBuild(Main.java:698)
&gt;&gt;&gt; [junitreport]   at org.apache.tools.ant.Main.startAnt(Main.java:199)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
&gt;&gt;&gt; [junitreport]   at
&gt;&gt;&gt; org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
&gt;&gt;&gt;
&gt;&gt;&gt; BUILD FAILED
&gt;&gt;&gt; D:\Workspace\ofbiz.pos\build.xml:445: Errors while applying
&gt;&gt;&gt; transformations: java.lang.ClassNotFoundException:
&gt;&gt;&gt; org.apache.tools.ant.taskdefs.optional.TraXLiaison
&gt;&gt;&gt;
&gt;&gt;&gt; What could it be?
&gt;&gt;&gt; No problems at
&gt;&gt;&gt;
&gt;&gt;&gt; http://ci.apache.org/builders/ofbiz-trunk/builds/1986/steps/compile_1/logs/stdio
&gt;&gt;&gt;
&gt;&gt;&gt; Thanks
&gt;&gt;&gt;
&gt;&gt;&gt; Jacques
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: TraXLiaison</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c2C6708D9BE4947D9BFDD95D4731E2454@inspiron530%3e"/>
<id>urn:uuid:%3c2C6708D9BE4947D9BFDD95D4731E2454@inspiron530%3e</id>
<updated>2009-12-05T11:33:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Ashish,

ant run-tests

Thanks

Jacques

From: "Ashish Vijaywargiya" &lt;vijaywargiya.ashish@gmail.com&gt;
&gt; What did you do Jacques - please provide steps to reproduce it?
&gt; 
&gt; or
&gt; 
&gt; When are you getting this error?
&gt; 
&gt; --
&gt; Ashish Vijaywargiya
&gt; 
&gt; On Sat, Dec 5, 2009 at 4:43 PM, Jacques Le Roux &lt;
&gt; jacques.le.roux@les7arts.com&gt; wrote:
&gt; 
&gt;&gt; Hi,
&gt;&gt;
&gt;&gt; I get this error locally
&gt;&gt;
&gt;&gt;    [java] 2009-12-05 12:08:22,984 (OFBiz_Shutdown_Hook) [
&gt;&gt; JobManager.java:457:INFO ] JobManager: Stopped Scheduler Thread.
&gt;&gt;    [java] Java Result: 99
&gt;&gt; [junitreport] the file
&gt;&gt; D:\Workspace\ofbiz.pos\runtime\logs\test-results\TESTS-TestSuites.xml is not
&gt;&gt; a valid testsuite XML document
&gt;&gt; [junitreport] java.lang.ClassNotFoundException:
&gt;&gt; org.apache.tools.ant.taskdefs.optional.TraXLiaison
&gt;&gt; [junitreport]   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&gt;&gt; [junitreport]   at java.security.AccessController.doPrivileged(Native
&gt;&gt; Method)
&gt;&gt; [junitreport]   at
&gt;&gt; java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&gt;&gt; [junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
&gt;&gt; [junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
&gt;&gt; [junitreport]   at
&gt;&gt; java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&gt;&gt; [junitreport]   at java.lang.Class.forName0(Native Method)
&gt;&gt; [junitreport]   at java.lang.Class.forName(Class.java:169)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.loadClass(XSLTProcess.java:548)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:533)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:785)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:300)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer.transform(AggregateTransformer.java:264)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.execute(XMLResultAggregator.java:158)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
&gt;&gt; [junitreport]   at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
&gt;&gt; Source)
&gt;&gt; [junitreport]   at
&gt;&gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&gt;&gt; [junitreport]   at java.lang.reflect.Method.invoke(Method.java:597)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
&gt;&gt; [junitreport]   at org.apache.tools.ant.Task.perform(Task.java:348)
&gt;&gt; [junitreport]   at org.apache.tools.ant.Target.execute(Target.java:357)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.Target.performTasks(Target.java:385)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.Project.executeTarget(Project.java:1298)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.Project.executeTargets(Project.java:1181)
&gt;&gt; [junitreport]   at org.apache.tools.ant.Main.runBuild(Main.java:698)
&gt;&gt; [junitreport]   at org.apache.tools.ant.Main.startAnt(Main.java:199)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
&gt;&gt; [junitreport]   at
&gt;&gt; org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
&gt;&gt;
&gt;&gt; BUILD FAILED
&gt;&gt; D:\Workspace\ofbiz.pos\build.xml:445: Errors while applying
&gt;&gt; transformations: java.lang.ClassNotFoundException:
&gt;&gt; org.apache.tools.ant.taskdefs.optional.TraXLiaison
&gt;&gt;
&gt;&gt; What could it be?
&gt;&gt; No problems at
&gt;&gt;
&gt;&gt; http://ci.apache.org/builders/ofbiz-trunk/builds/1986/steps/compile_1/logs/stdio
&gt;&gt;
&gt;&gt; Thanks
&gt;&gt;
&gt;&gt; Jacques
&gt;&gt;
&gt;&gt;
&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Updating the build and log sites?</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c2FFE431B2FAA4C2592AFAB32460D2DC4@inspiron530%3e"/>
<id>urn:uuid:%3c2FFE431B2FAA4C2592AFAB32460D2DC4@inspiron530%3e</id>
<updated>2009-12-05T11:21:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
From: "Jacques Le Roux" &lt;jacques.le.roux@les7arts.com&gt;
&gt; &gt;Hi Tim
&gt;
&gt;&gt;From: "Tim Ruppert" &lt;tim.ruppert@hotwaxmedia.com&gt;
&gt;&gt;I think it's already up there too Jacques.
&gt;
&gt; Right, a (problematic) example http://ci.apache.org/builders/ofbiz-trunk/builds/1986/steps/compile_1/logs/stdio

Ha no, it's not exactly the same. What I was looking for is the runtime log like we have at
http://log.ofbiz.org/
For the moment as https://ofbiz-vm.apache.org:8443 is not working we can't have any runtime
logs..
I filled a Jira for that https://issues.apache.org/jira/browse/INFRA-2354
I think it's not Gavin priority, nor mine I must say...

Jacques

&gt;&gt;If you can point people to where Gavin put it all, I can also see about getting people
&gt;
&gt; Actually all come from the waterfall http://ci.apache.org/waterfall?show=ofbiz-trunk
(the link above comes from stdio) as Gavin 
&gt; explained at 
&gt; https://issues.apache.org/jira/browse/INFRA-1877?focusedCommentId=12735266&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12735266

&gt; (but the links there are wrong now, anyway waterfall is enough)
&gt;
&gt;
&gt;&gt;to move over the look and feel to the ASF infra sometime soon!
&gt;
&gt; Cool
&gt;
&gt; Cheers
&gt; Jacques
&gt;
&gt; Cheers,
&gt; Ruppert
&gt; --
&gt; Tim Ruppert
&gt; HotWax Media
&gt; http://www.hotwaxmedia.com
&gt;
&gt; o:801.649.6594
&gt; f:801.649.6595
&gt;
&gt; On Dec 4, 2009, at 9:45 AM, Jacques Le Roux wrote:
&gt;
&gt;&gt; Hi Tim,
&gt;&gt;
&gt;&gt; As you already know I asked for this in Februar and I have already answered that
it cant be left for now.
&gt;&gt; As you suggested I will be happy though to have it back on ASF infra.
&gt;&gt;
&gt;&gt; This is only my opinion, maybe other people use it now ?
&gt;&gt;
&gt;&gt; Jacques
&gt;&gt;
&gt;&gt; From: "Tim Ruppert" &lt;tim.ruppert@hotwaxmedia.com&gt;
&gt;&gt; Does anyone care about these other services?  I'm just wondering because if not,
then we can switch this server off right away 
&gt;&gt; and
&gt;&gt; build these back up when there is demand on the ASF infra?  Thoughts (and volunteers)
would be helpful, so please let me know.
&gt;&gt;
&gt;&gt; Cheers,
&gt;&gt; Ruppert
&gt;&gt; --
&gt;&gt; Tim Ruppert
&gt;&gt; HotWax Media
&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;
&gt;&gt; o:801.649.6594
&gt;&gt; f:801.649.6595
&gt;&gt;
&gt;&gt; On Dec 1, 2009, at 11:25 PM, David E Jones wrote:
&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; This all sounds great Tim.
&gt;&gt;&gt;
&gt;&gt;&gt; Also, thanks again to Hotwax and Contegix for hosting this infrastructure for
the project for so long.
&gt;&gt;&gt;
&gt;&gt;&gt; -David
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:
&gt;&gt;&gt;
&gt;&gt;&gt;&gt; I think we're going to shut down this server at the end of the month since
the biggest and most difficult thing to migrate -
&gt;&gt;&gt;&gt; confluence - has been taken care of already (thanks for that everyone involved).
 I would like to have people that use these
&gt;&gt;&gt;&gt; services that we set up to be a part of testing them on the new servers.
 Here is some information about what Gavin has already
&gt;&gt;&gt;&gt; setup to mirror what we were doing:
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; https://issues.apache.org/jira/browse/INFRA-1877
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Let me know your thoughts.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Cheers,
&gt;&gt;&gt;&gt; Ruppert
&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; Since we've now migrated the most difficult part of our infrastructure,
i think it's time to discuss a few of the other main
&gt;&gt;&gt;&gt;&gt; components:
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; 1. Daily Builds
&gt;&gt;&gt;&gt;&gt; -- I think that Gavin has this setup already.
&gt;&gt;&gt;&gt;&gt; -- I'm not sure if they are exactly the same as we have now, but he used
those as specs.
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; 2. Daily Logs
&gt;&gt;&gt;&gt;&gt; -- If this isn't setup, then it should be easy to get it setup along
with the build process.
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; 3. Daily API builds
&gt;&gt;&gt;&gt;&gt; -- Not sure if this is setup yet.
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; 4. bigfiles.ofbiz.org
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; 5. Anything else?
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; Cheers,
&gt;&gt;&gt;&gt;&gt; Ruppert
&gt;&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;
&gt;
&gt; 




</pre>
</div>
</content>
</entry>
<entry>
<title>Re: TraXLiaison</title>
<author><name>Ashish Vijaywargiya &lt;vijaywargiya.ashish@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c3c3933e40912050318m49ce9e43j25a1b2a4b3b6c3@mail.gmail.com%3e"/>
<id>urn:uuid:%3c3c3933e40912050318m49ce9e43j25a1b2a4b3b6c3@mail-gmail-com%3e</id>
<updated>2009-12-05T11:18:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
What did you do Jacques - please provide steps to reproduce it?

or

When are you getting this error?

--
Ashish Vijaywargiya

On Sat, Dec 5, 2009 at 4:43 PM, Jacques Le Roux &lt;
jacques.le.roux@les7arts.com&gt; wrote:

&gt; Hi,
&gt;
&gt; I get this error locally
&gt;
&gt;    [java] 2009-12-05 12:08:22,984 (OFBiz_Shutdown_Hook) [
&gt; JobManager.java:457:INFO ] JobManager: Stopped Scheduler Thread.
&gt;    [java] Java Result: 99
&gt; [junitreport] the file
&gt; D:\Workspace\ofbiz.pos\runtime\logs\test-results\TESTS-TestSuites.xml is not
&gt; a valid testsuite XML document
&gt; [junitreport] java.lang.ClassNotFoundException:
&gt; org.apache.tools.ant.taskdefs.optional.TraXLiaison
&gt; [junitreport]   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&gt; [junitreport]   at java.security.AccessController.doPrivileged(Native
&gt; Method)
&gt; [junitreport]   at
&gt; java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&gt; [junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
&gt; [junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
&gt; [junitreport]   at
&gt; java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&gt; [junitreport]   at java.lang.Class.forName0(Native Method)
&gt; [junitreport]   at java.lang.Class.forName(Class.java:169)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.taskdefs.XSLTProcess.loadClass(XSLTProcess.java:548)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:533)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:785)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:300)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer.transform(AggregateTransformer.java:264)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.execute(XMLResultAggregator.java:158)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
&gt; [junitreport]   at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
&gt; Source)
&gt; [junitreport]   at
&gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&gt; [junitreport]   at java.lang.reflect.Method.invoke(Method.java:597)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
&gt; [junitreport]   at org.apache.tools.ant.Task.perform(Task.java:348)
&gt; [junitreport]   at org.apache.tools.ant.Target.execute(Target.java:357)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.Target.performTasks(Target.java:385)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.Project.executeTarget(Project.java:1298)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.Project.executeTargets(Project.java:1181)
&gt; [junitreport]   at org.apache.tools.ant.Main.runBuild(Main.java:698)
&gt; [junitreport]   at org.apache.tools.ant.Main.startAnt(Main.java:199)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
&gt; [junitreport]   at
&gt; org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
&gt;
&gt; BUILD FAILED
&gt; D:\Workspace\ofbiz.pos\build.xml:445: Errors while applying
&gt; transformations: java.lang.ClassNotFoundException:
&gt; org.apache.tools.ant.taskdefs.optional.TraXLiaison
&gt;
&gt; What could it be?
&gt; No problems at
&gt;
&gt; http://ci.apache.org/builders/ofbiz-trunk/builds/1986/steps/compile_1/logs/stdio
&gt;
&gt; Thanks
&gt;
&gt; Jacques
&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>TraXLiaison</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c8F7014ADEF27462BAAC6C67CAFA19217@inspiron530%3e"/>
<id>urn:uuid:%3c8F7014ADEF27462BAAC6C67CAFA19217@inspiron530%3e</id>
<updated>2009-12-05T11:13:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I get this error locally

     [java] 2009-12-05 12:08:22,984 (OFBiz_Shutdown_Hook) [         JobManager.java:457:INFO
] JobManager: Stopped Scheduler Thread.
     [java] Java Result: 99
[junitreport] the file D:\Workspace\ofbiz.pos\runtime\logs\test-results\TESTS-TestSuites.xml
is not a valid testsuite XML document
[junitreport] java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison
[junitreport]   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
[junitreport]   at java.security.AccessController.doPrivileged(Native Method)
[junitreport]   at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
[junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
[junitreport]   at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
[junitreport]   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
[junitreport]   at java.lang.Class.forName0(Native Method)
[junitreport]   at java.lang.Class.forName(Class.java:169)
[junitreport]   at org.apache.tools.ant.taskdefs.XSLTProcess.loadClass(XSLTProcess.java:548)
[junitreport]   at org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:533)
[junitreport]   at org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:785)
[junitreport]   at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:300)
[junitreport]   at org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer.transform(AggregateTransformer.java:264)
[junitreport]   at org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.execute(XMLResultAggregator.java:158)
[junitreport]   at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[junitreport]   at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[junitreport]   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junitreport]   at java.lang.reflect.Method.invoke(Method.java:597)
[junitreport]   at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
[junitreport]   at org.apache.tools.ant.Task.perform(Task.java:348)
[junitreport]   at org.apache.tools.ant.Target.execute(Target.java:357)
[junitreport]   at org.apache.tools.ant.Target.performTasks(Target.java:385)
[junitreport]   at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
[junitreport]   at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
[junitreport]   at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[junitreport]   at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
[junitreport]   at org.apache.tools.ant.Main.runBuild(Main.java:698)
[junitreport]   at org.apache.tools.ant.Main.startAnt(Main.java:199)
[junitreport]   at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
[junitreport]   at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

BUILD FAILED
D:\Workspace\ofbiz.pos\build.xml:445: Errors while applying transformations: java.lang.ClassNotFoundException:

org.apache.tools.ant.taskdefs.optional.TraXLiaison

What could it be?
No problems at
http://ci.apache.org/builders/ofbiz-trunk/builds/1986/steps/compile_1/logs/stdio

Thanks

Jacques 




</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Updating the build and log sites?</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c97BB2529779C4B79AF4B1EA8805F51E3@inspiron530%3e"/>
<id>urn:uuid:%3c97BB2529779C4B79AF4B1EA8805F51E3@inspiron530%3e</id>
<updated>2009-12-05T11:11:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&gt;Hi Tim

&gt;From: "Tim Ruppert" &lt;tim.ruppert@hotwaxmedia.com&gt;
&gt;I think it's already up there too Jacques.

Right, a (problematic) example http://ci.apache.org/builders/ofbiz-trunk/builds/1986/steps/compile_1/logs/stdio

&gt;If you can point people to where Gavin put it all, I can also see about getting people

Actually all come from the waterfall http://ci.apache.org/waterfall?show=ofbiz-trunk (the
link above comes from stdio) as Gavin 
explained at 
https://issues.apache.org/jira/browse/INFRA-1877?focusedCommentId=12735266&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12735266

(but the links there are wrong now, anyway waterfall is enough)


&gt;to move over the look and feel to the ASF infra sometime soon!

Cool

Cheers
Jacques

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Dec 4, 2009, at 9:45 AM, Jacques Le Roux wrote:

&gt; Hi Tim,
&gt;
&gt; As you already know I asked for this in Februar and I have already answered that it cant
be left for now.
&gt; As you suggested I will be happy though to have it back on ASF infra.
&gt;
&gt; This is only my opinion, maybe other people use it now ?
&gt;
&gt; Jacques
&gt;
&gt; From: "Tim Ruppert" &lt;tim.ruppert@hotwaxmedia.com&gt;
&gt; Does anyone care about these other services?  I'm just wondering because if not, then
we can switch this server off right away and
&gt; build these back up when there is demand on the ASF infra?  Thoughts (and volunteers)
would be helpful, so please let me know.
&gt;
&gt; Cheers,
&gt; Ruppert
&gt; --
&gt; Tim Ruppert
&gt; HotWax Media
&gt; http://www.hotwaxmedia.com
&gt;
&gt; o:801.649.6594
&gt; f:801.649.6595
&gt;
&gt; On Dec 1, 2009, at 11:25 PM, David E Jones wrote:
&gt;
&gt;&gt;
&gt;&gt; This all sounds great Tim.
&gt;&gt;
&gt;&gt; Also, thanks again to Hotwax and Contegix for hosting this infrastructure for the
project for so long.
&gt;&gt;
&gt;&gt; -David
&gt;&gt;
&gt;&gt;
&gt;&gt; On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:
&gt;&gt;
&gt;&gt;&gt; I think we're going to shut down this server at the end of the month since the
biggest and most difficult thing to migrate -
&gt;&gt;&gt; confluence - has been taken care of already (thanks for that everyone involved).
 I would like to have people that use these
&gt;&gt;&gt; services that we set up to be a part of testing them on the new servers.  Here
is some information about what Gavin has already
&gt;&gt;&gt; setup to mirror what we were doing:
&gt;&gt;&gt;
&gt;&gt;&gt; https://issues.apache.org/jira/browse/INFRA-1877
&gt;&gt;&gt;
&gt;&gt;&gt; Let me know your thoughts.
&gt;&gt;&gt;
&gt;&gt;&gt; Cheers,
&gt;&gt;&gt; Ruppert
&gt;&gt;&gt; --
&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt;
&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt;
&gt;&gt;&gt; On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:
&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Since we've now migrated the most difficult part of our infrastructure, i
think it's time to discuss a few of the other main
&gt;&gt;&gt;&gt; components:
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; 1. Daily Builds
&gt;&gt;&gt;&gt; -- I think that Gavin has this setup already.
&gt;&gt;&gt;&gt; -- I'm not sure if they are exactly the same as we have now, but he used
those as specs.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; 2. Daily Logs
&gt;&gt;&gt;&gt; -- If this isn't setup, then it should be easy to get it setup along with
the build process.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; 3. Daily API builds
&gt;&gt;&gt;&gt; -- Not sure if this is setup yet.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; 4. bigfiles.ofbiz.org
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; 5. Anything else?
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Cheers,
&gt;&gt;&gt;&gt; Ruppert
&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;
&gt;
&gt;





</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (OFBIZ-3310) Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.</title>
<author><name>&quot;Ashish Vijaywargiya (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c645339549.1260004040737.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c645339549-1260004040737-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T09:07:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Ashish Vijaywargiya closed OFBIZ-3310.
--------------------------------------

    Resolution: Fixed

Thanks Awdesh &amp; Sumit - Done at r887520.

--
Ashish Vijaywargiya

&gt; Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment
check.
&gt; --------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-3310
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-3310
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: accounting
&gt;    Affects Versions: SVN trunk
&gt;            Reporter: Awdesh Singh Parihar
&gt;            Assignee: Ashish Vijaywargiya
&gt;            Priority: Minor
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: OFBIZ-3310.patch
&gt;
&gt;
&gt; Steps to reproduce - 
&gt; Issue : -1
&gt;    1.Create few payments in AR .
&gt;    2.Create a batch payment for newly created payments from screen https://localhost:28443/ar/control/batchPayments
(where finAccountId=SC_CHECKING).
&gt;    3.Go to Financial Account screen and click on transaction tab https://localhost:28443/accounting/control/FindFinAccountTrans?finAccountId=SC_CHECKING.
&gt;    4.Select GlReconciliationId as "Not Assigned" and click on serach button.
&gt;    5.Select newly created FinAccountTrans from checkbox.Then select GlReconciliationName
from selectbox and click on button "Assign TO reconciliation".
&gt;    6.This process will associate fin account transaction with reconciliation.
&gt;    7.Now click on Reconciliation tab and select the FinAccountTransaction.
&gt;    8.Reconcile the transaction by clicking on Reconcile button. 
&gt;    9.Now the status of reconciliation will be "Reconciled".
&gt;   10.Status of transaction will be "Approved".
&gt;   11.Now go to Payment Group or Deposit slip tab, the created payment group will appear
with Cancel button in list form.
&gt;       * This is not correct.
&gt;       * User can not cancel reconciled deposit slip.
&gt;      Similiar changes will reflect on following screens : -
&gt;        1) https://localhost:8443/ar/control/FindArPaymentGroups
&gt;        2) https://localhost:8443/accounting/control/FindPaymentGroup
&gt;        3) https://localhost:28443/accounting/control/FindDepositSlips?finAccountId=SC_CHECKING&amp;organizationPartyId=Company
&gt; Issue : -2
&gt;  1) Now go to PurchaseInvoices screen https://localhost:28443/ap/control/FindPurchaseInvoices.
&gt;  2) Click on search button and select Invoices using checkbox.
&gt;  3) Select "Issue Check" from select box.
&gt;  4)Click on Run button.
&gt;  5)Performing this action fin account transaction will be created in Apporved status
.
&gt;  5) Now go to to https://localhost:28443/ap/control/FindApPaymentGroups screen the created
payment group will appear with Cancel button in list form.
&gt;      * This is not correct.
&gt;      * User can not cancel issued check .
&gt;     Similiar changes will reflect on following screens : -
&gt;      1) https://localhost:28443/ap/control/FindApPaymentGroups
&gt;      2) https://localhost:8443/accounting/control/FindPaymentGroup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (OFBIZ-3310) Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.</title>
<author><name>&quot;Ashish Vijaywargiya (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c843699778.1259994500743.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c843699778-1259994500743-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T06:28:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Ashish Vijaywargiya reassigned OFBIZ-3310:
------------------------------------------

    Assignee: Ashish Vijaywargiya

&gt; Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment
check.
&gt; --------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-3310
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-3310
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: accounting
&gt;    Affects Versions: SVN trunk
&gt;            Reporter: Awdesh Singh Parihar
&gt;            Assignee: Ashish Vijaywargiya
&gt;            Priority: Minor
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: OFBIZ-3310.patch
&gt;
&gt;
&gt; Steps to reproduce - 
&gt; Issue : -1
&gt;    1.Create few payments in AR .
&gt;    2.Create a batch payment for newly created payments from screen https://localhost:28443/ar/control/batchPayments
(where finAccountId=SC_CHECKING).
&gt;    3.Go to Financial Account screen and click on transaction tab https://localhost:28443/accounting/control/FindFinAccountTrans?finAccountId=SC_CHECKING.
&gt;    4.Select GlReconciliationId as "Not Assigned" and click on serach button.
&gt;    5.Select newly created FinAccountTrans from checkbox.Then select GlReconciliationName
from selectbox and click on button "Assign TO reconciliation".
&gt;    6.This process will associate fin account transaction with reconciliation.
&gt;    7.Now click on Reconciliation tab and select the FinAccountTransaction.
&gt;    8.Reconcile the transaction by clicking on Reconcile button. 
&gt;    9.Now the status of reconciliation will be "Reconciled".
&gt;   10.Status of transaction will be "Approved".
&gt;   11.Now go to Payment Group or Deposit slip tab, the created payment group will appear
with Cancel button in list form.
&gt;       * This is not correct.
&gt;       * User can not cancel reconciled deposit slip.
&gt;      Similiar changes will reflect on following screens : -
&gt;        1) https://localhost:8443/ar/control/FindArPaymentGroups
&gt;        2) https://localhost:8443/accounting/control/FindPaymentGroup
&gt;        3) https://localhost:28443/accounting/control/FindDepositSlips?finAccountId=SC_CHECKING&amp;organizationPartyId=Company
&gt; Issue : -2
&gt;  1) Now go to PurchaseInvoices screen https://localhost:28443/ap/control/FindPurchaseInvoices.
&gt;  2) Click on search button and select Invoices using checkbox.
&gt;  3) Select "Issue Check" from select box.
&gt;  4)Click on Run button.
&gt;  5)Performing this action fin account transaction will be created in Apporved status
.
&gt;  5) Now go to to https://localhost:28443/ap/control/FindApPaymentGroups screen the created
payment group will appear with Cancel button in list form.
&gt;      * This is not correct.
&gt;      * User can not cancel issued check .
&gt;     Similiar changes will reflect on following screens : -
&gt;      1) https://localhost:28443/ap/control/FindApPaymentGroups
&gt;      2) https://localhost:8443/accounting/control/FindPaymentGroup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (OFBIZ-3310) Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.</title>
<author><name>&quot;Awdesh Singh Parihar (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c2054758923.1259991500965.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c2054758923-1259991500965-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T05:38:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Awdesh Singh Parihar updated OFBIZ-3310:
----------------------------------------

    Attachment: OFBIZ-3310.patch

Here I have put check on Ui(All screen mentioned in description ) as well as on service to
handle the case , Please find improvement in attached patch .

&gt; Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment
check.
&gt; --------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-3310
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-3310
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: accounting
&gt;    Affects Versions: SVN trunk
&gt;            Reporter: Awdesh Singh Parihar
&gt;            Priority: Minor
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: OFBIZ-3310.patch
&gt;
&gt;
&gt; Steps to reproduce - 
&gt; Issue : -1
&gt;    1.Create few payments in AR .
&gt;    2.Create a batch payment for newly created payments from screen https://localhost:28443/ar/control/batchPayments
(where finAccountId=SC_CHECKING).
&gt;    3.Go to Financial Account screen and click on transaction tab https://localhost:28443/accounting/control/FindFinAccountTrans?finAccountId=SC_CHECKING.
&gt;    4.Select GlReconciliationId as "Not Assigned" and click on serach button.
&gt;    5.Select newly created FinAccountTrans from checkbox.Then select GlReconciliationName
from selectbox and click on button "Assign TO reconciliation".
&gt;    6.This process will associate fin account transaction with reconciliation.
&gt;    7.Now click on Reconciliation tab and select the FinAccountTransaction.
&gt;    8.Reconcile the transaction by clicking on Reconcile button. 
&gt;    9.Now the status of reconciliation will be "Reconciled".
&gt;   10.Status of transaction will be "Approved".
&gt;   11.Now go to Payment Group or Deposit slip tab, the created payment group will appear
with Cancel button in list form.
&gt;       * This is not correct.
&gt;       * User can not cancel reconciled deposit slip.
&gt;      Similiar changes will reflect on following screens : -
&gt;        1) https://localhost:8443/ar/control/FindArPaymentGroups
&gt;        2) https://localhost:8443/accounting/control/FindPaymentGroup
&gt;        3) https://localhost:28443/accounting/control/FindDepositSlips?finAccountId=SC_CHECKING&amp;organizationPartyId=Company
&gt; Issue : -2
&gt;  1) Now go to PurchaseInvoices screen https://localhost:28443/ap/control/FindPurchaseInvoices.
&gt;  2) Click on search button and select Invoices using checkbox.
&gt;  3) Select "Issue Check" from select box.
&gt;  4)Click on Run button.
&gt;  5)Performing this action fin account transaction will be created in Apporved status
.
&gt;  5) Now go to to https://localhost:28443/ap/control/FindApPaymentGroups screen the created
payment group will appear with Cancel button in list form.
&gt;      * This is not correct.
&gt;      * User can not cancel issued check .
&gt;     Similiar changes will reflect on following screens : -
&gt;      1) https://localhost:28443/ap/control/FindApPaymentGroups
&gt;      2) https://localhost:8443/accounting/control/FindPaymentGroup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (OFBIZ-3310) Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.</title>
<author><name>&quot;Awdesh Singh Parihar (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c639286879.1259991141150.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c639286879-1259991141150-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T05:32:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Cancel Pyament Group issue - Can't cancel reconciled payment batch and issued payment check.
--------------------------------------------------------------------------------------------

                 Key: OFBIZ-3310
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3310
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Awdesh Singh Parihar
            Priority: Minor
             Fix For: SVN trunk


Steps to reproduce - 
Issue : -1
   1.Create few payments in AR .
   2.Create a batch payment for newly created payments from screen https://localhost:28443/ar/control/batchPayments
(where finAccountId=SC_CHECKING).
   3.Go to Financial Account screen and click on transaction tab https://localhost:28443/accounting/control/FindFinAccountTrans?finAccountId=SC_CHECKING.
   4.Select GlReconciliationId as "Not Assigned" and click on serach button.
   5.Select newly created FinAccountTrans from checkbox.Then select GlReconciliationName from
selectbox and click on button "Assign TO reconciliation".
   6.This process will associate fin account transaction with reconciliation.
   7.Now click on Reconciliation tab and select the FinAccountTransaction.
   8.Reconcile the transaction by clicking on Reconcile button. 
   9.Now the status of reconciliation will be "Reconciled".
  10.Status of transaction will be "Approved".
  11.Now go to Payment Group or Deposit slip tab, the created payment group will appear with
Cancel button in list form.
      * This is not correct.
      * User can not cancel reconciled deposit slip.
     Similiar changes will reflect on following screens : -
       1) https://localhost:8443/ar/control/FindArPaymentGroups
       2) https://localhost:8443/accounting/control/FindPaymentGroup
       3) https://localhost:28443/accounting/control/FindDepositSlips?finAccountId=SC_CHECKING&amp;organizationPartyId=Company

Issue : -2
 1) Now go to PurchaseInvoices screen https://localhost:28443/ap/control/FindPurchaseInvoices.
 2) Click on search button and select Invoices using checkbox.
 3) Select "Issue Check" from select box.
 4)Click on Run button.
 5)Performing this action fin account transaction will be created in Apporved status .
 5) Now go to to https://localhost:28443/ap/control/FindApPaymentGroups screen the created
payment group will appear with Cancel button in list form.
     * This is not correct.
     * User can not cancel issued check .

    Similiar changes will reflect on following screens : -
     1) https://localhost:28443/ap/control/FindApPaymentGroups
     2) https://localhost:8443/accounting/control/FindPaymentGroup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Adding few more details for &quot;admin&quot; user (party) in demo data</title>
<author><name>Rishi Solanki &lt;rishisolankii@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c8215223c0912042110p2457c113x5dce0f1881dd1327@mail.gmail.com%3e"/>
<id>urn:uuid:%3c8215223c0912042110p2457c113x5dce0f1881dd1327@mail-gmail-com%3e</id>
<updated>2009-12-05T05:10:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
If this is the case then we should have one more PARTY_TYPE seed data as
ACCT_ONLY or ACCOUNT or similar.
In that case we do not need the demo data for admin as he will not be a
Person.
But if we are continue on the admin as Person then it should have the demo
data.

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Fri, Dec 4, 2009 at 8:10 PM, Jeroen van der Wal
&lt;jvanderwal@stromboli.it&gt;wrote:

&gt; If you want to set up demo data the best pratice is to use "real" names
&gt; (over the past I've used cartoon characters, actors, presidents). It makes
&gt; no sense to use the admin as it is not a person nor an organization but
&gt; just
&gt; an account to perfom admin tasks.
&gt;
&gt; Just my 2 cents
&gt;
&gt; -Jeroen
&gt;
&gt;
&gt; On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya &lt;
&gt; vijaywargiya.ashish@gmail.com&gt; wrote:
&gt;
&gt; &gt; WDYT if we add Shipping, Billing, Phone &amp; Credit Card info to "admin"
&gt; user
&gt; &gt; in a demo data?
&gt; &gt; So all this information will be loaded when you will run "ant
&gt; run-install"
&gt; &gt; target.
&gt; &gt;
&gt; &gt; Thoughts?
&gt; &gt;
&gt; &gt; --
&gt; &gt; Ashish
&gt; &gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (OFBIZ-2208) ServerHit aborts transactions when trying to create entries with duplicate startTime(s).</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c1481528849.1259973620773.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1481528849-1259973620773-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T00:40:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12786269#action_12786269
] 

Jacques Le Roux commented on OFBIZ-2208:
----------------------------------------

If anybody see a problem with Adrian's patch I will commit it soon...

&gt; ServerHit aborts transactions when trying to create entries with duplicate startTime(s).
&gt; ----------------------------------------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-2208
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-2208
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: framework
&gt;    Affects Versions: Release Branch 4.0, SVN trunk
&gt;         Environment: any
&gt;            Reporter: Karim Rahimpur
&gt;            Assignee: Jacques Le Roux
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: ServerHit.patch, ServerHitBin.java.patch, ServerHitBin.patch, SynchronizedHitBin.patch
&gt;
&gt;
&gt; org.ofbiz.webapp.stats.ServerHitBin.saveHit(...) causes transactions to be aborted due
to duplicate PKs.
&gt; The problem is that said method will try to create two or more entries with identical
startTimes (i.e. duplicate hitStartDateTime and the other fields composing the PK: visitId,
contentId, hitStartDateTime, hitTypeId) if two or more subsequent requests are made in a sufficiently
small interval. This can and *will* be the case for example if an application rapidly issues
requests for similar data. It would usually not be observed when human users cause requests
being issued.
&gt; The cause is that the above mentioned method uses
&gt; serverHit.create();
&gt; to store the entries.
&gt; A solution to this is to _create or update_ an existing entry, thus overwriting an existing
entry in case there already was an entry, but more importantly avoiding the actual transaction
being aborted. This may not satisfy those who want to record each and every server hit even
with equal startTimes. For these cases other approaches might be considered ...
&gt; This is an example where a transaction fails due to saveHit(...). In our case an applet
tries to pull data off the server and fails ...
&gt; {panel}Failure in create operation for entity [ServerHit]: org.ofbiz.entity.GenericEntityException:
Error while inserting: [GenericEntity:ServerHit][contentId,gdm.getProductFeatureApplAttrs(java.lang.String)][createdStamp,2009-02-24
10:34:29.454(java.sql.Timestamp)][createdTxStamp,2009-02-24 10:34:29.454(java.sql.Timestamp)][hitStartDateTime,2009-02-24
10:34:29.443(java.sql.Timestamp)][hitTypeId,REQUEST(java.lang.String)][lastUpdatedStamp,2009-02-24
10:34:29.454(java.sql.Timestamp)][lastUpdatedTxStamp,2009-02-24 10:34:29.454(java.sql.Timestamp)][partyId,KR(java.lang.String)][referrerUrl,(java.lang.String)][requestUrl,https://127.0.0.1:8443/gdm/control/getProductFeatureApplAttrs(java.lang.String)][runningTimeMillis,8(java.lang.Long)][serverHostName,Kitty(java.lang.String)][serverIpAddress,192.168.1.70(java.lang.String)][userLoginId,karim(java.lang.String)][visitId,11900(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO SERVER_HIT (VISIT_ID, CONTENT_ID,
HIT_START_DATE_TIME, HIT_TYPE_ID, NUM_OF_BYTES, RUNNING_TIME_MILLIS, USER_LOGIN_ID, STATUS_ID,
REQUEST_URL, REFERRER_URL, SERVER_IP_ADDRESS, SERVER_HOST_NAME, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
CREATED_STAMP, CREATED_TX_STAMP, INTERNAL_CONTENT_ID, PARTY_ID, ID_BY_IP_CONTACT_MECH_ID,
REF_BY_WEB_CONTACT_MECH_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?) (Duplicate entry '11900-gdm.getProductFeatureApplAttrs-2009-02-24 10:34:29-REQUEST'
for key 'PRIMARY')). Rolling back transaction.
&gt; Exception: org.ofbiz.entity.GenericEntityException{panel}
&gt; This issue seems to be related (it refers to the releae branch 4.0 and the same error
shows up):
&gt; [https://issues.apache.org/jira/browse/OFBIZ-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (OFBIZ-1007) Set decimal places to show for ofbizCurrencyTransform</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c2107664011.1259972900817.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c2107664011-1259972900817-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T00:28:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Jacques Le Roux closed OFBIZ-1007.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux  (was: Scott Gray)

This has been done recently see OFBIZ-3200


&gt; Set decimal places to show for ofbizCurrencyTransform
&gt; -----------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-1007
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-1007
&gt;             Project: OFBiz
&gt;          Issue Type: Improvement
&gt;          Components: framework
&gt;    Affects Versions: Release Branch 4.0
&gt;            Reporter: Leon Torres
&gt;            Assignee: Jacques Le Roux
&gt;            Priority: Minor
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: currency-decimal-places.patch
&gt;
&gt;
&gt; Some users may wish to have 3 or 4 decimal places of precision in currency amounts. 
This is easily configurable with the fieldtype XML files.
&gt; The problem is that the &lt;@ofbizCurrencyTransform&gt; macro will truncate the numbers
because the decimal places is determined from the Locale object, and there is no way to tell
it that the decimal places should be 3 or 4 or whatever.
&gt; Additionally, these users often have the desire to right pad the numbers with zeroes.
 For instance, an amount of $3.04 should be displayed as $3.0400 for a 4 decimal place requirement.
  Currently the UtilFormatOut.formatCurrency() methods have no way to support this right-filling
of zeros in this manner.
&gt; I have implemented a fairly elegant way of solving both related issues with minimal impact.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (OFBIZ-2042) Individual logfiles for scheduled jobs</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c759179675.1259972240744.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c759179675-1259972240744-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T00:17:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12786257#action_12786257
] 

Jacques Le Roux commented on OFBIZ-2042:
----------------------------------------

[Related thread|http://n4.nabble.com/Re-svn-commit-r719836-in-ofbiz-trunk-framework-base-src-org-ofbiz-base-util-service-entitydef-servic-td198500.html#a198500]

&gt; Individual logfiles for scheduled jobs
&gt; --------------------------------------
&gt;
&gt;                 Key: OFBIZ-2042
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-2042
&gt;             Project: OFBiz
&gt;          Issue Type: New Feature
&gt;          Components: framework
&gt;    Affects Versions: SVN trunk
&gt;            Reporter: Philipp Hoppen
&gt;            Assignee: Jacques Le Roux
&gt;            Priority: Minor
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: joblog.diff, joblogging.diff
&gt;
&gt;
&gt; It is useful to have the ability to see the logs of a single scheduled job on the job
list. 
&gt; In implementation (see attached patch) the user can specify whether he wants an individual
logfile or not using a checkbox when he schedules the job. The information is passed from
scheduleService() in CoreEvents.java to the Dispatcher class and finally to the JobManager,
where it is stored in the ownLogfile field of the JobSandbox entity. 
&gt; When the job runs, JobInvoker initializes the job-thread with an own ThreadGroup. PersistentServiceJob
then checks for the ownLogfile field of the job and eventually initializes the logLocation
(using serviceName+ timestamp value) , which is stored in another field on JobSandbox. PersistentServiceJob
passes the logLocation using setLogLocation() on GenericServiceJob, which in turn calls registerCurrentThreadGroupLogger
on the Debug class. Debug maintains a list of these loggers for each running job and sends
them the log entries when log() is called. After the job finished the logger is unregistered.
&gt; On the Job List there the ownLogfile field is displayed (useful to find out if pending
jobs will generate own logfile) and eventually a link to "View Log" (which receives a jobId
parameter that is checked for in LogView.groovy). 
&gt; in purgeOldJobs() there are some lines to check for ownLogfile and to delete the physical
logfile.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Issue Comment Edited: (OFBIZ-237) POS Cash/Paid in and out of drawer</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c37633465.1259971760669.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c37633465-1259971760669-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T00:09:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12450972#action_12450972
] 

Jacques Le Roux edited comment on OFBIZ-237 at 12/5/09 12:08 AM:
-----------------------------------------------------------------

In revision 476442 i have commited some changes for this issue It's a first version designed
as proposed by Ray but without a specialised dialog box for the comment wich is for the moment
directly entered in "command line" as for the amount.

There are still some points to think about/enhance :
. Adding a specialised dialog box (with seed data and perhaps a mechanism to update these
data). I created a subtask for that : OFBIZ-469
. Manage links with X and Z reports 
	http://lists.ofbiz.org/pipermail/users/2004-October/005301.html
	OFBIZ-235
. Verify link with accounting (I added types in AccontingTypeData.xml, not sure yet of that
point)

Edit : ******** removed https://issues.apache.org/jira/browse/ **********

      was (Author: jacques.le.roux):
    In revision 476442 i have commited some changes for this issue It's a first version designed
as proposed by Ray but without a specialised dialog box for the comment wich is for the moment
directly entered in "command line" as for the amount.

There are still some points to think about/enhance :
. Adding a specialised dialog box (with seed data and perhaps a mechanism to update these
data). I created a subtask for that : OFBIZ-469
. Manage links with X and Z reports 
	http://lists.ofbiz.org/pipermail/users/2004-October/005301.html
	https://issues.apache.org/jira/browse/OFBIZ-235
. Verify link with accounting (I added types in AccontingTypeData.xml, not sure yet of that
point)
  
&gt; POS Cash/Paid in and out of drawer
&gt; ----------------------------------
&gt;
&gt;                 Key: OFBIZ-237
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-237
&gt;             Project: OFBiz
&gt;          Issue Type: New Feature
&gt;          Components: specialpurpose/pos
&gt;            Reporter: Jacques Le Roux
&gt;            Assignee: Jacques Le Roux
&gt;            Priority: Minor
&gt;
&gt; This issue was initially created by Ray Barlow
&gt; It is sometimes necessary to take cash out or put cash in the drawer for various reasons.
&gt; There should be a feature on the mgr screen where a user can select an in or out option
and then enter a value along with a reason type for the adjustment. The type should be an
option to quick select from a pre-defined list along with a free form edit box to add a more
specific comment.
&gt; For example user X is asked to post a product to a customer:
&gt; User X can take out £4.50 from the till with the type as "Postage" and comment such
as "Sent a replacement product for Mr Y" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (OFBIZ-237) POS Cash/Paid in and out of drawer</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c668965534.1259971760775.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c668965534-1259971760775-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T00:09:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12786254#action_12786254
] 

Jacques Le Roux commented on OFBIZ-237:
---------------------------------------

OFBIZ-286 maybe interesting regarding this issue

&gt; POS Cash/Paid in and out of drawer
&gt; ----------------------------------
&gt;
&gt;                 Key: OFBIZ-237
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-237
&gt;             Project: OFBiz
&gt;          Issue Type: New Feature
&gt;          Components: specialpurpose/pos
&gt;            Reporter: Jacques Le Roux
&gt;            Assignee: Jacques Le Roux
&gt;            Priority: Minor
&gt;
&gt; This issue was initially created by Ray Barlow
&gt; It is sometimes necessary to take cash out or put cash in the drawer for various reasons.
&gt; There should be a feature on the mgr screen where a user can select an in or out option
and then enter a value along with a reason type for the adjustment. The type should be an
option to quick select from a pre-defined list along with a free form edit box to add a more
specific comment.
&gt; For example user X is asked to post a product to a customer:
&gt; User X can take out £4.50 from the till with the type as "Postage" and comment such
as "Sent a replacement product for Mr Y" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (OFBIZ-287) POS take deposits and complete sales with deposits</title>
<author><name>&quot;Jacques Le Roux (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c617226167.1259971640761.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c617226167-1259971640761-JavaMail-jira@brutus%3e</id>
<updated>2009-12-05T00:07:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12786252#action_12786252
] 

Jacques Le Roux commented on OFBIZ-287:
---------------------------------------

OFBIZ-2768 maybe interesting regarding this issue

&gt; POS take deposits and complete sales with deposits
&gt; --------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-287
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-287
&gt;             Project: OFBiz
&gt;          Issue Type: New Feature
&gt;          Components: specialpurpose/pos
&gt;    Affects Versions: SVN trunk
&gt;            Reporter: Marco Risaliti
&gt;            Assignee: Jacques Le Roux
&gt;
&gt; Copy of http://jira.undersunconsulting.com/browse/OFBIZ-733 from Ray Barlow.
&gt; ==============================================
&gt; Certain products are delivered direct by the supplier or if the shop does not generally
stock a specific product the customer wants from a supplier they can be ordered and this normally
requires an up front deposit from the customer. 
&gt; Could this really be considered a "special" gift certificate type? You've taken money
and the customer has a receipt/voucher/certificate that will be redeemed when the sale is
completed?! 
&gt;  
&gt;  
&gt;  All    Comments    Work Log    Change History       Sort Order:   
&gt; Comment by Si Chen [06/Feb/06 11:10 AM] [ Permlink ] 
&gt; This should be created as a Payment from customer of the CUSTOMER_DEPOSIT type. Product
should be received by the store, picked up by the customer, and invoiced in the regular way.

&gt; Comment by Jacques Le Roux [11/Mar/06 02:10 AM] [ Permlink ] 
&gt; I will work on this soon 
&gt; Jacques 
&gt; Comment by Si Chen [31/Mar/06 01:35 PM] [ Permlink ] 
&gt; Jacques, I agree this may be a way to solve the issue of advance payments, but it is
not necessarily the only one. I'm not sure if it's the optimal one either. If you're ready
to start working on it, let me know. We could discuss it further. Si 
&gt; Comment by Bradley Plies [31/Mar/06 04:32 PM] [ Permlink ] 
&gt; One way to view this is from the perspective of a hub-centric exchange where buyers &amp;
sellers meet and make deals. The seller may put up a price for a product, a buyer likes the
price and agrees. In a hub-centric model like I've worked on before, the buyer and seller
do not deal with each other directly. They can be completely anonymous to each other and both
send their money and goods to the exchange which in turn handles all the processing, authentication,
and specific fulfillment needs of each party. 
&gt; The buyer &amp; seller execute a trading transaction where the buyer must send money
to the exchange and the seller must send their product to the exchange. The buyer can then
take delivery of the product when they are ready. 
&gt; As you can see in this scenario, the buyer "prepaid" for a product and the fulfillment
of the product (taking delivery, or even selling it back to yet someone else) is a seperate
activity entirely. 
&gt; Comment by Si Chen [05/Apr/06 09:37 AM] [ Permlink ] 
&gt; Actually, now I remember what you should do: after the order is authorized, in the order
manager you can manually transact a portion of it (through the accounting manager's Transactions
tab) as a Customer Deposit. When you ship the order, the balance will be collected automatically.

&gt; Comment by Si Chen [02/May/06 10:49 AM] [ Permlink ] 
&gt; Do we still need this issue to be open? Is this need taken care of now? 
&gt; Comment by Jacques Le Roux [02/May/06 01:47 PM] [ Permlink ] 
&gt; Si, 
&gt; Sorry I can't take a look at this issue before next week. I'll tell you then. 
&gt; Thanks 
&gt; Jacques 
&gt; Comment by Ray Barlow [04/May/06 04:29 AM] [ Permlink ] 
&gt; If the functionality you've suggested meets the requirements, which I've no reason to
doubt I've just not tested it, then this is a great start. But it does not close this feature
request for me in terms of a POS solution as it is not acceptable to expect the POS user to
switch out of the Xui app into HTML backends, log in find orders etc to manage a deposit,
a good short term work around maybe but not the final requirement of quick and easy to use
POS deposit screens. 
&gt; Comment by Si Chen [04/May/06 06:05 PM] [ Permlink ] 
&gt; OK. So are you working on a POS equivalent of this? Just look at how orderheader.ftl
in ordermgr does it. 
&gt; If you plan on working on such, I will keep the issue open. 
&gt; Comment by Si Chen [05/May/06 01:05 PM] [ Permlink ] 
&gt; All you actually need to do is a button which takes a payment and creates an OFBiz Payment
of "CUSTOMER_DEPOSIT" type. 
&gt; More curious is: does the POS allow you to look up a customer somehow? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl specialpurpose/ecommerce/widget/CommonScreens.xml</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3cB0351CE9D3E54A19ABA1806658ABAEDB@inspiron530%3e"/>
<id>urn:uuid:%3cB0351CE9D3E54A19ABA1806658ABAEDB@inspiron530%3e</id>
<updated>2009-12-04T23:45:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Done at r887454, insomnias have some good aspects

Jacques

From: "Jacques Le Roux" &lt;jacques.le.roux@les7arts.com&gt;
&gt; From: "Erwan de FERRIERES" &lt;erwan.de-ferrieres@nereide.biz&gt;
&gt;&gt; Le 04/12/2009 15:49, Jacques Le Roux a écrit :
&gt;&gt;&gt; Ewan,
&gt;&gt;&gt;
&gt;&gt;&gt; Yes, I saw that there, how do you envision to use it ?
&gt;&gt;
&gt;&gt; myabe use this locale is case of the lastLocale is empty ?
&gt;
&gt; OK, it's the same than what I did for FTLs, I will do later for commonScreenS (syntactically
a bit harder in screen)
&gt;
&gt; Thanks
&gt;
&gt; Jacques
&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; Jacques
&gt;&gt;&gt;
&gt;&gt;&gt; From: "Erwan de FERRIERES" &lt;erwan.de-ferrieres@nereide.biz&gt;
&gt;&gt;&gt;&gt; Jacques,
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; I was speaking of the initialLocale, which is generated from the
&gt;&gt;&gt;&gt; client locale, in the visitHandler.java, line 121.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Cheers,
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Le 04/12/2009 13:20, Jacques Le Roux a écrit :
&gt;&gt;&gt;&gt;&gt; Thanks Erwan,
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; Good catch, I wondered about that also. But this stuff is not easy to
&gt;&gt;&gt;&gt;&gt; test.
&gt;&gt;&gt;&gt;&gt; Which initialLocale are you speaking about?
&gt;&gt;&gt;&gt;&gt; Nevertheless I have followed your ideas and commited a fix for FTL files
&gt;&gt;&gt;&gt;&gt; at r887166. This works well for lookups (I only tested there)
&gt;&gt;&gt;&gt;&gt; I will soon use the same kind of fix for CommonScreens files
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; Jacques
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; ../..
&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt; Erwan
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;&gt; -- 
&gt;&gt; Erwan
&gt;&gt;
&gt;
&gt; 




</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (OFBIZ-3309) The following required parameter is missing: [OUT] [createQuoteWorkEffort.quoteId]</title>
<author><name>&quot;chris snow (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c1393411589.1259970200859.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1393411589-1259970200859-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T23:43:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The following required parameter is missing: [OUT] [createQuoteWorkEffort.quoteId]
----------------------------------------------------------------------------------

                 Key: OFBIZ-3309
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3309
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
         Environment: demo.ofbiz.org
            Reporter: chris snow


Goto https://demo.ofbiz.org/ordermgr/control/FindQuote
Click Create New Quote
Click Submit
Click Quote Work Efforts
Click Create new Quote Workeffort
Enter Name: do something
Click Save 

The Following Errors Occurred:

The following required parameter is missing: [OUT] [createQuoteWorkEffort.quoteId]


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (OFBIZ-3308) Error when uploading image on 'Edit Product Config Item Content' screen</title>
<author><name>&quot;James (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c967393598.1259964920644.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c967393598-1259964920644-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T22:15:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

James updated OFBIZ-3308:
-------------------------

    Description: 
When trying to upload an image for a product configuration item an error is displayed and
upload fails.

I think the issue is caused by the following line (85) in EditProductConfigItemContent.groovy:

fileLocation = filenameExpander.expandString(['size', fileType, configItemId, configItemId]);

I have changed this locally to:

fileLocation = filenameExpander.expandString(['size' : fileType, configItemId : configItemId]);

and the upload works as expected. However, I'm not familiar with groovy and am only just getting
my head around OfBiz so if someone could verify the fix that would be great.


  was:
When trying to upload an image for a product configuration item an error is displayed and
upload fails.

I think the issue is caused by the following line (85) in EditProductConfigItemContent.groovy:

fileLocation = filenameExpander.expandString(['size', fileType, configItemId, configItemId]);

I have changed this locally to:

fileLocation = filenameExpander.expandString(['size', fileType : configItemId : configItemId]);

and the upload works as expected. However, I'm not familiar with groovy and am only just getting
my head around OfBiz so if someone could verify the fix that would be great.



&gt; Error when uploading image on 'Edit Product Config Item Content' screen
&gt; -----------------------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-3308
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-3308
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: product
&gt;    Affects Versions: Release Branch 9.04
&gt;            Reporter: James
&gt;            Priority: Minor
&gt;         Attachments: Error screen.jpg
&gt;
&gt;   Original Estimate: 0.17h
&gt;  Remaining Estimate: 0.17h
&gt;
&gt; When trying to upload an image for a product configuration item an error is displayed
and upload fails.
&gt; I think the issue is caused by the following line (85) in EditProductConfigItemContent.groovy:
&gt; fileLocation = filenameExpander.expandString(['size', fileType, configItemId, configItemId]);
&gt; I have changed this locally to:
&gt; fileLocation = filenameExpander.expandString(['size' : fileType, configItemId : configItemId]);
&gt; and the upload works as expected. However, I'm not familiar with groovy and am only just
getting my head around OfBiz so if someone could verify the fix that would be great.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: delegator.findList(...) Question</title>
<author><name>Ruth Hoffman &lt;rhoffman@aesolves.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c4B1988BA.5050505@aesolves.com%3e"/>
<id>urn:uuid:%3c4B1988BA-5050505@aesolves-com%3e</id>
<updated>2009-12-04T22:10:02Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Will do.
Thanks for pointing me in the right direction.
Regards,
Ruth

Bilgin Ibryam wrote:
&gt; Ruth Hoffman wrote:
&gt;&gt; Hello Developers:
&gt;&gt; Can I do a self join on an Entity using the delegator.findList() 
&gt;&gt; method.?
&gt;&gt;
&gt;&gt; Heres what I want to do:
&gt;&gt;
&gt;&gt; Select * from entity where entity.field1 = entity.field2
&gt;&gt;
&gt;&gt; TIA
&gt;&gt; Ruth
&gt; You have to use EntityFieldValue. Look for examples in the code.
&gt;
&gt; Bilgin
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (OFBIZ-3308) Error when uploading image on 'Edit Product Config Item Content' screen</title>
<author><name>&quot;James (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c754702581.1259964561062.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c754702581-1259964561062-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T22:09:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

James updated OFBIZ-3308:
-------------------------

    Attachment: Error screen.jpg

&gt; Error when uploading image on 'Edit Product Config Item Content' screen
&gt; -----------------------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-3308
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-3308
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: product
&gt;    Affects Versions: Release Branch 9.04
&gt;            Reporter: James
&gt;            Priority: Minor
&gt;         Attachments: Error screen.jpg
&gt;
&gt;   Original Estimate: 0.17h
&gt;  Remaining Estimate: 0.17h
&gt;
&gt; When trying to upload an image for a product configuration item an error is displayed
and upload fails.
&gt; I think the issue is caused by the following line (85) in EditProductConfigItemContent.groovy:
&gt; fileLocation = filenameExpander.expandString(['size', fileType, configItemId, configItemId]);
&gt; I have changed this locally to:
&gt; fileLocation = filenameExpander.expandString(['size', fileType : configItemId : configItemId]);
&gt; and the upload works as expected. However, I'm not familiar with groovy and am only just
getting my head around OfBiz so if someone could verify the fix that would be great.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (OFBIZ-3308) Error when uploading image on 'Edit Product Config Item Content' screen</title>
<author><name>&quot;James (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c2056900108.1259964440746.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c2056900108-1259964440746-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T22:07:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Error when uploading image on 'Edit Product Config Item Content' screen
-----------------------------------------------------------------------

                 Key: OFBIZ-3308
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3308
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: Release Branch 9.04
            Reporter: James
            Priority: Minor


When trying to upload an image for a product configuration item an error is displayed and
upload fails.

I think the issue is caused by the following line (85) in EditProductConfigItemContent.groovy:

fileLocation = filenameExpander.expandString(['size', fileType, configItemId, configItemId]);

I have changed this locally to:

fileLocation = filenameExpander.expandString(['size', fileType : configItemId : configItemId]);

and the upload works as expected. However, I'm not familiar with groovy and am only just getting
my head around OfBiz so if someone could verify the fix that would be great.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (OFBIZ-3293) Receiving Return for Manual Return Adjustment gives Service invocation error.</title>
<author><name>&quot;Ean Schuessler (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c163315211.1259964320747.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c163315211-1259964320747-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T22:05:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ https://issues.apache.org/jira/browse/OFBIZ-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12786193#action_12786193
] 

Ean Schuessler commented on OFBIZ-3293:
---------------------------------------

There are some other problems with this code. When you generate a return it tries to use the
order items to locate the order_header for selection of billing account vs financial account.
This fails since there are no order items. I'm working up a patch to use the ReturnAdjustment
records to locate the order header.

As a side note, it looks like this code would select the order header and, therefore, the
product store preferences with a single operation at the beginning of the return. In practice,
it seems like items in a single return could potentially be from multiple stores. The UI doesn't
so much allow that but it looks to me like the services and data structures would not preclude
it. Should the order header and product store actually be re-determined for each order item
and order adjustment?

&gt; Receiving Return for Manual Return Adjustment gives Service invocation error.
&gt; -----------------------------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-3293
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-3293
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: order
&gt;    Affects Versions: SVN trunk
&gt;            Reporter: Ashish Vijaywargiya
&gt;            Assignee: Ashish Vijaywargiya
&gt;             Fix For: SVN trunk
&gt;
&gt;         Attachments: OFBIZ-3293.patch
&gt;
&gt;
&gt; When you receive return for Manual Return Adjustment gives following error: org.ofbiz.webapp.event.EventHandlerException:
Service invocation error (null)
&gt; Steps to regenerate error:
&gt; 1. Create Return from Ordermgr &gt; Return &gt; New
&gt; 2. Fill following information in the create Return form:
&gt;     * From Party Id : Customer's party Id
&gt;     * To Party Id : Company's PartyId
&gt; 3. Click submit button.
&gt; 4. Go to Return Item tab &amp; select the order id from the dropdown and click on Load
Order Item for Return.
&gt; 5. Now in the Manual Return Adjustment section: Enter the details/reason for return,
the amount &amp; Select the return type "Store Credit"
&gt; 6. Check the check box against Manual Return Adjustment fields and click "Return Selected
Item" button.
&gt; 7. Accept Return from Return Header screen or Return Item screen.
&gt; 8. From The Return Header screen receive return.
&gt; Receive Return works fine if there is a product returned with the Manual Return Adjustment

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: delegator.findList(...) Question</title>
<author><name>Bilgin Ibryam &lt;bibryam@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c4B1984D7.2000001@gmail.com%3e"/>
<id>urn:uuid:%3c4B1984D7-2000001@gmail-com%3e</id>
<updated>2009-12-04T21:53:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ruth Hoffman wrote:
&gt; Hello Developers:
&gt; Can I do a self join on an Entity using the delegator.findList() method.?
&gt;
&gt; Heres what I want to do:
&gt;
&gt; Select * from entity where entity.field1 = entity.field2
&gt;
&gt; TIA
&gt; Ruth
You have to use EntityFieldValue. Look for examples in the code.

Bilgin


</pre>
</div>
</content>
</entry>
<entry>
<title>delegator.findList(...) Question</title>
<author><name>Ruth Hoffman &lt;rhoffman@aesolves.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c4B197CA9.40501@aesolves.com%3e"/>
<id>urn:uuid:%3c4B197CA9-40501@aesolves-com%3e</id>
<updated>2009-12-04T21:18:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello Developers:
Can I do a self join on an Entity using the delegator.findList() method.?

Heres what I want to do:

Select * from entity where entity.field1 = entity.field2

TIA
Ruth


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Updating the build and log sites?</title>
<author><name>Tim Ruppert &lt;tim.ruppert@hotwaxmedia.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c023B2AF9-FA04-49E7-870D-323BAF767FA2@hotwaxmedia.com%3e"/>
<id>urn:uuid:%3c023B2AF9-FA04-49E7-870D-323BAF767FA2@hotwaxmedia-com%3e</id>
<updated>2009-12-04T16:56:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I think it's already up there too Jacques.  If you can point people to where Gavin put it all,
I can also see about getting people to move over the look and feel to the ASF infra sometime
soon!

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Dec 4, 2009, at 9:45 AM, Jacques Le Roux wrote:

&gt; Hi Tim,
&gt; 
&gt; As you already know I asked for this in Februar and I have already answered that it cant
be left for now.
&gt; As you suggested I will be happy though to have it back on ASF infra.
&gt; 
&gt; This is only my opinion, maybe other people use it now ?
&gt; 
&gt; Jacques
&gt; 
&gt; From: "Tim Ruppert" &lt;tim.ruppert@hotwaxmedia.com&gt;
&gt; Does anyone care about these other services?  I'm just wondering because if not, then
we can switch this server off right away and build these back up when there is demand on the
ASF infra?  Thoughts (and volunteers) would be helpful, so please let me know.
&gt; 
&gt; Cheers,
&gt; Ruppert
&gt; --
&gt; Tim Ruppert
&gt; HotWax Media
&gt; http://www.hotwaxmedia.com
&gt; 
&gt; o:801.649.6594
&gt; f:801.649.6595
&gt; 
&gt; On Dec 1, 2009, at 11:25 PM, David E Jones wrote:
&gt; 
&gt;&gt; 
&gt;&gt; This all sounds great Tim.
&gt;&gt; 
&gt;&gt; Also, thanks again to Hotwax and Contegix for hosting this infrastructure for the
project for so long.
&gt;&gt; 
&gt;&gt; -David
&gt;&gt; 
&gt;&gt; 
&gt;&gt; On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:
&gt;&gt; 
&gt;&gt;&gt; I think we're going to shut down this server at the end of the month since the
biggest and most difficult thing to migrate - confluence - has been taken care of already
(thanks for that everyone involved).  I would like to have people that use these services
that we set up to be a part of testing them on the new servers.  Here is some information
about what Gavin has already setup to mirror what we were doing:
&gt;&gt;&gt; 
&gt;&gt;&gt; https://issues.apache.org/jira/browse/INFRA-1877
&gt;&gt;&gt; 
&gt;&gt;&gt; Let me know your thoughts.
&gt;&gt;&gt; 
&gt;&gt;&gt; Cheers,
&gt;&gt;&gt; Ruppert
&gt;&gt;&gt; --
&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt; 
&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt; 
&gt;&gt;&gt; On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:
&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; Since we've now migrated the most difficult part of our infrastructure, i
think it's time to discuss a few of the other main components:
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; 1. Daily Builds
&gt;&gt;&gt;&gt; -- I think that Gavin has this setup already.
&gt;&gt;&gt;&gt; -- I'm not sure if they are exactly the same as we have now, but he used
those as specs.
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; 2. Daily Logs
&gt;&gt;&gt;&gt; -- If this isn't setup, then it should be easy to get it setup along with
the build process.
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; 3. Daily API builds
&gt;&gt;&gt;&gt; -- Not sure if this is setup yet.
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; 4. bigfiles.ofbiz.org
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; 5. Anything else?
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; Cheers,
&gt;&gt;&gt;&gt; Ruppert
&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt; 
&gt;&gt; 
&gt; 
&gt; 
&gt; 



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl specialpurpose/ecommerce/widget/CommonScreens.xml</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3cCF9E41F28CD9461A8F4F4FB5095939DC@inspiron530%3e"/>
<id>urn:uuid:%3cCF9E41F28CD9461A8F4F4FB5095939DC@inspiron530%3e</id>
<updated>2009-12-04T16:47:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
From: "Erwan de FERRIERES" &lt;erwan.de-ferrieres@nereide.biz&gt;
&gt; Le 04/12/2009 15:49, Jacques Le Roux a écrit :
&gt;&gt; Ewan,
&gt;&gt;
&gt;&gt; Yes, I saw that there, how do you envision to use it ?
&gt;
&gt; myabe use this locale is case of the lastLocale is empty ?

OK, it's the same than what I did for FTLs, I will do later for commonScreenS (syntactically
a bit harder in screen)

Thanks

Jacques

&gt;&gt;
&gt;&gt; Jacques
&gt;&gt;
&gt;&gt; From: "Erwan de FERRIERES" &lt;erwan.de-ferrieres@nereide.biz&gt;
&gt;&gt;&gt; Jacques,
&gt;&gt;&gt;
&gt;&gt;&gt; I was speaking of the initialLocale, which is generated from the
&gt;&gt;&gt; client locale, in the visitHandler.java, line 121.
&gt;&gt;&gt;
&gt;&gt;&gt; Cheers,
&gt;&gt;&gt;
&gt;&gt;&gt; Le 04/12/2009 13:20, Jacques Le Roux a écrit :
&gt;&gt;&gt;&gt; Thanks Erwan,
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Good catch, I wondered about that also. But this stuff is not easy to
&gt;&gt;&gt;&gt; test.
&gt;&gt;&gt;&gt; Which initialLocale are you speaking about?
&gt;&gt;&gt;&gt; Nevertheless I have followed your ideas and commited a fix for FTL files
&gt;&gt;&gt;&gt; at r887166. This works well for lookups (I only tested there)
&gt;&gt;&gt;&gt; I will soon use the same kind of fix for CommonScreens files
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Jacques
&gt;&gt;&gt;
&gt;&gt;&gt; ../..
&gt;&gt;&gt; --
&gt;&gt;&gt; Erwan
&gt;&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;
&gt; -- 
&gt; Erwan
&gt; 




</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Updating the build and log sites?</title>
<author><name>&quot;Jacques Le Roux&quot; &lt;jacques.le.roux@les7arts.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c01444E69B32A4F4E8D2F0DF74F8390D9@inspiron530%3e"/>
<id>urn:uuid:%3c01444E69B32A4F4E8D2F0DF74F8390D9@inspiron530%3e</id>
<updated>2009-12-04T16:45:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Tim,

As you already know I asked for this in Februar and I have already answered that it cant be
left for now.
As you suggested I will be happy though to have it back on ASF infra.

This is only my opinion, maybe other people use it now ?

Jacques

From: "Tim Ruppert" &lt;tim.ruppert@hotwaxmedia.com&gt;
Does anyone care about these other services?  I'm just wondering because if not, then we can
switch this server off right away and 
build these back up when there is demand on the ASF infra?  Thoughts (and volunteers) would
be helpful, so please let me know.

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Dec 1, 2009, at 11:25 PM, David E Jones wrote:

&gt;
&gt; This all sounds great Tim.
&gt;
&gt; Also, thanks again to Hotwax and Contegix for hosting this infrastructure for the project
for so long.
&gt;
&gt; -David
&gt;
&gt;
&gt; On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:
&gt;
&gt;&gt; I think we're going to shut down this server at the end of the month since the biggest
and most difficult thing to migrate - 
&gt;&gt; confluence - has been taken care of already (thanks for that everyone involved).
 I would like to have people that use these 
&gt;&gt; services that we set up to be a part of testing them on the new servers.  Here is
some information about what Gavin has already 
&gt;&gt; setup to mirror what we were doing:
&gt;&gt;
&gt;&gt; https://issues.apache.org/jira/browse/INFRA-1877
&gt;&gt;
&gt;&gt; Let me know your thoughts.
&gt;&gt;
&gt;&gt; Cheers,
&gt;&gt; Ruppert
&gt;&gt; --
&gt;&gt; Tim Ruppert
&gt;&gt; HotWax Media
&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;
&gt;&gt; o:801.649.6594
&gt;&gt; f:801.649.6595
&gt;&gt;
&gt;&gt; On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:
&gt;&gt;
&gt;&gt;&gt; Since we've now migrated the most difficult part of our infrastructure, i think
it's time to discuss a few of the other main 
&gt;&gt;&gt; components:
&gt;&gt;&gt;
&gt;&gt;&gt; 1. Daily Builds
&gt;&gt;&gt; -- I think that Gavin has this setup already.
&gt;&gt;&gt; -- I'm not sure if they are exactly the same as we have now, but he used those
as specs.
&gt;&gt;&gt;
&gt;&gt;&gt; 2. Daily Logs
&gt;&gt;&gt; -- If this isn't setup, then it should be easy to get it setup along with the
build process.
&gt;&gt;&gt;
&gt;&gt;&gt; 3. Daily API builds
&gt;&gt;&gt; -- Not sure if this is setup yet.
&gt;&gt;&gt;
&gt;&gt;&gt; 4. bigfiles.ofbiz.org
&gt;&gt;&gt;
&gt;&gt;&gt; 5. Anything else?
&gt;&gt;&gt;
&gt;&gt;&gt; Cheers,
&gt;&gt;&gt; Ruppert
&gt;&gt;&gt; --
&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt;
&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt;
&gt;&gt;
&gt;





</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Updating the build and log sites?</title>
<author><name>Tim Ruppert &lt;tim.ruppert@hotwaxmedia.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c588D5A6C-1BAE-4AD3-AEAB-FF2D9D470C33@hotwaxmedia.com%3e"/>
<id>urn:uuid:%3c588D5A6C-1BAE-4AD3-AEAB-FF2D9D470C33@hotwaxmedia-com%3e</id>
<updated>2009-12-04T16:15:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Does anyone care about these other services?  I'm just wondering because if not, then we can
switch this server off right away and build these back up when there is demand on the ASF
infra?  Thoughts (and volunteers) would be helpful, so please let me know.

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Dec 1, 2009, at 11:25 PM, David E Jones wrote:

&gt; 
&gt; This all sounds great Tim.
&gt; 
&gt; Also, thanks again to Hotwax and Contegix for hosting this infrastructure for the project
for so long.
&gt; 
&gt; -David
&gt; 
&gt; 
&gt; On Dec 1, 2009, at 8:30 PM, Tim Ruppert wrote:
&gt; 
&gt;&gt; I think we're going to shut down this server at the end of the month since the biggest
and most difficult thing to migrate - confluence - has been taken care of already (thanks
for that everyone involved).  I would like to have people that use these services that we
set up to be a part of testing them on the new servers.  Here is some information about what
Gavin has already setup to mirror what we were doing:
&gt;&gt; 
&gt;&gt; https://issues.apache.org/jira/browse/INFRA-1877
&gt;&gt; 
&gt;&gt; Let me know your thoughts.
&gt;&gt; 
&gt;&gt; Cheers,
&gt;&gt; Ruppert
&gt;&gt; --
&gt;&gt; Tim Ruppert
&gt;&gt; HotWax Media
&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt; 
&gt;&gt; o:801.649.6594
&gt;&gt; f:801.649.6595
&gt;&gt; 
&gt;&gt; On Nov 29, 2009, at 1:02 PM, Tim Ruppert wrote:
&gt;&gt; 
&gt;&gt;&gt; Since we've now migrated the most difficult part of our infrastructure, i think
it's time to discuss a few of the other main components:
&gt;&gt;&gt; 
&gt;&gt;&gt; 1. Daily Builds
&gt;&gt;&gt; -- I think that Gavin has this setup already.
&gt;&gt;&gt; -- I'm not sure if they are exactly the same as we have now, but he used those
as specs.
&gt;&gt;&gt; 
&gt;&gt;&gt; 2. Daily Logs
&gt;&gt;&gt; -- If this isn't setup, then it should be easy to get it setup along with the
build process.
&gt;&gt;&gt; 
&gt;&gt;&gt; 3. Daily API builds
&gt;&gt;&gt; -- Not sure if this is setup yet.
&gt;&gt;&gt; 
&gt;&gt;&gt; 4. bigfiles.ofbiz.org
&gt;&gt;&gt; 
&gt;&gt;&gt; 5. Anything else?
&gt;&gt;&gt; 
&gt;&gt;&gt; Cheers,
&gt;&gt;&gt; Ruppert
&gt;&gt;&gt; --
&gt;&gt;&gt; Tim Ruppert
&gt;&gt;&gt; HotWax Media
&gt;&gt;&gt; http://www.hotwaxmedia.com
&gt;&gt;&gt; 
&gt;&gt;&gt; o:801.649.6594
&gt;&gt;&gt; f:801.649.6595
&gt;&gt;&gt; 
&gt;&gt; 
&gt; 



</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (OFBIZ-3305) ORA-01843: not a valid month while using oracle database</title>
<author><name>&quot;Adrian Crum (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c1158379603.1259941941187.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1158379603-1259941941187-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T15:52:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

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

Adrian Crum closed OFBIZ-3305.
------------------------------

    Resolution: Invalid

This type of question is best asked on the user mailing list.

This is not a bug. OFBiz creates ANSI-SQL, not Oracle-specific SQL. It appears you need to
change your database's locale settings so that it will accept/parse a date string.


&gt; ORA-01843: not a valid month while using oracle database
&gt; --------------------------------------------------------
&gt;
&gt;                 Key: OFBIZ-3305
&gt;                 URL: https://issues.apache.org/jira/browse/OFBIZ-3305
&gt;             Project: OFBiz
&gt;          Issue Type: Bug
&gt;          Components: framework
&gt;    Affects Versions: Release Branch 9.04
&gt;            Reporter: Nathan Liang
&gt;
&gt; ORA-01843: not a valid month while using oracle database
&gt; I used oracle 10g as the backend database of OFBiz 9.04 and got ORA-01843 error.
&gt; Here are my oracle instance's locale setting:
&gt; SELECT name,value$ from sys.props$ where name like '%NLS%';
&gt; NLS_LANGUAGE	AMERICAN
&gt; NLS_TERRITORY	AMERICA
&gt; NLS_CURRENCY	$
&gt; NLS_ISO_CURRENCY	AMERICA
&gt; NLS_NUMERIC_CHARACTERS	.,
&gt; NLS_CHARACTERSET	AL32UTF8
&gt; NLS_CALENDAR	GREGORIAN
&gt; NLS_DATE_FORMAT	DD-MON-RR
&gt; NLS_DATE_LANGUAGE	AMERICAN
&gt; NLS_SORT	BINARY
&gt; NLS_TIME_FORMAT	HH.MI.SSXFF AM
&gt; NLS_TIMESTAMP_FORMAT	DD-MON-RR HH.MI.SSXFF AM
&gt; NLS_TIME_TZ_FORMAT	HH.MI.SSXFF AM TZR
&gt; NLS_TIMESTAMP_TZ_FORMAT	DD-MON-RR HH.MI.SSXFF AM TZR
&gt; NLS_DUAL_CURRENCY	$
&gt; NLS_COMP	BINARY
&gt; NLS_LENGTH_SEMANTICS	BYTE
&gt; NLS_NCHAR_CONV_EXCP	FALSE
&gt; NLS_NCHAR_CHARACTERSET	AL16UTF16
&gt; NLS_RDBMS_VERSION	10.2.0.1.0
&gt; Datetime used in the generated sql should like to_date('2009-12-04 17:40:45.734', 'yyyy-mm-dd
hh24:mi:ss') instead of literal string '2009-12-04 17:40:45.734'
&gt; Also I found this error keep throwing out and my log file increasing quickly, I got a
2G bytes file in 40 minutes:
&gt;                                                                       
&gt; 2009-12-04  18:19     2,039,242,232 console.log                                     
                                               
&gt; 2009-12-04  18:19        10,140,093 debug.log                                       
                                               
&gt; 2009-12-04  18:06        10,240,075 debug.log.1                                     
                                               
&gt; Error details:
&gt; 2009-12-04 18:19:47,984 (org.ofbiz.service.job.JobPoller@1d38b87) [         JobManager.java:187:ERROR]

&gt; ---- exception report ----------------------------------------------------------
&gt; Error in polling JobSandbox: [org.ofbiz.entity.GenericDataSourceException: Generic Entity
Exception occured in updateByCondition (SQL Exception while executing the following:UPDATE
OFBIZ.JOB_SANDBOX SET RUN_BY_INSTANCE_ID = ?, STATUS_ID = ? WHERE ((RUN_TIME &lt;= '2009-12-04
17:40:45.734' AND START_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND RUN_BY_INSTANCE_ID
IS NULL) AND (POOL_ID IS NULL OR POOL_ID = 'pool')) (ORA-01843: not a valid month
&gt; ))]. Rolling back transaction.
&gt; Exception: org.ofbiz.entity.GenericDataSourceException
&gt; Message: Generic Entity Exception occured in updateByCondition (SQL Exception while executing
the following:UPDATE OFBIZ.JOB_SANDBOX SET RUN_BY_INSTANCE_ID = ?, STATUS_ID = ? WHERE ((RUN_TIME
&lt;= '2009-12-04 17:40:45.734' AND START_DATE_TIME IS NULL AND CANCEL_DATE_TIME IS NULL AND
RUN_BY_INSTANCE_ID IS NULL) AND (POOL_ID IS NULL OR POOL_ID = 'pool')) (ORA-01843: not a valid
month
&gt; ))
&gt; ---- cause ---------------------------------------------------------------------
&gt; Exception: org.ofbiz.entity.GenericDataSourceException
&gt; Message: SQL Exception while executing the following:UPDATE OFBIZ.JOB_SANDBOX SET RUN_BY_INSTANCE_ID
= ?, STATUS_ID = ? WHERE ((RUN_TIME &lt;= '2009-12-04 17:40:45.734' AND START_DATE_TIME IS
NULL AND CANCEL_DATE_TIME IS NULL AND RUN_BY_INSTANCE_ID IS NULL) AND (POOL_ID IS NULL OR
POOL_ID = 'pool')) (ORA-01843: not a valid month
&gt; )
&gt; ---- cause ---------------------------------------------------------------------
&gt; Exception: java.sql.SQLException
&gt; Message: ORA-01843: not a valid month
&gt; ---- stack trace ---------------------------------------------------------------
&gt; java.sql.SQLException: ORA-01843: not a valid month
&gt; oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
&gt; oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
&gt; oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
&gt; oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
&gt; oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
&gt; oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:952)
&gt; oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
&gt; oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
&gt; oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3368)
&gt; org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
&gt; org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
&gt; org.ofbiz.entity.jdbc.SQLProcessor.executeUpdate(SQLProcessor.java:429)
&gt; org.ofbiz.entity.datasource.GenericDAO.updateByCondition(GenericDAO.java:329)
&gt; org.ofbiz.entity.datasource.GenericDAO.updateByCondition(GenericDAO.java:288)
&gt; org.ofbiz.entity.datasource.GenericHelperDAO.storeByCondition(GenericHelperDAO.java:186)
&gt; org.ofbiz.entity.GenericDelegator.storeByCondition(GenericDelegator.java:1276)
&gt; org.ofbiz.entity.GenericDelegator.storeByCondition(GenericDelegator.java:1246)
&gt; org.ofbiz.service.job.JobManager.poll(JobManager.java:157)
&gt; org.ofbiz.service.job.JobPoller.run(JobPoller.java:90)
&gt; java.lang.Thread.run(Thread.java:619)
&gt; --------------------------------------------------------------------------------
&gt;  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: svn commit: r886723 - in /ofbiz/trunk: framework/common/webcommon/includes/lookup.ftl specialpurpose/cmssite/template/cms/HtmlHead.ftl specialpurpose/ecommerce/webapp/ecommerce/blog/main.ftl specialpurpose/ecommerce/widget/CommonScreens.xml</title>
<author><name>Erwan de FERRIERES &lt;erwan.de-ferrieres@nereide.biz&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c4B192E83.3010606@nereide.biz%3e"/>
<id>urn:uuid:%3c4B192E83-3010606@nereide-biz%3e</id>
<updated>2009-12-04T15:45:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>


Le 04/12/2009 15:49, Jacques Le Roux a écrit :
&gt; Ewan,
&gt;
&gt; Yes, I saw that there, how do you envision to use it ?

myabe use this locale is case of the lastLocale is empty ?

&gt;
&gt; Jacques
&gt;
&gt; From: "Erwan de FERRIERES" &lt;erwan.de-ferrieres@nereide.biz&gt;
&gt;&gt; Jacques,
&gt;&gt;
&gt;&gt; I was speaking of the initialLocale, which is generated from the
&gt;&gt; client locale, in the visitHandler.java, line 121.
&gt;&gt;
&gt;&gt; Cheers,
&gt;&gt;
&gt;&gt; Le 04/12/2009 13:20, Jacques Le Roux a écrit :
&gt;&gt;&gt; Thanks Erwan,
&gt;&gt;&gt;
&gt;&gt;&gt; Good catch, I wondered about that also. But this stuff is not easy to
&gt;&gt;&gt; test.
&gt;&gt;&gt; Which initialLocale are you speaking about?
&gt;&gt;&gt; Nevertheless I have followed your ideas and commited a fix for FTL files
&gt;&gt;&gt; at r887166. This works well for lookups (I only tested there)
&gt;&gt;&gt; I will soon use the same kind of fix for CommonScreens files
&gt;&gt;&gt;
&gt;&gt;&gt; Jacques
&gt;&gt;
&gt;&gt; ../..
&gt;&gt; --
&gt;&gt; Erwan
&gt;&gt;
&gt;
&gt;
&gt;

-- 
Erwan


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (OFBIZ-3307) Error in product attributes page.</title>
<author><name>&quot;Rohit Sureka (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c1260179710.1259941220666.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1260179710-1259941220666-JavaMail-jira@brutus%3e</id>
<updated>2009-12-04T15:40:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Error in product attributes page.
---------------------------------

                 Key: OFBIZ-3307
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3307
             Project: OFBiz
          Issue Type: Bug
    Affects Versions: SVN trunk
         Environment: Linux Fedora Core 9, Postgres.
            Reporter: Rohit Sureka
             Fix For: SVN trunk


The 'Add Product Attribute' has a drop down list for attribute name. if the product does not
already have a existing product, its not possible to add a new attribute, since the attribute
field is a required field but which is blank. This problem does not exist in R9.04 where it
was not a dropdown but a simple text field .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Adding few more details for &quot;admin&quot; user (party) in demo data</title>
<author><name>Sumit Pandit &lt;sumit.pandit@hotwaxmedia.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3c1A842D0B-BEDF-4FD3-B5EC-6F1495DB79D2@hotwaxmedia.com%3e"/>
<id>urn:uuid:%3c1A842D0B-BEDF-4FD3-B5EC-6F1495DB79D2@hotwaxmedia-com%3e</id>
<updated>2009-12-04T15:35:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+1, since in system admin is a super user who have global access. So in such case additional
data makes life easy.

--
Thanks And Regards
Sumit Pandit  
On Dec 4, 2009, at 8:23 AM, Jeroen van der Wal wrote:

&gt; I know, but it make no sense to me adding demo data to the admin. Use a demo
&gt; user instead. But in the end it's no big deal and I don't want to kill the
&gt; initiative of having complete demo data.
&gt; -Jeroen
&gt; 
&gt; On Fri, Dec 4, 2009 at 3:53 PM, Jacques Le Roux &lt;
&gt; jacques.le.roux@les7arts.com&gt; wrote:
&gt; 
&gt;&gt; admin has a name and you can see it when you log with admin login : THE
&gt;&gt; PRIVILEGED ADMINISTRATORJacques
&gt;&gt; ----- Original Message ----- From: "Jeroen van der Wal" &lt;
&gt;&gt; jvanderwal@stromboli.it&gt;
&gt;&gt; To: &lt;dev@ofbiz.apache.org&gt;
&gt;&gt; Sent: Friday, December 04, 2009 3:40 PM
&gt;&gt; Subject: Re: Adding few more details for "admin" user (party) in demo data
&gt;&gt; 
&gt;&gt; 
&gt;&gt; 
&gt;&gt; If you want to set up demo data the best pratice is to use "real" names
&gt;&gt;&gt; (over the past I've used cartoon characters, actors, presidents). It makes
&gt;&gt;&gt; no sense to use the admin as it is not a person nor an organization but
&gt;&gt;&gt; just
&gt;&gt;&gt; an account to perfom admin tasks.
&gt;&gt;&gt; 
&gt;&gt;&gt; Just my 2 cents
&gt;&gt;&gt; 
&gt;&gt;&gt; -Jeroen
&gt;&gt;&gt; 
&gt;&gt;&gt; 
&gt;&gt;&gt; On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya &lt;
&gt;&gt;&gt; vijaywargiya.ashish@gmail.com&gt; wrote:
&gt;&gt;&gt; 
&gt;&gt;&gt; WDYT if we add Shipping, Billing, Phone &amp; Credit Card info to "admin"
&gt;&gt;&gt;&gt; user
&gt;&gt;&gt;&gt; in a demo data?
&gt;&gt;&gt;&gt; So all this information will be loaded when you will run "ant
&gt;&gt;&gt;&gt; run-install"
&gt;&gt;&gt;&gt; target.
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; Thoughts?
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt; Ashish
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt; 
&gt;&gt; 



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Adding few more details for &quot;admin&quot; user (party) in demo data</title>
<author><name>Jeroen van der Wal &lt;jvanderwal@stromboli.it&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200912.mbox/%3ce60fd3f60912040723m28befec3n4731f61a63b4cb1b@mail.gmail.com%3e"/>
<id>urn:uuid:%3ce60fd3f60912040723m28befec3n4731f61a63b4cb1b@mail-gmail-com%3e</id>
<updated>2009-12-04T15:23:02Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I know, but it make no sense to me adding demo data to the admin. Use a demo
user instead. But in the end it's no big deal and I don't want to kill the
initiative of having complete demo data.
-Jeroen

On Fri, Dec 4, 2009 at 3:53 PM, Jacques Le Roux &lt;
jacques.le.roux@les7arts.com&gt; wrote:

&gt; admin has a name and you can see it when you log with admin login : THE
&gt; PRIVILEGED ADMINISTRATORJacques
&gt; ----- Original Message ----- From: "Jeroen van der Wal" &lt;
&gt; jvanderwal@stromboli.it&gt;
&gt; To: &lt;dev@ofbiz.apache.org&gt;
&gt; Sent: Friday, December 04, 2009 3:40 PM
&gt; Subject: Re: Adding few more details for "admin" user (party) in demo data
&gt;
&gt;
&gt;
&gt;  If you want to set up demo data the best pratice is to use "real" names
&gt;&gt; (over the past I've used cartoon characters, actors, presidents). It makes
&gt;&gt; no sense to use the admin as it is not a person nor an organization but
&gt;&gt; just
&gt;&gt; an account to perfom admin tasks.
&gt;&gt;
&gt;&gt; Just my 2 cents
&gt;&gt;
&gt;&gt; -Jeroen
&gt;&gt;
&gt;&gt;
&gt;&gt; On Fri, Dec 4, 2009 at 10:34 AM, Ashish Vijaywargiya &lt;
&gt;&gt; vijaywargiya.ashish@gmail.com&gt; wrote:
&gt;&gt;
&gt;&gt;  WDYT if we add Shipping, Billing, Phone &amp; Credit Card info to "admin"
&gt;&gt;&gt; user
&gt;&gt;&gt; in a demo data?
&gt;&gt;&gt; So all this information will be loaded when you will run "ant
&gt;&gt;&gt; run-install"
&gt;&gt;&gt; target.
&gt;&gt;&gt;
&gt;&gt;&gt; Thoughts?
&gt;&gt;&gt;
&gt;&gt;&gt; --
&gt;&gt;&gt; Ashish
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;


</pre>
</div>
</content>
</entry>
</feed>
