Clustering OFBiz release 4.0

2009-12-10 Thread vignesh sabapathi
Hi I can able to successfully cluster OFBiz with release 9.04 but not with release 4.0. Are there anyone made it successfull in implementing this. I found that 9.04 and 4.0 uses different classes for clustering.. Thanks in advance vignesh sabapathi vignesh.sabapa...@tcs.com -- View this messa

how to find ofbiz revision number

2009-12-10 Thread vignesh sabapathi
Hi I would like to know how to find the revision number of ofbiz from the directory which i have. Please help me out Thanks in advance -- View this message in context: http://n4.nabble.com/how-to-find-ofbiz-revision-number-tp956762p956762.html Sent from the OFBiz - User mailing list archive

Re: how to find ofbiz revision number

2009-12-10 Thread Rishi Solanki
Use 'svn info' from console will give you the revision and other info. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Dec 10, 2009 at 1:39 PM, vignesh sabapathi < vignesh.sabapa...@tcs.com> wrote: > > > Hi > > I would like to know how to find the revision number of o

Re: how to find ofbiz revision number

2009-12-10 Thread Amit Sharma
Hi Vignesh, If you are using svn then just get the revision information by using *svn info* Thanks and Regards Amit Sharma vignesh sabapathi wrote: Hi I would like to know how to find the revision number of ofbiz from the directory which i have. Please help me out Thanks in advance

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Michael, The problem with putting in the Party component is that it will throw up errors due to dependencies on other components. (Try it and see!) It is likely that a new component will be required (i.e. developed) for a standalone framework that has basic user account management functionali

Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
hi Chris, Thanks. For me, I need user, organization, role, permission functionalities from party management. But I think you are right that maybe we need a more elegant party management from framework perspective. Or maybe we even don't need party in the framework. (Just like JIRA did. JIRA imple

Re: about using ofbiz as a platform

2009-12-10 Thread Jacopo Cappellato
You are right Christopher. We will have to migrate (and integrate) the user interface for SecurityGroups and User Login management from the Party to a framework component: this could be a new one, the webtools (I like the idea of having them in the webtools), a new webapp under security etc... I

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Jacopo, I was originally thinking about putting this stuff in the webtools until I thought that user account management may be done by a user that is not a system administrator (e.g. helpdesk level one support). Webtools seems to be more system administration type stuff. What are the pros and

Re: how to find ofbiz revision number

2009-12-10 Thread Jacques Le Roux
Simpler is svnversion Jacques () ascii ribbon campaign against HTML e-mail /\ www.asciiribbon.org From: "Amit Sharma" Hi Vignesh, If you are using svn then just get the revision information by using *svn info* Thanks and Regards Amit Sharma vignesh sabapathi wrote: Hi I would like to

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Michael, Does the framework just need user account and permission management? or, does it need party/organisation management too? Perhaps even using an external framework like ldap would be better for managing the organisational structures, user accounts and permissions? Cheers, Chris Micha

Re: multi currency

2009-12-10 Thread Jacques Le Roux
You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow will follow, not sure how the accouting deal with that though... Jacques () ascii ribbon campaign against HTML e-mail /\ www.asciiribbon.org From: Hi, If anyone ca

Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
hi Chris, I think account and permission management are enough for framework and party/organization probably should not be in the scope of framework. Using LDAP is definitely a good idea. But I think that should be only a option, because not all customers have LDAP. -- Regards, Michael Xu (xudon

Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
hi Chris, Not sure what kind of help you need for next step. I would love to help if I can. -- Regards, Michael Xu (xudong) www.wizitsoft.com On Thu, Dec 10, 2009 at 5:47 PM, Michael Xu (xudong) wrote: > hi Chris, > > I think account and permission management are enough for framework and > par

Re: about using ofbiz as a platform

2009-12-10 Thread Jacopo Cappellato
On Dec 10, 2009, at 9:53 AM, Christopher Snow wrote: > Hi Michael, > > Does the framework just need user account and permission management? or, > does it need party/organisation management too? The framework just needs user/security; parties, persons and organizations cannot be referenced by t

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Michael, We need to: - decide whether to create a new component for managing accounts and permissions or use webtools. - decide on what content should go into these screens. As mentioned by Jacopo, some of this may have already been done by Adrian: https://issues.apache.org/jira/browse/OFBIZ

Re: about using ofbiz as a platform

2009-12-10 Thread Jacopo Cappellato
Hi Christopher, On Dec 10, 2009, at 9:43 AM, Christopher Snow wrote: > Hi Jacopo, > > I was originally thinking about putting this stuff in the webtools until > I thought that user account management may be done by a user that is not > a system administrator (e.g. helpdesk level one support). W

Re: about using ofbiz as a platform

2009-12-10 Thread Jacques Le Roux
Hi Michael, Chris As Scott said, I also wonder if Adrian did not begin something more open (Atlassian Crowd, etc.). I'd wait his answer because I found only this https://issues.apache.org/jira/browse/OFBIZ-811 related to specialpurpose/ldap Jacques () ascii ribbon campaign against HTML e-mail

Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
I agree with Jacopo. Basically each ofbiz component can define its own admin stuff (like user management in security). In terms of how to show those stuff, that should be left to framework users. Maybe some users prefer to aggregate all admin stuff from different components into webtools or MyPorta

Re: how to find ofbiz revision number

2009-12-10 Thread vignesh sabapathi
Hi Rishi I am not using svn svn info gives svn command not found in my terminal.. Please tel me is ther any other ways to chk it. Thanks Rishi Solanki wrote: > > Use 'svn info' from console will give you the revision and other info. > > Rishi Solanki > Enterprise Software Developer > HotW

Re: how to find ofbiz revision number

2009-12-10 Thread Christopher Snow
Have a look in OFBIZ_HOME/.svn/entries I think the version is around line 4 under the dir entry, e.g. 10 dir 830454 http://svn.apache.org/repos/asf/ofbiz/trunk http://svn.apache.org/repos/asf ... My version is 830454 Cheers, Chris vignesh sabapathi wrote: > Hi Rishi > > I am not using svn

Re: questions about inventory transformation

2009-12-10 Thread Jaya Melon
thanks guy not sure but will try first. another question, I am looking for a screen to see all the recap of the inventory movements, regardless facility they are in. is there already a screen for that? or should I make it by myself? best regards, Johnson Chandra

Re: FAQ: Setting Payment Gateway Config to PCCharge

2009-12-10 Thread Mauricio Tavares
Abdullah Shaikh wrote: Hey I just had a quick look at the seed data files, but couldn't find seed data related to PCCharge. How it happens is, for every payment gateway implemented in ofbiz there is seed data, and when you install it, there in payment gateway settings you find the config and the

Re: Product Status?

2009-12-10 Thread sam
Hi David, Thanks for the reply, I spotted the product discontinue flag now you explained it and thats a great help. I had a look round the demo install but could not see an example of a product categorised in both view and purchase - did I miss the right product? Do you mean by this that the

Re: questions about inventory transformation

2009-12-10 Thread Sam Hamilton
Hi Johnson, When you say inventory movements do you mean between two facilities such like an inventory transfer of stock? If you are then as far as I know you can only see it per facility. This link will get you started - https://localhost:8443/facility/control/FindFacilityTransfers?facilityId

Re: FAQ: Setting Payment Gateway Config to PCCharge

2009-12-10 Thread Abdullah Shaikh
Yes you can create seed data and install it using ant run-install-seed, but again make sure if PCCharge data is there or not, I am not sure about it and also no idea about how PCCharge works. Below is the way used to create seed for payment gateway in general, incase you start with seeding data cr

Updated to java 1.6.0_17 and now ofbiz won´t start

2009-12-10 Thread Daniel Riquelme
Hi, I have recently update my computer to use Java 1.6.0_17 and now ofbiz won´t start. The error in the log is: 2009-12-10 10:12:56,040 (main) [ Http11Protocol.java:182:INFO ] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 2009-12-10 10:12:56,238 (main) [SSLImpl.java:64 :ERROR]

Fw: Fix old tinylinks in Confluence

2009-12-10 Thread Jacques Le Roux
Oops, this was to user ML From: "Jacques Le Roux" Hi, Here is a thread that I began answering to a Jeroen's message (I guess I received 2 messages and answered only to mine). I think it maybe useful to have it on user ML (at least as an archive) Jacques () ascii ribbon campaign against HTML

Re: multi currency

2009-12-10 Thread Jacques Le Roux
Typo :/ From: "Jacques Le Roux" You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow will You may have products with prices follow, not sure how the accouting deal with that though... Jacques () ascii ribbon campaig

Re: Updated to java 1.6.0_17 and now ofbiz won ´t start

2009-12-10 Thread Anil Patel
Daniel, Please search in this list of Ofbiz dev list. I know few days back Scott gave solution to this issue. Thanks and Regards Anil Patel HotWax Media Inc Find us on the web at www.hotwaxmedia.com or Google Keyword "ofbiz" On Dec 10, 2009, at 9:20 AM, Daniel Riquelme wrote: > Hi, > > I have

Re: Product Status?

2009-12-10 Thread Jacques Le Roux
This may help http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-Catalog,Category,ProductSetup Jacques () ascii ribbon campaign against HTML e-mail /\ www.asciiribbon.org From: Hi David, Thanks for the reply, I spotted the

Re: about using ofbiz as a platform

2009-12-10 Thread Adrian Crum
The work I did is so old and out of date that it is probably unusable by now. It might be best to start over. -Adrian Jacopo Cappellato wrote: You are right Christopher. We will have to migrate (and integrate) the user interface for SecurityGroups and User Login management from the Party to a

Getting error please help

2009-12-10 Thread Hammad Afridi
Hi All, I am following Apache Ofbiz Development.I am on the 2nd chapter of the book where an application called learning is developed .I have completed what is mentioned in the book till page 58 and when I ran the application I got the following error while updating the Postal Address of the par

RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div
Pls check 'ERRATA' at publisher website for page 57 - Charles TJ -Original Message- From: Hammad Afridi [mailto:hammadafr...@yahoo.com] Sent: 10 Desember 2009 23:39 To: user@ofbiz.apache.org Subject: [?? Probable Spam] Getting error please help Hi All, I am following Apache Ofbiz Deve

RE: Getting error please help

2009-12-10 Thread Hammad Afridi
Thanks for your email.I have checked the errata.I have changed the content of the extended.xml file according to ERRATA but I am still confused.Please can you provide contents for the extended.xml.Following is the content of the extended.xml file I am using : http://www.w3.org/2001/XMLSchema

RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div
Hi Hammad, Try this for your : - Charles TJ = -Original Message- From: Hammad Afridi [mailto:hammadafr...@yahoo.com] Sent: 11 Desember 2009 0:21 To: user@ofbiz.apache.org Subject: RE: Getting error please help Thanks for your email.I have checked the errata.I have changed

RE: Getting error please help

2009-12-10 Thread Hammad Afridi
Not working :( Regards, Hammad Ali Khan Afridi   Mobile 0044 7534171187 msnhammadafrid...@hotmail.com yahoo!hammadafr...@yahoo.com --- On Thu, 12/10/09, Charles TJ - SELC Sales Div wrote: > From: Charles TJ - SELC Sales Div > Subject: RE: Getting error please

RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div
Oops, sorry.. you're trying to convert from beanshell to Java.. - Charles TJ -Original Message- From: Hammad Afridi [mailto:hammadafr...@yahoo.com] Sent: 11 Desember 2009 0:49 To: user@ofbiz.apache.org Subject: RE: Getting error please help Not working :( Regards, Hammad Ali Khan Af

RE: Getting error please help

2009-12-10 Thread Hammad Afridi
Yes exactly!!! Regards, Hammad Ali Khan Afridi   Mobile 0044 7534171187 msnhammadafrid...@hotmail.com yahoo!hammadafr...@yahoo.com --- On Thu, 12/10/09, Charles TJ - SELC Sales Div wrote: > From: Charles TJ - SELC Sales Div > Subject: RE: Getting error pl

RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div
Hi Hammad, ommit the .bsh =

Re: Product Status?

2009-12-10 Thread David E Jones
The catalog manager searching, and operations based on search results, help a lot in this area. Usually the view/purchase allow categories are actually setup by searching for all products in a certain category tree (ie in a category or any of its sub-categories) and then adding all of those pr

RE: Getting error please help

2009-12-10 Thread Hammad Afridi
I have already done that!! Regards, Hammad Ali Khan Afridi   Mobile 0044 7534171187 msnhammadafrid...@hotmail.com yahoo!hammadafr...@yahoo.com --- On Thu, 12/10/09, Charles TJ - SELC Sales Div wrote: > From: Charles TJ - SELC Sales Div > Subject: RE: Gett

Re: Creating an Billing Account

2009-12-10 Thread Alexander1893
Hi all, I started to implement my own service for creating a billing account - but finally found an existing one (createBillingAccount within the accounting-component). I added the call of the service in the registration-process - but now I have a permission-problem... The service has the followi

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Adrian, Would there be any reason the work couldn't be done on trunk? I was just thinking of the next release (whenever that is) being one step closer to framework separation? Many thanks, Chris Adrian Crum wrote: > The work I did is so old and out of date that it is probably unusable > by

Re: about using ofbiz as a platform

2009-12-10 Thread Adrian Crum
The work would have to be done on the trunk. Releases only get bug fixes. -Adrian Christopher Snow wrote: Hi Adrian, Would there be any reason the work couldn't be done on trunk? I was just thinking of the next release (whenever that is) being one step closer to framework separation? Many th

Manufacturing COST of rounting Task

2009-12-10 Thread Miguel Castellanos
Hi, My question is in the module of Manufacturing I already create a Production Run(JobShop), based in Bill Of Materials and Routing Task, I have no problems with the materials and with the time estimated in the task My problem is in the Routing Task, I cannot find the way to associated the

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
I've just tried commenting out all components except commonext on trunk. I ran the ant tasks create-admin-user-login, then run and then tried to access the url https://localhost:8443/webtools/ I received the following error message: org.ofbiz.widget.screen.ScreenRenderException: Error rende

Re: about using ofbiz as a platform

2009-12-10 Thread Adrian Crum
That looks like a good candidate for a Jira issue. -Adrian Christopher Snow wrote: I've just tried commenting out all components except commonext on trunk. I ran the ant tasks create-admin-user-login, then run and then tried to access the url https://localhost:8443/webtools/ I received the f

Financial Accounts - Deposits & Withdrawals

2009-12-10 Thread Bob Morley
I am really hoping someone can shed some light on the best way to handle the following scenario: Dude comes into the store and slaps $1000 on the desk as a deposit for some Christmas shopping he will be doing in the future. At some point later, same Dude comes in and buys some fancy stuff and us

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Adrian, thanks for the feedback - jira created OFBIZ-3329. Adrian Crum wrote: > That looks like a good candidate for a Jira issue. > > -Adrian > > Christopher Snow wrote: >> I've just tried commenting out all components except commonext on trunk. >> >> I ran the ant tasks create-admin-user-login,

Re: Financial Accounts - Deposits & Withdrawals

2009-12-10 Thread David E Jones
Bob, You're not the only person I've heard from recently who is having problems with financial accounts, and billing accounts too. I haven't had a chance to look into this, but it does seem like some basic things (such as updating financial account totals, and applying payments to invoices in

Re: Financial Accounts - Deposits & Withdrawals

2009-12-10 Thread Bob Morley
Hi David, I have done a quick review of the UBPL documents and have not really seen anything that matches our use case. We have quite a bit of functionality targeted for brick and mortar stores; and Ofbiz tends to view things with a more web-centric focus. As a result, customers typically make

Re: example service type product data

2009-12-10 Thread Christopher Snow
Thanks Hans! Hans Bakker wrote: > Hi Chris, > > please read: > http://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz+in+a+service > +and+project+oriented+company > > concerning the rates the system is using a different principle, one rate > is used and only a certain percentage of an employe

Re: Financial Accounts - Deposits & Withdrawals

2009-12-10 Thread David E Jones
The only time I can think of that you would need an invoice when putting money into a financial account is if there was an order with a product that represented putting money in, and the invoice would be for the source of the money (cash, CC, whatever) and not for the target of the money (the f

Re: about ofbiz comopnent

2009-12-10 Thread Michael Xu (xudong)
hi Abdullah, Thanks. So it seems there is no big difference between commenting out a component from component-load.xml and removing it from file system. Yes, I am following up some ML threads and JIRA issues for how to make ofbiz as a framework. -- Regards, Michael Xu (xudong) www.wizitsoft.com

Re: OFBiz eProcurement .

2009-12-10 Thread Michael Xu (xudong)
hi Ritika, My company is building a tendering system on top of ofbiz, which will support RFX, auction and reverse auction. We plan to release the first version in three months. -- Regards, Michael Xu (xudong) www.wizitsoft.com On Sun, May 31, 2009 at 8:09 PM, Ritika Agrawal wrote: > Hello user

Regarding facility

2009-12-10 Thread Prabhakaran Duraisamy
Hi In ofbiz I created a new Facility, in that i give a party Owner as newly created party>so that while I Receive products for this there is an error like " that the party has no Account Group". If I selected the Owner as Existing one I Can Receive the Product for this Facility(Inventory) Pl

ofbiz integration with cybersource

2009-12-10 Thread asitkumar....@tcs.com
Hi currently in latest ofbiz trunk version i can see payment gateway is configured for cybersource but we can not find it in ofbiz-rel9.04-current version. So can you please help me which option for communication does the ofbiz trunk version is using. As cybersource has provided in its site t

Re: ofbiz integration with cybersource

2009-12-10 Thread S K Pradeep kumar
Simple Order API With regards, S K Pradeep kumar, On Fri, Dec 11, 2009 at 10:11 AM, asitkumar@tcs.com < asitkumar@tcs.com> wrote: > > Hi > currently in latest ofbiz trunk version i can see payment gateway is > configured for cybersource but we can not find it in ofbiz-rel9.04-current

[ANNOUNCE] OFBiz-BlazeDS has been released

2009-12-10 Thread Shi Jinghai
Hi list, I'm glad to announce a new module, OFBiz-BlazeDS, has been released by Langhua Opensource Foundation. This is a hello-world sample to show a way to support dynamic Flash UI in OFBiz. You can get more details from: http://langhua.org/portal/portal/default/OFBiz/OFBizBlazeDSModulePortletWi

Re: [ANNOUNCE] OFBiz-BlazeDS has been released

2009-12-10 Thread Abdullah Shaikh
Hi Shi, That's great !! I was thinking about flash with ofbiz for quite sometime ... So does OFBiz-BlazeDS supports all the components (modules, like party, order etc or is it that its just a base to build communication between other componets. And just one query, what about search engines, alth

In order

2009-12-10 Thread Prabhakaran Duraisamy
Hi , In Ofbiz , after ant clean - all, i tried to make Purchase Order but cant,yet I got Error as org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.NullPointerException (null) pls Guide me -- Regards, Prabhakaran.D +91 99 520 93 900

Re: ofbiz integration with cybersource

2009-12-10 Thread asitkumar....@tcs.com
Thanks Pradeep for the piece of information S K Pradeep kumar wrote: > > Simple Order API > > With regards, > S K Pradeep kumar, > > > > On Fri, Dec 11, 2009 at 10:11 AM, asitkumar@tcs.com < > asitkumar@tcs.com> wrote: > >> >> Hi >> currently in latest ofbiz trunk version i can see

Re: In order

2009-12-10 Thread Vivek Mishra
Hi Prabhakaran, Refer Ofbiz/build.xml file for knowing the use of clean-all target. You don't have database and even the jar file to run OFBiz if you are using derby database. Create a jar and install the data. Thanks! -- Vivek Mishra Prabhakaran Duraisamy wrote: Hi , In Ofbiz , after

Re: In order

2009-12-10 Thread Prabhakaran Duraisamy
Thanks Vivek After ant clean-all I Run ant run-install and ant run... where there is a Default Facilty And Stores are deleted... Here I Created a new Inventory and Stores But i Can't make Order's On Fri, Dec 11, 2009 at 12:35 PM, Vivek Mishra wrote: > Hi Prabhakaran, > > Refer Ofbiz/build.

Re: [ANNOUNCE] OFBiz-BlazeDS has been released

2009-12-10 Thread Shi Jinghai
OFBiz-BlazeDS is only a demo (though it's derived from our projects). You can extend it to fit your project, it's quite easy. OFBiz-Lucene and search pipeline? It's in our todo list, but no time to do it now. I wish we can release it in 2010. GWT? I don't have a chance to use it. Regards, Shi J

Re: In order

2009-12-10 Thread Scott Gray
Hi Prabhakaran, Please send along the portion of the log containing the errors, you'll find the logs in runtime/logs/ofbiz.log Regards Scott HotWax Media http://www.hotwaxmedia.com On 11/12/2009, at 8:20 PM, Prabhakaran Duraisamy wrote: Thanks Vivek After ant clean-all I Run ant run-

Re: In order

2009-12-10 Thread Prabhakaran Duraisamy
Hi, Scott Gray this is the portion of the log containing the errors pls fix the error file:/D:/ofbiz/applications/order/widget/ordermgr/OrderViewScreens.xml 2009-12-11 13:05:29,156 (http-0.0.0.0-8444-1) [ UtilProperties.java:870:INFO ] ResourceBundle OrderEntityLabels (en_US) created in 0.063s wit

Re: In order

2009-12-10 Thread Scott Gray
2009-12-11 13:05:39,562 (http-0.0.0.0-8444-3) [ ProductStoreWorker.java:101:ERROR] No product store found in request, cannot set locale! I'm guessing that you haven't updated the webSiteId context-param inside the web.xml file for the order manager webapp. Change it to the id of the reco