Sending emails to Contact List

2009-04-09 Thread Shweta Singhai
Hi All, I have created a Contact List and also associated parties with this list. Now I want to send an email to the member of contact list. I searched on mailing list archive and find the solution in this link:

Converting translation from properties to XML

2009-04-09 Thread Ján Valkovič
Hi all, how to convert language files from old properties format to new xml format? I don't found any FAQ for this Thanks in advance ya

Re: Secure URLs end for link, hyperlink and sub-hyperlink

2009-04-09 Thread Angelo Matarazzo
Hi Jacques, I understood the problem. I have looked at RequestHandler.java line 184. At line 179 there is if (!request.isSecure() requestMap.securityHttps). Now with http://localhost:8080; request.isSecure() is false but requestMap.securityHttps depends on ConfigXMLReader.java at line 384

Re: Converting translation from properties to XML

2009-04-09 Thread Jacques Le Roux
Unfortunately this work has been done by students (working with Hans) and the script is not available anymore Jacques From: Ján Valkovic yan...@samsonzv.sk Hi all, how to convert language files from old properties format to new xml format? I don't found any FAQ for this Thanks in advance ya

Re: workflow engine

2009-04-09 Thread Jacques Le Roux
Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. I will create a FAQ for that as this

RE: workflow engine

2009-04-09 Thread Jack Liu
Thank you. I hope this FAQ will come out as soon as possible. -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: 2009年4月9日 18:05 To: user@ofbiz.apache.org Subject: Re: workflow engine Actually not, OFBiz gave up on workflow engines. Shark was

Re: Converting translation from properties to XML

2009-04-09 Thread Jeroen van der Wal
We've created a tool to import .po (gettext) files into the Ofbiz XML label files. It shouldn't be hard to use this for property files as well. See this issue for details and source code: https://issues.apache.org/jira/browse/OFBIZ-2008 -Jeroen 2009/4/9 Ján Valkovič yan...@samsonzv.sk: Hi

Re: excel sheet implementation

2009-04-09 Thread Ashish Vijaywargiya
Hello Harish, Following commit notification will be your friend. r663581 r663627. The how to steps are attached in the document available at jira issue OFBIZ-1810. (https://issues.apache.org/jira/browse/OFBIZ-1810) -- Ashish harish84 wrote: i am reading excel sheet using poi.i am getting

Re: excel sheet implementation

2009-04-09 Thread Ashish Vijaywargiya
Direct link to see the commits : r663581

Re: Sending emails to Contact List

2009-04-09 Thread Vikas Mayur
This might help you. http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-SendingMailsToContactLists Vikas On Apr 9, 2009, at 11:32 AM, Shweta Singhai wrote: Hi All, I have created a Contact List and also associated parties with this

Re: excel sheet implementation

2009-04-09 Thread harish84
i am reading excel sheet using poi.i am getting all the values in console but when i use create method it gets stores in only one column.it should get store in corresponding columns. -- View this message in context: http://www.nabble.com/excel-sheet-implementation-tp22956266p22968125.html Sent

Re: Converting translation from properties to XML

2009-04-09 Thread Ján Valkovič
Properties format works in new ofbiz-jaunty too, but what about create build-in ant script, which automatically converts lang files do xml format? Not now, sometimes :-) Dňa Št, 2009-04-09 o 11:49 +0200, Jacques Le Roux napísal: Unfortunately this work has been done by students (working with

Re: excel sheet implementation

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you can create map for the data that fits a service to do CRUD services. This allows you to also update already existing data. this also will use the associated EDA service realted to the services you run

Re: workflow engine

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not sure you will find a layout for workflow in the FAQ's more how to use EDA to make you own workflow. while your waiting you can go to http://docs.ofbiz.org/dashboard.action and Type in SECA and see the links you get each will give part of the

URL of a new module

2009-04-09 Thread lahmar
Hi All, I would like to add a new module in Ofbiz. In which folder, i must add it and after what's the url i must put in the navigator to show the interface of the new module. I have built the folder that i will add it. Thks Best regards. -- View this message in context:

Re: URL of a new module

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 for your own installation you can use the hotdeploy. or you can put in the application or specialpurose and add it to the appropriate files. lahmar sent the following on 4/9/2009 5:16 AM: Hi All, I would like to add a new module in Ofbiz. In

Re: workflow engine

2009-04-09 Thread Michael Xu (xudong)
As I know, ofbiz uses its own workflow engine. You can get more information here: http://ofbiz.apache.org/docs/workflow.html -- Regards, Michael Xu (xudong) www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 9807 | Fax: (8610) 62670096 On Thu, Apr 9, 2009 at 11:40 AM,

Re: excel sheet implementation

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 here some other options http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data harish84 sent the following on 4/9/2009 3:19 AM: i am reading excel sheet using poi.i am getting all the values in console but when i use create method it gets

erro Could not load VFS configuration

2009-04-09 Thread jjmbconquista
I downloaded OFBiz trunk version. But when I am starting OFBiz, below errors occur: 2009-04-09 10:01:23,562 (main) [ JkMain.java:251:INFO ] Can't find home, jk2.properties not loaded 2009-04-09 10:01:23,562 (main) [ Http11Protocol.java:182:INFO ] Initializing Coyote HTTP/1.1 on

Re: OFBiz sites you are proud of

2009-04-09 Thread Sebastian Schirmer
Hi Tim sorry I have missed your mail. We have made maybe some interesting large projects with OFBiz. Olympus Germany http://www.olympus.de (german website of a global player) uses our customized OFBiz application seamlessly integated into the whole consumer website, all product prices and

Re: workflow engine

2009-04-09 Thread Shi Jinghai
Perhaps you can try our OFBiz-jBPM component, it's in LGPL. http://www.langhua.cn/download/ofbiz-jbpm.html Good luck, Shi Jinghai/Beijing Langhua Ltd. 在 2009-04-09四的 11:40 +0800,Jack Liu写道: Hi, all What's the recommended workflow engine in OFBiz? Is it Shark? Best Regards, Jack Liu

RE: workflow engine

2009-04-09 Thread Jack Liu
JBPM is a very popular open source workflow engine. But JBPM uses hibernate to implement its persistence, which is different from OFBiz. So how do you manage transaction? Thank you for your response! -Original Message- From: Shi Jinghai [mailto:sh...@langhua.cn] Sent: 2009年4月9日 21:24

Re: erro Could not load VFS configuration

2009-04-09 Thread Jacques Le Roux
Did you try an ant clean-all (beware it also removes data in Derby if ever you use Derby) ? Which revision are you using ? Jacques From: jjmbconquista jjmbconqui...@yahoo.com.br To: user@ofbiz.apache.org Sent: Thursday, April 09, 2009 3:19 PM Subject: erro Could not load VFS configuration

Re: Converting translation from properties to XML

2009-04-09 Thread Jeroen van der Wal
We've create a tool to import .po (gettext) files into the Ofbiz XML format. It shouldn't be hard to use this for property files as well. See this issue for details and source code: https://issues.apache.org/jira/browse/OFBIZ-2008 -Jeroen On Thu, Apr 9, 2009 at 11:49 AM, Jacques Le Roux

Re: erro Could not load VFS configuration

2009-04-09 Thread jose junior malheiros barros
I downloaded OFBiz trunk today --- Em qui, 9/4/09, Jacques Le Roux jacques.le.r...@les7arts.com escreveu: De: Jacques Le Roux jacques.le.r...@les7arts.com Assunto: Re: erro Could not load VFS configuration Para: user@ofbiz.apache.org Data: Quinta-feira, 9 de Abril de 2009, 11:15 Did you try an

Re: erro Could not load VFS configuration

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ofbiz does not use the bin folder Nor does it use C:\Temp\ This looks like some custom work. if so please disable it to run ofbiz to check out the trunk version you have works. if not please explain what you are doing to got to this point

Re: erro Could not load VFS configuration

2009-04-09 Thread Jacques Le Roux
BJ, I already saw that on WIndows OFBiz is actually using this. For instance my last run has 2009-04-09 18:25:29,468 (main) [ VfsLog.java:122:INFO ] Using C:\DOCUME~1\JACQUE~1\LOCALS~1\Temp\vfs_cache as temporary files store. But it runs :o) (I'm looking at the new theme :D)

Re: erro Could not load VFS configuration

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thanks for correcting me. Guess I better go look at my Svn copy closer. Jacques Le Roux sent the following on 4/9/2009 11:08 AM: BJ, I already saw that on WIndows OFBiz is actually using this. For instance my last run has 2009-04-09

wiki location for possilble additions to ofbiz

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i think we have a place on the wiki for additions to ofbiz. I come across stuff that someone might want to pick up as a project. like the UPS rates based on LTL (Less than a truck load). if we don't what would be a good top level place to start a

Re: erro Could not load VFS configuration

2009-04-09 Thread jose junior malheiros barros
i just follow the tutorial: http://www.opensourcestrategies.com/ofbiz/ofbiz_eclipse.php --- Em qui, 9/4/09, BJ Freeman bjf...@free-man.net escreveu: De: BJ Freeman bjf...@free-man.net Assunto: Re: erro Could not load VFS configuration Para: user@ofbiz.apache.org Data: Quinta-feira, 9 de Abril de

Re: erro Could not load VFS configuration

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 here is the one for ofbiz http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo do a find in your browser for Eclipse. Ok that explains the bin folder. jose junior malheiros barros sent the following on 4/9/2009 12:04 PM: i

Re: workflow engine

2009-04-09 Thread David E Jones
It is pretty easy to mix Service/Entity Engine and Hibernate code and have them participate in the same transaction as they both use JTA... just make sure they are both referring to the same UserTransaction and TransactionManager objects. -David On Apr 9, 2009, at 7:44 AM, Jack Liu

Re: Difference between OFBiz developement version and binary release of ofbiz

2009-04-09 Thread sun_arb
Dear sir, Thank You for suggesting me with proper information.Now I want to know how to create the PDF file from .fo.ftl file... I tried this but I am getting the following error... The Following Errors Occurred: Unable to transform FO file: javax.xml.transform.TransformerException:

Re: erro Could not load VFS configuration

2009-04-09 Thread David E Jones
The resources on that site are more about opentaps than about OFBiz, and even though opentaps is based on a version of OFBiz from about 2 years ago they have made a lot of changes and it seems like they are moving mostly away from OFBiz anyway. I'd recommend you stick to the resources on

Re: Difference between OFBiz developement version and binary release of ofbiz

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Need to know what steps you took to arrive at this problem. also the revision number of SVN checkout, or the binary release you are using. sun_arb sent the following on 4/9/2009 1:43 PM: Dear sir, Thank You for suggesting me with proper

Re: New Look and Feel

2009-04-09 Thread Jeroen van der Wal
Kudos to all who made it happen! Phrases like Small step and Giant leap pop into my mind ;-) -Jeroen On Wed, Apr 8, 2009 at 7:26 PM, David E Jones david.jo...@hotwaxmedia.com wrote: The new home page is also in place on: http://ofbiz.apache.org I'll be looking at the back-end applications

myportal- main error

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Love the layout of smoothfeather. not sure if this is the layout of just code Method public java.lang.String org.ofbiz.widget.screen.ScreenRenderer.render(java.lang.String,java.lang.String) throws

Re: Difference between OFBiz developement version and binary release of ofbiz

2009-04-09 Thread sun_arb
It's a binary release..and in party manager component I want to generate the pdf for the party profile to achieve this I created one partyprof.fo.ftl inside the webapp/partymgr/party and I used this file as part of a my own screen defined in partyscreens.xml like bellow... widgets

Re: Secure URLs end for link, hyperlink and sub-hyperlink

2009-04-09 Thread David E Jones
Angelo, This issue should be addressed in SVN rev 763855. Please read the commit log as deploying in this way is not recommended as it opens a security hole. Also, as a general recommendation for future reference so that your feedback and requests are better received: if you find an

POS Setup

2009-04-09 Thread Don Lunder
Hello, I am following the steps outlined in http://docs.ofbiz.org/display/OFBIZ/Sync+Setup+Notes+and+Example I am unsure where to find the following actions in the webtools • Load EntitySync record for PULL on MCS instance (the OFBiz instance which runs the MCS) • Load