Re: New order error

2010-01-04 Thread Jacopo Cappellato
I have noticed a similar issue when I selected the First of January and got 2010-1-01 instead of 2010-01-01 Jacopo On Jan 4, 2010, at 2:12 AM, zhiyongcui wrote: I tried to create a new order, at the setOrderCurrencyAgreementShipDates page , I got a error message: Timestamp format must be

Re: Demo Data - Financial Account Activation

2010-01-04 Thread Alexander1893
Hi Sharan, I already thought, that it should work like that... but actually no finAccount is created, when I buy the Activation Product... Probably that's because of the serial I have to enter when putting the product into the shopping cart - what has to be entered here? Thanks a lot! Alexander

axis2 web services patch - ofbiz 3385

2010-01-04 Thread Christopher Snow
Hi Forum, I submitted a patch for the new axis2 web services implementation against OFBIZ-3385. What do I need to do to get the patch reviewed? Do I just need to sit and wait? Many thanks, Chris

main new features - question

2010-01-04 Thread Christopher Snow
In the main new features for December 2009, we have: * Framework: webservices upgraded A long outstanding upgrade has now been done: the move from Axis1 to Axis2. Now it is possible to have webservices with complex parameters, REST and more. How can I export an ofbiz service as a

Re: main new features - question

2010-01-04 Thread Hans Bakker
Chris please have a look at the axis2 apache project at http://ws.apache.org/axis2/ I know Axis 2 is capable of REST, i did not yet use it with ofbiz. Regards, Hans On Mon, 2010-01-04 at 14:22 +, Christopher Snow wrote: In the main new features for December 2009, we have: *

Re: axis2 web services patch - ofbiz 3385

2010-01-04 Thread Hans Bakker
I already asked one of my guys to have a look at it, regards, Hans On Mon, 2010-01-04 at 10:58 +, Christopher Snow wrote: Hi Forum, I submitted a patch for the new axis2 web services implementation against OFBIZ-3385. What do I need to do to get the patch reviewed? Do I just need

Re: main new features - question

2010-01-04 Thread Christopher Snow
Hi Hans, I'm aware that axis2 can do REST - I was hoping that ofbiz now supports REST OOTB! I think there may be some extra attributes required on the service to make them REST capable such as HTTP method type (POST/GET/...) Many thanks, Chris Hans Bakker wrote: Chris please have a look at

Strange behavior in LookupServices.xml#lookupParty?

2010-01-04 Thread Christopher Snow
lookupParty doesn't seem to be working correctly in trunk. It appears that all the values in lookupResult get replaced with the last value entered? Am I going mad??? I have put some debug code (below) and show the results (below)... simple-method method-name=lookupParty

Integrating Facebook Connect (Single Signon feature) with Ofbiz

2010-01-04 Thread Hemanth Kumar Kanamarlapudi
Hi Users, I have to integrate FaceBook Connect Single Sign On feature with Ofbiz. I need some clarifications to use facebook api(there are multiple java api's and php api's available for this) So I want to take guidance from those who have used it with ofbiz. I will post specific questions if

ofbiz opensso integration

2010-01-04 Thread Christopher Snow
Is there any hints/documentation on integrating ofbiz with opensso? many thanks in advance, chris

Xml file Tag Definitions

2010-01-04 Thread kranthi reddy
Hi all, I am new to Ofbiz and am trying to understand how it works. I have been going through the documentation and having a look at the video lectures offered by UnderSun. My doubt is where do I find tag definition present in the xml files (controller.xml , ofbiz-component.xml ,

Re: Demo Data - Financial Account Activation

2010-01-04 Thread Sharan-F
Hi Alexander I've done a test using the demo data and I've got it to work. Although I did enter an 'Activation Serial Number' (I just used 12345678) I'm not sure that the activation serial number is used as part of activating the account. For a Gift Card then you would need an activation

Automatic cache clear for entity elements when doing CRUD operations?

2010-01-04 Thread Kumaraswamy nandipati
Hi., I am using cache for most of the times for entities (like ProductCategoryMember, ProductCategory, Product, ShipmentMethod, etc.,) to increase the application performance interms of database connections(hits). Now question is ***When create, store or remove operations are done through the

Re: Xml file Tag Definitions

2010-01-04 Thread Brajesh Patel
Hi Kranthi, For this you can find xsd file you will get information for all the tags 1) controller.xml: site-conf.xsd 2) ofbiz-component.xml: ofbiz-component.xsd 3) commonscreens.xml: widget-screen.xsd

Re: Automatic cache clear for entity elements when doing CRUD operations?

2010-01-04 Thread Rishi Solanki
Hi Kumar, UtilCache.clearAllCaches(); delegator.clearAllCaches(); The above methods will be your friends, but method is a shortcut to completely clear all entity engine caches. For performance reasons this should not be called very often. But for sure other methods of UtilCache and delgator object

Re: Automatic cache clear for entity elements when doing CRUD operations?

2010-01-04 Thread Kumaraswamy nandipati
Hi Rishi, My previous question was not clear I think. Please *apologize* for this. Here, I am writing in clear terms. I am using 2 instances of ofbiz for one of my web application. -First ofbiz instance points e-commerce module only. -Second ofbiz instance used to represent all other