Re: Need some clarification for the createOrder Service

2009-01-12 Thread CJay Horton
Thank you BJ and Tushar for the clarification! On Mon, Jan 12, 2009 at 10:17 PM, wrote: > Hi CJ, > In servicedef files we can have a different name and invoke attribute. > for eg in the service definition of "createOrder" is > > location="org.ofbiz.order.order.OrderServices" invoke="crea

Re: Need some clarification for the createOrder Service

2009-01-12 Thread tushar . abhyankar
Hi CJ, In servicedef files we can have a different name and invoke attribute. for eg in the service definition of "createOrder" is location="org.ofbiz.order.order.OrderServices" invoke="createOrder"> here we can have different name and invoke attribute. The name="storeOrder" and i

Re: locale error in simple method

2009-01-12 Thread Vince M. Clark
Here is the entire trace. Note that the first few lines are just xml validation errors. 2009-01-12 20:28:07,054 (http-0.0.0.0-8080-1) [ UtilXml.java:660:ERROR] XmlFileLoader: File file:/home/ofbiz/trunk/hot-deploy/ge/script/org/ofbiz/ge/PartyServices.xml process error. Line: 88. Error messag

Re: Login often needed in Catalog

2009-01-12 Thread Vince M. Clark
I really don't think this is a cookies issue. I get it frequently as well when switching from one application to another. - Original Message - From: "BJ Freeman" To: user@ofbiz.apache.org Sent: Monday, January 12, 2009 5:47:33 PM (GMT-0700) America/Denver Subject: Re: Login often ne

Re: Need some clarification for the createOrder Service

2009-01-12 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this is normal. it is referenced the minilan in location="org.ofbiz.order.order.OrderServices" invoke="createOrder you can see this in Hi Everyone, > > I would appreciate if someone could clear up some confusion for me. > > The createOrder service

Re: Login often needed in Catalog

2009-01-12 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sounds like cookies are not enabled. masionas sent the following on 1/12/2009 2:56 PM: > Hey, > > Any idea why this is happenening? "externalLoginKey" param is passed but it > requires to re-login anyway. > Thanks in adance. > > > masionas wrote:

Need some clarification for the createOrder Service

2009-01-12 Thread cjhorton
Hi Everyone, I would appreciate if someone could clear up some confusion for me. The createOrder service located in orderservices.java isn't defined as a typical service in the order/servicedef/services.xml file. Is this an older pattern that has just remained or what? Thanks for your clarif

Re: Login often needed in Catalog

2009-01-12 Thread masionas
Hey, Any idea why this is happenening? "externalLoginKey" param is passed but it requires to re-login anyway. Thanks in adance. masionas wrote: > > Hi, > I have the similiar issue from time to time and not only in Catalog. Even > if the externalLoginKey is passed to url it still requires re-l

Re: good latest version of ofbiz project ..

2009-01-12 Thread myofbiz
Thankyou.. jacques.le.roux wrote: > > From: "myofbiz" >> >> Hi >> >> I dont know how to do it on demo server. > > Look for Demo Sites/Trunk Demo on http://ofbiz.apache.org/ > >> I tried with the latest version again.. finally i could order and >> checkout >> with ecommerce application >>

Re: Want to learn OFBIZ.

2009-01-12 Thread CJay Horton
After you know the basic structure I recommend that you start with the http://localhost:8080/ecommerce/control/main or the corresponding page on http://demo.hotwaxmedia.com/ecommerce Right click in your browser and view the source of the web page that is generated. Also, start with the main re

Sql exception when trying to approve order through order manager

2009-01-12 Thread Todd Burdeinei
Hello Everyone, I'm getting the following error when I click "Approve Order" in the Order Manager Application. This happens with any order in the system. I have searched nabble and not found any mention of this issue earlier. The Following Errors Occurred: ERROR : Could not change order status (T

Re: Want to learn OFBIZ.

2009-01-12 Thread jacques . le . roux
There is also a book (based on release 4.0 but for basics it's OK) http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books Jacques

Re: locale error in simple method

2009-01-12 Thread Adrian Crum
Vince, We will need a complete log to track this down. To be specific, I need to see the entire Java stack trace. -Adrian Vince M. Clark wrote: I created a custom simple method to respond to a request from a web form. Getting a locale error and cannot figure out where locale is required.

Re: scale images : general class to filter a xml tree (xml file)

2009-01-12 Thread Bruno Busco
In the old thread, if I well remember, you should also find a reference so a java library to use. 2009/1/12 Bruno Busco : > Hi Eric, > I like this approach and, some time ago, I started a discussion on the > ML about this. > http://www.mail-archive.com/user@ofbiz.apache.org/msg11586.html > > The i

Re: scale images : general class to filter a xml tree (xml file)

2009-01-12 Thread Bruno Busco
Hi Eric, I like this approach and, some time ago, I started a discussion on the ML about this. http://www.mail-archive.com/user@ofbiz.apache.org/msg11586.html The item is still on my todo list. The dynamic image scale with cache is something I find really interesting to add to OFBiz. I used with

scale images : general class to filter a xml tree (xml file)

2009-01-12 Thread Eric DE MAULDE
Hi, I create a XML file to set images dimensions (height, width) related to their sizes (small, medium, large) by Web site The target is to scale (... add a logo) from a saved detail image (if the asked size file doesn't exist). My solution : ImageProperties.xml<-- Image.class (scale det

Re: Regarding COnfiguration of configurable products

2009-01-12 Thread Vivek Mishra
Hello Droshi, After placing the order you can get the details of Configurable product through Manufacturing component. https://demo.hotwaxmedia.com/manufacturing/control/FindProductionRun follow the above link and select the facility ID and then click lookup. HTH kind regards, -- vive

Re: Regarding COnfiguration of configurable products

2009-01-12 Thread Droshi
Hi, I am having this same problem as well. To clarify, in the Order Manager page the items added to a Configurable Product (aggregate) are not shown here. The only place I can find them is in the shopping cart after configuration, so I'm reasonably sure they were entered properly, but when it com