Re: SMS gateway integration with OFBiz ?

2010-03-09 Thread toanilsoni
Thanks for info ... done the SMS gateway integration with OFBiz. On Thu, Mar 4, 2010 at 6:38 PM, Santosh Malviya wrote: > Hello Anil, > > I have also done sms integration with an SMS service provider using HTTP > request, you need to send request to the gateway with specific parameters > provide

Re: where is the root folder of server ?

2009-12-08 Thread toanilsoni
Go to ofbiz -> framework -> appserver -> templates , here you can find the configuration files for various servers. By default OFBiz uses tomcat6, you can check the configuration files for tomcat on this location : ofbiz -> framework -> appserver -> templates ->tomcat6. On Tue, Dec 8, 2009 at 1:

Re: Session replication not working in OFBiz embedded tomcat clustering

2009-11-17 Thread toanilsoni
Vignesh, It's a problem of DeltaManager, so I would suggest you to use BackupManager as manager-class instead of DeltaManager and set the value of apps-distributable="true" and apps-cross-context="true". After these settings load balancing in replication mode will work. On Tue, Nov 17, 2009 at 1

Re: OFBiz4.0 clustering,session replication, failover and load balancing - Howto

2009-11-11 Thread toanilsoni
Chris, I haven't tried load balancing with external Tomcat server but I think same will be work with trunk also. On Wed, Nov 11, 2009 at 2:04 PM, Christopher Snow < sno...@snowconsulting.co.uk> wrote: > Hi Anil, > > Do Vignesh's instructions also work for trunk? If not, is there any > docume

Re: Error

2009-10-13 Thread toanilsoni
Abhijeet, Its a foreign key constraint between "SalesInvoiceItemFact" and "DateDimension" entities, it means you are trying to insert some record in "SalesInvoiceItemFact" entity for which "dimensionId" is not exist in "DateDimension". So first insert required entries in "DateDimension" entity t

Re: Running multiple ofbiz code on different ports of tomcat

2009-10-12 Thread toanilsoni
Vanita,If you want to run multiple OFBiz code on different ports then use the attached patch.I Hope it would work. On Sun, Oct 4, 2009 at 6:31 PM, Deyan Tsvetanov < deyan.tsveta...@ittconsult.com> wrote: > Here all the files you need to change: > > framework/base/config/ofbiz-containers.xml > fr

Re: Convert form(XML)to FTL

2009-10-12 Thread toanilsoni
Hi Anil, Conversion of form widget in FTL is not a good approach until and unless it is not required, so I would suggest you to understand how form widgets work,You can easily understand, just go through some example of forms. And also read this cook book to under stand form widget http://www.

Re: Problem while running OFBiz under external Tomcat.

2009-10-06 Thread toanilsoni
Thanks Scott and Yoke. I've ran the ant run-install and tested it properly data is loaded successfully but while I am running it through external Tomcat am getting the problem of Theme data. On Tue, Oct 6, 2009 at 6:29 AM, Yoke Power wrote: > Please confirm if you had run the run-install ant

Re: Unable to checkout execution context code.

2009-08-26 Thread toanilsoni
Its working.Thanks! On Wed, Aug 26, 2009 at 9:02 PM, Adrian Crum wrote: > Try > http://svn.apache.org/repos/asf/ofbiz/branches/executioncontext20090812 > > -Adrian > > --- On Wed, 8/26/09, toanils...@gmail.com wrote: > > > From: toanils...@gmail.com > > Subject: Unable to checkout execution co

Unable to checkout execution context code.

2009-08-26 Thread toanilsoni
Adrian, I am not able to checkout execution context branch code from URL : http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20090812/ .I am getting following error Error: Repository moved temporarily to Error: '/viewvc/ofbiz/branches/executioncontext20090812/'; please relocate Can

Re: help Required

2009-08-20 Thread toanilsoni
PHP scripting language is not required.OFBiz uses Groovy and BeanShell(deprecated) scripting language. Here are the links : Groovy : http://groovy.codehaus.org/ BeanShell : http://www.beanshell.org/ On Wed, Aug 19, 2009 at 1:09 PM, Jitender Maurya wrote: > Hi, > > I am not getting that how i

OFBiz multi-tenancy.

2009-08-02 Thread toanilsoni
Hi Users, We are looking OFBiz as a multi-tenant solution. So that we can run multiple tenants (fixed number of tenant approx. 100) on the same db and app server cluster, all running the same "application". Following are the cases for which we are looking OFBiz as multi-tenat module : 1) Number

Re: regarding uploading of the resumes

2009-06-23 Thread toanilsoni
The answer is yes, you can set content for resume in content management module and use the same contentId in the Resume submodule of HR module. Here is the option : https://localhost:8443/humanres/control/EditPartyResume On Tue, Jun 23, 2009 at 6:17 PM, Saravanan Shanmugam < sarava...@veersofts

Re: Problems in setting up ofbiz on MY SQL

2009-06-22 Thread toanilsoni
Did *you* use ant run-install command after database creation ? If not then open a command prompt and cd to the folder you have ofbiz in, then do a *ant run-install and *start the OFBiz server. Hope that Helps. On Mon, Jun 22, 2009 at 8:23 PM, BJ Freeman wrote: > when you first start ofbiz it

How Shark workflow works?

2009-06-13 Thread toanilsoni
Hi Friends, I have successfully integrated Shark workflow engine with OFBiz. I have even uploaded the xpdl file i.e. ofbiz_test.xpdl in shark repository. But I am not able to understand how the shark is doing the workflow process. What are the steps to process a workflow ? After that i see the

Re: How to make pagination in *.ftl pages?

2008-08-07 Thread toanilsoni
Gopal, If you look at the following jira issue then you come up with a easy approach. https://issues.apache.org/jira/browse/OFBIZ-1553?page=com.atlassian.jira .plugin.system.issuetabpanels:all-tabpanel I hope it will be helpful. On 8/7/08, Ashish Vijaywargiya <[EMAIL PROTECTED]> wrote: > > Com

Re: Adding a new entity under product package ?

2008-07-29 Thread toanilsoni
Gopal, If you want to create a new entity in Product package then you can do like this: or if you want to extends existing product entity with some new fields then you can do like this: If you would like to extend any entity then make sure you have t

Re: How ofbiz is communicating with database

2008-07-21 Thread toanilsoni
Gopal, Here you can find the basic implementation idea for CRUD operations. http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner's+Development+Guide+Using+Practice+Application Have a look on section *"Writing CRUD operations".* On 7/21/08, BJ Freeman <[EMAIL PROTECTED]> wrote: > > forgot the lin

Re: Calling Stored Procedure through ofbiz

2008-07-17 Thread toanilsoni
Gopal, Stored procedures will be database and application specific. If you want to implement this then you need to write some JDBC code in a Java service and call your stored procedures directly. On 7/17/08, gopalbi <[EMAIL PROTECTED]> wrote: > > > Hi Friends i need your help, > > I am

Re: pagination in ofbiz

2008-07-03 Thread toanilsoni
Jaki, Yes, it is possible to implement pagination via a service, if you look at the following jira issue then you come up with a easy approach. https://issues.apache.org/jira/browse/OFBIZ-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel I hope it will be helpful. On 7/2/08

Re: Product Upload

2008-06-17 Thread toanilsoni
Rajeev, Here are tables that you need to look up for Products setting. I hope it will be useful for you. On 6/18/08, Raj Saini <[EMAIL PROTECTED]> wrote: > > Rajeev, > > It depends on which format your product database is available. Entity > engine import is the best a

Re: How to create Permission

2008-06-10 Thread toanilsoni
Ladroge, There is a "SecurityPermission" entity which describes granular security permissions, which could be for a particular page or a particular service. SecurityPermission is a two part string, separated by an "_". The first part specifies the application, the second part the operation allowe

Re: Integrate a PERSON in PARTY GROUP

2008-06-06 Thread toanilsoni
I think this code will be helpful for you :- On 6/6/08, ladroge <[EMAIL PROTECTED]> wrote: > > > Hi > I would like to know how to integrate PERSON in party group. > > Thanks > -- > View this message in context: > http://www.nabble.com/Integrate-a-PERSON-in-PARTY-GROUP-tp17688587p17688587.ht