Re: Doubts

2012-07-11 Thread Mayank Sheth
Hi Prabhakar, Yes you are right. Open command prompt and reach to your ofbiz folder.If you are having java code in your application than run ant command to build java files and than ./startofbiz.sh(in case of unix/linux) or startofbiz.bat(for windows) command to start server and Hit the url- http:

Re: Doubts

2012-07-11 Thread Prabhakar Pandey
Mayank, Thanks, & supppose we make changes in the file suppose in xml files then do we need to re ant build the application or we can just view the changes by refreshing the pages? On Wed, Jul 11, 2012 at 2:05 PM, Mayank Sheth wrote: > Hi Prabhakar, > > Yes you are right. > Open command prompt an

Re: Doubts

2012-07-11 Thread Jay Jain
Hi Prabhakar, There have no need to re ant build the application after change in xml files, ant use for changes in java files. but you have to restart the server after change in some of xml files like ofbiz-component.xml, build.xml, *UlLable.xml etc. Thanks and Regards Jay Jain HotWax Media Pv

Re: Doubts

2012-07-11 Thread Mayank Sheth
Hi Prabhakar, After modifications in ofbiz-component.xml, web.xml,*UiLabels.xml, *services.xml, eecas.xml and secas.xml you have to restart the server but no need to restart the server in case of *screens.xml, controller.xml and *forms.xml. and for files in 'entitydef' and 'data' folder run 'ant

Re: Announcement: OFBiz Mini-language Overhaul

2012-07-11 Thread Jacopo Cappellato
Thank you Adrian. Jacopo On Jul 11, 2012, at 8:08 AM, Adrian Crum wrote: > Ofbiz's home-grown scripting language - Mini-language - is designed to make > application development fast and easy. > > Recently, Mini-language was completely overhauled: the grammar was updated > based on suggestions

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-11 Thread Robert G.
hey guys, im trying to get solr running with ofbiz. The solr server is running - good. Now I want solr to index the specific data from my database, so i added the fields to my schema.xml. Now Im thinking about the way to connect. the normal way, which is described in solr wiki is about the ent

Re: Announcement: OFBiz Mini-language Overhaul

2012-07-11 Thread Jacques Le Roux
Great, thanks for the effort Adrian! Jacques From: "Adrian Crum" Ofbiz's home-grown scripting language - Mini-language - is designed to make application development fast and easy. Recently, Mini-language was completely overhauled: the grammar was updated based on suggestions from the develo

Re: Announcement: OFBiz Mini-language Overhaul

2012-07-11 Thread Foo Shyn Chung
Ok, thanks a lot! Thanks FooShyn On Wed, Jul 11, 2012 at 2:18 PM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > You should update the entire project. > > -Adrian > > > On 7/11/2012 7:16 AM, Foo Shyn Chung wrote: > >> Hurray! >> >> As such i'll be able to port this into my applicatio

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-11 Thread Ritu Raj Lakhera
Sanjeev, This is a right way to integrate the Solr with Ofbiz as Rajveer described. If you want to test this in hand please go over http://bigfish.salmonllc.com/bfDownload.html. BigFish illuminate the Solr capability in very nice manner. Currently Bigfish integrate the Solr V1.4. There will be no

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-11 Thread Praveen Agarwal
Hi Robert, Please take reference from http://bigfish.salmonllc.com/bfDownload.html and download the BigFish Project. Bigfish integrated the solr in the way as you want here. In Bigfish a java service is implemented (that includes all the Queries to Ofbiz Entities using delegator) to generate the

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-11 Thread Robert G.
thank you, im allrady searching for the java classes, but I cannot find :) can you help on it (location of these files), I think the rest I get by my self many thanks! -- View this message in context: http://ofbiz.135035.n4.nabble.com/Has-anyone-implemented-Faceted-Search-using-SOLR-tp4633260p46

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-11 Thread Praveen Agarwal
Robert, Find the java files SolrServices.java and SolrEvents.java under src directory of osafe component. Regards, Praveen Agrawal On Wed, Jul 11, 2012 at 11:53 PM, Robert G. wrote: > thank you, im allrady searching for the java classes, but I cannot find :) > can you help on it (location of t

Re: Index name collision

2012-07-11 Thread Jeffl
1104 -- View this message in context: http://ofbiz.135035.n4.nabble.com/Index-name-collision-tp4634525p4634714.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Index name collision

2012-07-11 Thread Mike
That index belongs to party_contact_mech_purpose. public | prt_cnt_mch_prs_tp | index | ofbiz | party_contact_mech_purpose public | prt_cnt_mch_prs_ts | index | ofbiz | party_contact_mech_purpose Are you just trying to load seed data? My guess is you are trying to load

Problem in controller.xml

2012-07-11 Thread Prabhakar Pandey
Hi, what does these two lines do? do i need to include these two lines in every controller? when i mention it gives an error *ERROR rendering error page [/error/error.jsp], but here is the error text: java.io.FileNotFoundException: Template component://common/webcommon/includes/htmlTemp