[jira] Commented: (OFBIZ-1101) Missing Billing Accounts in Dropdown

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508071 ] Wickersheimer Jeremy commented on OFBIZ-1101: - Indeed, and this could be verified easily by doing

Re: svn commit: r550701 - /ofbiz/trunk/framework/webapp/config/url.properties

2007-06-26 Thread Jacques Le Roux
Oops ... This is my mistake Sorry and thanks Jacopo Jacques De : [EMAIL PROTECTED] Author: jacopoc Date: Mon Jun 25 22:42:42 2007 New Revision: 550701 URL: http://svn.apache.org/viewvc?view=revrev=550701 Log: http and https ports should not be changed; I think this change has been

[jira] Created: (OFBIZ-1103) FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong - Key: OFBIZ-1103 URL: https://issues.apache.org/jira/browse/OFBIZ-1103

[jira] Updated: (OFBIZ-1103) FindTaxAuthorityParties combobox do not allow empty (for * search) AND/OR demo data wrong

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1103: Attachment: ofbiz-1103.patch This simply replaces the : no-current-selected-key=N

How to remove an appliction from ofbiz.

2007-06-26 Thread Pankaj Lall
Hi I'm facing problem in removing applictions from ofbiz. Like I want only catalog, content, order and party. Leaving this 4 I want to remove all other application like accounting, facility, Marketing, Manufacturer, And WorkEffort from Ofbiz. -- With Regards Pankaj Lall Jr. Software Architect

Re: How to remove an appliction from ofbiz.

2007-06-26 Thread Vikash Anand
Hi Pankaj; You need to delete the directories and also find interdependencies in applications. Also check components-load.xml file for remaining components that you wish to remove. Thanks and Regards; Vikash Anand. Sr. Software Engineer. On 6/26/07, Pankaj Lall [EMAIL PROTECTED]

[jira] Commented: (OFBIZ-1086) Show prices incl. VAT in shoppingcart Total and miniproductsummary

2007-06-26 Thread Christian Seeberger (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508141 ] Christian Seeberger commented on OFBIZ-1086: Hi Thomas, question: what's the goal of changing in

problem with ant.bat run-install-seed

2007-06-26 Thread sqlien
Hi, I installed neogia 0.9.5 I have create an empty data base mysql and configured entityengine.xml. I try to run ant.bat run-install-seed but the process stops and I obtain the following error: cannot use SUN rmic , as it is not available. a common solution is to set the environment variable

Re: problem with ant.bat run-install-seed

2007-06-26 Thread Malin Nicolas
sqlien a écrit : Hi, I installed neogia 0.9.5 I have create an empty data base mysql and configured entityengine.xml. I try to run ant.bat run-install-seed but the process stops and I obtain the following error: cannot use SUN rmic , as it is not available. a common solution is to set the

Re: problem with ant.bat run-install-seed

2007-06-26 Thread Jacques Le Roux
Which version of the sdk do you use ? If it's a pre 1.5 version check that you have no blanks in your JAVA_HOME path But yes, Nicolas is right : this is not a neogia ML ! Jacques Hi, I installed neogia 0.9.5 I have create an empty data base mysql and configured entityengine.xml. I try

[jira] Commented: (OFBIZ-1083) use UTF-8 encoding for emails

2007-06-26 Thread Christian Geisert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508182 ] Christian Geisert commented on OFBIZ-1083: -- I've done some more testing and the patch works as expected. +1

[jira] Commented: (OFBIZ-1096) Enhanced pager for Forms

2007-06-26 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508202 ] Adrian Crum commented on OFBIZ-1096: Jeremy, While you are working on the changes, keep in mind that the

Re: How to remove an appliction from ofbiz.

2007-06-26 Thread David E Jones
The best, or easiest, thing to do is disable the webapps and leave all of the entities and services and such in place. This can be done by editing the various ofbiz-component.xml files and commenting out the desired webapp elements. -David Pankaj Lall wrote: Hi I'm facing problem in

[jira] Commented: (OFBIZ-1096) Enhanced pager for Forms

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508209 ] Wickersheimer Jeremy commented on OFBIZ-1096: - Adrian: You mean the nav-* classes. They are currently

[jira] Created: (OFBIZ-1104) ECA Serveice that update contact lists with updated emails

2007-06-26 Thread Bilgin Ibryam (JIRA)
ECA Serveice that update contact lists with updated emails -- Key: OFBIZ-1104 URL: https://issues.apache.org/jira/browse/OFBIZ-1104 Project: OFBiz Issue Type: Improvement Affects

[jira] Updated: (OFBIZ-1104) ECA Serveice that update contact lists with updated emails

2007-06-26 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam updated OFBIZ-1104: - Attachment: updateContactList.patch the patch ECA Serveice that update contact lists with

RFC: Data converter interface/classes

2007-06-26 Thread Adrian Crum
I noticed the recent work being done with OAGIS support. At the same time I'm looking at adding iCal support to my calendar application. Both efforts require converting external data types to/from OFBiz data types. I'm thinking that it would make sense to have a GenericDataConverter interface

Performance in org.ofbiz.entity.util.EntityListIterator class

2007-06-26 Thread Rodrigo Souza
Hi community! This is a my implementation to best performance in pagination using org.ofbiz.entity.util.EntityListIterator class. Add this method to get size of resultset without create GenericValue. * public int getSize()throws GenericEntityException {* *int result = 0;* *

Re: Performance in org.ofbiz.entity.util.EntityListIterator class

2007-06-26 Thread David E Jones
I'm not sure where this fits into a larger process or what intention is, but there is a more efficient way that involves minimal data coming back from the database when you only need a count and don't need and of the data. For that see the GenericDelegator.findCountByAnd or

[jira] Commented: (OFBIZ-1096) Enhanced pager for Forms

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508377 ] Wickersheimer Jeremy commented on OFBIZ-1096: - Ok i will rewrite the thing a bit with those changes: -

Using the OFBiz with Websphere EAR/WAR - by Brazilians

2007-06-26 Thread Ofbiz Brazil
Hello friends, I come to comment them of marries of event which we have had in Brazil with the Ofbiz, with great happiness them story that we have a compatible EAR 100% with Websphere and other servants of applications, but have had to make changes in the structures of framework for the correct

[jira] Updated: (OFBIZ-1096) Enhanced pager for Forms

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1096: Attachment: maincss.patch CSS patch Enhanced pager for Forms

[jira] Updated: (OFBIZ-1096) Enhanced pager for Forms

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1096: Attachment: form-dtd_2.patch New form DTD (replace the previous patch) Enhanced

[jira] Updated: (OFBIZ-1096) Enhanced pager for Forms

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1096: Attachment: ModelForm-2.patch New modelForm patch, to be used with the new form

[jira] Updated: (OFBIZ-1096) Enhanced pager for Forms

2007-06-26 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1096: Attachment: HtmlFormRenderer-2.patch New HtmlFormRendere patch. Correct ed if

[jira] Commented: (OFBIZ-2) Add Timezone versions of functions in UtilDateTime

2007-06-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508402 ] Jacques Le Roux commented on OFBIZ-2: - Please Adrian, Can you confirm that the comment above is always true ? Then

[jira] Closed: (OFBIZ-985) Crash running XML Export from DataSource(s)

2007-06-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-985. - Resolution: Fixed Fix Version/s: Release Branch 4.0 Assignee: Jacques Le Roux No

[jira] Commented: (OFBIZ-2) Add Timezone versions of functions in UtilDateTime

2007-06-26 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508428 ] Adrian Crum commented on OFBIZ-2: - Jacques, This issue can be closed - there is nothing left to commit. To summarize,