SSL Certificate problem on running Ofbiz

2008-11-03 Thread Pal InfoCom Technologies
Hello members, As a developer i had to setup ofbiz instances on two different IPs with common database. During setup i am able to start ofbiz instance on one machine, which is also accessible through the browser. But there is problem when running ofbiz instance on other IP. During start of

Re: applications/* requires specialpurpose/projectmgr

2008-11-03 Thread BJ Freeman
you just left off perfect what. hehehe Adam Heath sent the following on 11/3/2008 5:51 PM: > Hans Bakker wrote: >> On Mon, 2008-11-03 at 17:25 -0600, Adam Heath wrote: >>> Hans Bakker wrote: I agree completely that this should not happen but sometimes we make errors >>> If you ca

Re: applications/* requires specialpurpose/projectmgr

2008-11-03 Thread Adam Heath
Hans Bakker wrote: > On Mon, 2008-11-03 at 17:25 -0600, Adam Heath wrote: >> Hans Bakker wrote: >>> I agree completely that this should not happen >>> but sometimes we make errors >> If you can't be perfect 100% of the time, then you're not worthy of the >> term software developer. >> >> /m

Re: applications/* requires specialpurpose/projectmgr

2008-11-03 Thread Hans Bakker
On Mon, 2008-11-03 at 17:25 -0600, Adam Heath wrote: > Hans Bakker wrote: > > I agree completely that this should not happen > > but sometimes we make errors > > If you can't be perfect 100% of the time, then you're not worthy of the > term software developer. > > /me hides You better do

Re: iCalendar Servlet (was CalDAV Servlet (was Work Effort Event Reminders))

2008-11-03 Thread Adrian Crum
I decided to go with a plain iCalendar servlet instead of CalDAV. CalDAV was too complicated and I felt that I was in over my head. All an iCalendar servlet has to do is return an iCalendar file in response to an HTTP GET. Using David's example, the servlet looks up work effort ID 11011. That

Re: applications/* requires specialpurpose/projectmgr

2008-11-03 Thread Adam Heath
Hans Bakker wrote: > I agree completely that this should not happen > but sometimes we make errors If you can't be perfect 100% of the time, then you're not worthy of the term software developer. /me hides

Re: applications/* requires specialpurpose/projectmgr

2008-11-03 Thread Hans Bakker
I agree completely that this should not happen but sometimes we make errors Hans On Mon, 2008-11-03 at 16:29 -0600, Adam Heath wrote: > == > [EMAIL PROTECTED]:~/code/upstream/ofbiz/work-hg-svn$ grep ProjectMgrUiLabels > . -r > ./applications/accounting/widget/InvoiceScreens.xml: > globa

Re: applications/* requires specialpurpose/projectmgr

2008-11-03 Thread Adrian Crum
That has been mentioned in the past, but nothing has been done to change it. -Adrian Adam Heath wrote: == [EMAIL PROTECTED]:~/code/upstream/ofbiz/work-hg-svn$ grep ProjectMgrUiLabels . -r ./applications/accounting/widget/InvoiceScreens.xml: ./applications/humanres/widget/CommonScreens.xml: .

applications/* requires specialpurpose/projectmgr

2008-11-03 Thread Adam Heath
== [EMAIL PROTECTED]:~/code/upstream/ofbiz/work-hg-svn$ grep ProjectMgrUiLabels . -r ./applications/accounting/widget/InvoiceScreens.xml: ./applications/humanres/widget/CommonScreens.xml: ./applications/order/script/org/ofbiz/order/request/CustRequestServices.xml:

[jira] Closed: (OFBIZ-2025) Exception on receiving purchase order

2008-11-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-2025. -- Resolution: Fixed Fixed, rev 710135. Thanks William! > Exception on receiving purchase order > --

[jira] Updated: (OFBIZ-2025) Exception on receiving purchase order

2008-11-03 Thread William Perng (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Perng updated OFBIZ-2025: - Attachment: patch.txt I attached a possible patch to this issue. A new "out" parameter (invoice

[jira] Commented: (OFBIZ-2025) Exception on receiving purchase order

2008-11-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644770#action_12644770 ] Adrian Crum commented on OFBIZ-2025: William, That sounds like a good strategy to me.

[jira] Commented: (OFBIZ-2025) Exception on receiving purchase order

2008-11-03 Thread William Perng (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644761#action_12644761 ] William Perng commented on OFBIZ-2025: -- The createInvoiceForOrder calls capturePayment

[jira] Closed: (OFBIZ-2033) Inventory Update service breaks the relationship for entityview ProductInventoryItem

2008-11-03 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman closed OFBIZ-2033. - Resolution: Fixed Per email from Bilgin Ibryam sent the following on 11/3/2008 2:02 AM: Fixed in trunk

Re: Inventory variance question

2008-11-03 Thread Bilgin Ibryam
Jacques, David, thanks for your suggestions. Changing serialized inventory item status change also the ATP/QOH, so I will go with it for now. PS: Changing item status doesn't affect accounting, but higher level services that do the status change, also trigger accounting transactions.